/* ================================
    CSS STYLES FOR orange_futurism Skin
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
	/*background-image:url(media/bg_paper.gif);*/
	/*background-color: Transparent;*/
}
/* background color for the content part of the pages */
Body {
    /*background-color: #E2E2E2;*/
    /*background-color: #F2F2F9;*//*#002042*/
      /*background-image:url(/Portals/0/Skins/OrangeFuturism_Skin/media/bg_paper.gif);*/
   background-color:#e6e5f2;
   margin-top:0px;
}
/* background/border colors for the selected tab */
.TabBg {
}
.LeftPane { 
	/*background-image:url(media/bg_leftpane_top.gif);*/
	/*background-image:#F2F2F9;*/
	background-position:top;
	background-repeat:no-repeat;
}
.ContentPane { 
	padding:5px;
	/*padding-top:5px;*/
	/*background-color:#F2F2F9;*/
	text-align:left;
	background-position:center;
	background-repeat:no-repeat;
}
.RightPane { 
/*background-image: url(/Portals/2/Skins/OrangeFuturism_Skin/media/right.jpg);
background-repeat:repeat-y;*/
	margin-top:0px;
	padding-top:0px;
	padding-right:0;
	float:right;
	
	

}
/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #052141;
}
A.SelectedTab:visited {
    text-decoration:    none;
    color:#eeeeee;
}
A.SelectedTab:active {
    text-decoration:    none;
    color:#eeeeee;
}
A.SelectedTab:hover {
    text-decoration:    none;
    color:#cccccc;
}
/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #fff;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;

} 

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color:#fff;
	 font-family: Verdana, Tahoma, Arial, Helvetica;

}
A.OtherTabs:visited {
    text-decoration: none;
    color:#fff;
	 font-family: Verdana, Tahoma, Arial, Helvetica;
}
A.OtherTabs:active {
    text-decoration: none;
    color:#fff;
	 font-family: Verdana, Tahoma, Arial, Helvetica;
}
A.OtherTabs:hover {
    text-decoration: none;
    color:#99C;
	 font-family: Verdana, Tahoma, Arial, Helvetica;
}


