﻿/* Cart */
.subTotalHr 
{
	border-top: solid 2px black;	 
}
.totalHr 
{
	border-top: solid 2px black;	
	border-bottom: solid 1px black;	
}
/* Spec Table */
.spec 
{
	font-family: Verdana;
	font-size: small;
	width: 100%;
	font-size:  10pt;
	font-weight: normal;
}
.spectitle 
{
	font-weight: bold;
	font-family: inherit;
	padding-top: 6px;
	border-bottom: solid 1px Silver;
}
.specname 
{
	padding-left: 15px;
	padding-right: 3px;
	width: 25%;
	white-space: nowrap;
	vertical-align: top;
	border-bottom: solid 1px Silver;
}
.specdetail 
{
	width: 75%;
	border-bottom: solid 1px Silver;
	border-left: solid 1px Silver;
	padding-left: 5px;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	color: Black;
}
.modalPopupHeader
{
	text-align:center;
	color: Black;
}
.popupItemHeader
{
	color: Black;
	white-space: nowrap;
	vertical-align: top;
	text-align: right;
}

.nodeFlyout
{
	z-index: 10;
	color: Black;
	background-color: #ffffdd;	
	border-color: Gray;
	border-width: 1px;
	border-style: solid;
	font-weight: normal;
	word-wrap: break-work;
	display: block;
}


a.nodeFlyout:link 
{
	color: Blue;
	text-decoration: none;
}
a.nodeFlyout:visited 
{
	color: Blue;
	text-decoration: none;
}
a.nodeFlyout:active 
{
	color: Blue;
	text-decoration: none;
}
a.nodeFlyout:hover 
{
	color: Blue;
	text-decoration: underline;
	font-weight: bold;
}
.flyoutPopup
{
	background-color: #ffffdd;
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
	padding: 5px;
	width: 275px;
	color: Black;
}
.flyoutText
{
	color: Black;
}
a.flyoutText:link 
{
	color: Blue;
	text-decoration: none;
}
a.flyoutText:visited 
{
	color: Blue;
	text-decoration: none;
}
a.flyoutText:active 
{
	color: Blue;
	text-decoration: none;
}
a.flyoutText:hover 
{
	color: Blue;
	text-decoration: underline;
	font-weight: bold;
}

/* Colapsable Panel text-align: center;	 */
.collapsePanelHeader{	
	color: Black;
	font-weight:bold;
	border: solid 1px Black;
    padding: 4px; 
    background-image: url(/images/bg-menu-crome.gif);
    
}


/*Textbox Watermark*/

.unwatermarked {
}

.newPage 
{
	position: relative;
	top: 15px;	
}

.watermarked {
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}
/* Common tags                 */
/*-----------------------------*/	
	
.ajax__tab_darkbody 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    border:1px solid #999999;
    border-top:0;
    padding:8px;
    background-color:Black;
    color:White;
 }	
	
p
{
	line-height: 130%;
	font-size: 10pt;
	color: white;
}
div
{
	line-height: 130%;
	font-size:  10pt;
	
}
td 
{	
	line-height: 130%;
	font-size:  10pt;
	color: white;	
}
.pageSubTitle
{
	color: #aaaaaa;
	font-weight: bold;
}
.columnStyle
{
	border: solid 1px #CCCC88;
	padding-left: 8px;  
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

ul
{
	/*list-style-image: url(Images/bullet.jpg);*/
	list-style-position: outside;
	list-style-type: disc;
	color: white;
	font-family: verdana;
}
ol
{
	/*list-style-image: url(Images/bullet.jpg);*/
	list-style-position: outside;
	color: white;
	font-family: verdana;
}
body
{
	font-family: Verdana;
	font-size: 10pt;
	color: white;
	margin: 0;
	padding: 0;
	margin-right: 30;
	text-align: left;
	background-color: #202025;
}

.contentFrameRight
{
	border-right: solid 1px gray;
}

A:link
{
	color: yellow;
	text-decoration: none;
}
A:visited
{
	color: yellow;
	text-decoration: none;
}
A:active
{
	color: yellow;
	cursor: hand;
	text-decoration: none;
}
A:hover
{
	color: goldenrod;
	cursor: hand;
	text-decoration: "underline";
	font-weight: bold;
}

A.NavLink:link { color: Yellow; vertical-align: middle; display:block; }
A.NavLink:visited { color: Yellow; vertical-align: middle; display:block; }
A.NavLink:active { color: Yellow; vertical-align: middle; display:block; }
A.NavLink:hover { color: White; vertical-align: middle; display:block; }
		
A.bodyLink:link     { color: yellow; text-decoration:none; font-weight:bold; text-indent: 10px; }
A.bodyLink:visited 	{ color: yellow; text-decoration:none; font-weight:bold; text-indent: 10px; }
A.bodyLink:active 	{ color: yellow;  cursor:hand; text-decoration:none; font-weight:bold; text-indent: 10px; }
A.bodyLink:hover 	{ color: fuchsia;  cursor:hand; text-decoration:"underline"; font-weight:bold; text-indent: 10px; }

.menustyle
{
	font-size: 10pt;
	background-color: #333333;
	text-indent: 10px;
}

.menuitem
{
	font-size: 10pt;
	font-weight: bold;
	text-transform: none;	
	color: Yellow;	
	font-family: Verdana;
	background-color: #333333;
}

.mouseup
{
	font-size: 10pt;
	text-transform: none;
	color: Yellow;
	font-family: Verdana;
	font-weight: bold;
	background-color: #333333;
}
.mouseover
{
	font-size: 10pt;
	text-transform: none;
	color: White;
	font-family: Verdana;
	font-weight: bold;
	background-color: gray;
}
.mousedown
{
	font-size: 10pt;
	text-transform: none;	
	color: Yellow;
	font-family: Verdana;
	font-weight: bold;
	background-color: #333333;
}

.Crumb     { color: Black; text-decoration:none; font-weight:bold; }
A.CrumbLink:link     { color: Black; text-decoration:none; font-weight:bold; }
A.CrumbLink:visited 	{ color: Black; text-decoration:none; font-weight:bold; }
A.CrumbLink:active 	{ color: Black;  cursor:hand; text-decoration:none; font-weight:bold; }
A.CrumbLink:hover 	{ color: Red;  cursor:hand; text-decoration:underline; font-weight:bold; }

		

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: Yellow;
 }

hr {
	border: 0;
	border-top: 2px solid #CCCC88;
	height: 2px;
}

img
{
	border-width: 0;
}


.menutextindent
{
    font-size: 8pt;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: 18pt;
	color: #CCCC88;
	font-weight: bold;
	line-height:normal;
}

h2
{
	font-size: 12pt;
	margin-top: 30;
	color: white;
	margin-bottom: -15;
}
	
h3
{
	font-size: 10pt;
	font-weight:bold;
	margin-bottom: -15;
	color: white;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Arial,Verdana,Helvetica;
}

/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 10pt;
}


table.header
{
	background-color: #283821;
	font-weight: bold;
	color: Gainsboro;
	border: Solid 1px Silver;
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
	{
		text-align: center;
		font-family: verdana;
		font-size: x-large;
		font-weight: bolder;
		color: Yellow;
	}

.tableheader
{
	  background-color:Black;
	  font-weight:bold;
	  color:Gainsboro;
	  padding-left: 4px;  
	  padding-right: 4px;
	  padding-top: 4px;
	  padding-bottom: 4px;	 
	  border: Solid 1px Silver;	  
}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	font-weight: bold;
	height: 24px;
	color:Black;
}

td.menu
{
	background-color: #333333;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: Yellow;
	text-align: right;
}