/* ================================
    CSS STYLES FOR orange_futurism Skin
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
/* background color for the content part of the pages */
Body {
    background-color: #FFFFFF;
}
/* background/border colors for the selected tab */
.TabBg {
}
.LeftPane 
{
	padding-top:0px;
}
.LeftPane3 
{
	padding-top:2px;
    	width=350px;
}
.ContentPane3 { 
	padding-top:2px;
    	width=500px;
}
.RightPane3 { 
	padding-top:2px;
    	width=300px;
}
.ContentPane { 
	padding-top:0px;
}
.RightPane { 
	padding-top:0px;
}
/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Arial, Helvetica,Verdana;
    text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}
A.SelectedTab:visited {
    text-decoration:    none;
    color:#FFFFFF;
}
A.SelectedTab:active {
    text-decoration:    none;
    color:#FFFFFF;
}
A.SelectedTab:hover {
    text-decoration:    none;
    color:#CDD2DA;
}
/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Arial, Helvetica,Verdana;
    text-decoration: none;

}    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color:#FFFFFF;
}
A.OtherTabs:visited {
    text-decoration: none;
    color:#FFFFFF;
}
A.OtherTabs:active {
    text-decoration: none;
    color:#FFFFFF;
}
A.OtherTabs:hover {
    text-decoration: none;
    color:#ffffff;
}



/* GENERAL */
/* style for module titles */
.Head {
    font-family: Arial, Helvetica,Verdana;
    font-size:  14px;
    font-weight: bold;
    color: "#000000";
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Arial, Helvetica,Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: "#000000";
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica,Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: "#000000";
}

/* text style used for most text rendered by modules */
.NormalAdmin
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color:#000000;
    
}
/* text style used for most text rendered by modules */
.Normal {
    font-family: Arial, Helvetica,Verdana;
    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: Arial, Helvetica,Verdana;
    font-size: 12px;
    font-weight: normal;
}
.NormalRed {
    font-family: Arial, Helvetica,Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}
.NormalBold {
    font-family: Arial, Helvetica,Verdana;
    font-size: 12px;
    font-weight: bold
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Arial, Helvetica,Verdana;
    font-size: 12px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    none;
    color: "#000000";
}
A.CommandButton:visited {
    text-decoration:    none;
    color: "#000000";
}

A.CommandButton:active {
    text-decoration:    none;
    color: "#000000";
}

A.CommandButton:hover {
    text-decoration:    none;
    color: #072E4E;
}    
/* GENERIC */
H1 {
    font-family: Arial, Helvetica,Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}
H2 {
    font-family: Arial, Helvetica,Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}
H3 {
    font-family: Arial, Helvetica,Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: "#6600cc";
}
H4 {
    font-family: Arial, Helvetica,Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: "#6600cc";
}
H5, DT {
    font-family: Arial, Helvetica,Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: "#6600cc";
}
H6 {
    font-family: Arial, Helvetica,Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: "#6600cc";
}
TFOOT, THEAD {
    font-family: Arial, Helvetica,Verdana;
    font-size:  12px;
    color: "#6600cc";
}
TH {
    vertical-align: baseline;
    font-family: Arial, Helvetica,Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: "#6600cc";
}
A:link {
    text-decoration: none;
    color: "#000000";
}
A:visited {
    text-decoration: none;
    color:  "#000000";
}
A:active {
    text-decoration: none;
    color: "#000000";
}
A:hover {
    text-decoration: none;
    color: #072E4E;
}
SMALL   {
    font-size:  12px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}
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: Arial, Helvetica,Verdana;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 1px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 1px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #6600cc; 
	border-left: #6600cc 1px solid; 
	border-bottom: #6600cc 1px solid; 
	border-top: #6600cc 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 25px;
}
.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: Arial, Helvetica,Verdana;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: transparent;
}
.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: "#6600cc";
	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: "#6600cc";
}
/*___________________________________________________________________________________________*/
/* Main Menu */

