/* ================================
    CSS STYLES FOR orange_futurism Skin
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #FBF8F3;
}
/* background color for the content part of the pages */
Body {
    background-color: #8C8674;
}
.DefaultWidth  { width: 780px; } 

/* background/border colors for the selected tab */
.TabBg {
}
.ContentPane { 
	padding:5px;
	padding-top:5px;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #760403;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}
A.SelectedTab:visited {
    text-decoration:    none;
    color:#760403;
}
A.SelectedTab:active {
    text-decoration:    none;
    color:#760403;
}
A.SelectedTab:hover {
    text-decoration:    none;
    color:#CDD2DA;
}
/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #760403;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color:#760403;
}
A.OtherTabs:visited {
    text-decoration: none;
    color:#760403;
}
A.OtherTabs:active {
    text-decoration: none;
    color:#760403;
}
A.OtherTabs:hover {
    text-decoration: none;
    color:#ffffff;
}

/* GENERAL */
/* style for module titles */
.Head {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight: bold;
    color: #7F1B1B;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #790101;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.NormalAdmin
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color:#CDD2DA ;
    
}
/* text style used for most text rendered by modules */
.Normal {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color: #000000;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
.NormalRed {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}
.NormalBold {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #790101;
}
A.CommandButton:visited {
    text-decoration:    underline;
    color: #790101;
}

A.CommandButton:active {
    text-decoration:    underline;
    color: #790101;
}

A.CommandButton:hover {
    text-decoration:    underline;
    color: #ff0000;
}    
/* GENERIC */
H1 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}
H2 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}
H3 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #790101;
}
H4 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #790101;
}
H5, DT {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #790101;
}
H6 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #790101;
}
TFOOT, THEAD {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #790101;
}
TH {
    vertical-align: baseline;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #790101;
}
A:link {
    text-decoration: underline;
    color: #760403;
}
A:visited {
    text-decoration: underline;
    color:  #760403;
}
A:active {
    text-decoration: underline;
    color: #760403;
}
A:hover {
    text-decoration: none;
    color: #FF0000;
}
SMALL   {
    font-size:  12px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color: #243B4D;
}
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;
}
HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* 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: Verdana, 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: # 1px solid; 
	border-top: #eeeeee 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.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: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: #760403;
	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;
	color: #760403;
}

.MainMenu_MenuContainer {
	border: 0px #F2F2F2 solid;
	background-color: transparent;
	padding: 0px;;
	padding-bottom: 0px;
	width: 50px;
}
.MainMenu_MenuBar
{
}
.MainMenu_MenuItem {	/*	Sub menu, non-selected items	*/
	cursor: hand; 
	color: #760403; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px #F2F2F2 solid;
	padding: 1px;
	background-color: transparent;
}
.MainMenu_MenuIcon {	/* icon area ONLY	*/
	cursor: hand; 
	background-color: #E5E5E5;
	border: 1px #E5E5E5 solid;
	padding: 1px;
	width: 8px;
	height: 1px;
}
.MainMenu_MenuItemSel {	
	background-color: #760403; 
	cursor: hand; 
	color: White; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px #760403 solid;
	padding: 1px;

}
.rootmenuitem {	
	cursor: hand; 
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 0px;
	padding: 3px;
	height: 25px;
	display:block;
	margin-bottom:3px;
}
.rootmenuitemselected {	
	cursor: hand; 
	color: white; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 0px; 
	padding: 3px;
	height: 25px;	
	display:block;
	margin-bottom:3px;
}
.rootmenuitembreadcrumb{	
	cursor: hand; 
	color: #790102; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 0px;
	padding: 3px;
	height: 25px;	
	display:block;
	margin-bottom:3px;	
}
.submenuitembreadcrumb{	
	cursor: hand; 
	color: #761E1E;	
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px #F2F2F2 solid;
	background-color: transparent;
	padding: 1px;
}
.submenu {
	z-index: 1000; 
	background-color: #F2F2F2; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
	border: 1px #A7A7A7 solid;	
	margin-left: 0px;
	margin-top: 0px;
}
.MainMenu_MenuBreak {
	border: 0px; 
	background-color: #333333; 
	height: 1px;
}
.MainMenu_MenuArrow {
	border: 0px; 
	border-right: 1px white solid;
}
.MainMenu_RootMenuArrow {
	border: 0px; 
}
/*___________________________________________________________________________________________*/

