/******************************************/
/**************   Html Tags ***************/
/*-------------------------------*/

BODY 
{
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 background-color: #E7E7E7;
 margin-bottom:0;
 margin-left:0;
 margin-right:0;
 margin-top:0;
 SCROLLBAR-FACE-COLOR: white;
 SCROLLBAR-SHADOW-COLOR: 66CDAA;
 SCROLLBAR-3DLIGHT-COLOR: 66CDAA; 
 SCROLLBAR-ARROW-COLOR: #03216D; 
 SCROLLBAR-DARKSHADOW-COLOR: white;
}

/*-------------------------------*/
TD
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:  12px;
	color:Black;
}
/*-------------------------------*/
HR {
    color: dimgrey;
    height:1pt;
    text-align:left;
}
/*-------------------------------*/
H1  {

	font-family: Tahoma, Arial, Helvetica;
	color: #483D8B;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
/*-------------------------------*/
H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight:    normal;
    color: #666644;
}

/*-------------------------------*/
H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  15px;
    font-weight:    normal;
    color: #003366;
}
/*-------------------------------*/
H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    normal;
    color: #003366;
}
/*-------------------------------*/
H5 {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight:    bold;
    color: #003366;
}
/*-------------------------------*/
H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
/*-------------------------------*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*-------------------------------*/
A {
  	font-family: Tahoma;
    font-size: 11px;
	color: #4682B4;
	text-decoration: none;
}
A:link {
	font-family: Tahoma;
	color: #4682B4;
	text-decoration: none;	
}
A:Active {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: none;	
}
A:hover {
	font-family: Tahoma;
	color: #191970;
	text-decoration: underline;	
}
A:visited {
	font-family: Tahoma;
	color: #000080;
}
/*-------------------------------*/

/*********** End of Html Tags *************/
/******************************************/


/******************************************/
/***************** Texts ******************/

/*-------------------------------*/
.NormalMessage
{
    font-family: Tahoma, Arial, Helvetica;
    background-color: #ffffff;
    color: #B22222;    
    font-weight: normal;
    font-size: 12px;    
    border-width: 0px;
    border-style: solid;
}
/*-------------------------------*/
.NormalText
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}
/*-------------------------------*/
.HighLightedText
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight:  bold;
    font-size: 11px;
    color: #FD6347;
    background-color: #eeeeee
}
/*-------------------------------*/
.ErrorText
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}
/*-------------------------------*/
.RequiredFieldValidator
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}
/*-------------------------------*/
.NormalTitr
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-style: normal;
	font-weight:  bold;
	font-variant: normal;
    color: #F5F5F5;
}
.FormTitr
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-style: normal;
	font-weight:  Normal;
	font-variant: normal;
    color: #8B0000;
}
.FormLabels
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-style: normal;
	font-weight:  normal;
	font-variant: normal;
    color: #FFFFFF;
}
/*-------------------------------*/
/************* End of Texts ***************/
/******************************************/

/**************************************************************/
/**************   Web Controls and Form Objects ***************/

