/*     
	Smarterhosts.com Stylesheet!
*/

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
form {
	display:inline;
}
		
#breadcrumb {
	width: 490px;
	background-color: #CCCCCC;
	margin-bottom: 10px;
	padding: 5px;
}
	#breadcrumb a:link {color: #165ecd; text-decoration: underline;}
	#breadcrumb a:visited {color: #165ecd; text-decoration: underline;}
	#breadcrumb a:hover {color: #165ecd; text-decoration: underline;}
	#breadcrumb a:active {color: #165ecd	; text-decoration: underline;}
		
body, td{ 
	font-family: Trebuchet MS; 
	font-size: 11px; 
	line-height: 20px;
}
#content{
	padding: 40px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	list-style-type: none;
	display: block;
}	

a{
	color: #165ecd;
}

.nopadding{
	margin-left: -10px;
}

.right{
	text-align: right;
}
.center{
	text-align: center;
}
.important{
	font-weight: bold;
}
.headingwhite{
	line-height: 120%;
	padding: 15px;
	color: #FFFFFF;
}

input.logininput {
	background: url(../images/input_bgblue.gif) no-repeat;
	height: 21px;
	width: 106px;
	vertical-align: middle;	
	font-size: 12px;
	padding-top: 2px;
	padding-left: 5px;
	border: 0px;
	
}
table#DataList {
	width: 490px;
	border-collapse: collapse;
}
#DataList th{
	text-align: left;
	background-image: url(../images/table_header.gif);
	height: 31px;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px;
}
#DataList td{
	height: 30px;
	background: url(../images/table_row.gif) repeat-x;
	background-position: top;
	vertical-align: top;
	padding: 5px;
}


table#DataEdit {
	width: 490px;
	border-collapse: collapse;
}
#DataEdit th{
	text-align: left;
	background: url(../images/table_row.gif) repeat-x;
	width: 120px;
	font-size: 12px;
	vertical-align: top;
	padding: 5px;
}
#DataEdit td{
	height: 30px;
	background: url(../images/table_row.gif) repeat-x;
	background-position: top;
	vertical-align: top;
	padding: 5px;
}

#DataEdit td.footer{
	text-align: right;
	height: 31px;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px;
}
#DataEdit td.header{
	font-weight: bold;
	text-align: left;
	background: url(../images/table_header.gif);
	height: 31px;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px;
}

textarea, select, input{
	font-family: Trebuchet MS; 
	font-size: 12px; 
}

#DataList td.nobg{
	background: #e1e1e1;

}


div#ErrorBox{
	width: 490px;
	margin-bottom: 5px;
	border: 1px solid black;
	padding: 10px;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}

.subtext{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}