/* CSS*/
body{
	font-family:tahoma, Arial, Helvetica;
	font-size:11px;
	
	}
/* Body Wrapper CSS*/
#container{
	width:1000px;
	text-align:left;
	margin:0px;
	border:#669900 solid 1px;
	background:#fff;


	}
	/* LINKS */
#menu{
	width:945px;
	margin-bottom:10px;
	background:#669900;
	margin-top:10px;
	border:1px solid #ccc;
	padding:20px;
	color:#FF9900;
	}
#menu .anchor{
	margin-top:8px;
	margin-bottom:3px;
	padding:10px;
	padding-right:10px;
	height:30px;
	
	}
#menu a:link{
	text-decoration:none;
	font-size:11px;
	color:#FFF;
	}
#menu a:visited, a:active{
	text-decoration:none;
	font-size:11px;
	color:#FFF;
	}
#menu a:hover{
	text-decoration:none;
	font-size:11px;
	color:#CCC;
	}
/* Header Information*/
#header{
	width:auto;
	height:100px;
	}
#header #logo{
	width:252px;
	float:left;
	text-align:center;
	border:#ccc 1px solid;
	height:124px;
	border-right:0px;
	margin-right:-10px;
}
#header img{
	padding:5px;
	margin-top:18px;
	}
#header #dashboard{
	float:left;
	margin-left:10px;
	width:220px;
	padding:8px;
	border:1px solid #CCC;
}
#dashboard .chunk{
	background:#E5EDFD;
	min-height:100px;
	padding:4px;
}
#dashboard #heading{
	color:#669900;
	width:auto;
	font-size:14px;
	float:left;
	} 
#dashboard #fader{
	width:120px;
	margin-top:30px;
	float:right;
	color:#AAAAAA;
	font-size:17px;
	}
#dashboard #numbers{
	clear:height;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	width:70px;
	}
#numbers h2{
	font-size:24px;
	margin-top:30px;
	margin-bottom:0px;
	margin-left:5px;
	font-weight:normal;
	}
#numbers span{
	font-size:10px;
	letter-spacing:-.01em;
	}
#dashboard #cash{
	color:#999;
	clear:both;
	margin-top:30px;
	}
#dashboard #cashentry{
	float:left;
	line-height:15px;
	min-width:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
/* Main Content Section*/

#content{
	width:auto;
	height:auto;
	}
	
#content #main{
	width:730px;
	float:left;
	text-align:center;
	padding:8px;
	color:#666666;
	margin-top:10px;
	}
#main h2{
	font-size:18px;
	font-family:Georgia, Helvetica, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	line-height:30px;}
#restab{
	margin:0 auto;}
#content #rightTab{
	float:right;
	margin-top:10px;
	margin-right:15px;
	width:218px;
	padding:8px;
	border:1px solid #CCC;
}
#rightTab .tab{
	min-height:100px;
	background:#E1E1E1;
	padding:4px;
	margin-bottom:10px;
}
.tab h2{
	font-size:24px;
	margin-top:20px;
	color:#999;
	margin-bottom:0px;
	margin-left:5px;
	font-weight:normal;
	}
#rightTab #digits{
	clear:height;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	width:70px;
	}
#rightTab span{
	font-size:10px;
	letter-spacing:-.01em;
	color:#999;
	}
#rightTab  #titles{
	color:#669900;
	width:auto;
	font-size:14px;
	float:left;
	} 
#rightTab   #fade{
	width:120px;
	text-align:right;
	float:right;
	color:#AAAAAA;
	font-size:14px;
	}
/* Footer Section*/
#footer{
	width:948px;
	border:1px solid #CCC;
	margin-top:8px;
	padding:20px;
	}
#footer #image{
	text-align:center;}
#footer #text{
	text-align:center;
	line-height:16px;
	padding:7px;
	}
#footer span{
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:1px;
	background:#E4ECC6;
	border:1px solid #ccc;
	}
#footer a:link{
	text-decoration:none;
	color:#666666;
	}
#footer a:hover{
	text-decoration:none;
	padding:1px;
	background:#E4ECC6;
	border:1px solid #ccc;
	color:#666666;
	}
#footer a:visited{
	text-decoration:none;
	color:#666666;
	}
/* Miscellenous */
#clear{
	clear:both;
	}
#divider{
	}
	
	
	.ewTable {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	width: auto;
	font-family: Verdana; /* font name */
	font-size: inherit			
}

.ewTableSeparate {	
	border-collapse: separate;		
}

.ewTable td {
	padding: 3px; /* cell padding */
	border-bottom: 1px solid; /* border width, horizontal grid line */
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid; /* border width, vertical grid line */
	border-color: #C2D4DA;  /* border color */
}
.ewTable td a{
	color:black;
	text-decoration:none;
}


.ewTableAddOpt {
	border: 0;
	border-spacing: 0;
	font-family: Verdana; /* font name */
	font-size: inherit			
}

.ewTableAddOpt td {
	padding: 3px; /* cell padding */
	border: 0;
}
	
.ewTable .ewTableHeader, .ewTable .ewTableHeader td {
	background-color: #B7D8DC;	/* header bgcolor */
	color: #000000; /* header font color */
	border-bottom: 1px solid; /* header border width */
	border-right: 1px solid; /* header border width */
	border-color: olive; /* header border color */	
	background-image: url(images/olive.png); /* header bg image */
	background-repeat: repeat-x;		
	vertical-align: top; 	
}

.ewGrid {
	border-collapse: separate;
}

.ewGrid .ewGridContent {
	padding: 0;	
	border: 1px solid #6B8E23; /* grid border */			
}

/* grid pager panel */
.ewGridUpperPanel, .ewGridLowerPanel {
	padding: 3px;	
	border-left: 0;
	border-right: 0;	
	background-color: #99CC00; /* grid header color */
	color: #6B8E23;	 /* grid header font color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */			
}

.ewGridUpperPanel {
	border-top: 0px;
	border-bottom: 1px solid;
	border-color: #99CC00; 
}

.ewGridMiddlePanel {
	border: 0;	
}

.ewGridLowerPanel {
	border-top: 1px solid;
	border-bottom: 0px; 
	border-color: #D3E4A6; 
}

.ewGridUpperPanel td, .ewGridLowerPanel td {
	color: #6B8E23;	 /* grid header font color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */			
}