/*-------------------------------*/
.NormalCheckBox
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;

}
/*-------------------------------*/
.NormalRadio
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
}
/*-------------------------------*/
.NormalButton
{
	Border-Right: #191970 1px solid; 
	Border-Top: #191970 1px solid; 
	Border-Left: #191970 1px solid; 
	Border-Bottom: #191970 1px solid;     
    font-family: Tahoma;
    font-size: 11px;
    color: #2F4F4F;    
    font-weight: normal;
    border-style: solid;
    background-color:#F5F5F5;
}
/*-------------------------------*/
.SmallTextBox
{
	Border-Right: #191970 1px solid; 
	Border-Top: #191970 1px solid; 
	Border-Left: #191970 1px solid; 
	Border-Bottom: #191970 1px solid; 
	BackGround-Color : #FFFFFF;
	font-family: Tahoma;
    font-size: 12px;
    color: #2F4F4F;
    font-weight: normal;
    border-style: solid;
    width: 50px;
}
/*-------------------------------*/
.NormalTextBox
{
	Border-Right: #191970 1px solid; 
	Border-Top: #191970 1px solid; 
	Border-Left: #191970 1px solid; 
	Border-Bottom: #191970 1px solid; 
	BackGround-Color : #FFFFFF;
	font-family: Tahoma;
    font-size: 12px;
    color: #2F4F4F;
    font-weight: normal;
    border-style: solid;
    width: 150px;
}
/*-------------------------------*/
.LargeTextBox
{
	Border-Right: #191970 1px solid; 
	Border-Top: #191970 1px solid; 
	Border-Left: #191970 1px solid; 
	Border-Bottom: #191970 1px solid; 
	BackGround-Color : #FFFFFF;
	font-family: Tahoma;
    font-size: 12px;
    color: #2F4F4F;
    font-weight: normal;
    border-style: solid;
    width: 350px;
}
/*-------------------------------*/
.NormalTextArea
{
	Border-Right: #191970 1px solid; 
	Border-Top: #191970 1px solid; 
	Border-Left: #191970 1px solid; 
	Border-Bottom: #191970 1px solid; 
	font-family: Tahoma;
    font-size:  12px;
    color: #2F4F4F;
    font-weight: normal;
    border-style: solid;
    width: 250px;
    height: 100px;
}
/*-------------------------------*/
.SmallLongTextArea
{
	Border-Right: #191970 1px solid; 
	Border-Top: #191970 1px solid; 
	Border-Left: #191970 1px solid; 
	Border-Bottom: #191970 1px solid; 
	font-family: Tahoma;
    font-size:  12px;
    color: #2F4F4F;
    font-weight: normal;
    border-style: solid;
    width: 350px;
    height: 50px;
}
/*-------------------------------*/
.NormalLongTextArea
{
	Border-Right: #191970 1px solid; 
	Border-Top: #191970 1px solid; 
	Border-Left: #191970 1px solid; 
	Border-Bottom: #191970 1px solid; 
	font-family: Tahoma;
    font-size:  12px;
    color: #2F4F4F;
    font-weight: normal;
    border-style: solid;
    width: 350px;
    height: 100px;
}
/*-------------------------------*/
.NormalDropDownList
{
	Border-Top: solid 1px #191970; 
	Border-Left: solid 1px #191970; 
	Border-Bottom: solid 1px #191970; 
	BackGround-Color : #FFFFFF;
	font-family: Tahoma;
    font-size: 12px;
    color: #2F4F4F;
    font-weight: normal;
    border-style: solid;

}
/*-------------------------------*/
/**********  End of Web Controls and Form Objects *************/
/**************************************************************/

/***************************************************/
/*****************   HyperLinks ********************/

/*-------------------------------*/
.Header 
{
  	font-family: Tahoma;
    font-size: 11px;
	color: #8E0D0D;
	text-decoration: none;	
}
/*-------------------------------*/
A.Header:link {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;		
}
A.Header:visited {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;	
}
A.Header:hover {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;		
}
A.Header:Active {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;		
}
/*-------------------------------*/
.Footer 
{
	  	font-family: Tahoma;
    font-size: 11px;
	color: #8E0D0D;
	text-decoration: none;
}
/*-------------------------------*/

A.Footer:link {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;	
}
A.Footer:visited {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;	
}	

A.Footer:hover {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;		
}
A.Footer:Active {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;		
}
/*-------------------------------*/
.SubMenu {
  	font-family: Tahoma;
    font-size: 11px;
	color: #8E0D0D;
	text-decoration: none;	
}
A.SubMenu:hover {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;
}
A.SubMenu:link {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;		
}
A.SubMenu:visited {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;		
}
A.SubMenu:Active {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;	
}
/*-------------------------------*/
.LinkButton {
  	font-family: Tahoma;
    font-size: 12px;
	color: #8E0D0D;
	text-decoration: none;	
}
A.LinkButton:hover {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;
}
A.LinkButton:link {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;		
}
A.LinkButton:visited {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;		
}
A.LinkButton:Active {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;	
}
/*-------------------------------*/
.HyperLink {
  	font-family: Tahoma;
    font-size: 12px;
	color: #8E0D0D;
	text-decoration: none;	
}
A.HyperLink:hover {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;
}
A.HyperLink:link {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: none;		
}
A.HyperLink:visited {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: none;		
}
A.HyperLink:Active {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: none;	
}
/*-------------------------------*/
.ReadMore {
  	font-family: Tahoma;
    font-size: 12px;
	color: #8E0D0D;
	text-decoration: none;	
}
A.ReadMore:hover {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;
}
A.ReadMore:link {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: none;		
}
A.ReadMore:visited {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: none;		
}
A.ReadMore:Active {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: none;	
}
/*-------------------------------*/
.MainMenu {
  	font-family: Tahoma;
    font-size: 12px;
	color: #2F4F4F;
	text-decoration: none;	
}
A.MainMenu:hover {
	font-family: Tahoma;
    font-size: 12px;	
	color: #556B2F;
	text-decoration: underline;		
}
A.MainMenu:link {
	font-family: Tahoma;
    font-size: 12px;		
	color: #2F4F4F;
	text-decoration: none;	
}
A.MainMenu:visited {
	font-family: Tahoma;
    font-size: 12px;		
	color: #2E8B57;
	text-decoration: underline;		
}
A.MainMenu:Active {
	font-family: Tahoma;
	font-size: 12px;	
	color: #2F4F4F;
	text-decoration: none;		
}
/*-------------------------------*/
.Paging {
  	font-family: Tahoma;
    font-size: 11px;
	color: #8E0D0D;
	text-decoration: none;	
}
A.Paging:link {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;
}
A.Paging:hover {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;
}
A.Paging:visited {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;	
}
A.Paging:Active {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;		
}
/*-------------------------------*/
.ImageLink
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #708090;
}
/*-------------------------------*/

