﻿body 
{
	height:100%;
    margin:0;
    padding:0;
}

.upload 
{
     size: 500px;
}

.list
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
}

.listNormal
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
}

.hrefBlue
{
	font-family:Verdana;
	font-size:8pt;
	text-decoration: none;
}

.fontVerdana
{
	font-family: Verdana;
	font-size: 8pt;
}


.divModal 
{
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
     background-image: url(../../images/transbackground.png);
}

.divTest 
{
     width:300px;
     margin: 100px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:center;
     background-color:Gray;
} 

.divNavBar
{
	border-color: #3A2818;  
	border-width: 1px; 
	border-style: solid;
	background-color: #3A2818;
}

.divNavBarItem
{
	float: left; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	padding-left: 8px; 
	padding-right: 8px; 
	border-right: solid 1px white;
}

.divNavBarItemNoBorder
{
	float: left; 
	padding: 4px; 
	padding-left: 8px;
}

.divNavBarMyAccountItem
{
	float: left; 
	padding-top: 1px; 
	padding-bottom: 1px; 
	padding-left: 4px; 
	padding-right: 4px; 
	border-right: solid 1px white;
}

.divNavBarItemMyAccountNoBorder
{
	float: left; 
	padding: 1px; 
	padding-left: 4px;
}

.divDarkBrown
{
	border-color: #3A2818;  
	border-width: 1px; 
	border-style: solid;
}

.divDarkBrown-LightBrown
{
	border-color: #3A2818; 
	border-width: 1px; 
	border-style: solid;
	background-color: #8B6224;
}

.divDarkBrown-Gold
{
	border-color: #3A2818; 
	border-width: 1px; 
	border-style: solid;
	background-color: #E0B100;
}

.divDarkBrown-Orange-Border-Bottom
{
	background-color: #E95D0F; 
	border-bottom: solid 1px #3A2818;
}

.divDarkBrown-Orange-NO-Border
{
	background-color: #E95D0F; 
}

.divDarkBrown-Gold-Border-Bottom
{
	background-color: #E0B100; 
	border-bottom: solid 1px #3A2818;
}

.divWhite-AllBorders
{
	border-color: #3A2818; 
	border-width: 1px; 
	border-style: solid;
}

.divWhite-TopBorder
{
	border-top: solid 1px #3A2818;
}

.divWhite-Right-Left-Top-Borders
{
	border-top: solid 1px #3A2818;
	border-right: solid 1px #3A2818;
	border-left: solid 1px #3A2818;
}

.divBrownBackground-Right-Left-Top-Borders
{
	border-top: solid 1px #3A2818;
	border-right: solid 1px #3A2818;
	border-left: solid 1px #3A2818;
	background: #3A2818;
}

.divGray-BottomBorder
{
	background-color: #E5E5E5;
	border-bottom: solid 1px #3A2818;
}

.divBrown-BottomBorder
{
	background-color: #987654;
	border-bottom: solid 1px #3A2818;
}

.divWhite-Bottom-Right-Left-Borders
{
	border-bottom: solid 1px #3A2818;
	border-right: solid 1px #3A2818;
	border-left: solid 1px #3A2818;
}

.divWhite-TopBorder
{
	border-top: solid 1px #3A2818;
}

.divWhite-RightBorder
{
	border-right: solid 1px #3A2818;
}

.divWhite-LeftBorder
{
	border-left: solid 1px #3A2818;
}

.divDarkBrown-Gold-Border-Top-Bottom
{
	background-color: #E0B100; 
	border-bottom: solid 1px #3A2818; 
	border-top: solid 1px #3A2818;
}

.divDarkBrown-DarkBrown
{
	border-color: #3A2818; 
	border-width: 1px; 
	border-style: solid;
	background-color: #3A2818;
}

.divDarkBrown-Orange
{
	border-bottom: #3A2818; 
	border-width: 1px; 
	border-style: solid;
	background-color: #E95D0F;
}

.divDarkBrown-Orange-Border-Bottom
{
	border-bottom: #3A2818; 
	border-bottom-width: 1px; 
	border-bottom-style: solid;
	background-color: #E95D0F;
}

.divWhite
{
	border-color: #3A2818; 
	border-width: 1px; 
	border-style: solid;
	margin-bottom: 2px;
}


.tdSectionHeader-Border-Bottom
{
	background-color: #E0B100; 
	border-bottom: solid 1px #3A2818;
}

.tdSectionHeader-Border-Top-Bottom
{
	background-color: #E0B100; 
	border-bottom: solid 1px #3A2818; 
	border-top: solid 1px #3A2818;
}

.lightBrownBackgroundColor
{
	background-color: #CCCC99;
}

.divBrown
{
	background-color: #E4C79A; 
}


.trDarkBrown
{
	background-color: #3A2818; 
}	

.trLightBrown
{
	background-color: #CCCC99; 	
}
