/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 10px;
	color: #ECEDEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
	color: #FF9900;
}

A.SelectedTab:active {
    text-decoration:    none;
	color: #FF9900;
}

A.SelectedTab:visited {
    text-decoration:    none;
	color: #FF9900;
}

A.SelectedTab:hover    {
    text-decoration:    none;
	color: #FFAE00;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
	color: #ECEDEE;
    font-family: Verdana;
    text-decoration: none;
}
    
/* style for module titles */
.Head
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:  normal;
	font-weight: bold;
	color: #144161;
	font-size: 9pt;
	text-decoration: none;
  }  
/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Verdana;
	font-size:  9pt;
	font-weight:    bold;
	color: #144161;
	text-decoration: none;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  9pt;
    font-weight:    bold;
	color: #144161;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:  normal;
	font-weight: normal;
	color: #144161;
	text-align: justify;
	font-size: 9pt;
	text-decoration: none;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana;
	font-size: 10px;
	color: #181B25;
	background-color: #F4F8FB;
	background-attachment: fixed;
	background-image: url(/Portals/22/Skins/skin/menu_grad.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	border: 1px solid #D6DFEB;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #B70628
}

.NormalBold
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
	color: #144161;
}


/* Module Title Menu */


.ModuleTitle_MenuContainer {
	border-bottom: #316F6C 0px solid; 
	border-left: #316F6C 0px solid; 
	border-top: #316F6C 0px solid; 
	border-right: #316F6C 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:15;
	background-color: #316F6C;
}

.ModuleTitle_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	border-left: #316F6C 0px solid;
	border-bottom: #316F6C 1px solid;
	border-top: #316F6C 1px solid;
	border-right: #316F6C 0px solid;
	background-color: Transparent;
	height: 21px;
}

.ModuleTitle_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #316F6C;
	border-left: #316F6C 1px solid;
	border-bottom: #316F6C 1px solid;
	border-top: #316F6C 1px solid;
	text-align: center;
	width: 15;
	height: 21;
	display:none;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #316F6C; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#316F6C', Direction=135, Strength=3); 
	border-bottom: #316F6C 0px solid; 
	border-left: #316F6C 0px solid; 
	border-top: #316F6C 0px solid; 
	border-right: #316F6C 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #316F6C 1px solid; 
	border-left: #316F6C 0px solid; 
	border-top: #316F6C 1px solid;  
	border-right: #316F6C 0px solid; 
	background-color: #316F6C; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #184745; 
	font-family: Verdana; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #BED3D4;
	height: 21px;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #316F6C 1px solid; 
	border-bottom: #316F6C 1px solid; 
	border-top: #316F6C 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer
{
	background-color: transparent;
	color: #FFFFFF;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:15px;
	color: #FFFFFF;
}

.MainMenu_MenuItem
{
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	font-weight: bold;
	font-size: 11px;
	border-left: #000000 0px solid;
	cursor: hand;
	color: #FFFFFF;
	border-bottom: #000000 0px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	color: #FFFFFF;
	background-color: #0E324C;
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 15; 
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #0E324C; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#0E324C', Direction=135, Strength=3) ; 
	border-bottom: #0E324C 0px solid; 
	border-left: #0E324C 0px solid; 
	border-top: #0E324C 0px solid; 
	border-right: #0E324C 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #0E324C 0px solid; 
	border-left: #0E324C 0px solid; 
	border-top: #0E324C 0px solid;  
	border-right: #0E324C 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 11px;
	cursor: hand;
	color: #0E324C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EAEFF7;
	border: none;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 1pt; 
	color: orange; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 1pt; 
	cursor: pointer; 
	cursor: hand;
	color: orange; 

}
.tab {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #144161;
	text-decoration: none;
	border-top: 1px solid #ECF1F7;
	border-right: 1px solid #EFF3F8;
	border-bottom: 1px solid #E2E8F1;
	border-left: 1px solid #E2E8F1;
}
.cell_h {
	background-color: #E7EEF5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #144161;
	text-decoration: none;
}
.cell {
	background-color: #F4F7FA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #144161;
	text-decoration: none;
	border: 1px solid #F4F7FA;
}
.cell_alt {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #144161;
	text-decoration: none;
}
.CommandButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #1A4D72;
	text-decoration: none;
	border: none;
}
.CommandButton:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #1A4D72;
	text-decoration: none;
	border: none;
}
.CommandButton:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #1A4D72;
	text-decoration: none;
	border: none;
}
.CommandButton:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFAF03;
	text-decoration: none;
	border: none;
}
.big_back {
	background-attachment: fixed;
	background-image: url(/Portals/22/Skins/skin/back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.body {
	background-color: #265D5A;
	background-image: url(/Portals/22/Skins/skin/load.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}.menu_2 {
	background-attachment: fixed;
	background-image: url(/Portals/22/Skins/skin/menu_08.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.cont2 {
	background-attachment: fixed;
	background-image: url(/Portals/22/Skins/skin/cont2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.SmallBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #1A4D72;
	text-decoration: none;
}
.Small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1A4D72;
	text-decoration: none;
}
.Down {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #D3DCF0;
	text-decoration: none;
}
.Small_ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D3DCF0;
	text-decoration: none;
}

.back_top {
	background-attachment: fixed;
	background-image: url(/Portals/22/Skins/skin/back_pattern.gif);
	background-repeat: no-repeat;
	background-position: center top;
}.flash_cell {
	background-attachment: fixed;
	background-image: url(/Portals/22/Skins/skin/flash_cell.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