.MainMenu_MenuContainer {
	border: 0px #F1F1F1 solid;
	background-color: transparent;
	width: 130px;
	padding: 0px;
	padding-bottom: 0px;
}
.MainMenu_MenuBar 
{
}
.MainMenu_MenuItem {	/*	Sub menu, non-selected items	*/
	cursor: hand; 
	color: #ffffcc; 
	font-family: Arial, Helvetica,Verdana; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px #6600cc solid;
	padding: 1px;
	background-color: #6600cc;
	height: 27px;
}
.MainMenu_MenuIcon {	/* icon area ONLY	*/
	cursor: hand; 
	background-color: #6600cc;
	border: 1px #6600cc solid;
	padding: 1px;
	width: 8px;
	height: 1px;
}
.MainMenu_MenuItemSel {	/*	sub menu rollover	*/
	background-color: #9c5e9c; 
	cursor: hand; 
	color: White; 
	font-family: Arial, Helvetica,Verdana; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px "#6600cc" solid;
	padding: 1px;
	height: 27px;
}
.rootmenuitem {	/*	Main menu non-selected items	*/
	cursor: hand; 
	color: #ffffcc;
	font-family: Arial, Helvetica,Verdana; 
	font-size: 10px; 
	font-weight: bold; 
	border: 1px;
	padding: 3px;
	height: 20px;
	display:block;
	margin-bottom:3px;
	background-color: transparent;
}
.rootmenuitemselected {	/*  Main menu rollever	*/
	cursor: hand; 
	color: #ffffcc; 
	font-family: Arial, Helvetica,Verdana; 
	font-size: 10px; 
	font-weight: bold; 
	border: 1px; 
	padding: 3px;
	height: 20px;	
	display:block;
	margin-bottom:3px;
	background-color: transparent;
}
.rootmenuitembreadcrumb{	/*	main menu selected item	*/
	cursor: hand; 
	color: #ffffcc; 
	font-family: Arial, Helvetica,Verdana; 
	font-size: 10px; 
	font-weight: bold; 
	border: 1px;
	background-color: transparent; 
	padding: 3px;
	height: 20px;	
	display:block;
	margin-bottom:1px;	
}
.submenuitembreadcrumb{	/*	Selected submenu	*/
	cursor: hand; 
	color: "#6600cc";	/* #216423; */
	font-family: Arial, Helvetica,Verdana; 
	font-size: 10px; 
	font-weight: bold; 
	border: 1px #F1F1F1 solid;
	background-color: transparent;
	padding: 1px;
}
.submenu {
	z-index: 1000; 
	background-color: #F1F1F1; 
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='"#6600cc"', Direction='90', Strength='1');*/
	border: 1px #A7A7A7 solid;	/*	Outer edge of submenu	*/
	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: Arial, Helvetica,Verdana;
    font-size:  12px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:active{
    font-family: Arial, Helvetica,Verdana;
    font-size:  12px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:hover{
    font-family: Arial, Helvetica,Verdana;
    font-size:  12px;
    color: #072E4E;
	text-decoration:none;	
}
a.links_bottom:link{
    font-family: Arial, Helvetica,Verdana;
    font-size:  12px;
    color: #333333;
	text-decoration:none;
}
.Copyright {
    font-family: Arial, Helvetica,Verdana;
    font-size:  12px;
    color: #6600cc;
}
.CurrentDate {
    font-family: Arial, Helvetica,Verdana;
    font-size:  12px;
    color: #6600cc;
}
a.DNNCopyright:visited {
    font-family: Arial, Helvetica,Verdana;
    font-size:  9px;
    color: #6600cc;
	text-decoration:none;	
}
a.DNNCopyright:active {
    font-family: Arial, Helvetica,Verdana;
    font-size:  9px;
    color: #6600cc;
	text-decoration:none;	
}
a.DNNCopyright:hover {
    font-family: Arial, Helvetica,Verdana;
    font-size:  9px;
    color: #6600cc;
	text-decoration:none;	
}
a.DNNCopyright:link {
    font-family: Arial, Helvetica,Verdana;
    font-size:  9px;
    color: #6600cc;
	text-decoration:none;
}
