/* Global Styles */

body {
	margin:25 25 25 25;
	background-color:#FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	font-family: Tahoma, Geneva, sans-serif; 
	font-size:12px;
	min-height: 100%;
}

p{
}	

td {
	color:#000000;
	margin-left: 2px;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
li {
	padding:0 0 0 0;
	display: block;
	margin-left: 0px;
}

a {
	color: #0C53A1;
	font-weight: 700;
	text-decoration: underline;
}
	
a:active {
	color: #0C53A1;
	font-weight:700;	
	text-decoration:underline;
	}
	
a:visited {
	color: #0C53A1;
	font-weight: 700;
	text-decoration: underline;
}
	
a:hover {
	color: #ffcc66;
	text-decoration:none;
	}
	
h2 {
	color:#4383AE;
	}
	
h3 {
	color:#78AAC2;
	}

h4 {
	color:#4383AE;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h5 {
	color:#78AAC2;
}
	
/* ID Styles */

#bodyofpage{
	background-color:#FFFFFF;
	padding-bottom:25px;
	min-height: 100%;
}

#container {
	min-height: 100%;
	position: relative;
	width: 100%;
	height: 100%;
}

#header{
	background-color:#F1F1E8;
	border-bottom: solid 3px #78AAC2;
	margin-bottom: 5px;
}

#headerleft{
	float: left;
	width: 30%;
}

#headerright{
	float: left;
	width: 65%;
	text-align: right;
}

#dashboard{
	background-color: #e6e6e6;
	border: 2px solid #000033;
    border-radius: 25px;
	font-size:18px;
	float: left;
	width:100%;
	margin-top: 5px;
}
#dashleft{
	float: left;
	width: 30%;
	padding: 2px;
}
#dashcenter{
	float: left;
	width: 30%;
	text-align: center;
	padding: 2px;
}

#dashright{
	float: left;
	width: 30%;
	text-align: center;
	padding: 2px;
}

#dashadmin-1{
	float: left;
	width: 20%;
	padding: 2px;
	text-align: center;
}
#dashadmin-2{
	float: left;
	width: 20%;
	text-align: center;
	padding: 2px;
}

#dashadmin-3{
	float: left;
	width: 20%;
	padding: 2px;
	text-align: center;
}
#dashadmin-4{
	float: left;
	width: 20%;
	text-align: center;
	padding: 2px;
}

#colleft{
	float: left;
	width: 15%;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	line-height: 13px;
	padding: 5px;
	border: 1pt solid #000033;
	background-color: #FFF;
}

#colright{
	float: left;
	width: 80%;
	text-align: left;
}

#footer {
	width: 100%;
	background-color: #3674A5;
	color: #F1F1E8;
	border-top-style: solid;
	font: small-caps;
	padding:10px;
	margin-top:10px;
}

#instructions {
	border-width: 3px;
	padding: 1px 1px 1px 1px;
	border-style: outset;
	border-color: #2C5D98;
	font-size:14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Class Styles */

.bodyText {
	color:#333333;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	}
	
.error {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	color: Red;
}

th.rater{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	background-color:#2C5D98;
	color:#FFFFFF;
	font-stretch:narrower;
	vertical-align:bottom;
}
td.rater{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	background-color:#e6e6e6;
	vertical-align:bottom;
}

tr.rater{
	background-color: #ffffcc;
	color: black;
	vertical-align: bottom;
}

.dashboard th{
	background-color:#828277;
	color:#FFFFFF;
	font-stretch:narrower;
	vertical-align:bottom;
}
.dashboard tr{
	background: #FFF;
}
.dashboard td{
	width: 150px;
	height: 145px;
	background-repeat:no-repeat;
}

.parttext{
	color: #2C5D98;
	font-weight: bold;
}

.obstext{
	color: #34B3D6;
	font-weight: bold;
}

.admintext{
	color: #9CC547;
	font-weight: bold;
}

tr.observer{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	background-color:#34B3D6;
	color:#FFFFFF;
	font-stretch:narrower;
	vertical-align:bottom;
}
table.admin{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	background-color:#e6e6e6;
	border-collapse: collapse;
	width:100%;
}

table.admin, tr.admin, th.admin, td.admin{
	border: 1px solid black;
	vertical-align:bottom;
	padding: 10px;
	text-align:left;
}

tr.admin{
	background-color:#9CC547;
	color:#FFFFFF;
	font-stretch:narrower;
}

table.part{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	background-color:#e6e6e6;
	border-collapse: collapse;
	width:100%;
	border: 1px solid black;
}

table.part, tr.part, th.part, td.part{
	border: 1px solid black;
	vertical-align:bottom;
	padding: 5px;
	text-align:left;
}

tr.part{
	background-color:#4988E9;
	color:#FFFFFF;
	font-stretch:narrower;
}

.pagebreak {
	display:block;
	page-break-after:always;
}
