/********************************
 Main Template Sections
********************************/
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body, body div, body p, body th, 
	body td, body li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: black;
}

.outerMostTable{
	background-color : white;
	border-left-width : 1px;
   	border-right-width : 1px;
   	border-top-width : 1px;
   	border-bottom-width : 1px;
	border-style : solid;
	border-color:silver;	
}

.headerTable{
	background-color :  #EEECEC;
	border-left-width : 0px;
   	border-right-width : 0px;
   	border-top-width : 0px;
   	border-bottom-width : 1px;
	border-style : solid;
	border-color:gray;		
}

.statusLine{
	background-color :  #EEECEC;
	color:black;
	border-left-width : 0px;
   	border-right-width : 0px;
   	border-top-width : 1px;
   	border-bottom-width : 1px;
	border-style : solid;
	border-color:black;			
}

.lhsNavColumn{

	border-left-width : 0px;
	border-right-width : 0px;
	border-top-width : 0px;
	border-bottom-width : 0px;
}

.stdPadding{
	padding: 15px;
}

.stdPaddingExceptToRight{
	padding-right:0px;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
}

.footerRow{
	border-left-width : 0px;
	border-right-width : 0px;
	border-top-width : 0px;
	border-bottom-width : 0px;


	background-image: url(images/footer.gif; 	background-image: url(images/footer.gif);
	
}
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 22241e;
	}
.whiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}



.pageTitle{
	background-color :  #FFFFFF;
	line-height: 25px;
	border-left-width : 0px;
   	border-right-width : 0px;
   	border-top-width : 0px;
   	border-bottom-width : 2px;
	border-style : solid;
	border-color:white;	
	font-weight: bold;
	color:#A19687;	
}

.papyrusSmall {
	font-family: Papyrus, Verdana, Arial;
	font-size: 12px;
	color: #A19687;
}

/********************************
 Styles for standard HTML elements
********************************/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	color: #A19687;
}

h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	color: #444444;
}



legend{
	color:black;
}

small{
	font-size:8px;
}


/********************************
	Messages 
********************************/
.error	{		
	color:maroon;
}	

.minorMessage{
	color:gray;
}

/********************************
	Standard Navigation-Bar Links
********************************/

.navcontainer {
   	margin : 0 0 0 0;
   	line-height :20px;
   	text-transform : none;
   	width : 130px;
  }
   
ul.navList{
	list-style-image: none;
	display : block;
	text-align : left;
   	padding : 0px;
   	margin : 0px 0px 0px 0px;
   	width : 130px;
}   



li.navItem {
 	display : block;
   	width : 130px;
   	padding : 0.0em 0.0em 0.0em 1.0em;
   	text-decoration : none;
   	font-weight: bold;
}


li.navItem a:link,  li.navItem a:visited{
 	display : block;
   	width : 130px;
	height : 20px; 	
   	text-decoration : none;
   	color :  #404040;
   	font-size:11px;
}


li.navItem a:hover, li.navItem a:active{
  	display : block;
   	width : 130px;
   	color : maroon;
   	text-decoration : underline; 
   	font-size:11px; 	
}


li.navCurrentItem {
 	display : block;
   	width : 130px;
   	padding : 0.0em 0.0em 0.0em 1.0em;
   	text-decoration : none;
   	font-weight: bold;
}


li.navCurrentItem a:link,  li.navCurrentItem a:visited{
 	display : block;
   	width : 130px;
	height : 20px; 	
   	text-decoration : none;
   	color :  silver;
   	font-size:11px; 
}


li.navCurrentItem a:hover, li.navCurrentItem a:active{
  	display : block;
   	width : 130px;
   	color :  maroon;
   	text-decoration : underline;  
   	font-size:11px; 	
}

/********************************
	Navigation-Bar Sections

********************************/

.topNavSection{
	background-color : #EEECEC;
	border-left-width : 0px;
   	border-right-width : 0px;
   	border-top-width : 0px;
   	border-bottom-width : 2px;
	border-style : solid;
	border-color:white;		
	
}

.middleNavSection{
	background-color : #EEECEC;
	border-left-width : 0px;
   	border-right-width : 0px;
   	border-top-width : 0px;
   	border-bottom-width : 2px;
	border-style : solid;
	border-color:white;		
	
}

.bottomNavSection{
	
	background-color :  #EEECEC;
	border-left-width : 0px;
   	border-right-width : 0px;
   	border-top-width : 0px;
   	border-bottom-width : 2px;
	border-style : solid;
	border-color:white;	
}


/********************************
	STD  Links
********************************/

	A:link				 {
	text-decoration: underline;
	color:#686e76;
	font-size: 11px;
}

	A:visited			{
	text-decoration: underline;
	color:black;
	font-size: 11px;
}
		
	A:hover	 		{
	text-decoration: underline;
	color : maroon;
	font-size: 11px;
}
	
	A:active 		{
	font-size:11px;	
	color :maroon;
}

