﻿@charset "utf-8";

/* --- GENERAL --- */
html { margin: 0; }

body {
	background-color: #fff; 
	font-size: 0.8em;
	font-family: 'Lucida Sans Unicode', Arial, Helvetica, Verdana, 'trebuchet ms', sans-serif;
	margin: 0;
	color: #000;
}

img {
	border: 0;
	display: inline;
}

sub, form, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

p { margin: 0 0 16px 0; }

h1, h2, h3 {
	font-family: 'Lucida Sans Unicode', Arial, Helvetica, Verdana, 'trebuchet ms', sans-serif;
}

h1 { 
    color: #5a6e50;
    margin: 5px 0 15px 0;
    font-size: 1.6em; 
}

h2 { 
    margin: 5px 0 15px 0;
    font-size: 1.2em; 
}

a { color: #728669; font-weight: bold; }

/* --- CONTAINER --- */
#container {
	width: 760px;
	margin: 0 auto;
}

/* --- HEADER --- */
#header {
	width: 760px;
	height: 75px;
	padding: 0px;
	text-align: right;
}

    #header img { margin: 10px 0 0 15px; }

/* --- MENU --- */
#menu {
	padding: 0px;
    margin: 0 0 0 0;
    text-align: left;
    height: 30px;
}

    #menu ul {
        width: 260px;
	    padding: 0;
	    margin: 0 0 0 15px;
    }

    #menu li { 
        width: 120px;
        display: inline;
        float: left;
	    list-style: none;
	    text-align: center;
        height: 30px;
        margin: 0 5px 0 0;
        padding: 0;
    }

    #menu li.selected { background: url('../img/common/bg-menu-sep-selected.gif') top right no-repeat; }        

    #menu ul li a {
        display: block;
        background-color: #ccd5c8;
        font-size: 0.9em;
        color: #fff;
        margin: 0;
        padding: 7px 0 0 0;
        height: 30px;
	    text-decoration: none;
    }

    #menu ul a:hover, #menu ul a.selected { 
        background-color: #acb6a7;
    }
          	
/* --- CONTENT --- */
#content {
	display: inline;
	width: 710px;
	min-height: 420px;
	margin: 0 0px;
	padding: 20px;
	float: left;
    background-color: #fff;
    border: solid 5px #acb6a7;
}

    #content img.border { border: solid 3px #ccd5c8; }

    #content table.survey { margin: 0 0 0 100px; }
    #content table.survey th { color: #7f9971; }
    #content table.survey td { width: 140px; text-align: left; }
    #content table.survey .tf { padding: 10px 100px 0 0; width: 500px; text-align: center; font-weight: bold; }
    
    #content div.notes { font-size: 0.9em; }
    
    form { }
    
    form input, form textarea, form select { 
        font-family: 'Lucida Sans Unicode', Arial, Helvetica, Verdana, 'trebuchet ms', sans-serif;
        margin: 4px 0; 
    }
    
    form fieldset { 
        background-color: #eef3ec; 
        margin: 5px 0;
        padding: 5px; 
    }
    
    form label {
        clear: left;
        float: left;
        font-weight: bold;
        width: 200px;
        margin: 7px 10px 0 0;
    }

        form label span {
            font-weight: normal;
        }
    
    form input.formtext { 
        border: solid 1px #5a6e50;
        width: 337px; 
        height: 18px;
    }
    
    form input.small { width: 107px; }
    form select.small { width: 111px; }

    form div.small { 
        float: left; 
        width: 107px; 
        margin: 0 8px 0 0;
        font-size: 0.8em;
    }
    
    form textarea {
        width: 337px;
        border: solid 1px #5a6e50;
        height: 70px;
    }

    form input.formbutton {
        border: solid 1px #5a6e50;
        background-color: #5a6e50;
        color: #fff;
    }
            
/* --- FOOTER --- */	
#footer {
    width: 730px;
    background-color: #cccccc;
	clear: both;
	padding: 10px 15px;
	margin: 0 0 15px 0;
	border-top: solid 10px #fff;
	text-align: right;
}

/* --- GENERAL --- */
.clear { clear: both; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.toleft { float: left; margin: 0 10px 10px 0; }
.toright { float: right; margin: 0 0 10px 10px; }

dl.table-display {
    display: block;
    margin: 0;
}

dl.table-display dt {
    clear:   left;
    display:  block;
    float:   left;
    width:   250px;
    padding: 5px 0;
}

dl.table-display dd {
    clear:   right;
    display:  block;
    white-space: nowrap;
    padding: 5px 0;
}    

/* --- VALIDATION ---*/
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #ff0000 !important;
	background-color: #fff8f8;
}

input.validation-passed, textarea.validation-passed {
}

.validation-advice {
    /*display: none;*/
	background-repeat: no-repeat;
	font-size: 9pt;
	color: #ff0000;
	margin-left: 210px;
}

.custom-advice {
	color: #ff0000;
}    