/* ---------- Reset ---------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
ul {
	list-style: none;
} 

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* end reset */

/* ---------- base typography ---------- */

body {
background-color: #fff;
color: #000;
max-width: 1024px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: small;}



a {
	text-decoration: none;
	color: #26808c;
}

a:hover,
a:focus {
	text-decoration: underline;
}

p {
	margin: 1em 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

h1 {
color: #006600;
font-size: 20px;
font-weight: normal;
line-height: 1;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
margin:10px 0 10px 0;
}


h2 {
color: #660000;
font-size: 1.3em;
font-weight: bold;
line-height: 1;
margin: 0px 0px 10px 0px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3 {
color: #000066;
font-size: 1.1em;
font-weight: bold;
line-height: 1;
margin: 0px 0px 10px 0px;
}
input,
textarea,
select {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: #ffffff;}

hr {
margin:8px 0 0px 0;}

/* end Base Typography */

/* ---------- Site Header ---------- */

div.siteheader {
	background-color: #006600;
	color: #ffffff;
	padding: 4px 0 4px 0;
}

div.siteheader a {
	color: #ffff;
}

div.siteheader a:hover,
div.siteheader a:focus {
	text-decoration: underline;
}

div.siteheader span.size2 {
	font-family: tahoma,arial,helvetica;
	font-size: 9pt;
	color: #ffffff;
}

div.siteheader span.size1 {
	font-family: tahoma,arial,helvetica;
	font-size: 7pt;
	color: #ffffff;
}

div.siteheader a {
	color: #ffffff;
}

div.siteheader td.left {
	text-align: left;
	padding: 0 0 0 2px;
}

div.siteheader td.right {
	text-align: right;
}

div.siteheader select {
	background-color: #006600;
	color: #ffffff;
	font-family: tahoma,arial,san-serif;
	border-style:none;
	font-size:8pt;
}

div.siteheader option {
	background-color: #006600;
	color: #ffffff;
	font-family: tahoma,arial,san-serif;
	border-style:none;
	font-size:8pt;
}

/* end Site Header */

/* ---------- Base Page layout 1 ---------- */

div.layout1 {
padding:0 20px 20px 20px;
}

div.layout1 div.header {
width: 100%;
color: #000;
background-color: #fff;
padding-top: 2px;
padding-bottom: 2px;
}

div.layout1 div.headerleft {
width: 220px;
float: left;
}

div.layout1 div.headerright {
width: 120px;
float: right;
}

div.layout1 div.headercenter {
text-align: center;
font-size: 10px;
margin-left: 220px;
margin-right: 120px;
}

div.layout1 div.mainpage {
width: 100%;
color: #000;
background-color: #fff;
padding-bottom: 2px;
}

div.layout1 div.leftcolumn {
width: 200px;
float: left;
background-color: #e3f3e3;
padding: 12px 0px 0px 4px
}

div.layout1 div.rightcolumn {
width: 100px;
float: right;
margin:0 0 0 20px;
padding:12px 0 0 0;}

div.layout1 div.pagecenter {
margin-left: 220px;
margin-right: 120px;
padding:12px 0 0 0;}
}

div.layout1 div.footer {
width: 100%;
color: #000;
background-color: #fff;
padding-top: 2px;
padding-bottom: 2px;
}

div.layout1 div.footerleft {
width: 220px;
float: left;
}

div.layout1 div.footerright {
width: 220px;
float: right;
}

div.layout1 div.footercenter {
text-align: center;
font-size: 10px;
margin-left: 220px;
margin-right: 220px;
}

/* end layout 1 */

/* ---------- Base Page layout 2 (Table based) ---------- */

div.layout2 {
padding:0 20px 20px 20px;
}

div.layout2 table.header {
width: 100%;
color: #000;
background-color: #fff;
padding-top: 2px;
padding-bottom: 2px;
border-collapse: collapse}

div.layout2 td.headerleft {
width: 200px;
background-color:#eee;
border-bottom: 4px #fff solid}

div.layout2 td.headerleft h1{
margin:12px 0 12px 8px}

div.layout2 td.headerright {
width: 100px;
background-color:#eee;
border-bottom: 4px #fff solid}

div.layout2 td.headercenter {
text-align: center;
margin:0 0 0 0px;
background-color:#eee;
border-left: 4px #fff solid;
border-bottom: 4px #fff solid}

div.layout2 td.headercenter h1{
margin:2px 0 2px 0px}

div.layout2 table.mainpage {
width: 100%;
color: #000;
background-color: #fff;
padding-bottom: 2px;
}

div.layout2 td.leftcolumn {
width: 200px;
background-color: #eee;
vertical-align: top;
}

div.layout2 td.rightcolumn {
width: 100px;
margin:0 0 0 20px;
padding:12px 0 0 0;
vertical-align: top;}

div.layout2 td.pagecenter {
padding:0px 0 0 10px;
vertical-align: top;}

div.layout2 table.footer {
width: 100%;
color: #000;
background-color: #fff;
padding-top: 2px;
padding-bottom: 2px;
}

div.layout2 td.footerleft {
width: 220px;
}

div.layout2 td.footerright {
width: 220px;
}

div.layout2 td.footercenter {
text-align: center;
font-size: 10px;
}

h1.monthheading {
	margin-bottom:2px;
}

p.monthheading {
	margin: 0 0 0 0;
}

/* end layout 2 */

/* ---------- left menu 1 ---------- */

div.leftmenublock1 {
margin: 0px 0px 0px 0px;
padding:12px 0 0 8px;
}

div.leftheaderblock1 {
padding:2px 0 2px 8px;}

div.leftmenu1{
margin: 0px 0px 24px 0px;}

div.leftmenu1 div.header1{
margin:0 0 10px 0;
color: #4D8B26;
font-size: 12px;
font-weight: bold;
}

div.leftmenu1 ul {
list-style-type:none;
font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
margin:0 0 0 14px;
}

div.leftmenu1 ul li {
line-height: 14px;
font-size: small;
font-weight: bold;
margin-bottom: 4px;}

div.leftmenu1 select {
	width: 150px;
	margin:0 0 0 0;
}

div.leftmenu1 select option {
	color:#26808C;
}

div.leftmenu1 select option[selected] {
	color:#000;
}

/* / left menu 1 */

/* ---------- Base Form settings ---------- */

/* !General Form Styling
--------------------- */
/* -- !Fieldsets & Legends -- */
fieldset {
	border: none;
	position: relative;
	padding: 0;
}
	
/* -- !Introduction Text -- */
.introduction {
	font-size: 1.16em;
	line-height: 1.2;
	margin: 0 0 2em;
}

/* Note */
p.note {
	font-size: 1.0em;
	margin: -1.7em 0 1.25em;
	font-weight:italic;
}

/* -- !Required Fields -- */
fieldset abbr {
	color: #7b0101;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1;
	padding: 0 1px;
	vertical-align: middle;
}

/* Right aligned asterisk */
fieldset label abbr,
fieldset legend abbr {
	display: block;
	font-size: 1.0em;
	right: 58px;
	padding: 0;
	position: absolute;
	top: 10px;
	width: 16px;
}


/* -- !Fields -- */
fieldset div {
	background: url(images/bg-form-fieldset-div2.png) repeat-y 0 0;
    margin: 0 0 10px;
    padding: 5px 0 5px 160px;
}

fieldset div.richtext{
    margin: 0 0 10px 0;
    padding: 5px 0 5px 0;
    background:none;
}

fieldset div.buttons {
    background:none;
    float:right;
    margin:5px 100px 5px 0;
}


fieldset div.controls {
	margin: 25px 0 0;
	padding: 0;
}

	/* Labels */
    fieldset div label {
    	color: #363;
    	float: left;
    	display: block;
    	font-size: 1.0em;
        font-weight: bold;
        line-height: 1.1;
        margin: 7px 0 0 -160px;
        width: 140px;
    }
    
    fieldset div label.select {
    	margin-top:2px;
    }
    
 	fieldset div.richtext label {
		margin: 7px 0 7px 0;
		float:none;
	}
   

 	/* Input defaults */
	fieldset div input,
	fieldset div textarea,
	fieldset div select {
		border: 1px solid #a3b4c4;
		border-color: #636d77 #a3b4c4 #c7d2de; 
		color: #333;
	    display: block;
	    font-size: 12px;
	    font-family: Arial, Helvetica, sans-serif;
	    line-height: 1;
	    margin: 0;
	}
	
	/* Focus */
	fieldset div input:focus,
	fieldset div textarea:focus,
	fieldset div select:focus {
		border-color: #636d77;
	}
    
    /* Text inputs */
    fieldset div input {
    	background: #FFF url(images/bg-form-input.gif) repeat-x left top;
    	padding: 6px 5px;
        width: 400px;
    }
    
    /* Select menus */
    fieldset div select {
    	padding: 0 0 0 3px;
        width: 403px;
    }        
    
    /* Textareas */
    fieldset div textarea {
    	background: #FFF url(images/bg-form-input.gif) repeat-x left top;
        height: 89px;
        padding: 6px 5px;
        width: 400px;
    }


   fieldset div.richtext textarea {
        height: 400px;
        margin:0 0 0 0;
        padding: 6px 5px;
        width: 570px;
        background:none;
    }
    

    
    
    /* File Upload */
    fieldset div input[type=file] {
    	background: none;
    	border: inherit;
    	padding: 0;
    }
    
         
    /* Radio buttons + checkboxes */
    fieldset div ul {
    	margin: 5px 0 0 0;
    }
    
	    fieldset div ul li {
	        margin: 0 0 5px;
	        padding: 0;
	    }
	                                 
	        fieldset div ul li label {
	            display: inline;
	            float: none;
		    	font-size: 1em;
	            font-weight: normal;
	            margin: 0;
	            padding: 0;
	        }
	                        
	        fieldset div ul li input {
	        	background: none;
	            border: none;
	            display: inline;
	            margin: 0 5px 0 0;
	            padding: 0;
	            width: auto;
	        }
	        
	/* Groups */
	fieldset fieldset.group {
		background: url(images/bg-form-fieldset-div2.png) repeat-y -155px 0;
		color: #666;
		margin: 0 0 5px 155px;
		padding: 0;
	}
	
		fieldset fieldset.group legend span {
			background: none;
			border: none;
			display: block;
	    	font-size: 1.0em;
	        font-weight: bold;
	        left: 0;
	        line-height: 1.1;
	        margin: 9px 20px 0 -155px;
			padding: 0;
			position: absolute;
			width: 140px;
			color:#363;
		}
		
		fieldset fieldset.group div {
			background: none;
			float: left;
			margin: 0 0 0 5px;
			padding-left: 0;
		}
		
		fieldset fieldset.group div.diaryentry {
			margin: 0 0 0px 5px;
		}
		
		fieldset fieldset.group hr {
			margin: 10px 0 0 5px;
			width: 403px;
			color:#ffffff;
			position:relative;
			display:block;
			float:left;
			background-color: #ffffff;
}
		
		

	/* Submit */
fieldset div.controls {
	background: none;
}
			
input.button {
	height: 20px;
	padding:0 0 3px 0;
	margin:0 5px 0 0;
	color:#268095; 
	font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
	background-color:#caf2a2; 
	border:1px solid; 
	border-color: #83C8CF #268095 #268095 #83C8CF;
	font-size:0.8em;
	float:right;
	width:auto;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#26808C;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
background:#9CDD9C url(images/ui-bg_highlight-soft_75_9cdd9c_1x100.png) repeat-x scroll 50% 50%;}
.buttons a.positive:hover, button.positive:hover{
    background-color:#dbf2b3;
    border:1px solid #060;
}
.buttons a.positive:active{
    background-color:#dbf2b3;
    border:1px solid #529214;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
		
		
/* -- !Table of radio buttons -- */
fieldset table {
	border-collapse: collapse;
	border-spacing: none;
	width: 465px;
}
	
	/* Head */
	fieldset table thead th {
		color: #0c1155;
		font-size: 1.16em;
		padding: 0 14px 8px;
	}
		
	/* Body */
	fieldset table tbody th,
	fieldset table tbody td {
		border: 10px solid #FFF;
		border-width: 0 0 10px;
		vertical-align: middle;
	}
	
	fieldset table tbody tr.with-note td,
	fieldset table tbody tr.with-note th {
		border: none;
	}
	
	fieldset table tbody th {
		color: #666666;
		font-size: 1.16em;
		font-weight: bold;
		width: 155px;
	}
	
	fieldset table tbody td {
		background: #f2f2f2;
		padding: 12px 28px;
	}
	
	/* General */
	fieldset table th.private,
	fieldset table td.private {
		text-align: left;
	}
	
	fieldset table th.contacts,
	fieldset table td.contacts {
		text-align: center;
	}
	
	fieldset table th.public,
	fieldset table td.public {
		text-align: right;
	}
	
	fieldset table input {
		margin: 0;
		padding: 0;
	}
	
	fieldset table td.note {
		padding: 2px 10px 12px; 
	}
		
/* -- !Validation -- */
fieldset div,
fieldset fieldset.group {
	position: relative;
}

	/* List of Messages */
	#form-messages {
		background: url(images/bg-form-messages.gif) no-repeat 0 2px;
		font-size: 1.16em;
		margin: 2.5em auto;
		padding: 0 0 0 23px;
		width: 280px;
	}
	
		#form-messages h2 {
			color: #630000;
			font-weight: normal;
			font-size: 1em;
			margin: 0;
		}
		
		#form-messages ul {
			color: #633000;
			padding: 0 0 0 30px;
		}
		
			#form-messages ul li {
				background: url(images/bg-form-messages-li.gif) no-repeat 0 0.55em;
				padding: 0 0 0 19px;
			}
		
		#form-messages a {
			color: #633000;
			text-decoration: underline;
		}
		
		#form-messages a:hover,
		#form-messages a:focus {
			text-decoration: none;
		}
	
	.valid #form-messages {
		background-image: url(images/bg-form-messages-success.gif);
	}
	
		.valid #form-messages h2 {
			color: inherit;
		}

	/* Error Message */
	fieldset strong.error {
		clear: left;
		color: #993333;
		display: block;
		margin: 0.5em 0 0.2em 5px;
	}
	
	/* Field */
	fieldset div input.error,
	fieldset div textarea.error,
	fieldset div select.error {
		border: 1px solid #993333;
	}
	
	/* Icon */
	fieldset img.icon {
		right: 60px;
		position: absolute;
		top: 10px;
	}
	

	/* Error Fields */

div.errorheader {
	color:#990000;
	background: url(images/bg-form-messages.gif) no-repeat #ffffff;
	padding:3px 0 3px 20px;
	margin-bottom:8px;
	font-size:0.85em;
}
span.fielderror {
	color:#990000;
	background: url(images/bg-form-messages.gif) no-repeat #ffffff;
	padding:1px 0 2px 20px;
	font-size:0.85em;
}
	
/* /Base form settings */
