/* CSS Document */
body {
	padding:0; 
	margin:0; 
	background:url(/images/main-bg.gif) 0 0 repeat-x #FCFAE6; 
	font:14px/20px Arial, Helvetica, sans-serif; 
	color:#3D3C2C; 
	font-weight:normal;
}

div, p, h1, h2, h3, ul, img {
	padding:0px; 
	margin:0px;}

ul {
	list-style-type:none;
}

#SalesVsQuotaDetailText
{
	font:14px/20px Arial, Helvetica, sans-serif; 
	color:#3D3C2C; 
	
	font-weight: bold;
}

.Welcome
{
	position: absolute;
	z-index: 10;
	top: 5px;
	left: 5px;
	text-decoration: none;
	font:14px/14px "Trebuchet MS",Arial, Helvetica, sans-serif; 
	color:#2E4E00;
	font-weight: bold; 
} 

.CacheTime
{
	width:100%; 
	height:35px; 
	position:absolute; 
	top: 465px; 
	display: block;
	text-align: left;
	color:#B0AD93; 
	font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif;
} 

.AdvancedCacheTime
{
	width:100%; 
	height:35px; 
	position:absolute; 
	top: 490px; 
	display: block;
	text-align: left;
	color:#B0AD93; 
	font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif;
} 

#DashboardLogo
{
	position: absolute;
	top: 23px;
	right: 0px;
}

#LogOutDiv
{
	position: absolute;
	z-index: 10;
	top: 78px;
	right: 5px;
	font:12px/12px "Trebuchet MS",Arial, Helvetica, sans-serif; 
	text-decoration: none;
	color:#2E4E00; 
}

/* TOP PANEL */
#topPan {
	width:1000px; 
	height:96px; 
	position:relative; 
	margin:0 auto; 
	padding:0;
}

.CompanyName 
{
	position: absolute;
	top: 28px;
	left: 5px;
	color: #2E4E00;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 18px;
	FONT-WEIGHT: bold;
	width: 200px;
}

.CompanyLogo
{
	position: absolute;
	top: 36px;
	left: 0px;
}

/* Menu Panel */
#topPan ul {
	width:624px; 
	height:96px; 
	display:block; 
	position:absolute; 
	top:0px; 
	left:220px; 
	margin:0; 
	padding:0;
}

#topPan ul li {
	float:left; 
	width:104px; 
	display:block; 
	text-align:center;
}

#topPan ul li a {
	width:104px; 
	height:35px; 
	display:block; 
	font:14px/14px "Trebuchet MS",Arial, Helvetica, sans-serif; 
	color:#2E4E00; 
	background:url(/images/menu-bg.gif) 0 0 repeat-x #F4F1DD; 
	text-decoration:none; 
	margin:0; 
	padding:51px 0 10px 0; 
}

#topPan ul li a:hover { 
	width:104px; 
	height:96px; 
	display:block; 
	background:#FCFAE6; 
	color:#2E4E00; 
	text-decoration:none;
}

#topPan ul li span {
	width:104px; 
	height:35px; 
	display:block; 
	background:url(/images/menu-devider1.gif) 100% 0 no-repeat #FCFAE6; 
	color:#2E4E00; text-decoration:none; 
	padding:51px 0 10px 0; 
	line-height:14px;
}

#ExtraDivider 
{
	position: absolute;
	top: 1px;
	right: 105px;
}

/* /TOP PANEL */

/* HEADER PANEL */
#headerPan {
	width:1000px; 
	height: 530px;
	position:relative; 
	margin:0 auto; 
	padding:0;
}

#headerPanleft { 
	width:145px; 
	position:absolute; 
	top:28px; 
	left:2px;
}


.rightPan 
{
	width:839px; 
	height:460px; 
	position:absolute; 
	top:28px; 
	right:2px; 
	border:1px solid #758D5E; 
	background:#FCFAE6; 
	color:#3D3C2C;
}

.advancedRightPan
{
	width:839px; 
	height:485px; 
	position:absolute; 
	top:28px; 
	right:2px; 
	border:1px solid #758D5E; 
	background:#FCFAE6; 
	color:#3D3C2C;
}

#rightPan h2 
{
	width:839px; 
	height:25px; 
	display:block; 
	position: relative; 
	font:24px/24px Georgia, "Times New Roman", Times, serif; 
	/*color:black; */
	padding: 5px 0px 5px 0px;
	text-align: center;
	/*background: url(/images/chart-title.gif) 0 0 no-repeat #ffffff;*/
	/*background-color: #ffffff;*/
	border-bottom: 1px solid #758D5E;
	color: black;
	background-color: #DFE6C5;
}

/* FOOTER PANEL */
.footerPan{width:100%; height:35px; position:absolute; top: 465px; display: block}
.advancedFooterPan{width:100%; height:35px; position:absolute; top: 490px; display: block}

