/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */

.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	margin-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	width : 100%;
	height : 100%;
	background-color: #1a2b70;
}

/* background/border colors for the selected tab */
.TabBg {
}

.TopPane  { 
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

.BottomPane  { 
}

/* text style for the selected tab */
.DataGrid_Container 
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
.DataGrid_Item 
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
.DataGrid_AlternatingItem
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
.DataGrid_Header
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}
.SelectedTab {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.SelectedTab:visited  {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.SelectedTab:active   {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.SelectedTab:hover    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.OtherTabs:visited  {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.OtherTabs:active   {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.OtherTabs:hover    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
A.NormalMenu:active{
	color: #333333;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
}
A.NormalMenu:visited{
	color: #333333;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
}
A.NormalMenu:link{
	color: #333333;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
}
A.NormalMenu:hover{
	color: #333333;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

A.BlueLink:active{
	color: #173b67;
	text-decoration:none;
}
A.BlueLink:visited{
	color: #173b67;
	text-decoration:none;
}
A.BlueLink:link{
	color: #173b67;
	text-decoration:none;
}
A.BlueLink:hover{
	color: #173b67;
	text-decoration:underline;
	font-weight:bold;
}

/* GENERAL */
/* style for module titles */
.Head   
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
	font-size : 10pt;
}
.Head_Red   
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #923120;
	font-weight : bold;
	text-decoration : none;
	font-size : 10pt;
}
.Head_Gray 
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #3E3E3E;
	font-weight : bold;
	text-decoration : none;
	font-size : 10pt;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}
.SubHead_Red    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #8E301F;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}
.SubHead_Gray    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #5C5C5C;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.CMSATopMenu
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
.Normal
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #161616;
	font-weight : normal;
	text-decoration : none;
	font-size : 12px;
}
.CMSAFooter_Bold
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : white;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}

.CMSAFooter
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}
.NormalMenu
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #333333;
	font-weight : bolder;
	text-decoration : none;
	font-size : 11px;
}
.NormalRed
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : red;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
.NormalBold
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 7pt;
}
.NormalBoldSmall
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 7pt;
}
.NormalSidebar
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : red;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */

A.CommandButton:link {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.CommandButton:visited  {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.CommandButton:active   {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.CommandButton:hover    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A:visited   {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A:active    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A:hover {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

A.whitelink:link  {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

A.whitelink:visited   {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

A.whitelink:active    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

A.whitelink:hover {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #ffffff;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.links:link  {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

A.links:visited   {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

A.links:active    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

A.links:hover {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #000000;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer 
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
	
}

.ModuleTitle_MenuBar 
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}

.ModuleTitle_MenuItem 
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}

.ModuleTitle_MenuIcon {
	
}

.ModuleTitle_SubMenu 
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
	
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel 
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
	
}

.ModuleTitle_MenuArrow {
	
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color : transparent;
	cursor : pointer;
}

.MainMenu_MenuBar {
	background-color : transparent;
	cursor : pointer;
}

.MainMenu_MenuItem {
	height : 20px;
	background-color : #DDD6C6;
	color : #3E3E3E;
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	border-bottom : 1px solid #DDD6C6;
	border-top : 1px solid #DDD6C6;
}

.MainMenu_MenuIcon {
	background-color : #CBBC9B;
	border-bottom : 1px solid #CBBC9B;
	border-top : 1px solid #CBBC9B;
	border-left : 1px solid #CBBC9B;
	border-right: #3e3e3e 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height : 20px;
}

.MainMenu_SubMenu {
	filter : none;
	border : 1px solid black;
}

.MainMenu_MenuBreak {
	background-color : white;
	border-top : none;
	border-bottom : none;
}

.MainMenu_MenuItemSel {
	background-color : white;
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	font-size : 8pt;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	height : 20px;
}

.MainMenu_MenuArrow {
	border-bottom : 1px solid #DDD6C6;
	border-right : 1px solid #DDD6C6;
	
}

.MainMenu_RootMenuArrow {
}

.CMSABreadcrumb{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 10px;
}
.CMSAMenuSeparator{
	font-weight : normal;
	color: #aaaaaa;
	background-color: #3e3e3e;
	height: 25px;
	font-size : 8pt;
}
.CMSARootItem{
	height : 25px;
	background-color : #3e3e3e;
	color : #ffffff;
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
}
.CMSARootItemActive{
	height : 25px;
	background-color : #3e3e3e;
	color : #B0D4FF;
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
}
.CMSARootItemSelect{
	height : 25px;
	background-color : #3e3e3e;
	color : white;
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
}
A.CMSATopMenu:link
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}
A.CMSATopMenu:visited  {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}

A.CMSATopMenu:active   {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}

A.CMSATopMenu:hover    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}
A.CMSAFooter:link
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
A.CMSAFooter:visited  {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

A.CMSAFooter:active   {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

A.CMSAFooter:hover    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : white;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}