/********************************
	Alternative  Links
********************************/

.altLink{
}

.altLink a:link, .altLink a:visited {
	color : black;
	text-decoration: underline;
}

.altLink a:active, .altLink a:hover{
	color: purple;
	 text-decoration: underline;
}


.positionLink{
}

.positionLink a:link, .positionLink a:visited {
	color : black;
	text-decoration: underline;
}

.positionLink a:active, .positionLink a:hover{
	color: purple;
	 text-decoration: underline;
}


.minorHelpLink{
	text-decoration: underline; 
	color : gray;
}


/********************************
	News Event Information 
********************************/

.lineBox{
	border-left-width : 1px;
   	border-right-width : 1px;
   	border-top-width : 1px;
   	border-bottom-width : 1px;
	border-style : solid;
	border-color:silver;	
}

.detailBoxNoBorder{
	padding: 15px;
	margin: 15px;
}


.productTitle{
	font-size:12px;
	color:#A19687;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.productLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A19687;
	background-color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.marketingHighlight{
	color:maroon;
}

.textHighlight{
	color: #40037F;
	font-weight: bold;	
}

.textLowlight{
	color: #888282;
	font-weight: normal;	
}

.detailPage{
	background-color :  #FCFCFC;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

.productInformation{
	background-color :#E6E6F4;
	margin-top : 5px;
	border-color: #E6E6F4;
	border-left-width : 5px;
   	border-right-width : 5px;
   	border-top-width : 5px;
   	border-bottom-width : 5px;
	border-style : solid;
}


/********************************
	Form Controls
 	Note: control-settings is the
 	class name used in generated 
 	controls such as drop down 
 	menus, as well as the class
 	assigned in the templates.
********************************/

.control-settings{
	color :  #404040;;
	font-size:10px;
}

/********************************
	Order Information
********************************/


	.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	font-weight: bold;
	color: #40037F;
}

.order{

}

.order td {
	font-size: 8pt;
	background-color :#EEECEC;
	border-width: 1px; 
	border-style: solid; 
	border-color:white;

}
	
.order td.order-detail-heading{		
	font-size: 8pt;
	color: white;
	background-color : gray;
}


.order-detail-money{		
	font-size: 8pt;
	font-family:  Courier;
	color: black;
	
}



/********************************
	  MENU Nested List No popup
********************************/

.nestedlist {
	font-size: 11px;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	}

.nestedlist li{
	font-size: 11px;
	color: #404040;
	list-style-type: none;
	
}

.nestedlist ul{
 	margin: 0;
	padding-right:3px;
	padding-left:8px;
	padding-top:5px;
	padding-bottom:5px;
	
}

.nestedlist h4{
	font-size: 11px;
	color: black;
	list-style-type: none;
	margin:0;
	padding:0;
}


/********************************
	 CSS MENU coding 
********************************/
#cssmenu {
	width: 150px;
	background: #eee;
	background-color: #000000;
	font-size: 11px;
} 

#cssmenu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-size: 11px;
}

/* style, color and size links and headings to suit */
#cssmenu a, #cssmenu h4 {
	display: block;
	border-width: 0px;
	border-style: solid;
	margin: 0;
	padding: 2px 3px;
	background-color: #FFFFFF;
	border-bottom: 1;
	border-bottom-color: #A19687;
	border-bottom-style: groove;
	border-spacing: 0;
	border-right: 0;
	border-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#cssmenu h4 {
	color: 22241e;
	background:  #eee;
	background-color: d9daab;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}

#cssmenu a {
	color: 22241e;
	background: #efefef;
	text-decoration: none;
	background-color: d9daab;
}

#cssmenu a:hover {
	color: #FFFFFF;
	background: #fff;
	background-color: 686e76;
}

#cssmenu li {position: relative;}

#cssmenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#cssmenu ul ul ul,
div#cssmenu ul ul li:hover ul ul
{display: none;}

div#cssmenu ul ul li:hover ul,
div#cssmenu ul ul ul li:hover ul
{display: block;}



/********************************
	Other
********************************/

div.scroll {
	height: 200px;
	overflow: auto;
	border: 1px solid #666;
	background-color:#EFEFEF;;
	padding: 8px;
}

.prompt-text{
	color: gray;
}

.boxInformation{
	border: 1px solid #666;
}.lhsBar {
	background-color: #D2DDFB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A19687;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.insideTable {
	background-color: #FFFFFF;
}
.popupFont {
	font-size: 11px;
}
.bannerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #FFFFFF;
	height: 60px;
	line-height: 60px;
}
.backgroundImage {
	background-image: url(images/banner.gif);
}
.titleText {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #444444;
}
.titletext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.tableBorder {
	margin: 3px;
	padding: 3px;
	border: 1px solid #D2DDFB;
}
.whiteTextLarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.whiteTextLargeUL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