.VersionDiv
{
	height:35px; 
	position:absolute; 
	top: 480px; 
	right: 0px;
	display: block;
	text-align: right;
	color:#B0AD93; 
	font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.AdvancedVersionDiv
{
	height:35px; 
	position:absolute; 
	top: 505px; 
	right: 0px;
	display: block;
	text-align: right;
	color:#B0AD93; 
	font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif;
	cursor: pointer;
}


#loginVersionDiv
{
	width:100%; 
	height:35px; 
	position:absolute; 
	top: 482px; 
	display: block;
	text-align: center;
	color:#B0AD93; 
	font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif;
}

#footerPan p { 
	text-align: right;
	display:block; 
	color:#B0AD93; 
	font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif;
}

#loginFooterPan{width:100%; height:35px; position:absolute; top: 465px; display: block}

#loginFooterPan p { 
	text-align: center;
	display:block; 
	color:#B0AD93; 
	font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif;
}

.SalesByMonthDataTable {
	font:14px/16px Arial, Helvetica, sans-serif; 
	color:#2E5000; 
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	width: 735px;
}

.ScrollTable 
{
	height: 387px;
	overflow-y: scroll;
}

.ScrollList
{
	height: 88px;
	overflow-y: scroll;
}

.DailySummaryDataTable {
	font:14px/16px Arial, Helvetica, sans-serif; 
	color:#2E5000; 
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	width: 325px;
	border: 1px solid #EBE9D7;
}

.DailySummaryHeader 
{
	font:14px/16px Arial, Helvetica, sans-serif; 
	color:#2E5000; 
	font-weight: bold;
}

.SmallDailySummaryHeader 
{
	font:12px/14px Arial, Helvetica, sans-serif; 
	color:#2E5000; 
	font-weight: bold;
}

.DataTable {
	font:14px/16px Arial, Helvetica, sans-serif; 
	color:#2E5000; 
	padding: 0px;
	width: 744px;
}

.DataTableHeader {
	font-weight: bold;
	background-color: #EBE9D7;
	text-align: right;
	vertical-align: bottom;
}

.DataTableHeader td {
	font-weight: bold;
	background-color: #EBE9D7;
	text-align: right;
	vertical-align: bottom;
}


.DataTableHeaderItem 
{
	/*position: relative;
	top: expression(parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.scrollTop);
	z-index: 1;*/
}

#reportSelection 
{
	position: absolute;
	right: 5px;	
	top: 3px;
	z-index: 100;

	
}

#ReportMenu
{	position: absolute;
	right: 3px;	
	top: 5px;
	z-index: 5;
}

.DataTableHeader a {
	font-weight: bold;
	text-decoration: none;
	color: #2E5000;
}

.DataTableAlternatingRow {
	background-color: #EBE9D7;
	text-align: right;
}

.DataTableRow 
{
	background-color: White;
	text-align: right;
}

.DataTableFooter 
{
	background-color: #EBE9D7;
	color: #2E5000;
	font-weight: bold;
	text-align: right;
}

.DataTableFooter a
{
	text-decoration: none;
	color: #2E5000;
	font-weight: normal;
}	

.GroupPanel 
{
	/*position: relative;
	top: expression(parentNode.parentNode.parentNode.parentNode.parentNode.scrollTop);
	z-index: 1;
*/
}

.GroupPanel table
{
/*	position: relative;
	top: expression(parentNode.parentNode.parentNode.parentNode.parentNode.scrollTop);
	z-index: 2;
*/
}


.GroupTotal
{
	border-top: 1px solid silver;
	font:12px/14px Arial, Helvetica, sans-serif; 
	color: black; 
	font-weight: bold;
	background-color: #EBE9D7;	
}

.SummaryTotal
{
	border-top: 2px solid black;
	font:12px/14px Arial, Helvetica, sans-serif; 
	color: black; 
	font-weight: bold;
	background-color: #EBE9D7;	
}

.progress
{
	position: absolute;
	width: 20px;
	height: 20px;
	/*background-color: White;
	border: 1px solid black;*/
	top: -10px;
	right: 10px;
	z-index: 3;
	margin-top: 25px;
	margin-left: 5px;
}

.loginprogress
{
	position: absolute;
	width: 235px;
	height: 100px;
	top: -100px;
	z-index: 3;
	font:14px/16px Arial, Helvetica, sans-serif; 
	color:#2E5000; 
	font-weight: bold;
	text-align: center;
}

.loginmessage
{
	position: absolute;
	width: 235px;
	height: 100px;
	top: -75px;
	z-index: 3;
	font:14px/16px Arial, Helvetica, sans-serif; 
	color:#cc0000; 
	font-weight: bold;
	text-align: center;
}

.optionsPane {
	background-color: #DFE6C5;
	width: 829px;
	height: 30px;
	border-top: 1px; 
	position: absolute;
	top: 424px;
	left: 0px;
	margin: 0 0 0 0px;
	border-top: 1px solid #758D5E;
	color: #2E5000;
	padding: 2px 0 3px 10px;
	font-size: 12px;
}

