/* CSS Document */

#section1
{
	display: none;
}


#trackingshadow
{
	margin: 10px 0px;
	border: 1px solid #DDDDDD;
	z-index: 1;
	-webkit-box-shadow: 0px 1px 10px 1px #9E9E9E;
	box-shadow: 0px 1px 10px 1px #9E9E9E;	
	border-radius: 20px;
	-webkit-border-radius: 20px;
}
#tracking
{
	clear: both;
	margin: 30px 10px 10px 10px;
	font-size: 60%;
	overflow: hidden;
}
#trackingclose
{
	margin-right: 5px;
	margin-top: 10px;
	float: right;
}


.smallfont
{
	font-size: 90%;
}




label
{
	padding-right: 4px;
}

#search, #search table
{
	width: 80%;
}

#search img
{
	margin: 0;
	padding: 0;
}

#summary
{
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: white;
	color: #999999;	
	width: 100%;
}

#summary a
{
	color: #000000;	
}
#summary .cell
{
	background: white;
	width: 20px;
}

#summary .current
{
	background: rgb(12,46,79);
	width: 20px;	
}

#summary .first
{
	background: white;
	width: 20px;	
}

#summary .last
{
	background: white;
	width: 20px;	
}

#summary .prev
{
	background: white;
	width: 20px;	
}

#summary .next
{
	background: white;
	width: 20px;	
}


#summary .cell a
{
	background: white;
	text-decoration: none;
}

#summary .current a
{
	background: rgb(12,46,79);
	font-weight: bold;
	color: white;
	text-decoration: none;	
}

#summary .first a
{
	background: white;
	text-decoration: none;
	color: black;
}

#summary .last a
{
	background: white;
	text-decoration: none;
	color: black;	
}

#summary .prev a
{
	background: white;
	color: black;
	font-weight:bold;
	text-decoration: none;
}

#summary .next a
{
	background: white;
	color: black;
	font-weight:bold;
	text-decoration: none;
}

#summary .pagecount
{
	font-weight:bold;
	width: 75%;
	border: 1px solid white;
	background: white;
	text-align: right;
}

.results_table {overflow-x: auto;}

#results
{
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
	overflow: auto; 
	overflow-x: auto; 
	overflow-y: hidden;
	display: block;
	cursor:default;
	background: #000000;
	margin: 0px;
/*	padding: 0px;*/
}

#results table
{
	width: 100%;
	background: white;
	padding: 5px;
/*	font-size: 11px;*/
	/*background-color: transparent;*/
}

#results th
{
	background: #DDD;	
	cursor: default;
	Height: 40px;
	background-color: #999999;
	color: white;	
	border: 3px solid white;
	border-bottom-color: rgb(12,46,79);
	border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;	
}

/*#results td
{
	background-color: #FF00FF;
}*/

#results .cycle1
{
	background-color: #EEE;
}

#results .cycle1 table
{
	width: 950px;
}

#results .cycle2
{
	background-color: #FFF;
}

#results .cycle2 table
{
	width: 950px;
}

#results .panel1
{
/*	width: 300px;
	background-color: #FF0000;*/
}

#results .panel2
{
/*	width: 300px;
	background-color: #FFFF00;*/
}

#results .panel3
{
/*	width: 300px;
	background-color: #00FF00;*/
}

#results .panel4
{
/*	width: 300px;
	background-color: #00FFFF;*/
}

#results iframe
{
	width: 376px;
	height: 141px;
	z-index: -999;
}

#results td a
{
	color: rgb(12,46,79);
}

#results tr:hover, #results th:hover, #results td:hover
{
	background-color: rgb(12,46,79); color: white;
}

#results tr:hover a, #results th:hover a, #results td:hover a
{
	color: white;
}

#results td a:hover
{
	color: white;
}


#results  iframe tr:hover, .signature td:hover
{
	background-color: rgb(12,46,79);
}




#jobline
{
	width: 100%;
	color: black;	
	font-size: 80%;
	margin-bottom: 8px;	
	margin-top: 4px;
}

#jobsummary
{
	margin-left: 10px;
}

.popcal
{
	text-align: middle;
	border: 0px solid white;
	vertical-align: middle;
}
