.CurrentDate		{
	 font-weight: bold;
    font-size: 11px;
    color: white;
    font-family: arial,helvetica,sans-serif;
    text-decoration: none;
	}
	
.LoginNav	{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 13px;
	color: #ffffff;
	}
	
A.LoginNav:link 
{
	text-decoration: underline;
	color: White;
}

A.LoginNav:visited  
{
	text-decoration: underline;
	color: White;
}

A.LoginNav:active  
{
	text-decoration: underline;
	color: White;
}

A.LoginNav:hover
{
	text-decoration: underline;
	color: #FFA500;
}
	
.Footer	{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #ffffff;
	}
	
A.Footer:link 
{
	text-decoration: underline;
	color: White;
}

A.Footer:visited  
{
	text-decoration: underline;
	color: White;
}

A.Footer:active  
{
	text-decoration: underline;
	color: White;
}

A.Footer:hover
{
	text-decoration: underline;
	color: #FFA500;
}
	

.PrimaryNav	{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #ffffff;
}







/*--------------------------------------------------------------*/
/* CSS Definitions for content panes                            */
/*--------------------------------------------------------------*/

TD.Content0 
{ 
   font-size: 11px;
   font-color: black;
}

TD.Content1 
{
   font-size: 11px;
   font-color: black;
}

