/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
	line-height:normal
}


/* Body style */
body {
	margin-left: 6px;
	height: 100%;
	
}

br 
{ 
line-height:normal; 
} 
 
p
{ 
	line-height:normal;
	font-family: "trebuchet ms", verdana, sans-serif;
} 

p2
{ 
line-height: normal;
} 

/* Catch-all to ensure text color, font, and size consistency */


.Footer 
{
    font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 12px;
    text-decoration: none;
    color: #fff;
	font-weight: normal;
	padding-left: 10px;
    }

a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
   font-family: "verdana";
	font-size: 12px;
    text-decoration: none;
    color: #FFF;
	font-weight: normal;
}
a.FooterLink:hover {
    font-family: "verdana";
	font-size: 12px;
    text-decoration: none;
    color: #FFF;
	font-weight: normal;
}
a.FooterLink2:link, a.FooterLink2:visited, a.FooterLink2:active {
   font-family: "verdana";
	font-size: 12px;
    text-decoration: none;
    color: #FFF;
	font-weight: normal;
	background-color: #332002;	
    
}
a.FooterLink2:hover {
    font-family: "verdana";
	font-size: 12px;
    text-decoration: none;
    color: #FFF;
	font-weight: normal;
	background-color: #332002;	
}

A:link  {
    font-size:12px;
	text-decoration:    none;
    color:  #920000;
}

A:visited   
{
      font-size:12px;
    text-decoration:    none;
    color:  #920000;
}

A:active    
{
      font-size:12px;
    text-decoration:    none;
    color:  #920000;
}

A:hover 
{
      font-size:12px;
    text-decoration:    underline;
    color:  #920000;
}

/* style for alternative module titles */
.Head1   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #920000;
}

/* style of alternative item titles on edit and admin pages */
.SubHead1    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
     color: black;
}

/* module alternative title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead1 {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}


/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	margin-left: 2px;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}



/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/







