/* Start of CMSMS style sheet 'BASIC' */
/* CSS DOCUMENT */

/* GENERAL */

.clear {
    clear: both;
    margin: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    overflow: hidden;
}


/* BODY */

html {
    margin: 0px;
}

body {
    margin: 0px;
    background: #fffddd;
    font-size: 11px;
    font-family: Arial, Verdana;
    color: #000;
    text-align: center;
}



/* STRUCTURE */

#container {
    margin: 0px auto;
    width: 920px;
    text-align: left;
}

.header {
    height: 265px;
    background: url('images/bg_header.jpg') no-repeat;
}

.navi {
    position: relative;
    height: 26px;
    font-size: 0px;
}

.navi div {
    position: absolute;
    top: 212px;
    right: 120px;
    height: 26px;
    overflow: hidden;
}

.content {
    background: url('images/bg_content.gif') repeat-y;
}

.content .wrapper {
    padding: 10px 0px;
    background: url('images/bg_content_wrapper.gif') no-repeat;
}

.content .sub_navi {
    margin: 10px;
}

.content .col_left {
    margin: 0px 0px 0px 90px;
    float: left;
    width: 205px;
}

.content .col_right {
    margin: 0px 110px 0px 0px;
    float: right;
    width: 500px;
}

.footer {
    height: 60px;
    background: url('images/bg_footer.gif') no-repeat;
}


/* SPECIAL BLOCKS */

.workers {
    margin: 20px 0px;
}


/* TABLES */

table {
    border: 0px;
    margin: 0px 20px;
}


table.maps {
	width: 460px;
	border: 1px solid #ddd;
	padding: 1px;
}


/* FONTS */

h1 {
    margin: 10px 0px;
    padding: 0px 20px;
    font-size: 15px;
    color: #7c705b;
}

h2 {
    margin: 10px 0px;
    padding: 0px 20px;
    font-size: 13px;
    color: #5490b0;
}

.reveal_friends h2, .reveal_friends h3 {
    padding: 0px;
}

p {
    margin: 10px 0px;
    padding: 0px 25px;
}

.navi p {
    margin: 0px;
    padding: 0px;
}

.books h2, .books p {
    padding: 0px;
}

a {
    color: #0074d8;
    text-decoration: none;
    outline: none;
}

.sub_navi a {
    color: #ae9c7c;
}

a:hover, a.active {
    text-decoration: underline;
    color: #000;
}

.navi a.active, .navi a:hover {
    position: relative;
    bottom: 26px;
}


/* LISTS */

ul {
    margin: 0px 20px;
    padding: 0px 0px 20px 0px;
    list-style: disc;
}

ol {
    margin: 0px 20px;
    padding: 0px 0px 20px 0px;
}

li {
    margin: 0px 0px 0px 10px;
    padding: 0px;
}

li ul {
    margin: 5px 10px;
    padding: 0px;
}

.sub_navi ul {
    margin: 0px 10px;
    padding: 0px;
}

.sub_navi ul ul {
    margin: 10px 0px 0px 10px;
}

.sub_navi li {
    margin: 2px 10px;
    padding: 0px 0px 10px 0px;
    list-style-image: url('images/quota.gif');
    background: url('images/navi_break.gif') bottom no-repeat;
}

.sub_navi li li {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    background: none;
}


/* FORMS */

form {
    margin: 0px;
    padding: 0px;
}

input {
    cursor: pointer;
    border: 3px solid #4a4a4a;
    margin: 0px;
    padding: 2px;
    width: 200px;
    height: 15px;
    vertical-align: middle;
    font-size: 11px;
    font-family: Arial, Verdana;
    color: #000;
    background: url('images/bg_fff_opa_50.png');
}

.field {
    border: 3px solid #4a4a4a;
    position: relative;
    margin: 2px;
    padding: 0px;
    width: 200px;
    height: 18px;
    overflow: hidden;
    background: url('images/bg_fff_opa_50.png');
}

.field input {
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    width: 100%;
    height: 100%;
    background: none;
}

.btn {
    border: 3px solid #4a4a4a;
    position: relative;
    margin: 2px;
    padding: 0px;
    width: 100px;
    height: 25px;
    overflow: hidden;
    background: url('images/bg_btn.gif') repeat-x;
}

.btn input {
    border: 1px solid #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: none;
}

textarea {
    cursor: pointer;
    border: 1px solid #4a4a4a;
    margin: 0px;
    width: 250px;
    height: 100px;
    vertical-align: middle;
    overflow: auto;
    font-size: 11px;
    font-family: Arial, Verdana;
    color: #000;
}

.textarea {
    border: 3px solid #4a4a4a;
    position: relative;
    margin: 2px;
    padding: 0px;
    width: 250px;
    height: 150px;
    overflow: hidden;
    background: url('images/bg_fff_opa_50.png');
}

.textarea textarea {
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: none;
}

.checkbox, .radio {
    margin: 2px;
    border: none;
    width: 14px;
    height: 14px;
}


/* IMAGES */

img {
    border: none;
    vertical-align: middle;
}

.col_left img {
	margin: 10px 20px;
}

img.left {
    float: left;
    margin: 0px 5px 5px 0px;
}

img.right {
    float: right;
    margin: 10px 20px 0px 10px;
}
/* End of 'BASIC' */

