﻿label {}
li label {font-size: 100%; text-decoration: underline; cursor: pointer;}
select, input, textarea {font-size: 100%; font-family: Arial, Helvetica, Sans-Serif;}
label span label {font-size: 100%;}

/* ============================= ELEMENTS ============================= */

input.searchfield, input.field, input.field-supp, input.field-2, input.field-3, textarea {
	background: #FFFFFF;
	border-top: 1px solid #727272;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #727272;
	background-color:#fff;
	color: #333;
	}
input.searchfield	{width: 196px; margin-right: 3px; padding-left: 2px;}
input.field			{width: 300px;}
input.register		{width: 160px; vertical-align: middle;}
body.content input.register {width: 128px;}
input.field-2		{width: 220px; background-color: transparent;}
input.halflength	{width: 115px;}
textarea			{width: 350px;}
input.btn-register	{vertical-align: middle; margin-left: 5px;}

select.menu {
	background: #F8F8F8;
	border-top: 1px solid #ccd7e2;
	border-right: 1px solid #859cb3;
	border-bottom: 1px solid #859cb3;
	border-left: 1px solid #ccd7e2;
	margin: 0;
	color: #333;
	}		

/* ============================= LAYOUT ============================= */


fieldset fieldset { /*border: none; margin: 0; padding: 0; width: 670px;*/}

div.form {
	position: relative;
	z-index: 1;
	}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
	}

legend {
	margin: 0; 
	padding: 0;
	}
legend span {
	background-color: #666;
	display: block; 
	margin: 0 0 0 0;
	color: #fff; 
	width: 598px; /* requires explicit width */
	padding: 8px 3px 8px 5px;
	}
/*
legend.top span {
	background: #3086c9; 
	color: #fff; 
	width: 598px;  requires explicit width 
	padding: 3px 3px 4px 5px;
	}
*/
legend.sub span {
	background: #def; 
	color: #3086c9; 
	width: 562px; /* requires explicit width */
	padding: 3px 3px 4px 5px;
	}


span.requiredinfo {
	position: absolute;
	top: 15px !important;
	right: 0;
	display: block; 
	color: #ccc; 
	font-style: italic; 
	padding: 0px 7px 0px 7px;
	margin: 0 0 0 0;
	width: 15em;
	text-align: right;
	}
.requiredinfo strong {
	color: #62ac16; 
	font-size: 100%;
	}



div.row {
	position: relative;
	z-index: 1;
	border-top: 1px solid #D3D3D3;
	background: #eee url(../library/divider-news.png) repeat-y 0 0;
	padding: 3px 0 3px 0;
	}
	div.row:after {
		display: block;
		clear: both;
		content: ".";
		visibility: hidden;
		height: 0;
		}

div.required {
	position: relative;
	z-index: 1;
	text-align: right;
/*	margin-bottom: -13px; */
	background: none;
	border: none;
	}
	
div.last {
	background-color: transparent;
	padding: 5px 0 0 0;
	background-image: none;
	border-bottom: none;
	}

span.desc {float: left; display: block; width: 180px; padding: 3px 0px 4px 5px; text-align: right;}
span.element {float: left; display: block; width: 300px; padding: 1px 0 0 15px;}

span.desc span.info {
	color: #aab;
	display: block;
	padding-top: .2em;
	}

span.button {
	padding-left: 200px;
	}


/* Required indicators */
strong.required {
	color: #62ac16;
	}
div.row strong.required {
	position: absolute;
	left: 180px;
	top: 0;
	width: 1em;
	padding: 5px 5px 0px 7px;
	}
div.row fieldset strong.required {
	left: 178px;
	}	

/* Row nested fieldset */
div.row fieldset {
	border: none;
	margin: 0;
	padding: 0 0 0 180px !important;
	width: 490px;
	}

/*see ie.css*/

div.row legend span {
	position: relative;
	display: inline;
	float: left;
	text-align: right;
	width: 180px;
	margin-right: 15px;
	margin-left: -180px;
	background-color: transparent;
	color: #333;
	}
div.row div.row {
	float: left;
	width: auto;
	display: inline;
	min-height: 1em;
	padding: 0 5px 0 0;
	}
div.row div.row:after {
	display: none;
	clear: none;
	}
div.row div.row label span.element {
	float: none;
	display: block;
	width: auto;
	}
div.row div.row span.desc {
	position: absolute;
	left: -999999px;
	}
	
	
	
	
	

/*===================================================================*/
/* --------------------------- VALIDATION -------------------------- */
/*===================================================================*/

span.error {
	display: block;
	width: 492px; 
	padding: 0px 0px 10px 5px;
	font-size: 85%;
	}
.error-summary ul {padding: 0; margin: 0;}

div.detail-results span.error, 
div.detail-frequency span.error {
	width: 343px;
	}
div.formerror,
div.formsuccess {
	padding: 5px 0 0 7px;
	margin-bottom: 10px;
	background-color: #f8dddd;
	border: solid 1px #ea1a39;
	}
div.formerror h3,
div.formsuccess h3 {padding-top: 0; padding-bottom: 0;}
div.formerror, 
div.formerror h3, 
div.formerror li, 
div.formerror p {
	color: #ea1a39;
	}			
div.formsuccess	{
	background-color: #c9eed4;
	border-color: #207d0f;
	}	
div.formerror h3,
div.formsuccess h3 {
	background-image: none; 
	background-color: transparent; 
	padding: 0; 
	margin: 0.6em 0 0.6em 0;
	font-size: 125%;
	font-weight: bold;
	}	
div.formsuccess h3 {
	color: #207d0f;
	}	