TD.Content2 
{ 
   font-size: 11px;
   font-color: black;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for content panes                        */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for normal text, no headlines                */
/*--------------------------------------------------------------*/

.Normal
{
   font-size: 13px;
   font-family: arial, helvetica, sans-serif;
   font-weight: normal;
   color: black;
}

.NormalTextBox
{
   font-size: 13px;
   font-family: arial, helvetica, sans-serif;
   font-weight: normal;
   color: black;
}

.NormalRed
{
   font-size: 13px;
   font-family: arial,helvetica,sans-serif;
   font-weight: normal;
   color: #ff0000
}

.NormalBold
{
   font-size: 13px;
   font-family: arial,helvetica,sans-serif;
   font-weight: bold;
   color: black;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for normal text, no headlines            */
/*--------------------------------------------------------------*/




/*--------------------------------------------------------------*/
/* CSS Definitions for Headlines                                */
/*--------------------------------------------------------------*/

.Head   
{
	font-family: arial,helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: Black;
}

.SubHead    
{
   font-family: arial,helvetica,sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: Black;
}

.SubSubHead 
{
   font-family: arial,helvetica,sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: black;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for Headlines                            */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for Generic Elements                         */
/*--------------------------------------------------------------*/

TD{
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 11px	
}

BODY{
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 11px;
scrollbar-arrow-color: #ffffff;
scrollbar-3dlight-color: #9E4A94;
scrollbar-highlight-color: #9E4A94;
scrollbar-face-color: #7C0E72;
scrollbar-shadow-color: #9E4A94;
scrollbar-darkshadow-color: #9E4A94;
scrollbar-track-color: #DED2F3;
}

H1  
{
    font-family: arial,helvetica,sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: Black;
}

H2  
{
    font-family: arial,helvetica,sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: Black;
}

H3  
{
    font-family: arial,helvetica,sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: Black;
}

H4  
{
    font-family: arial,helvetica,sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: Black;
}

H5, DT  
{
    font-family: arial,helvetica,sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Black;
}

H6  
{
    font-family: arial,helvetica,sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Black;
}

TFOOT, THEAD    
{
    font-family: arial,helvetica,sans-serif;
    font-size:  12px;
    color: Black;
}

TH  
{
    vertical-align: baseline;
    font-family: arial,helvetica,sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: Black;
}

A:link  
{
    text-decoration: underline;
    color: Blue;
}

A:visited   
{
    text-decoration: underline;
    color: Puple;
}

A:active    
{
    text-decoration: underline;
    color: Red;
}

A:hover 
{
    text-decoration: underline;
    color: Red;
}


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: White;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, Helvetica, Sans-serif;
}

A.LoginStyle:link
{
    color: White;
    text-decoration: none;
}

A.LoginStyle:visited
{
    color: White;
    text-decoration: none;
}

A.LoginStyle:active
{
    color: White	;
    text-decoration: none;
}

A.LoginStyle:hover
{
	color: #FFA500;
	text-decoration: none;
	font-weight: bold;
}

.TabBg
{
    background-color: #7C0E72;
    color: white;
    font-size: 11px;
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    padding-left: 4pt;
    padding-right: 4pt;
}

.SelectedTab
{
    font-weight: bold;
    font-size: 11px;
    color: white;
    font-family: arial,helvetica,sans-serif;
    text-decoration: none;
}

A.SelectedTab:link
{
    color: white;
    text-decoration: none;
}

A.SelectedTab:visited
{
    color: white;
    text-decoration: none;
}

A.SelectedTab:active
{
    color: white;
    text-decoration: none;
}

A.SelectedTab:hover
{
    color: #cccccc;
    text-decoration: none;
}

.OtherTabs
{
    font-weight: bold;
    font-size: 11px;
    color: white;
    font-family: arial,helvetica,sans-serif;
    text-decoration: none;
}
    
A.OtherTabs:link
{
    color: white;
    text-decoration: none;
}

A.OtherTabs:visited
{
    color: White;
    text-decoration: none;
}

A.OtherTabs:active
{
    color: White;
    text-decoration: none;
}

A.OtherTabs:hover
{
    color: #cccccc;
    text-decoration: none;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for Navigation Elements                  */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for Header / Footer Elements                 */
/*--------------------------------------------------------------*/

.Footer
{
    border-top: 2px #800000 solid;
    padding-left: 2pt;
}

.Footer P
{
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    color:White;
}

.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: White;
}

A.SelectedMenu:visited  
{
    text-decoration: none;
    color: White;
}

A.SelectedMenu:active   
{
    text-decoration: none;
    color: White;
}

A.SelectedMenu:hover    
{
    text-decoration: none;
    color: #cccccc;
}

.OtherMenus 
{
    font-weight: bold;
    font-size: 11px;
    color: White;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

A.OtherMenus:link 
{
    text-decoration: none;
    color:White;
}

A.OtherMenus:visited  
{
    text-decoration: none;
    color:White;
}

A.OtherMenus:active   
{
    text-decoration: underline;
    color:White;
}

A.OtherMenus:hover    
{
    text-decoration: underline;
    color:#cccccc;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for Tabbed / LeftSide Menu               */
/*--------------------------------------------------------------*/

/*--------------------------------------------------------------*/
/* CSS Definitions for sbDiscussion module                      */
/*--------------------------------------------------------------*/

.sbDiscussionPanel { width: 640px;}
.sbDiscussionThreadsTable { border: 1px solid darkgray; }
.sbDiscussionThreadsTable TD { border: 1px solid darkgray; padding: 2pt;}

.sbDiscussionThreadsHeader
{
	font-weight: bold;
	font-size: 8.5pt;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #646EF6;
}

.sbDiscussionThreadsAltItem
{
	font-weight: normal;
	font-size: 8.5pt;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #EEEEFF;
}

.sbDiscussionThreadsItem
{
	font-weight: normal;
	font-size: 8.5pt;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	background-color: White;
}

.sbDiscussionMessageTable
{
	margin-bottom: 10px;
}

.sbDiscussionMessageSubject
{
	border: 1px solid darkgray;
	font-weight: bold;
	font-size: 8.5pt;
	margin-bottom: 10px;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #646EF6;
}

.sbDiscussionMessageHeader
{
	border-top:   1px solid darkgray;
	border-left:  1px solid darkgray;
	border-right: 1px solid darkgray;
	font-weight: bold;
	font-size: 8.5pt;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica;
	background-color: White;
	padding: 2pt;
}

.sbDiscussionMessageBody
{
	border:  1px solid darkgray;
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #EEEEFF;
	padding: 2pt;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for sbDiscussion module                  */
/*--------------------------------------------------------------*/

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */ 

.MainMenu_MenuContainer
{
	border-bottom: 0px solid; 
	border-left: 0px solid; 
	border-top: 0px solid; 
	border-right: 0px solid;  
   background-color: #7C0E72;
	 
}

.MainMenu_MenuBar 
{
    cursor: pointer; 
    cursor: hand; 
    height: 16;
	 background-color: #7C0E72;

}

/* MenuCSS - MenuItem */
.MainMenu_MenuItem
{
    cursor: pointer; 
    cursor: hand; 
    color: white; 
    font-family: Arial, Helvetica, Sans-Serif; 
    font-size: 9pt; 
    font-weight: bold; 
    font-style: normal; 
	 border-left: #7C0E72 0px solid;
	 border-bottom: #7C0E72 1px solid;
	 border-top: #7C0E72 1px solid;
	 border-right: #7C0E72 0px solid;
	 background-color: #7C0E72;
}

/* MenuCSS-MenuIcon */ 
.MainMenu_MenuIcon  
{
    cursor: pointer; 
    cursor: hand; 
    background-color: #7C0E72;
    border-left: #7C0E72 1px solid; 
    border-bottom: #7C0E72 1px solid;
    border-top: #7C0E72 1px solid; 
    text-align: center; 
    width: 15;
    height: 21;
}

/* MenuCSS-SubMenu *//
.MainMenu_SubMenu
{
    z-index: 1000; 
    cursor: pointer; 
    cursor: hand; 
    background-color: #9E4A94;
	 filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #9E4A94 0px solid; 
	border-left: #9E4A94 0px solid; 
	border-top: #9E4A94 0px solid; 
	border-right: #9E4A94 0px solid;
}

/* MenuCSS-MenuBreak */ 
.MainMenu_MenuBreak
{
    border-bottom: #7C0E72 1px solid; 
    border-left: #7C0E72 0px solid; 
    border-top: #7C0E72 1px solid;  
    border-right: #7C0E72 0px solid; 
    background-color: #7C0E72;
	 height: 1px;
}

/* MenuCSS-MenuItemSel */ 

.MainMenu_MenuItemSel
{
    cursor: pointer; 
    cursor: hand; 
    color: White; 
    font-family: Arial, Helvetica, Sans-Serif; 
    font-size: 9pt; 
    font-weight: bold; 
    font-style: normal;
	 background-color: #9E4A94; 
}

/* MenuCSS-MenuArrow */ 
.MainMenu_MenuArrow
{
    font-family: webdings; 
    font-size: 10pt; 
    cursor: pointer; 
    cursor: hand; 
	 border-right: #7C0E72 1px solid; 
	border-bottom: #7C0E72 1px solid; 
	border-top: #7C0E72 0px solid;
}

.MainMenu_RootMenuArrow
{
    font-family: webdings; 
    font-size: 10pt; 
    cursor: pointer; 
    cursor: hand;
}

