﻿/* Cart */
.commandRow 
{
	background-color: Navy;
	font-weight: bold;
	color: White;
	text-align: center;
}
.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:#FFFFFF;
	font-weight:bold;
	border: solid 1px Black;
    padding: 4px; 
    background-image: url(/images/bg-menu-main.png);
    
}

/*Textbox Watermark*/

.unwatermarked {
	
}

.DataGridHeader 
{
	background-color: Navy;
}

.DataGridHeader td a
{
    color: White;
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
}

.DataGridHeader td a:hover
{
    color: Yellow;
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
}

.newPage 
{
	position: relative;
	top: 15px;	
}

.watermarked {	
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}

/* Common tags                 */
/*-----------------------------*/		
p
{
	line-height: 130%;
	font-size:  10pt;
	color: Navy;
}

/* added div trying to fix editor */
div
{
	line-height: 130%;
	font-size:  10pt;
	color: Navy;
}
td 
{	
	line-height: 130%;
	font-size:  10pt;	
}

.columnStyle
{
	border: solid 1px silver;
	padding-left: 8px;  
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.pageSubTitle 
{
	color:Red;
	font-weight:bold;
}

.contentFrameRight
{
	border-right: solid 1px gray;
}

ul
{
	/*list-style-image: url(Images/bullet.jpg);*/
	list-style-position: outside;
	list-style-type: disc;
	color: Navy;
	font-family: verdana;
}
ol
{
	/*list-style-image: url(Images/bullet.jpg);*/
	list-style-position: outside;
	color: Navy;
	font-family: verdana;
}
body
{
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
	color: Navy;
	margin: 0;
	padding: 0;
	margin-right: 30;
	text-align: left;
	background-color: whitesmoke;
}
 
A.NavLink:link { color: White; vertical-align: middle; display:block; margin-left:10; }
A.NavLink:visited { color: White; vertical-align: middle; display:block; }
A.NavLink:active { color: White; vertical-align: middle; display:block; }
A.NavLink:hover { color: Yellow; vertical-align: middle; display:block; }

A:link      { color: Blue; text-decoration:none; text-decoration:none; }
A:visited 	{ color: Blue; text-decoration:none; text-decoration:none; }
A:active 	{ color: Blue;  cursor:hand; text-decoration:none; }
A:hover 	{ color: Red;  cursor:hand; text-decoration:underline; }
		
A.bodyLink:link     { color: #8C8EAA; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #8C8EAA; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #8C8EAA;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #D2D5DE;  cursor:hand; text-decoration:"underline"; font-weight:bold; }

.menustyle
{
	font-size: 10pt;
	background-color: Navy;
	vertical-align: middle;	
	white-space: nowrap;
}
.mouseover
{
	font-size: 10pt;
	text-transform: none;
	color: yellow;
	font-family: Verdana;
	font-weight: bold;
	background-color: #6969c5;
	white-space: nowrap;
	text-decoration:none;
	padding:3px 3px 3px 3px;
	
}
.menuitem
{
	font-size: 10pt;
	font-weight: bold;
	text-transform: none;	
	color: White;	
	font-family: Verdana;
	background-color: Navy;
	vertical-align: middle;
	white-space: nowrap;
	padding:3px 3px 3px 3px;
	
}


.mouseup
{
	font-size: 10pt;
	text-transform: none;
	color: #5a718c;
	font-family: Verdana;
	font-weight: bold;
	background-color: Navy;
	white-space: nowrap;
}

.mousedown
{
	font-size: 10pt;
	text-transform: none;	
	color: #5a718c;
	font-family: Verdana;
	font-weight: bold;
	background-color: Navy;
	white-space: nowrap;
}

.Crumb      { color: Navy; text-decoration:none; font-weight:bold; text-indent: 10px; }
A.CrumbLink:link     { color: Navy; text-decoration:none; font-weight:bold; text-indent: 10px; }
A.CrumbLink:visited 	{ color: Navy; text-decoration:none; font-weight:bold; text-indent: 10px; }
A.CrumbLink:active 	{ color: Navy;  cursor:hand; text-decoration:none; font-weight:bold; text-indent: 10px; }
A.CrumbLink:hover 	{ color: #6f6f6f;  cursor:hand; text-decoration:underline; font-weight:bold; text-indent: 10px; }

		

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #8C8EAA;
 }

hr {
	border: 0;
	border-top: 2px solid #8C8EAA;
	height: 2px;
}

img
{
	/*border-width: 0;*/
}

.menutextindent
{
   /* font-size: 8pt;*/
   
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: 16pt;
	color: Navy;
	line-height:normal;
}

h2
{
	font-size: 12pt;
	margin-top: 30;
	color: Red;
	margin-bottom: -15;
}
	
h3
{
	font-size: 10pt;
	margin-bottom: -15;
	color: Navy;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-weight:bold;
	font-family: Verdana,Arial,Helvetica;
}


/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 10pt;
}

table.header
{
	  background-color:#D2D5DE;
}



td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
	{
		text-align: center;
		font-family: verdana;
		font-size: x-large;
		font-weight: bolder;
		color: #8C8EAA;
	}

.tableheader
{
	  background-color :Silver;
	  font-weight: bold;
	  color: Black;	  	
	  padding-left: 4px;  
	  padding-right: 4px;
	  padding-top: 4px;
	  padding-bottom: 4px;	 	  
}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	font-weight: bold;
	height: 24px;
	color: Navy;
}

td.menu 
{
	background-color: Navy;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #8C8EAA;
	text-align: right;
}



