
/* ================================
CSS STYLES FOR Cart.NET
================================
*/


/* background color for the content part of the pages */
Body {
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size  : 11px;
	font-weight: normal;
	color      : black;
	line-height: 12px;
	font-weight: normal;
}


/*------------------------------DataGrid---------------------- */


  
.BrowseSection {
	border-color: black;
	border-width: 1;
	border: 1px solid #000;
}

.BrowseSectionLine {
	border-color: black;
	border-width: 1;
	border: 1px solid #000;
	text-decoration : underline;
	  
} 
 
.BrowseSectionHeader {
	background-color: midnightblue;
	font-weight     : bold;
	color: khaki
}

.BrowseSectionItem
{
	background-color:white; 
	
}

  
.DataGrid {
	border-color: black;
	border-width: 1;
}  
.DataGridHeader {
	background-color: midnightblue;
	font-weight     : bold;
	color: khaki
}

.DataGridItem
{
	background-color: white;
}

.ThinBorder
{ 
  border : 1px solid #000;}
  
.ThinBorderAll
{ 
  border : 1px solid #000; border-bottom : 1px solid #000;}  
/*------------------------------General----------------------- */

.SectionHeading {
	background-color: midnightblue;
	text-align      : left;
	font-weight     : bold;
	font-size       : 14px;
	color: khaki
  }

.SubSectionHeading {
	background-color: midnightblue;
        text-align      : left;
	font-weight     : bold;
	color: khaki 
  }	

.Head {
	font-size:  20px;
}	

.SubHead 
{
  font-size:  15px;
	font-weight: bold;
	color      : midnightblue;
	line-height : 20px;
}

.SubSubHead {
	font-weight : bold;
}

.NormalTextBox {
	font-weight: bold;
	color: midnightblue
}

.ConfirmationRow 
{
  background-color :Aqua 
}
  
.NormalRed {
	font-weight: bold;
	color: midnightblue
}

.NormalBold {
	font-weight: bold
}

.CommandButton {
	font-weight: bold;
}

A
{
	font-weight: bold;	
}

A.CommandButton:link {
	text-decoration:    underline;
	color: midnightblue;
}

A.CommandButton:visited {
	text-decoration:    underline;
	color: midnightblue;
}

A.CommandButton:active {
	text-decoration:    underline;
	color: midnightblue;
}

A.CommandButton:hover {
	text-decoration:    underline;
	color: red;
}

/*------------------------------Generic----------------------- */

TABLE {
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size  : 11px;
	font-weight: normal;
	color      : black;
	line-height: 12px;
	font-weight: normal;  
  
	
}

TD {
	padding:1;
	border-color: midnightblue;  
  
  }

H1 {
	font-size:  20px;
}

H2 {
	font-size:  20px;
}

H3 {
	font-size:  12px;
	color: midnightblue;
}

H4 {
	font-size:  12px;
	color: midnightblue;
}

H5, DT {
	font-weight:    bold;
	color: midnightblue;
}

H6 {
	font-weight:    bold;
	color: midnightblue;
}

TFOOT, THEAD {
	font-size:  12px;
	color: midnightblue;
}

TH {
	vertical-align: baseline;
	font-size:  12px;
	font-weight:    bold;
	color: midnightblue;
}


A:link {
	text-decoration: none;
	color          : midnightblue;
}

A:visited {
	text-decoration: none;
	color          : midnightblue;
}

A:active {
	text-decoration: none;
	color          : midnightblue;
}

A:hover {
	text-decoration:    underline;
	color          :  mediumblue;
}

SMALL {
	font-size:  8px;
}

BIG {
	font-size:  14px;
}

BLOCKQUOTE, PRE {
	font-family: Lucida Console, monospace;
}

UL LI {
	list-style-type: square ;
}

UL LI LI {
	list-style-type: disc;
}

UL LI LI LI {
	list-style-type:    circle;
}

OL LI {
	list-style-type:    decimal;
}

OL OL LI {
	list-style-type:    lower-alpha;
}

OL OL OL LI {
	list-style-type:    lower-roman;
}

HR {
	color: black;
	height:1pt;
	text-align:left
}


.label_background
{
	background-color: "#e0e0e0";
}
