@CHARSET "ISO-8859-1";


#form_container {
	display: block;
	text-align: left;
	width: 80%;
	margin: 0px auto;
	padding: 0px;
}



form.epform {
	width: 100%;
	font-size: 12px;
	color: #333;
	}
	
form.epform legend { padding-left: 0; }
	
form.epform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.epform label { 
	color: #333;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	font-size: 12px;
	padding-right: 20px;
}

form.epform fieldset {
	border: none;
	border-top: 1px solid #336699;
	/*background: url(../../images/epform-fieldset.gif) left bottom repeat-x;*/
	/*background-color: #E0E4EF;*/
	margin-bottom: 10px;
	min-width: 150px;
}
	
form.epform fieldset fieldset { background: none; }
	
form.epform fieldset li {
	padding: 5px 10px 7px;
	/*background: url(../images/epform-divider.gif) left bottom repeat-x;*/
	}

form.epform fieldset ol {
  margin: 0;
  padding: 0;
}
form.epform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.epform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.epform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.epform fieldset fieldset label {
  display: block;
  width: auto;
}
form.epform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.epform label {
  /*width: 120px;*/ /* Width of labels */
}
form.epform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form.epform fieldset.notification {
	background-color: #FFDFDF	
}

input {
	padding-left: 2px;
	vertical-align: middle;
}

input, select, button {
	border: 1px solid #CCCCCC;

}



/* submit buttons */

input.submitPrimary
{
	background-color: #336699;
	color: #fff;
	padding: 0px 3px 0px 3px;
	border: groove 2px #fff;
	margin: 3px 3px 3px 0px;
	overflow: visible; 
}






/*
fieldset {
	width: 80%;	
}
legend {
	font-weight: bold;
}

label {
	display: block;
	

	float: left;
	margin: 5px 5px 20px 5px;
}

input {
	text-align: left;

	padding-right: 20px;
}

br {
	clear: left;
}


*/

.res  {
	
	text-align: left;
	width: 100%;
	
	padding: 10px;
	
}

.res caption {
	font-size: large;
	text-align: left;
	font-weight: bolder;	
}



.res th {
	text-align: center;
	background-color: #bbb;
	font-weight: bold;
	border-color: #000;
	border-bottom: thin;
}



.colSelectList {
	text-align: center;
	width: 60px;
}


#results {
	
	text-align: center;
	width: 80%;
	margin: 0px auto;
	padding: 15px;
}
ul#tabnav {
    font: bold 12px arial, verdana, sans-serif;
    list-style-type: none;
    padding-bottom: 24px;
    border-bottom: 1px solid #878787;
    margin: 0;
}

ul#tabnav li {
    float: left;
    height: 21px;
    background-color: #C2D9EF;
    margin: 2px 2px 0 2px;
    border: 1px solid #878787;
}

ul#tabnav li.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

ul#tabnav li.active a {
    color: #000;
}

#tabnav a {
    float: left;
    display: block;
    color: #666;
    text-decoration: none;
    padding: 4px;
}

#tabnav a:hover {
    background: #fff;
}




