/*Print style: removes navigation bar when printing the detailed property sheets*/

@media print {
	#nav_header {
	  	display : none; 
	}
}

/* end print style */


div.transOFF {width: 100%; background-color:#cccccc;border:1px solid black; }
div.transON  {width: 100%; background-color:#cccccc;opacity:.50;filter: alpha(opacity=70); -moz-opacity: 0.5; }


/* Main body styles */
.quicksearch {
	background:
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}

body {
	background-color: #C0C0C0;
	background-color: #003366;
	background-color: #4169E1;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	vertical-align: top;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

.padding {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

td,th {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	color: #CC3333;
	text-decoration: underline;
}

a:active {
	color: #99CC33;
	text-decoration: none;
}

h1 {
	color: #00303E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	color: blue;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase; /* Values for the 3 columns: leftcolumn, centrecolumn and rightcolumn */
}

.columncentre {
	background-color: #FFFFFF;
	color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	padding: 0px 0px;
	vertical-align: top;
}

.columnright {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	width: 160px;
}

.columnleft {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	width: 160px;
	border-right-color: #cccccc;
	border-right-style:dotted;
	border-right-width: 1px;
}


/* Text values */

.bodytext {
	color: 222222;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
}

.topnavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.smalltext {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

.caps {
	font-size: 90%;
	text-transform: uppercase;
}


/* Page and table borders */

.border11 {
	filter:shadow(color:gray, strength:10, direction:135);
}

.border_index {
	border-bottom-color: #cccccc;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.border_index2 {
	border-top-color: #cccccc;
	border-top-style: dotted;
	border-top-width: 1px;
}

.borderbottom {
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #666666;
	border-top-style: none;
	border-top-width: 1px;
}

.borderbottomnoright {
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #666666;
	border-right-style: none;
	border-right-width: 1px;
	border-top-color: #666666;
	border-top-style: none;
	border-top-width: 1px;
}



/* Form, input and select values */

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

input {
	background-color: #FFFFFF;
	border: 1px solid #006699;
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
}

select {
	background-color: #FFFFFF;
	border: 1px solid #006699;
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
}
