/* GENERAL CSS DEFINITIONS */
/* style for module titles */
.Head   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
	vertical-align: bottom;
	padding: 10px;
	text-transform: uppercase;

}

.Title   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: left;
	vertical-align: bottom;
	padding: 10px;
}

/* background color for the content part of the pages */
Body {
    background-color: #FFFFFF;
}

.LeftPane {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333366;
	font-style: normal;
	text-align: left;
	padding-top: 3px;
}

.ContentPane {
	background-color: Transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.Normal {
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none;
}
a.Normal:link {
	color: #333366;
	font-weight: bold;
	text-decoration: underline;
}
a.Normal:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
a.Normal:hover {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}



/* Main Menu */

.MainMenu_MenuContainer {
	color : #333366;
	background-color: Transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	border: 0px;
}

.MainMenu_MenuBar {
	height:18px;
	border: 0px;
}

.MainMenu_MenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333366;
	border: 0px;
	text-decoration: underline;
}

.MainMenu_MenuIcon {
	background-color: #DEE7F7;
	text-align: center;
	width: 18px;
	height: 18px;
	border: 0px;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	color: #333366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-top: 2px;	
	font-variant: normal;			
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;
	background-color: #FFFFFF;
	border-bottom: 1px solid #333366; 
	border-left: 1px solid #333366; 
	border-top: 1px solid #333366; 
	border-right: 1px solid #333366;
}

.MainMenu_MenuBreak {
	height: 0px;
	border: 0px;
}

.MainMenu_MenuItemSel {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border: 0px;
	text-decoration: underline;
	background-color: Transparent;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 14px; 
	color: #333366; 
	border-right: 0px; 
	border-bottom: 0px; 
	border-top: 0px;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 14px;
	color: #333366;
}

A.MainMenu_MenuItem:link {
	color: #333366;
	font-weight: bold;
	text-decoration: underline;
}
A.MainMenu_MenuItem:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
A.MainMenu_MenuItem:hover {
	color: #CCCCCC;
	font-weight: bold;
}


/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 10px;
    color: #333366;
    font-family:  Arial, Helvetica; 
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration: none;
    color: #FFFFFF;
}

A.SelectedTab:visited  {
    text-decoration: none;
    color: #FFFFFF;
}

A.SelectedTab:active   {
    text-decoration: none;
    color: #FFFFFF;
}

A.SelectedTab:hover    {
    text-decoration: underline;
    color: #FFFFFF;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration: underline;
    font-weight: bold;
	color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
}

A.OtherTabs:visited  {
    text-decoration: underline;
    color: #CCCCCC;
	font-family : Arial, Helvetica, sans-serif;
}

A.OtherTabs:active   {
    text-decoration: underline;
    color: #999999;
	font-family : Arial, Helvetica, sans-serif;
}

A.OtherTabs:hover    {
	text-decoration: underline;
	color: #999999;
	font-family : Arial, Helvetica, sans-serif;
}
a:link {
	color: #333366;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}
.Sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333366;
}
a.Sidebar:link {
	color: #333366;
	font-weight: bold;
	text-decoration: underline;
}
a.Sidebar:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
a.Sidebar:hover {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333366;
	text-align: center;
}
a.Footer:link {
	color: #333366;
	font-weight: bold;
	text-decoration: underline;
}
a.Footer:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
a.Footer:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
