/* HTML Selectors */
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #d5d6d7;
	color: #333;
	font-size: 62.5%; /* Resets 1em to 10px */
	margin: 0;
	padding: 0; 
}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	text-align: center;
	margin: 20px 0 0;	
	}

h2 {
	font-size: 1.3em;
	margin: 15px 0 10px;
	}

h3 {
	font-size: 1.2em;
	padding: 0;
	margin: 3px 0 3px;
	}
	
.largetext {
	font-size: 2em;
	font-weight: bold;
}

	
h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, cite {
	text-decoration: none;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

/* warning color, keep at end to override definitions */
.warning {
	background-color:yellow;
	color: red;
}
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */

/* page components */
ul.sortableList {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-family: Arial, sans-serif;
}
ul.sortableList li {
	padding: 2px 2px;
	margin: 2px 0px;
	border: 1px solid #000000;
	background-color:#E8EFFF;
}

.tinytext {
	font-size: .8em;
}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;	
}

#minipage {
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 600px;
	border: none;
	text-align: left;
	color: black;
}

#header {
	position: relative;
	background-color: #73a0c5;
	width: 760px;
	text-align: center;
	float: left;
	height: 75px;
}

#footer {
	background-color: #73a0c5;
	border-top: 1px solid gray;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#main {
	display: block;
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
	background-color:#fff;
	width: 740px;
	float: left;
	font-size: 1.2em;
	text-align: left;
	border-top: 1px solid black;
}

#nav {
	width: 760px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	background-color: #E0E0E0;
	font-size: 1.4em;
	float: left;
}

#nav2 {
	width: 760px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	background-color: white;
	font-size: 1.2em;
	border-top: 1px solid #B8B8B8;
	float: left;
}

#nav ul, #nav2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0px 1px 0px 1px;
	padding: 0;
	float: left;
	background: #00CCFF;
}

#nav2 li {
	margin: 0;
	padding: 0;
	float: left;
	background: #E5E5E5;
	border: 1px black;
}

#nav a {
	display: block;
	padding: 5px 15px;
	color: black;
	float: left;
}

#nav2 a {
	display: block;
	padding: 2px 15px;
	color: #0033CC;
}

#nav .current {
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: #62A5DC;
}

#nav2 .current {
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: #CDCDCD;
}

#nav .current a {
	color: white;
}

#nav2 .current a {
	color: black;
}

/* IE5-Mac Hac\*/
#nav a, #nav2 a {
	float: none;
}

#status {
	width: 195px;
	height: 35px;
	position: absolute;
	left: 547px;
	top: 5px;
	background-color:#FFFFFF;
	font-size: 1.4em;
}

#pagesection {
	border: 1px solid #BDBDBD;
	background-color:#F7F7F7;
	padding: 5px 5px 5px 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#warning_section {
	border: 1px dashed #CC3300;
	background-color:#FFECEE;
	padding: 5px 5px 5px 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.calstatus {
	font-size: 16px;
	padding: 8px 10px 5px 10px;
}

.col-A, .col-B {
	float: left;
}

.col-A {
	display: block;
	margin-right: -1px;
	padding-right: 5px;
	width: 550px;
	/* border-right: 1px solid gray;	 */
}
	
.col-B {
	display: block;
	padding-left: 5px;
	width: 180px;
	/* font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif; */
}

.clear {
	clear: both;
}

table {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-collapse: collapse;
}

th {
	font-weight: bold;
}

.title {
	background-color: #0000CC;
	font-size: 13px;
	color: white;
}

.highlight {
	background-color: #CCFFCC;
}

.highlight2 {
	background-color: #66CC99;
	font-weight: bold;
	color: #FFFFFF;
}

.highlight3 {
	background-color: #FFFFCC;
}

td.biggertext {
	font-size: 16px;
}

input, select {
	font-size: 11px;
}

/* report view style sheet */

#report {
	border: solid 1px #d3d3d3;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 5px 5px 5px 5px;
}

.largereport {
	width: 700px;
}

.smallerreport {
	width: 575px;
}

.smallreport {
	width: 450px;
}

.alt {
	/* background-color: #F0F0F0; */
	background-color: #E2EAFC;
}

#report table {
	font-size: 1em;
	text-align: left;
}

#rep_legend {
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
	background-color: #d3d3d3;
	padding-left: 3px;
}

#warning {
	color: #616161;
	background-color: #FFFF99;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}

#report th {
	font-weight: bold;
}

#thumbs {
	width: 100%;
	height: 150px;
	overflow: auto;
}

#thumbs img {
	height: 70px;
	/* height: 50px; */
}

.thumb {
	background-color: white;
	padding: 2px;
	/* display: inline; */
	float: left;
}



