/* ================================
    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: white;
}
/* background/border colors for the selected tab */
.TabBg {
}
.LeftPane { 

}
.ContentPane { 
	padding:5px;
	padding-top:10px;

}
.RightPane { 
	padding-top:5px;

}
/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #6699cc;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #6699cc;
}
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: 9px;
    color: #6699cc;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color: #6699cc;
}
A.OtherTabs:visited {
    text-decoration: none;
    color:#6699cc;
}
A.OtherTabs:active {
    text-decoration: none;
    color:#6699cc;
}
A.OtherTabs:hover {
    text-decoration: none;
    color:#cccccc;
}

/* GENERAL */
/* style for module titles */
.SuperHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  15px;
    font-weight: bold;
    color: #28458f;
	text-decoration: none;
}
.Head {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight: bold;
    color: #28458f;
	text-decoration: none;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #28458f;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
    font-family: Arial, Helvetica, sans-serif, Verdana, Tahoma;
    font-size: 12px;
    font-weight: normal;
	color: #333333;
}
.BlueNormal {
    font-family: Arial, Helvetica, sans-serif, Verdana, Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #28458f;
}
.RedNormal {
    font-family: Arial, Helvetica, sans-serif, Verdana, Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #C00000;
}
.GreenNormal {
    font-family: Arial, Helvetica, sans-serif, Verdana, Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #009900;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
.NormalRed {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    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;
    color: #003366;
}
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 {
    text-decoration: none;
    color: #28458f;
}
A:visited {
    text-decoration: none;
    color:  #28458f;
}
A:active {
    text-decoration: none;
    color: #28458f;
}
A:hover {
    text-decoration: none;
    color: #BD0000;
}
SMALL   {
    font-size:  8px;
}

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, sans-serif, Verdana, Tahoma;
	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: #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: 9pt; 
	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: 1px #6699cc;
	background-color: #6699cc;
	width: 178px;
	padding: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: white; 
	font-family: Arial, Helvetica, sans-serif, Verdana, Tahoma;
	font-size: 11px; 
	font-weight: bold;
	border: 1px #6699cc; 
	padding: 1px;
	background-color: #6699cc;
}
.MainMenu_MenuIcon {
	cursor: hand; 
	background-color: #6699cc; 
	border: 1px #6699cc;
	padding: 1px;
	padding-top: 0px;
	width: 1px;
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #85B8EB; 
	border: 1px #85B8EB;
	cursor: hand; 
	color: white; 
	font-family: Arial, Helvetica, sans-serif, Verdana, Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	padding: 1px;

}
.rootmenuitem {
	cursor: hand; 
	color: #6699cc; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px #6699cc;
	padding: 5px;
	/*background-image:url(media/blue_button.gif);*/
	height: 25px;
	display:block;
	margin-bottom:3px;
}
.rootmenuitemselected {
	/*background-image:url(media/blue_button_act.gif);*/
	cursor: hand; 
	color: #ffffff; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px #6699cc; 
	padding: 5px;
	height: 25px;	
	display:block;
	margin-bottom:3px;	
}
.rootmenuitembreadcrumb{
	cursor: hand; 
	color: #ffffff; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px #6699cc;
	/*background-image:url(media/blue_button.gif); */
	padding: 5px;
	height: 25px;	
	display:block;
	margin-bottom:3px;	
}
.submenuitem {
	cursor: hand; 
	color: #6699cc; 
	font-family: Arial, Helvetica, sans-serif, Verdana, Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px #6699cc;
	padding: 5px;
	/*background-image:url(media/blue_button.gif);*/
	height: 25px;
	display:block;
	margin-bottom:3px;
}
.submenuitemselected {
	/*background-image:url(media/blue_button_act.gif);*/
	cursor: hand; 
	color: #ffffff; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px #6699cc; 
	padding: 5px;
	height: 25px;	
	display:block;
	margin-bottom:3px;	
}
.submenuitembreadcrumb{
	cursor: hand; 
	color: #6699cc; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #6699cc;
	background-color: #6699cc;
	padding: 1px;
}
.submenu {
	z-index: 1000; 
	background-color: #6699cc; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='135', Strength='3');
	border: 1px #6699cc;
	margin-left: -50px;
	margin-top: 10px;
}
.MainMenu_MenuBreak {
	border: 1px #6699cc; 
	background-color: #6699cc; 
	height: 1px;
}
.MainMenu_MenuArrow {
	border: 1px #6699cc; 
	border-right: 1px #CCCCCC solid;
}
.MainMenu_RootMenuArrow {
	border: 1px #6699cc;
}
/*___________________________________________________________________________________________*/

a.links_bottom:visited{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #6699cc;
	text-decoration:none;	
}
a.links_bottom:active{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #6699cc;
	text-decoration:none;	
}
a.links_bottom:hover{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #FF0000;
	text-decoration:none;	
}
a.links_bottom:link{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #6699cc;
	text-decoration:none;
}
.Copyright {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #6699cc;
}
a.DNNCopyright:visited {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #6699cc;
	text-decoration:none;	
}
a.DNNCopyright:active {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #6699cc;
	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: #6699cc;
	text-decoration:none;
}
