/*--------------------------------------------------------------*/
/* CSS Definitions for content panes                            */
/*--------------------------------------------------------------*/

TD.Content0 
{
	padding-bottom: 5pt;
	Width:150px;
	vertical-align : top;
}

TD.Content1 
{
   padding-left: 10pt; 
   padding-right: 10pt; 
   padding-bottom: 5pt; 
   	vertical-align : top;
}


/*--------------------------------------------------------------*/
/* End CSS Definitions for content panes                        */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for normal text, no headlines                */
/*--------------------------------------------------------------*/

.Normal
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px
   color: black;
}

.NormalTextBox
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
   color: black;
}

.NormalRed
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
   color: Red;
}

.NormalBold
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
   font-weight: bold;
   color: black;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for normal text, no headlines            */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for command buttons                          */
/*--------------------------------------------------------------*/

.CommandButton
{
   font-size: 10px;
   font-family: Verdana, Arial, Helvetica;
   font-weight: normal;
   color: black;
}
    
A.CommandButton:link 
{
	text-decoration: none;
	color: #330099;
}

A.CommandButton:visited  
{
	text-decoration: none;
	color: #330099;
}

A.CommandButton:active  
{
	text-decoration: none;
	color: #330099;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #330099;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for command buttons                      */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for Headlines                                */
/*--------------------------------------------------------------*/

.Head   
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: Black;
}

.SubHead    
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #330099;
}

.SubSubHead 
{
    font-family: Tahoma, Arial, Helvetica;
   font-size: 11px;
   font-weight: bold;
   color: black;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for Headlines                            */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for Generic Elements                         */
/*--------------------------------------------------------------*/

BODY
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:10px;
        color: #000000;
        text-decoration:none;}

H1  
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: Black;
}

H2  
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: Black;
}

H3  
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
	font-weight: bold;
	color: Black;
	text-align : center;
}

H4  
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #330099;
}

H5, DT  
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #330099;
}

H6  
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #330099;
}

TFOOT, THEAD    
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #330099;
}

TH  
{
	vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #330099;
}

A, A:link ,A:visited ,A:active    
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#2d6cb3;
	text-decoration:none;
	font-size : 10;
}

A:hover 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
        color:#2d6cb3;
			font-size : 10;
        text-decoration:underline;
}

SMALL 
{
    font-size: 8px;
}

BIG 
{
    font-size: 14px;
}

BLOCKQUOTE, PRE 
{
    font-family: Lucida Console, monospace;
}

HR 
{
    color: dimgrey;
    height:1pt;
    text-align:left
}

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; }

/*--------------------------------------------------------------*/
/* End CSS Definitions for Generic Elements                     */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for Navigation Elements                      */
/*--------------------------------------------------------------*/

.LoginStyle
{
    color: #2D6CB3;
	    text-decoration: none;
		}


A.LoginStyle:link
{
    color: #2D6CB3;
    text-decoration: none;
}

A.LoginStyle:visited
{
    color: #2D6CB3;
    text-decoration: none;
}

A.LoginStyle:active
{
    color: #2D6CB3;
    text-decoration: none;
}

A.LoginStyle:hover
{
	color: #2D6CB3;
	text-decoration: underline;
}

.TabBg
{
    background-color: #D6D6A6;
}

.SelectedTab
{
    font-weight: bold;
	font-size: 8pt;
	color:black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:link
{
    color: black;
    text-decoration: none;
}

A.SelectedTab:visited
{
    color:black;
    text-decoration: none;
}

A.SelectedTab:active
{
	color: black;
    text-decoration: none;
}

A.SelectedTab:hover
{
	color: black;
	text-decoration: underline;
}

.OtherTabs
{
    font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
    
A.OtherTabs:link
{
    color: black;
    text-decoration: none;
}

A.OtherTabs:visited
{
    color: black;
    text-decoration: none;
}

A.OtherTabs:active
{
    color: black;
    text-decoration: none;
}

A.OtherTabs:hover
{
	color: black;
	text-decoration: underline;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for Navigation Elements                  */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for Header / Footer Elements                 */
/*--------------------------------------------------------------*/


.Footer 
{
    color:Black;
	BACKGROUND-COLOR: #d6d6a6
}

.HeadBg 
{
    background-color: white;
	}
/*--------------------------------------------------------------*/
/* End CSS Definitions for Header / Footer Elements             */
/*--------------------------------------------------------------*/

/*--------------------------------------------------------------*/
/* CSS Definitions for Tabbed / LeftSide Menu                   */
/*--------------------------------------------------------------*/

TD.ChildMenu
{
    background-color: white;
    font-size: 11px;
    border: 1px #666666 solid
}

TD.ChildMenuItem
{
    border: 1px #666666 solid;
    height: 16pt;
    font-size: 11px;
    padding-right: 4pt;
}

A.SelectedMenu:link 
{
    text-decoration: none;
    color: #003366;
}

A.SelectedMenu:visited  
{
    text-decoration: none;
    color: #003366;
}

A.SelectedMenu:active   
{
    text-decoration: none;
    color: #003366;
}

A.SelectedMenu:hover    
{
    text-decoration: none;
    color: #CC0000;
}

.OtherMenus 
{
    font-weight: bold;
    font-size: 11px;
    color: #666666;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

A.OtherMenus:link 
{
    text-decoration: none;
    color:#808080;
}

A.OtherMenus:visited  
{
    text-decoration: none;
    color:#808080;
}

A.OtherMenus:active   
{
    text-decoration: underline;
    color:#0000c0;
}

A.OtherMenus:hover    
{
    text-decoration: underline;
    color:#CC0000;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for Tabbed / LeftSide Menu               */
/*--------------------------------------------------------------*/

/*--------------------------------------------------------------*/
/* Begin CSS Definitions for SolPartMenu           */
/*--------------------------------------------------------------*/

.spmbctr 
{
    background-color: #2E5DA9;
}

.spmbar 
{
	cursor: pointer;
	cursor: hand;
	height: 23;
}

/* MenuCSS - MenuItem */
.spmitm 
{
    cursor: pointer; 
    cursor: hand; 
    color: white; 
    font-family:Verdana, Arial, Helvetica, Sans-Serif; 
    font-size: 9pt; 
    font-weight: bold; 
    font-style: normal; 
}

.spmicn 
{
    cursor: pointer; 
    cursor: hand; 
    background-color: #2E5DA9; 
    text-align: center; 
    width: 15;
    height: 21;
}

/* MenuCSS - SubMenu */
.spmsub 
{
    z-index: 1000; 
    cursor: pointer; 
    cursor: hand; 
    background-color: #2E5DA9;
}

.spmbrk 
{
    border-bottom: #2E5DA9 1px solid; 
    border-left: #2E5DA9 0px solid; 
    border-top: #2E5DA9 1px solid;  
    border-right: #2E5DA9 0px solid; 
    background-color: White; height: 1px;
}

.spmitmsel 
{
    cursor: pointer; 
    cursor: hand; 
    color: White; 
    font-family: Verdana, Arial, Helvetica, Sans-Serif; 
    font-size: 9pt; 
    font-size: 9pt; 
    font-weight: bold; 
    font-style: normal;
}

.spmarw 
{
    font-family: webdings; 
    font-size: 10pt; 
    cursor: pointer; 
    cursor: hand; 
}

.spmrarw 
{
    font-family: webdings; 
    font-size: 10pt; 
    cursor: pointer; 
    cursor: hand;
}