@charset "UTF-8";

body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 75%;
	background-color: #FFFFFF;
	line-height:2em
}

#headerwrap {
	height: 150px;
	background-image: url(../imgs/scg_header.png);
	background-repeat: repeat-x;
	background-position: top;
}

#header {
	width: 898px;
	height: 148px;
	padding:1px;  		/*to avoid margin collapse*/
	margin: 0 auto;
}

#logo {
	margin-top: 35px;
}

#email {
	float:right;
}

#email a {
	text-decoration: none;
	color: #CCCCCC;
}

#email a:hover {
	text-decoration: none;
	color:#666666;
	background-color: #CCCCCC;
}

#navwrap {
	background-color: #F2F2F2;
	height: 40px;
}

#nav {
	width: 900px;
	height: 30px;
	margin: 0 auto;
}

#content {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;

}

#footerwrap {
	height: 150px;
	background-color: #E6E6E6;
}

#footer {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer img {
	float:right;
	margin-left:20px;
}

.clear {
	clear:both;
}

.selected {
	background-color: #F2F2F2;
	border-bottom: solid 1px red;
}

td {
	font-size: 1em;
	vertical-align: top;
}

table {
	border: solid 1px #CCCCCC;
	line-height: 1.33em;

}

h1 {
	line-height: 1em;
	font-size:2em;
}

h2 {
	font-size: 1.33em;
	color: #B80026;
	float:left;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 1.33em;
	color: #B80026;
	margin: 0 0 10px 0;
}

a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	color: #666666;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #B80026;
}

#tableHeader {
	background-color:#333333;
	font-size: 1.16em
}

#tableHeader a {
	color: #CCCCCC;
}

#tableHeader a:hover {
	color: #B80026;

}

#pageno {
	float:right;
	margin-right: 15px;
	font-size: 1.16em

}

#pageid {
	float:right;
	font-size: 1.16em

}

#pagenob {
	float:right;
	margin-right: 15px;
	margin-top:10px;
	font-size: 1.16em

}

#pageidb {
	float:right;
	font-size: 1.16em;
	margin-top:10px;

}#update {
	background-color: #E6E6E6;
	padding: 10px 19px;
	width: 400px;
	border: solid 1px #B80026;
}
