/*----------------------------------------------------------
The base color for this template is #0089d1. If you'd like
to use a different color start by replacing all instances of

#0089d1 with your new color.
----------------------------------------------------------*/
body
{
    font-size: 1em;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    color: black;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}
.TopBlueDiv {
    background: none repeat scroll 0 0 #035782;
    height: 10px;
    width: 960px;
    margin: 0 auto;
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Calibri, Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

#header
{
    /*position: relative;*/
    display:  block;
    background-color: white;
    padding: 10px 20px 12px 10px;
    height: 65px;
    border-bottom: 1px #b0b1b0 solid;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 1em;
    font-family: Callibri, Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 0 0 15px;
    background-color: #fff;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#logo
{
	width: 252px;
	height: 73px;
}

#footer
{
    color: #fff;
    padding: 20px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-family:Helvetica;
    font-weight:bold;
    font-size:14px;
    background:#03293C;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    padding: inherit;
    position: relative;
    margin: 0 0 0 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
    margin: 0 -7px 0 0;
    border: 1px #b0b1b0 solid;
    background:  url(/Content/Images/button_bg.png) repeat scroll center left;
    line-height: 2.8em;
    padding: 5px 10px 5px 10px;
}

ul#menu li.selected 
{
    color: Blue;
    background: white;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;

}

ul#menu li a
{
    margin: 0 0 0 0;
    font-weight: bold;
    text-decoration: none;
    color: #686868;

}

ul#menu li a:hover
{
	text-decoration: underline;
}

ul#menu li a:active
{
    text-decoration: none;
}



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 0 0 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

#testType label 
{
    display: inline;
}

#reasonForTest label 
{
    display: inline;
}

fieldset table.td
{
	width: 100%;
}

legend 
{
    font-size: 1.3em;
    font-weight: bold;
    padding: 2px 4px 8px 4px;
    white-space:normal;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4;  
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    text-align: right;
    float:right;
    width: 68%;
    margin-top: 10px;
}

#title
{
    text-align:left;
    float:left;margin-left: 14px;
}

#logindisplay
{
    float: right;
    text-align:right;
    margin:10px;
}

#logindisplay a:link
{
	color: Blue;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: Blue;
    text-decoration: none;
}

#loggedinuser
{
	font: .9em;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
	font-size: 14px;
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-errors li
{
	margin-bottom: 20px;
}

#testresult input.radio
{
	display: inline;
	border: 1px;
}

#testresult label.choice
{
	display: inline;
	border: 1px;
}

#employerresults
{
	padding: 0px;
}

#employerresults h4
{
	font-weight: bold;
	font-size: 1.1em;
	border-top: 1px solid #0089d1;
	background-color: #CCD5E1;
}

#employerresults ul
{
	list-style-type: none;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #E0E0E0;
}

#employerresults li
{
	margin-bottom: 15px;
	color: Black;
	margin-left: 20px;
}

#employerresults li a
{
	color: Blue;
	font-size: 1.3em;
}

#employername
{
	font-size: 1.3em;
	font-weight: bold;
	color: Black;
}

#scheduledtests
{
	width: 48%;
	float: left;
	margin: 0px 10px 10px 10px;
}

#scheduledtests ul
{
   	list-style-type: none;
	padding: 0px 0px 0px 10px;
	margin-top: 1px;
}

#scheduledtests li
{
	margin-bottom: 5px;
	color: Black;
}

#scheduledtests li a
{
	color: Blue;
	font-size: 1em;
	text-decoration: none;
}

#testHistory
{
	/*width: 60%;
	margin: 23px 10px 10px 10px;*/
	margin: 0px 10px 10px 10px;
}

#testHistory ul
{
   	list-style-type: none;
	padding: 0px 0px 0px 10px;
	margin-top: 1px;
}

#testHistory li
{
	margin-bottom: 1px;
	color: Black;
}

#testHistory li img
{
	vertical-align: middle;
	padding-bottom: 2px;
}

#employer_search
{
	margin-top: 0px;
}

#IdentityVerification .ui-state-highlight
{
	font-size: 20px;
}

#searchbox
{
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#selectDonors
{
	/*margin-top: -15px;*/
	float: left;
	width: 400px;
	padding: 0 0 0 0;
	clear: none;
}

#testForm
{	
	margin-top: 0;
	width: 500px;
	margin-left: 450px;
	padding: 0 0 0 0;
	clear: none;
}

#testForm fieldset
{
	width: 400px;	
}

#donorList
{
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
}

#donorList li
{
	list-style: none;
	background-image: url(../../Content/accept.png);
	background-repeat: no-repeat;
	background-position: 0 5px ;
	padding-left: 18px;
	margin-bottom: 6px;
	font-weight: bold;
}

#ui-datepicker-div
{
	margin-left: 10px;
	font-size: 10px;
}

#additionalRequirements p label
{
	font-weight: bold;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-size: 14px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('../../Content/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #CCD5E1;
}

#testTypeFields ul
{
	padding: 0;
	margin: 0;
}

#reasonForTest ul
{
	padding: 0;
	margin: 0;
}

#testTypeFields li
{
	list-style-image: none;
	list-style: none;
	margin: 0, 0, 0, 0;
	padding: 0;
}

#reasonForTest li
{
	list-style-image: none;
	list-style: none;
	margin: 0, 0, 0, 0;
	padding: 0;
}

#testTypeFields li img, reasonForTest li img
{
	vertical-align: middle;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.add {
    background:  url(/Content/Images/small_add.png) no-repeat scroll center left;
    height: 24px;
    margin-left: 6px;
    padding-left: 18px; /* sliding doors padding */
    white-space: normal;
}

a.largeadd {
    background:  url(/Content/Images/small_add.png) no-repeat scroll center left;
    max-height: 100px;
    margin-left: 6px;
    padding-left: 25px; /* sliding doors padding */
    font-size:  1.3em;
}

a.delete {
    background:  url(/Content/Images/bullet_delete.png) no-repeat scroll center left;
    height: 24px;
    margin-left: 3px;
    padding-left: 15px; /* sliding doors padding */
}

a.table {
    background:  url(/Content/Images/small_table.png) no-repeat scroll center left;
    height: 24px;
    margin-left: 6px;
    padding-left: 18px; /* sliding doors padding */
}

#disclaimer
{
	padding: 20px 20px 20px 20px;
	margin-bottom: 1em;
}

#errorlist table
{
	border-collapse: separate;
	border-spacing: 5px 15px;	
}

#errorlist tr
{
	border-bottom: 1px solid #b0b1b0;
}

#errorlist td
{
	font-size: .8em;
}

#errorlist td.stacktrace
{
	width: 35%;
}