/* PAGE BACKGROUND */
/* background color for the content part of the pages */
Body
{
    background-color: white;
}
/* DataGrid Styles */
   .tableItem {font: x-small Verdana, Arial, sans-serif;}
   .tableHeader {font-family: Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: normal; line-height: 12px}
   .alternatingItem {font-family: Verdana, Helvetica, sans-serif; font-size: 11px; background-color:#eeeeee;}
   .Item {font-family: Verdana, Helvetica, sans-serif; font-size: 11px; background-color:#ffffff;}
   .alternatingItem_blue {font-family: Verdana, Helvetica, sans-serif; font-size: 11px; background-color:#E8EFF5;}
   .Item_blue {font-family: Verdana, Helvetica, sans-serif; font-size: 11px; background-color:#E8EFF5;}

A.Item:link {
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration:    none;
    color:red;
    font-weight: bold
	 font-size: 11px;
}

A.Item:visited  {
    text-decoration:    none;
    color:red;
    font-weight: bold
}

A.Item:active   {
    text-decoration:    none;
    color:red;
    font-weight: bold
}

A.Item:hover    {
    text-decoration:    underline;
    color:darkred;
    font-weight: bold
}

/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color:#666666
}
.SiteTitle_sm{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color:#000000

}
/* text style for the sub Menu links (in left Pane) */
.subMenuLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}   

/* hyperlink style for the site links */
.subMenuLink:link {
    text-decoration:    none;
    color:Black;
}

.subMenuLink:visited  {
    text-decoration:    none;
    color:Black;
}

.subMenuLink:active   {
    text-decoration:    none;
    color:Black;
}

.subMenuLink:hover    {
    text-decoration:    none;
    color:#ff6600;
}  
/* text style for the navigation history links (at top of pages) */
.navLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}   
.navLink:link {
    text-decoration:    none;
    color:darkred;
}

.navLink:visited  {
    text-decoration:    none;
    color:darkred;
}

.navLink:active   {
    text-decoration:    none;
    color:#darkred;
}

.navLink:hover    {
    text-decoration:    underline;
    color:#ff6600;
}  
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#white;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#white;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}

/* GENERAL */

.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  24px;
    font-weight:    normal;
    color: #000080;
}
.Head2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #000000;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkblue;
}

.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
.SubSubHead12 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}
.SubSubHead3 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    normal;
    color: #cccccc;
}
/* text style used for most text rendered by modules */
.NormalSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px   
    }
.NormalSmall:link  {
    text-decoration:    none;
    color:  black;
}

.NormalSmall:visited   {
    text-decoration:    none;
    color:  black;
}

.NormalSmall:active    {
    text-decoration:    none;
    color:  black;
}

.NormalSmall:hover {
    text-decoration:    underline;
    color:  #ff6600;
}

.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px    
}
.Normal11
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px    
}
.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px  
}
.Normal12
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px    
}
.Normal12:link {
    text-decoration:    none;
    color:darkred;
}

.Normal12:visited  {
    text-decoration:    none;
    color:darkred;
}

.Normal12:active   {
    text-decoration:    none;
    color:#darkred;
}

.Normal12:hover    {
    text-decoration:    underline;
    color:#ff6600;
}  
.NormalDarkRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
    color: red
    }
.Normal2
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px    
    color: #eeeeee;
}
.header
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px  
    font-color: #ffffff;  
}
.header2
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px  
    font-color: #ffffff;  
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}


.edge		{ 
			border-right: #535353 1px solid; 
			border-bottom: #535353 1px solid; 
			border-top: #535353 1px solid; 
			border-left: #535353 1px solid; 
			COLOR:darkred; 
			background-color:#ffffff;
			}
.edge2		{ 
			border-right: #535353 1px solid; 
			border-bottom: #535353 1px solid; 
			border-top: #535353 1px solid; 
			border-left: #535353 1px solid; 
			COLOR: #535353; 
			FONT-FAMILY: verdana; 
			FONT-SIZE: 11px; 
			FONT-WEIGHT: normal; 
			TEXT-DECORATION: none
			background-color:#ffffff;
  			scrollbar-arrow-color: #ffffff;
  			scrollbar-3dlight-color: #003399;
  			scrollbar-highlight-color: #ffffff;
  			scrollbar-face-color: #003399;
  			scrollbar-shadow-color: #ffffff;
  			scrollbar-darkshadow-color: #003399;
  			scrollbar-track-color: #eeeeee;
			}
.edge3
		{
			BACKGROUND-COLOR: #eeeeee; 
			COLOR: #000000; 
			FONT-FAMILY: verdana; 
			FONT-SIZE: 11px; 
			FONT-WEIGHT: normal; 
			TEXT-DECORATION: none
			}
.edge4
		{
			BACKGROUND-COLOR: #ffcc33; 
			COLOR: #000099; 
			FONT-FAMILY: verdana; 
			FONT-SIZE: 11px; 
			FONT-WEIGHT: normal; 
			TEXT-DECORATION: none
			}
.edge5		{ 
			border-right: #cccccc 1px solid; 
			border-bottom: #cccccc 1px solid; 
			border-top: #cccccc 1px solid; 
			border-left: #cccccc 1px solid; 
			COLOR: #535353; 
			FONT-FAMILY: verdana; 
			FONT-SIZE: 11px; 
			FONT-WEIGHT: normal; 
			TEXT-DECORATION: none
			background-color:#ffffff;
  			scrollbar-arrow-color: #ffffff;
  			scrollbar-3dlight-color: #cccccc;
  			scrollbar-highlight-color: #535353;
  			scrollbar-face-color: #cccccc;
  			scrollbar-shadow-color: #ffffff;
  			scrollbar-darkshadow-color: #cccccc;
  			scrollbar-track-color: #cccccc;
			}	
  
 



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: white;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    color:  darkblue;
}

A:visited   {
    text-decoration:    none;
    color:  darkblue;
}

A:active    {
    text-decoration:    none;
    color:  darkblue;
}

A:hover {
    text-decoration:    underline;
    color:  #ff6600;
}

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: #535353;
    height:1pt;
    text-align:left
}
