body {
	background: #000;
	margin: 0px;
	padding: 0px;
	font-family:arial;
	color:white;
}
a {
color:#FF9933;
}
#header{
	/*background-image:url('images/background-gradient.jpg');*/
	background: #000;
	width: 99%;
	padding-bottom:5px;
	}
#topdivider{
	background: #333333;
	width: 100%;
	padding:5px;
	height:20px;
	}
#container{
	width:100%;
	}		
#leftcol{
	background: #000;
	float: left;
	width: 20%;
	max-width: 240px;
	height: 100%;
	
	}
#rightcol {
	background: #000;
	float: right;
	width: 13%;
	height: 100%;
	padding-right: 10px;
	white-space: nowrap;
	font-size:12px;
}
#content{
	background: #000;
	float: left;
	width: 58%;
	height: 100%;
	margin-bottom:0px;

	}
#usercontent{
	background-image:url('images/background-gradient.jpg');
	background-repeat: repeat-x;
	}	
#userclickdisplay{
	font-weight:bold;
	}	
#maincontent{
width: 100%;
	}
#visitors{
	background: #000;
	width: 100%;
	overflow: hidden;
	text-wrap: suppress;
	}	
#stats{
	background: #000;
	width: 100%;
	overflow: hidden;
	text-wrap: suppress;
	}	
#footer{
	background: #333;
	color: #FF9933;
	clear: both;
	width: 100%;
	height:36px;
	position: fixed;
	bottom: 0px;
	display:inline;
	font-weight:bold;
	}
#footerspacer{
	background: #000;
	clear: both;
	width: 100%;
	height:50px;
	}
#counterdisplay{
background-color:#000000;
font-weight:bold;
font-size:14px;
font-family:Arial;
color:#FF993;
	}
.statusmsg{
	font-weight:bold;
	color: #66CC66;
	}	
input.btn{
   color:white;
   font-size:14px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   background-image:url('images/btnUp.png');
   width:90px;
   height:90px;
   border:0;
   outline:none; 
   -moz-outline-style:none;
	}
input.btn:active{
   background-image:url('images/btnDown.png');  
   width:90px;
   height:90px;
   border:0;
   outline:none;
	} 
input.btn:focus{
-moz-outline-style:none;
}
#mail_notify{
	font-weight: bold;
	padding-left: 20px;
	}
#mail_message{
	font-weight:bold;
	text-align: left;
	
	}
.mail_title{
	background-color: #3399FF;
	font-weight: bold;
	}
.mail_row td{
	background-color: #FFFFCC;
	color: #000;
	padding: 5px;
	font-weight: bold;
	}		
.grid_1{
	color: #fff;
	width: 90%;
	background-color: #333;
	display: inline;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
	padding: 15px;
	}			
label {
width:150px;    /*Or however much space you need for the form’s labels*/
    float:left;
}
.field_container input{
	width:250px;
	height:30px;
	font-size:16px;
	font-weight:bold;
	}		
.container {
	background: #000;
	padding:25px 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-top: 0px;
	border-style: solid;
	border-color: #333; 
	border-width: 3px;
	overflow: hidden;
	}
.timespent{
background-color:black;
color:white;
width:300;
text-align:center;
font-size:48px;
border: 0px;
}
.timespentTot{
background-color:black;
color:white;
width:300px;
text-align:center;
font-size:64px;
border: 0px;
}

.tabmenu {width:800px; padding:0 50px; margin:0; list-style:none; height:32px; border-bottom:1px solid #000; }
.tabmenu ul {text-align: center; list-style:none;}
.tabmenu li {float:left; margin-right:2px; }

.tabmenu li a {display:block; line-height: 32px; color:#000; font-family:arial, sans-serif; font-size:14px; font-weight:bold; float:left; text-decoration:none; padding:0 15px; text-decoration:none; background:#aaa; border:1px solid #000; border-bottom:0;

text-shadow: -1px -1px 6px rgba(255, 255, 255, 0.6), -1px -1px 1px #fff;
-webkit-border-top-right-radius:8px;
-webkit-border-top-left-radius:8px;
-moz-border-radius-topright:8px;
-moz-border-radius-topleft:8px;
border-top-right-radius:8px;
border-top-left-radius:8px;

-moz-box-shadow: 0px -1px 10px rgba(80, 80, 80, 0.5);
-webkit-box-shadow: 0px -1px 10px rgba(80, 80, 80, 0.5);
box-shadow: 0px -1px 10px rgba(80, 80, 80, 0.5);

background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.4)), color-stop(30%,  rgba(255, 255, 255, 0.2)));
background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0));
}

.tabmenu li a:hover {background:#069; color:#fff;
text-shadow: -1px -1px 6px rgba(0, 0, 0, 0.6), -1px -1px 1px #000; text-decoration:none;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.4)), color-stop(30%,  rgba(255, 255, 255, 0.2)));
background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0));
}
/*CSS Sabrosus style pagination*/
div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
	font-weight:bold;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #FF9900;
	
	text-decoration: none; 
	color: #FF9900;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #FF9900;
	color: #000;
	background-color: lightyellow;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid navy;
	font-weight: bold;
	background-color: #FF9900;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #929292;
	color: #929292;
}

#dhtmltooltip{
color: black;
font-weight:bold;
font-family:arial;
position: absolute;
width: 200px;
border: 2px solid white;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	}			
