/* General style sheet for DNow Customizations*/

/* ***************************** Global tag settings*/

body {
	font-family: verdana, arial, helvetica;
	FONT-SIZE: 12px;
	color: black;
	background-color: white; 
}

A:link {
	color: Blue;
}

A:active {
	color: Red;
}

A:hover {
	color: Red;
}

A {
	text-decoration: none;
}

table {
	font-family: verdana, arial, helvetica;
	FONT-SIZE: 12px;
	color: black;
}

th { 
	background-color: white; 
	color: red; 
	font-size: 14px; 
	font-weight: bold; 
}
	
INPUT {
	background-color: #f8f8f8; 
	color: black;
	font-size: 12px;
	font-family: verdana, arial, helvetica;
}

SELECT {
	background-color: #f8f8f8; 
	color: black;
	font-size: 12px;
	font-family: verdana, arial, helvetica;
}

TEXTAREA {
	background-color: #f8f8f8; 
	color: black;
	font-size: 12px;
	font-family: verdana, arial, helvetica;
}

HR {
	color:gray;
}

ul {
  margin-top:10px;
  margin-bottom:15px;
  margin-left:30px;
  list-style:square;
}

ol {
  margin-top:10px;
  margin-bottom:15px;
  margin-left:30px;
}

li {
  margin-top:3px;
  margin-bottom:3px;
}

small {
	FONT-SIZE: 10px;
}

form {
	margin-top:0px; 
	margin-bottom:0px;
}
/* ***************************** Custom Class Settings*/

.BasicFontStyle {
	font-family: verdana, arial, helvetica;
	FONT-SIZE: 12px;
}

.ForceUnderline {
	text-decoration: underline
}


.midnavhighlight {
	background-image : url(../images/nav_parts/mid_button_highlight.gif);
}

.midnavdefault {
	background-image : url(../images/nav_parts/mid_button_default.gif);
}

.midnavoff {
	background-image : url(../images/nav_parts/mid_button_off.gif);
}

.midnavneutral {
	background-image : url(../images/nav_parts/mid_button_netrual.gif);
}

.navfont {
	letter-spacing: 0pt;
	font-size: 10px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	vertical-align: 2;
	font-family: verdana, arial, helvetica;
}

.navfonth {
	letter-spacing: 0pt;
	font-size: 10px;
	color: yellow;
	text-decoration: none;
	font-weight: bold;
	vertical-align: 2;
	font-family: verdana, arial, helvetica;
}

.navfontg {
	letter-spacing: 0pt;
	font-size: 10px;
	color: #d8d8d8;
	text-decoration: none;
	font-weight: bold;
	vertical-align: 2;
	font-family: verdana, arial, helvetica;
}

.midstandard {
	background-image : url(../images/buttons/button_part_middle.gif);
}

.midhighlight {
	background-image : url(../images/buttons/button_h_part_middle.gif);
}

.midunavail {
	background-image : url(../images/buttons/button_u_part_middle.gif);
}

.buttonfont {
	letter-spacing: 0pt;
	font-size: 10px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, arial, helvetica;
}

.buttonfonth {
	letter-spacing: 0pt;
	font-size: 10px;
	color: yellow;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, arial, helvetica;
}

.buttonfontu {
	letter-spacing: 0pt;
	font-size: 10px;
	color: #d8d8d8;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, arial, helvetica;
}

.TreeFont {
	letter-spacing: 0pt;
	font-size: 11px;
	color: black;
	text-decoration: none;
	vertical-align: 2;
}

.TreeLinkFont {
	letter-spacing: 0pt;
	font-size: 11px;
	vertical-align: 2;
	text-decoration: underline;
}

.TreeImage {
	vertical-align: -4;
}

.tabcontentcolor {
	background-color: #EEEEEE;
}

.tabcontentbordercolor {
	background-color: black;
}

.activetabfont {
	letter-spacing: 0pt;
	font-size: 10px;
	color: yellow;
	text-decoration: none;
	font-weight: bold;
}

.inactivetabfont {
	letter-spacing: 0pt;
	font-size: 10px;
	color: white;	
	text-decoration: none;
	font-weight: bold;
}

.SingleTabFontCorrection {
	vertical-align: 0;
}

.staticcontentcolor {
	background-color: white;
}

.staticcontentbordercolor {
	background-color: white;
}



