﻿* {
	font-family: trebuchet, "trebuchet ms", Arial, Verdana;
	font-size: 11px;
}

body {
	margin: 0 auto;
	height: 100%;
	color: #666666;
	/* background: #C0CBCF url(/images/bg-body.jpg) repeat-x; */
}


/*buttons*/
.gButtons
{
	background-color:#e3e3e3;
	border:1px #666666 solid;
	font-size:10px;
	color:#666666;
}

/*main area*/
#container {
	
	margin-top: 8px;
	margin-bottom: 8px;
	width: 640px;
	border:solid 0px #000000;
	padding:0 0 0 15px;
	
	
}

#main 
{
	margin: 0 auto;
	width: 100%;
	float: left;
	padding-bottom: 1em;
}


.leftDiv
{
	float:left;
}

.rightDiv
{
	float:right;
}

.width100p
{
	width:100%;
}


/*TIME CARD REGION*/

#btnTimeClock
{
	float:left;
	position:absolute;
	top: -100px;
}

.timeHeaders {border-bottom:1px solid #000000;font-weight:bold;font-family:arial;font-size:12px;}
.todaysBkg {font-family:arial;font-size:11px;color:#ffffff;height:25px;background-color:#666666; border-bottom:1px solid #000000;}
.rowBkg {font-family:arial;font-size:11px;height:25px;background-color:#ffffff;border-top:1px solid #e5e5e5;margin-top:5px; margin-bottom:5px;}
.altRow {font-family:arial;font-size:11px;height:25px;background-color:#ffffff;border-top:1px solid #e5e5e5;margin-top:5px; margin-bottom:5px;}
.totalsRow {font-family:arial;font-size:11px;height:25px;background-color:#ffffff;}
.totalsRowE {font-family:arial;font-size:11px;height:25px;background-color:#ffffff;}
.totalsRowS {font-family:arial;font-size:11px;height:25px;background-color:#ffffff;}

.p2 {padding:2px 2px 2px 2px;}
.p3 {padding:3px 3px 3px 3px;}
.p5 {padding:5px 5px 5px 5px;}
.p10 {padding:10px 10px 10px 10px;}


.invalidCss {background-color:red;}

.waterMark
{
	color:#A1A1A1;
}


/*TEXT*/
.lrgBoldText{font-family:arial;font-size:15px;font-weight:bold;color:#666666;}

.separ5
{
	height:5px;
}

.separ10
{
	height:10px;
}

.separ15
{
	height:15px;
}

.areaHeaders
{
	width:640px;
	font-family:Trebuchet MS, Arial;
	color:#333333;
	border-bottom: solid 1px #cecece;
}

.descHeaders
{
	border:1px solid #cecece;
	background-color: #D7D7D7;
	padding:3px 3px 3px 3px;
	font-family:Trebuchet MS, Arial;
	color:#333333;
}

.popUpService
{
          background: #000000;
          filter: alpha(opacity=90);
          -moz-opacity: 0.9;
          opacity: 0.9;

}