html, body {
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e3ecf3;
}

body, table, input, table td {
    	font-family: Arial; 
	font-size: 12px;
	/*color: #535353;*/
	color: black;
	line-height: 150%;
}

.main {
	background-color: white;
}

.menu_td {
	background:url(images/menu_bg.jpg);
}

#menu {
	margin: 0;
	padding: 0;
	padding-left:24px;
	width: 176px;
}

#menu a {
	display: block;
	position: relative;
	color: black;
	padding: 3px 2px 2px 9px;
	margin: 0px 0px 1px 0px;
	text-decoration: none;
    font-family: Arial; 
	font-size: 12px;
	line-height:23px;
}

#menu a, #menu a:hover {
	background: url(images/menu_dot.jpg) no-repeat left center;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu div {
	background: url(images/menu_delimiter.gif) no-repeat left bottom;

}

.content {
	padding-left:10px; 
	padding-right: 10px;
	text-align: left;
}


h1 {
	text-transform:uppercase;
	font-size: 18px;
	margin-top: 0px;
	padding-top: 0px;
}

.error {
	font-weight: bold;
	color: red;
}





/* ADMIN STYLES */
table.statsM { background:#dddddd;}
table.statsM tr td.totalRow { background:#F7941D;}
table.statsM tr.totalRow { background:#F7941D;}
table.statsM th {	
	background:#79bd09;	
	height:20px;font:normal 12px tahoma, arial;	
	text-align:center; 
	color:#fff; 
	font-weight:bold; 
	padding-left:5px; 
	padding-right:5px; 
}
tr.totalRow td{
	font-weight: bold;
	color: #FFFFFF;
}
tr.totalRow td, tr.statsRow td{	height:20px;font-size:12px; padding-left:5px; padding-right:5px;}

tr.totalRow, tr.statsRow {border-right:1px solid #DDDDDD;}

tr.totalRow, tr.statsRow {background-color:#F5F5F5;}
