/**********************************************************/
/* OctaneCorp.com CSS /DNN Skin                           */
/* Last Update: Dec 12,2006                               */
/**********************************************************/

/**********************************************************/
/* GLOBAL												  */
/**********************************************************/

body	{ background-color: #7c7c7c;	margin-top: 0; color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
td		{ font-size: 11px;}


/**********************************************************/
/* Octane_OrangeFixWidth Background Image Alignment		  */
/**********************************************************/

.BGImgOc_T1_Top			{ background-image: url(images/oc_t1_top_bg.jpg); background-repeat: repeat-x; }
.BGImgOc_T1_Left3			{ background-image: url(images/oc_t1_left3_bg.jpg); height:51px; }
.BGImgOc_T1_Loin_BG		{ background-image: url(images/oc_t1_login_bg.jpg);}
.BGImgOc_T1_Left3_BG		{ background-image: url(images/oc_t1_left3_bg.jpg); background-repeat: repeat-y; }
.BGImgOc_T1_Right3_BG	{ background-image: url(images/oc_t1_right3_bg.jpg); width: 18px; }
.BGImgOc_T1_Bottom		{ background-image: url(images/oc_t1_bottom_bg.jpg); }
.BGImgOc_T1_Img02_BG		{ background-image: url(images/oc_t1_img02_bg.jpg); background-repeat: repeat-x;	width: 100%; }
.BGImgOc_M_Top_BG			{ background-image: url(images/oc_m_top_bg.jpg); }
.BGImgOc_M_Left_BG		{ background-image: url(images/oc_m_left_bg.jpg); }
.BGImgOc_M_BG				{ background-image: url(images/oc_m_bg.jpg); background-repeat:repeat-x; background-color: #fe552a; height:13px;}
.BGImgOc_M_Right_BG		{ background-image: url(images/oc_m_right_bg.jpg); }
.BGImgOc_M_Bottom_BG		{ background-image: url(images/oc_m_bottom_bg.jpg); }
.BGImgOc_T2_Top_BG		{ background-image: url(images/oc_t2_top_bg.jpg); }
.BGImgOc_T2_Left_BG		{ background-image: url(images/oc_t2_left_bg.jpg); }
.BGImgOc_T2_Right_BG		{ background-image: url(images/oc_t2_right_bg.jpg); }
.BGImgOc_T2_Bottom_BG	{ background-image: url(images/oc_t2_bottom_bg.jpg); }
	
/**********************************************************/
/* DNN Control Panel            						  */
/**********************************************************/
.ControlPanel 
{
	width: 100%; 
	height: 64px; 
	background-color: #FFF; 
	BORDER-RIGHT: #AAB5C2 1px solid; 
	BORDER-TOP: #AAB5C2 1px solid; 
	BORDER-LEFT: #AAB5C2 1px solid; 
	BORDER-BOTTOM: #AAB5C2 1px solid; 
	
}

/**********************************************************/
/* Links                         						  */
/**********************************************************/

/* DefaultLinks */		
a:link, a:visited, a:active				{ color: #666666; font-weight: bold; font-size: 11px; text-decoration: underline; }
a:hover											{ color: #fc8919; font-size: 11px; text-decoration: underline; }

/* LoginObject Link */
.FGray											{ color: #7c7c7c; font-weight: bold; }
.FGray a											{ color: #7c7c7c; font-weight: bold; text-decoration: underline; }
.FGray a:hover									{ color: #fe4216;}

/* FooterObject Link */
											
.Footer, a.Footer:link, a.Footer:visited, a.Footer:active a.Footer:link	
													{ color: #FFF; font-weight: bold; text-decoration: none; }
a.Footer:hover									{ text-decoration: none; color: #fc8919; }


/**********************************************************/
/* Text                         						  */
/**********************************************************/

/* Octane Text */
.BeginWordGray				{ color: #7c7c7c; font-size: 13px; font-weight: bold; }
.OrangeNormal				{ color: #ff4315; font-size: 11px; font-weight: bold; }


/* DNN General Text */
.SubHead						{ color: #666666; font-size: 11px; font-weight: normal;}
.Normal, .NormalRed		{ color: #666666; font-size: 11px; font-weight: normal;}
.NormalBold					{ color: #666666; font-size: 11px; font-weight: normal;}

a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active  
{
	color: #fc8919; font-size: 11px; font-weight: normal;
}
a.CommandButton:hover
{
	color: #ff7e00; 
}

/* Footer SkinObject */
.SkinObject 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #666666;    
    text-decoration: none;
}

A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active 
{
    text-decoration: none;
    color:#666666;
}

A.SkinObject:hover    
{
    text-decoration: none;
    color:#fc960a;
}
/**********************************************************/
/* Paragraph Indent                						  */
/**********************************************************/
.Indent20px
{ 
	padding-left: 20px;
}

/**********************************************************/
/* DNN MENU                       						  */
/**********************************************************/

/* MODULE TITLE MENU */

.ModuleTitle_MenuContainer	
{ 
	border-bottom: white 0px solid; 
	border-left: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid; 
}

.ModuleTitle_MenuBar		
{ 
	cursor: pointer; 
	cursor: hand; height:16; 
	background-color: Transparent; 
}

.ModuleTitle_MenuItem		
{ 
	cursor: pointer; 
	cursor: hand; 
	color: #666; 
	font-family: Verdana; 
	font-size: 8pt;
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: #fff; 
}

.ModuleTitle_MenuIcon		
{ 
	cursor: pointer; 
	cursor: hand; 
	width: 15; 
	height: 20; 
	color: #FFF; 
	text-align: center;
	border-left: darkgray 0px solid; 
	border-bottom: darkgray 0px solid; 
	border-top: darkgray 0px solid;
	background-color: transparent; 
}

.ModuleTitle_SubMenu		
{ 
	cursor: pointer; 
	cursor: hand; 
	height: 20px;
	border: 1px; 
	border-color: #f85b1d; 
	filter:progid:DXImageTransform.Microsoft.Glow(color='#fc4213', Strength='1');
	background-color: #FFF; 
}

.ModuleTitle_MenuBreak		
{ 
	height: 0px;
	border-bottom: white 0px solid; 
	border-left: white 0px solid; 
	border-top: gray 0px solid;	
	border-right: gray 0px solid; 
	background-color: #FFF; 
}

.ModuleTitle_MenuItemSel
{ 
	cursor: pointer; 
	cursor: hand; 
	font-family: Verdana; 
	font-size: 8pt; 
	font-weight: normal; 
	color: #FFF;
	background-image: url(images/oc_ms_bg.jpg); 
	background-repeat: repeat-x; 
	background-position: center; 
}

.ModuleTitle_MenuArrow      
{ 
	cursor: pointer; 
	cursor: hand;
	font-family: webdings; 
	font-size: 10pt; 
	border-right: silver 0px solid; 
	border-bottom: silver 0px solid; 
	border-top: silver 0px solid;
	background-color: #FFF; 
}

.ModuleTitle_RootMenuArrow	
{ 
	cursor: pointer; 
	cursor: hand;
	font-family: webdings; 
	font-size: 10pt; 
}


/* OCTANE MAIN MENU */

/* Container for main menu */
.MainMenu_MenuContainer		
{ 
	background: transparent; text-align: right; 
}

/* Menu bar */
.MainMenu_MenuBar			
{ 
	background: transparent; text-align: right; 
}

/* Applies to idle state of submenu items
   NOTE: - Sub menu font color is #666
		 - Border color is #fe5b33 (same color s MainMenu_SubMenu)*/

.MainMenu_MenuItem			
{ 
	font-family: verdana; 
	color: #f1f1f1; 
	font-size: 11px; 
	font-weight: bold;
	background-color: transparent;
	border-top: #fe5b33 1px solid; 
	border-left: #fe5b33 1px solid; 
	border-bottom: #fe5b33 1px solid; 
	border-right: #fe5b33 1px solid;
	padding: 2px 10px 3px 2px;
	text-transform: lowercase; 
}

/* Container for submenu (Sub menu background color is #fe5b33) */
.MainMenu_SubMenu			
{ 
	font-family: verdana;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background-color: #fe5b33; /*menu bg color*/
	border-top: 1px solid #4A0302; 
	border-left: 1px solid #4A0302; 
	border-right: 1px solid #4A0302; 
	border-bottom: 1px solid #4A0302;
	padding: 3px;
	filter: none;
	text-transform: lowercase; 
}

/* Hover state for submenu items (OnMouseOver font color is #fff)*/
.MainMenu_MenuItemSel		
{ 
	font-family: verdana; 
	color: #fff; font-size: 11px; 
	font-weight: bold; 
	cursor: pointer; 
	cursor: hand; 
	background-image: url(images/oc_ms_bg.jpg); 
	background-repeat: repeat-x; 
	background-position: center;
	border-left: #fff 1px solid; 
	border-right: #fff 1px solid;
	padding: 2px 10px 3px 2px;
	text-transform: lowercase; 
}

/* Idle state for main menu items */
.MainMenu_Idle				
{ 
	font-family: verdana; 
	color: #BDBDA1; 
	font-weight: bold;
	background: transparent;
	text-transform: lowercase; 
}

/* Hover state for main menu items */
.MainMenu_Selected			
{ 
	font-family: verdana;	
	color: #F9F9D5; 
	font-weight: bold;
	background: transparent;
	text-transform: lowercase; 
}

/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive 
{ 
	font-family: verdana; 
	color: #fff; font-weight: bold;
	background: transparent;
	text-transform: lowercase; 
}

.MainMenu_MenuBreak			
{ 
	width: auto; 
	border: 0; 
	background: #fff; 
}

/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon 
{ 
	display: none; 
}


/**********************************************************/
/* Octane Simple Orange CONTAINER FONT					  */
/**********************************************************/
.SimpleOrangeTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ff4315;
}