/* GENERAL */
/* style for module titles */
.Head {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #243B4D;
	text-decoration:underline;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* 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 */
.Normal {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color: #243B4D;
}
/* 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: 11px;
    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: 11px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;

}
A.CommandButton:visited {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active {
    text-decoration:    underline;
    color: #003366;
}

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: #003366;
}
H4 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}
H5, DT {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
H6 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
TFOOT, THEAD {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}
TH {
    vertical-align: baseline;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
A:link {
	/*font-weight:bold;*/
    text-decoration: underline;
	font-style:normal;
    /*color:#BD0000;*/
	color:#069;

}
A:visited {
	font-weight:normal;
    text-decoration: underline;
	font-style:normal;
    /*color:  #BD0000;*/
	color:#069;

}
A:active {
	
	font-weight:bold;
    text-decoration: underline;
	font-style:normal;
    /*color: #BD0000;*/
	color:#069;
}
A:hover {
   font-weight:bolder;
	text-decoration: none;
    /*color: #FF0000;*/
	color:#99C;

}
SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}
UL LI {
    list-style-type:    disc ;

}
UL LI LI {
    list-style-type:    square;

}
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: hand; 
	color: black; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt; 
	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: Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt; 
	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: none;
	/*background-image:url(/Portals/0/Skins/OrangeFuturism_Skin/media/bg_paper.gif);*/
	/*background-color: #F2F2F9;*/
	
	/*background-image:url(media/button1.jpg);*/
	
	width:800px;
	padding-top:0px;
	margin-top:0px;
	
	margin-left:20px;
	padding-bottom: 0px;
	background-color: transparent;
	
	height:37px;
	
}
.MainMenu_MenuContainer  td{
	padding-left:5px;
	padding-right:5px;
	
}
.MainMenu_MenuBar {
background-color: transparent;
}
.MainMenu_MenuItem {
	cursor: hand; 
	color:#FFF; 
	
		/*/*background-image:url(media/button1.jpg);*/
	border:none;
	
	vertical-align:middle;
	background-color:#99c;
	
	font-family:Helvetica, Arial, sans-serif;
	font-size:9pt;
	font-weight:normal;
	border:none;
	height:37px;
	padding-left:10px;
	padding-right:10px;
	
}
.MainMenu_MenuIcon {
display: none;
}
.MainMenu_MenuItemSel {
	
	cursor: hand; 
	color:#FFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:9pt;
	font-weight: bold;
	vertical-align:middle;
	border:none;
	/*background-image:url(media/button1.jpg);*/
	height:37px;
	background-color:#ab7ad6;
	padding-left:10px;
	padding-right:10px;
	

	

	
	
	
}
.rootmenuitem {
	cursor: hand; 
	color:#FFF; 
	font-family:Helvetica, Arial, sans-serif;
	font-size:10pt;
	font-weight: bold; 
	/*background-image:url(media/button.jpg);*/
	vertical-align:middle;
	height:35px;
	background-color:#ab7ad6;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#fff;
	
	
	padding:10px 15px 10px 15px;
	

	
	
	
	
}
.rootmenuitemselected {
	/*background-image:url(media/button1.jpg);*/
	cursor: hand; 
	color:#FFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10pt;
	font-weight: bold; 
		border-right-width:1px;
	border-right-style:solid;
	border-right-color:#fff;

	padding:10px 15px 10px 15px;
	height:35px;
	
	vertical-align:middle;
	
	
	
	
}
.rootmenuitembreadcrumb{
cursor: hand; 
	color:#FFF; 
	font-family:Helvetica, Arial, sans-serif;
	font-size:10pt;
	font-weight: bold; 
	/*background-image:url(media/button.jpg);*/
	vertical-align:middle;
	height:35px;
	background-color:#ab7ad6;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#fff;
	
	
	padding:10px 15px 10px 15px;

}
.submenuitembreadcrumb{
	cursor: hand; 
	color:#FFF; 
	
		/*/*background-image:url(media/button1.jpg);*/
	border:none;
	
	vertical-align:middle;
	background-color:#99c;
	
	font-family:Helvetica, Arial, sans-serif;
	font-size:9pt;
	font-weight:normal;
	border:none;
	height:37px;
	padding-left:10px;
	padding-right:10px;
}
.submenu {
	z-index: 7000; 
	/*background-color: white ;*/
	/*background-image:url(media/button1.jpg);*/
	/*background-image:url(/Portals/0/Skins/OrangeFuturism_Skin/media/bg_paper.gif);*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
	border:none;
	color:#FFF; 
	display:block;
	margin-left: 0px;
	background-color:#99c;

	position:absolute;
	filter:alpha(opacity=90);
	opacity:0.9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;


}
#topmenu td{
	padding-top:5px;
	}


/*#tdctl0_dnnSOLPARTMENU_ctlMenu503{
width:210px; !important	
	}
#tblctl0_dnnSOLPARTMENU_ctlMenu178{ 	sub sub menu
margin-left:10px;
width:210px; !important
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index:7000;

}
.ctl0_dnnsolpartmenu_ctlmenu_spmsub submenu{
	
	z-index:7000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	
	}

#tblctl0_dnnSOLPARTMENU_ctlMenu104{
	width:230px; !important
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index:7000;
	filter:alpha(opacity=70);
  opacity:0.7;
 
	
}
#_ctl0__ctl2_dnnTitle_lblTitle{
	text-decoration:none; !important
}
#tblctl0_dnnSOLPARTMENU_ctlMenu54{
	width:330px; !important
	height:auto; !important	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index:7000;
	
}

#tblctl0_dnnSOLPARTMENU_ctlMenu27{
	width:167px; !important
z-index:7000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#tblctl0_dnnSOLPARTMENU_ctlMenu501{
	width:111x; !important
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index:7000;
}
#tblctl0_dnnSOLPARTMENU_ctlMenu502{
	width:150px; !important
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index:7000;
}
#tblctl0_dnnSOLPARTMENU_ctlMenu503{
	width:156px; !important
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index:7000;
}*/
/*End of Sub Menus Width*/
.MainMenu_MenuBreak {
display: none;
}
.MainMenu_MenuArrow {
display: none;
}
.MainMenu_RootMenuArrow {
display: none;
}
/*___________________________________________________________________________________________*/

a.links_bottom:visited{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:active{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:hover{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #FF0000;
	text-decoration:none;	
}
a.links_bottom:link{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #333333;
	text-decoration:none;
}
.Copyright {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #052141;

}
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;
	text-decoration:none;	
}
a.DNNCopyright:link {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;
}
.button {
    font: bold 11px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
   }

#_ctl0__ctl0_ContentPane{
padding-bottom:0px; padding-top:0px; margin-top:0;
text-align:right; float:right;
}