a.links_bottom:visited{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:active{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:hover{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #FF0000;
	text-decoration:none;	
}
a.links_bottom:link{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #333333;
	text-decoration:none;
}
.Copyright {
	padding: 0 0 0 5px;
	color:#FFFFFF;
	font-family:Verdana,Tahoma,Arial,Helvetica;
	font-size:14px;
}
a.DNNCopyright:visited {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:active {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:hover {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #FF0000;
	font-weight:bold;	
}
a.DNNCopyright:link {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;
}
.WriteSmallTableTopTitle {
  display: none;
}
/*========================================================*/
/*  Panes                                                 */
/*========================================================*/
.Content-Pane { width: 50%; padding: 0 5px; }
.ContentPane { width: 50%; padding: 0 5px; }
.Left-Pane, .LeftPane { width: 25%; padding: 0 0 0 0; }
.Right-Pane, .RightPane { width: 25%; padding: 0 0 0 0; }

/*========================================================*/
/*  Main Menu                                             */
/*========================================================*/
/* Menu Container Box */
.MainMenu_MenuContainer {
	background-color: transparent; 
	height:25px; 
}
/* Sub Menu */
.MainMenu_MenuItem {
	border: 0;
	color: #ffffff; 
	height: 24px; 
	background-color: Transparent; border-bottom:1px solid #818181;
	font: normal normal 11px Arial; padding:0px 10px 0px 15px; 
}

.MainMenu_MenuItemSel {
	background-color: Transparent; 
}
/* Sub Menu Mouse Hover */
.SubMenu_MenuHover {
	border: 0;
	color: #ffffff; 
	height: 24px; 
	background-color: #760403; border-bottom:1px solid #818181;
	font: normal normal 11px Arial; padding:0px 10px 0px 15px;
}
/* Sub Menu Active */
.SubMenuSelected {
	border: 0;
	color: #ffffff; 
	height: 24px; 
	background-color: #760403; border-bottom:1px solid #818181;
	font: normal normal 11px Arial; padding:0px 10px 0px 15px; 
}
/* Sub Menu Background and Borders */
.MainMenu_SubMenu {
  position: relative;
	margin-top: 0px;
	border-top: 0px solid #93B1E2; 
	border-left: 0px solid #93B1E2; 
	border-right: 0px solid #93B1E2; 
	border-bottom: 0px solid #93B1E2; background-color:#a9a69c;
	z-index: 1000;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_MenuBreak {
	border: 0; 
	background-color: transparent;
	height: 0px; 
}
.MainMenu_MenuArrow {
	border-right: 0px; 
	border-bottom:1px solid #818181; 
	border-top:0px; 
	font-family: webdings; padding:0px 10px 0px 15px; height: 20px;  
}

/* For Tabs Menu */
.MainMenu_MenuBarTab { cursor: hand; height: 25px; background-color: Transparent; }
.MainMenu_MenuItemTab TD { padding:0; margin:0; }
.MainMenu_MenuItemTab TD DIV { background-image:url(); background-position:top right; background-repeat: no-repeat; margin:0; padding:0; margin:-10px 0 -26px 0; _margin:-13px 0;}
.MainMenu_MenuItemTab TD DIV DIV { background-image:url(); background-position:top left; background-repeat: no-repeat; margin:0; padding:0 10px; margin:-10px 0 -26px 0; _margin:-12px 0;}
.MainMenu_MenuItemTab TD DIV DIV DIV{ background-image:url(); background-repeat:repeat-x; color:#ffffff;  font-size:10px; font-family: Verdana,Tahoma,Arial,Helvetica; font-weight: bold; height:25px; text-align:center; padding: 0 5px 0 5px; line-height:2.5em; margin:0 0 0 0; }             

.MainMenu_MenuSelectedTab TD {padding:0; margin:0;}
.MainMenu_MenuSelectedTab TD DIV { background-image:url(MenuCenter.gif); background-position:top right; background-repeat: no-repeat; margin:0; padding:0; margin:-10px 0 -26px 0; _margin:-13px 0;}
.MainMenu_MenuSelectedTab TD DIV DIV { background-image:url(MenuCenter.gif); background-position:top left; background-repeat: no-repeat; margin:0; padding:0 10px; margin:-10px 0 -26px 0; _margin:-12px 0;}
.MainMenu_MenuSelectedTab TD DIV DIV DIV { background-image:url(MenuCenter.gif);  background-repeat:repeat-x; color:#ffffff; font-size:10px; font-family: Verdana,Tahoma,Arial,Helvetica; text-align:center; font-weight: bold; height:25px; padding: 0 5px 0 5px; line-height:2.5em; margin:0 0 0 0; }

.MainMenu_MenuSelectedRootTab TD {padding:0; margin:0;}
.MainMenu_MenuSelectedRootTab TD DIV { background-image:url(); background-position:top right; background-repeat: no-repeat; margin:0; padding:0; margin:-10px 0 -25px 0; _margin:-13px 0;}
.MainMenu_MenuSelectedRootTab TD DIV DIV{ background-image:url(); background-position:top left; background-repeat: no-repeat; margin:0; padding:0 10px; margin:-10px 0 -26px 0; _margin:-12px 0;}
.MainMenu_MenuSelectedRootTab TD DIV DIV DIV{ background-image:url();  background-repeat:repeat-x; color:#760403; font-size:10px; font-family: Verdana,Tahoma,Arial,Helvetica; text-align:center; font-weight: bold; height:25px; padding: 0 5px 0 5px; line-height:2.5em; margin:0 0 0 0; }

#Table2 {
  background: #f5f2ed url(/Portals/0/Skins/Enrisk-VV2/images/header.png) repeat-x 50% 50%;
}

marquee#news.ticker, div.ticker {
  width: 190px !important;
  z-index: -999;
}

#menuWrapper {
  z-index: 2222;
}