/*****************   End of HyperLinks ********************/
/**********************************************************/


/*****************************************************/
/*****************   Other Styles ********************/

/*-------------------------------*/
.Line 
{
	color: #000000;
    height:1pt;
    text-align:left;
}
/*-------------------------------*/
.TableWithBackGround {
}
/*-------------------------------*/
.TableWithOutBackGround {
}
/*-------------------------------*/
.sidetable {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;

}
.AdminMenuHeader 
{
	background : #2F4F4F;
  	font-family: Tahoma;
    font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;	
}
/*-------------------------------*/
/*************  End of Other Styles ******************/
/*****************************************************/

/*****************************************************/
/*****************   SimpleProducts ********************/
/*-------------------------------*/
.SimpleProductsTitle 
{
  	font-family: Tahoma;
    font-size: 12px;
	color: #8B0000;
	text-decoration: none;	
}
/*-------------------------------*/
A.SimpleProductsTitle:link {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: None;		
}
A.SimpleProductsTitle:visited {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;	
}
A.SimpleProductsTitle:hover {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;		
}
A.SimpleProductsTitle:Active {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;		
}
.SimpleProductsSideTable {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #E7E7E7;
	color: #FFFFFF;
	background-color:White;
}
/*****************************************************/
/*****************   SimpleProducts ********************/
/*-------------------------------*/
/*****************************************************/
/*****************   SimpleDownloads ********************/
/*-------------------------------*/

.SimpleDownloadsheader 
{
 background-color: #FFFAF0;
}
.SimpleDownloadsLabel
{
  	font-family: Tahoma;
    font-size: 12px;
	color: #191970;
	text-decoration: none;	
}
.SimpleDownloadsTitle 
{
  	font-family: Tahoma;
    font-size: 12px;
	color: #8B0000;
	text-decoration: none;	
}
/*-------------------------------*/
A.SimpleDownloadsTitle:link {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: None;		
}
A.SimpleDownloadsTitle:visited {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;	
}
A.SimpleDownloadsTitle:hover {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;		
}
A.SimpleDownloadsTitle:Active {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;		
}
.SimpleDownloadsSideTable {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #E7E7E7;
	color: #FFFFFF;
	background-color:White;

}
.Download {
  	font-family: Tahoma;
    font-size: 12px;
	color: #2F4F4F;
	text-decoration: none;	
}
A.Download:hover {
	font-family: Tahoma;
    font-size: 12px;	
	color: #2F4F4F;
	text-decoration: underline;		
}
A.Download:link {
	font-family: Tahoma;
    font-size: 12px;		
	color: #2F4F4F;
	text-decoration: none;	
}
A.Download:visited {
	font-family: Tahoma;
    font-size: 12px;		
	color: #2F4F4F;
	text-decoration: none;		
}
A.Download:Active {
	font-family: Tahoma;
	font-size: 12px;	
	color: #2F4F4F;
	text-decoration: none;		
}
.InternalTD
{
	background-color:#FFFFFF;
}
/*-------------------------------*/
/*****************************************************/
/*****************   SimpleProducts ********************/
/*-------------------------------*/