.advancedOptionsPane {
	background-color: #DFE6C5;
	width: 829px;
	height: 55px;
	border-top: 1px; 
	position: absolute;
	top: 424px;
	left: 0px;
	margin: 0 0 0 0px;
	border-top: 1px solid #758D5E;
	color: #2E5000;
	padding: 2px 0 3px 10px;
	font-size: 12px;
}

#optionsPane img {
	 vertical-align: middle;
}

#optionsPane img:hover {
	 cursor: pointer;
}


.DropDown 
{	color: #2E5000;
	background-color: #ffffff;
	margin-top: 0px;
	vertical-align: middle;
	font-size: 10px;
}

.DropDown2
{	color: #2E5000;
	background-color: #ffffff;
	margin-top: 0px;
	vertical-align: middle;
	font-size: 12px;
}

.header 
{
	height: 225px;
	border:1px solid #DCDAC2;
	background-color: #ffffff;
	position: absolute;
	top: -13px;
	left: 235px;
}

#main {position: relative; top: 120px; width:235px; height:225px; margin:auto auto auto auto; padding:0; border:1px solid #DCDAC2; background:#fff; color:#000;}
#login {position: relative; margin: auto auto auto auto}
#login h2{height:43px; background:url('/images/symbol4.gif') 0 0 no-repeat #fff; display:block; position:relative; padding:0 0 0 57px; margin:12px 0 20px 13px; font:16px/48px  Georgia,"Times New Roman", Times, serif; color:#5EA000; text-transform:uppercase;}
#login h2 span{background:#fff; color:#3D3C2C;}
#logindiv {width:220px; height:115px; background:#EBE9D7; padding:0; margin-left: 8px; color:#333227;}
#logindiv span{width:72px; display:block; float:left; padding:14px 15px 0 16px; }
#logindiv span.emailpadding{padding:2px 15px 0 16px;}
#logindiv input{ float:left; display:block; width:101px; height:16px; margin:14px 0 9px 0}
#logindiv input.fieldpadding{margin:2px 0 9px 0}

#leftPango{width:220px; height:25px; position:relative; border-top:1px solid #fff; background:#B0AD93; display:block; padding-left:0px; margin-left:8px; font-size:12px; color:#FFFFFA; line-height:20px; font-weight:bold;}
#leftPango p.textposition a{float:left; padding:0 0 0 20px; margin:0; text-decoration:none; color:#FFFFFA; background:#B0AD93;}
#leftPango p.textposition a:hover{text-decoration:underline; background:none;}
#login input.gobutton{float:right; background:url(/images/arrow4.gif) no-repeat 30px 0 #63614F; border:none; width:45px; height:21px; display:block; margin:2px 0 0 0; padding:0 0 0 5px; text-decoration:none; color:#fff; font:14px/21px "Trebuchet MS",Arial, Helvetica, sans-serif; text-transform:uppercase; text-align:left; cursor: pointer}
#leftPango a:hover{background:url(/images/arrow4.gif) no-repeat 30px 1px #333229; text-decoration:none; color:#fff; cursor: pointer}

#topLoginPan {
	width:1000px; 
	height:96px; 
	position:relative; 
	margin:0 auto; 
	padding:0;
	text-align: center;
}

#topLoginPan img {
	display:block; 
	padding:23px 0 0 6px;
	margin: auto;
}

.DLink 
{
	cursor: pointer;
	text-decoration: none;
	color:#2E4E00; 
}

.BoldDetailLink 
{
	cursor: pointer;
	font:12px/12px "Trebuchet MS",Arial, Helvetica, sans-serif; 
	text-decoration: underline;
	font-weight: bold;
	color:#2E4E00; 
}


.GreenDetailLink 
{
	text-decoration: underline;
	color: Green;
	cursor: pointer;
}

.RedDetailLink 
{
	text-decoration: underline;
	color: Green;
	cursor: pointer;
}

.MyDashboardHeader 
{
	width:475px; 
	height:20px; 
	display:block; 
	position: relative; 
	font:20px/20px Georgia, "Times New Roman", Times, serif; 
	padding: 5px 0px 5px 0px;
	text-align: center;
	/*background: url(/images/chart-title.gif) 0 0 no-repeat #ffffff;*/
	color: black;
	background-color: #DFE6C5;
	border-bottom: 1px solid #758D5E;
}

.FI
{
	color: black;
	background: none;
	padding-left: 0px;
	width: 115px;
	font-weight: bold;
	font-size: 10px;
}

.FIS
{
	color: #2E4E00;
	padding-left: 22px;
	background: url(/images/24.png) no-repeat;
	width: 115px;
	font-weight: bold;
	font-size: 10px;	
}

#ExitFullChartButton
{
	padding: 5px;
}