/***********************************************/
/* roadwatch.css                               */
/* Huron Road Watch                            */
/***********************************************/

@import url("p7pm/p7pmv0.css");

body{
	font-family: Trebuchet MS, Arial,sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 16px;	
	margin: 0px;
	padding: 0px;
	background: url(interface/bg_body.gif);
	background-repeat: repeat;
}

p {
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 18px;
	width: 550px;
	text-align: left;
}

.tblhlder {
	background-color:#FFFFFF;
	border-bottom: 1px #bcbcbc;
	border-left: 1px #bcbcbc;
	border-right: 1px #bcbcbc;
	}

.mainbg {
	background-image:url(interface/main-bg.gif); 
	background-repeat: repeat-y;
	padding: 5px 10px 0px 15px;
	text-align: left;
	vertical-align:text-top;
	height: 300px;
	width: 565px;
	}	

.mainright {
	background-image:url(interface/main-side-right.gif); 
	background-repeat: repeat-y;
	}	

.backtotop {
	border-top:  1px dotted #999999;
	font-size: 11px;
	margin: 20px 15px 20px 15px;
	padding: 3px 0px 0px 470px;
	float: none;
}
.backtotop a:link { color: #005FA9; background: transparent; text-decoration: none; }
.backtotop a:hover { color: #005FA9; text-decoration: underline; }

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px 0px 15px 0px;
 padding: 0px;
 text-decoration:underline;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px 0px 15px 0px;
 padding: 0px;
}


/***************
h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


 list tag styles ***************/

ul {
 list-style-type: disc;
 line-height: 18px;
 width: 450px;
}

li {
	margin-top: 0;
	margin-bottom: 8px;
}

ul.intable {
 list-style-type: disc;
 line-height: 18px;
 width: 200px;
}


/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

.alert {
	color:#FF0000;
}



.intbtm {
	background-image:url(interface/bottom.gif); 
	background-repeat: no-repeat;
	padding: 10px 10px 0px 15px;
	text-align: right;
	vertical-align:text-top;
	height: 35px;
	width:577px;
	font-family: Verdana, Arial,sans-serif;
	font-size: 11px;
	color: #333333;
}


.droptable {
	border-top: 1px solid #FAE6AF;
	border-bottom: 1px solid #FAE6AF;
	border-left: 1px solid #FAE6AF;
	}
.droptable td {
	border-right: 1px solid #ffffcc;
	text-align: left;
	vertical-align:text-top;
	}	
.droptable tr.altrow {
	background-color: #ffffcc;
	text-align: left;
	vertical-align:text-top;
	}

table.reportform {
	border: #CCCCCC 1px solid;
	background-color: #F4F4F4;
}

table.reportform th{
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: text-top;
	text-transform: uppercase;
}

table.reportform td{
	text-align: left;
	vertical-align: text-top;
}

@media print {
  .noprint { display: none; }
}
