

/*========================================================*/
/*         Skin styles for  DotNetNuke: Cubic:Gold        */
/*              created by dnnskin.com                    */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. General                                            */
/*  2. Page Layout                                        */
/*  3. Controls (Skin Object)                             */
/*  4. Links and Buttons                                  */
/*  5. Text                                               */
/*  6. Main Menu                                          */
/*  7. Module Menu                                        */
/*========================================================*/




/*========================================================*/
/*  1. General                                            */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}


/* Body style */
body {
	background-image:url(bg_body.jpg); height:1px;
	background-position:center;
	background-repeat:repeat-y;
	background-color:#1D1F20;
	margin:20px;
	text-align:center;
}


/* Catch-all to ensure text consistency */
table, tr, td {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}



/*========================================================*/
/*  2. Page Layout                                        */
/*========================================================*/



/* You may change the site width into any fixed sizes or 100% */
#SiteWidth{
	width:990px;
	height:auto;
	margin:auto;
	text-align:center;
}
.BeebMainTable{
	background:#ffffff;
	border:1px solid #7C7F80;
	width:990px;
}
.BannerTable{
	width:990px;
}
/* the top box of the page*/
.Top{
	background-image:url(bg_top.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#333333;
	height:100px;
}

.Footer{
	background-color:#333333;
	height:50px;
	padding-left:10px;
}
.Topinner{

	background-color:#333333;
	height:100px;
	width:100%;
	padding-left:10px;
}

/* the bottom box of logo container*/
.LogoContainer1{
	background-image:url(logo_dnndev.gif); height:48px; width:206px;
	background-repeat:no-repeat;
	background-position:center left;
	height:100px;
	width:100%;
}

/*the top box of logo container so it can overlap the top box*/
.LogoContainer2{
	background:transparent;
	background-image:url(logo_xmod.gif); height:90px;
	background-repeat:no-repeat;
	background-position:bottom right;
	width:100%;
	text-align:right;
}

/* The first left td cell*/
.L1 
{
    background-image:url(BlueGradient.gif);
    background-repeat:repeat-x;
	border:1px solid #7C7F80;
	width:750px;
	height:50px;
	text-align:left;
}
.L2 {
	
	border:1px solid #7C7F80;
	padding:0 15px 0 15px;
}
.R1 
{
    background-image:url(bg_L1.png);
	border:1px solid #7C7F80;
	width:240px;
	height:50px;
	text-align:right;
	padding-right:10px;
}
.R2 
{
    background-color:#828282;
	border:1px solid #000000;
	padding:0 15px 0 15px;
}

.C1 
{
  
	border:1px solid #7C7F80;
	padding:15px 15px 0 15px;
}

/* Menu seperator */
.Separator{
background-color:#7C7F80;  /* add the background color so the &nbsp; break wouldn't show and will work on both ie and firefox */
background-image:url(separator_w.png); height:8px; width:4px;
background-position:center;
background-repeat:no-repeat;
padding-left:1px;
padding-right:1px;
}

/*========================================================*/
/*  3. Controls                                           */
/*========================================================*/



/* Style for date control */
.date{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding-right:10px;
}

.Recommended
{
    line-height:10pt;
}

/* Style for legal related controls */
.LegalLinks, a.LegalLinks:link, a.LegalLinks:visited, a.LegalLinks:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-decoration: none;
}

/* Style for bottom links */
.bottomLinks, a.bottomLinks:link, a.bottomLinks:visited, a.bottomLinks:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0099FF;
	text-decoration: none;
}

a.bottomLinks:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:orange;
	text-decoration:underline;
}



/*========================================================*/
/*  4. Links and Buttons                                  */
/*========================================================*/


/* Default link style */
a:link, a:visited, a:active {
	color: #000000  ;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

a:hover {
	color: orange;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

.TypeLink, a.TypeLink:link, a.TypeLink:visited, a.TypeLink:active {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration: none;
}

a.LoginLink:hover {
	font-family:Tahoma,, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:orange;
	text-decoration:underline;
}

.LoginLink, a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-decoration: none;
}

a.LoginLink:hover {
	font-family:Tahoma,, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0099ff;
	font-weight:bold;
	text-decoration:underline;
}


/* text and link style used for most text rendered by modules */
.Normal, a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

a.Normal:hover {
	color: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

/* buttons and link buttons style used in the portal admin pages */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active  {
	color: #000000;	
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	height:20px;
	padding:2px;
}
a.CommandButton:disabled{color:#CCCCCC;}

A.CommandButton:hover    {
	color: #fff;	
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	height:20px;
	padding:2px;
	background:#666;
}
a.Green:link, a.Green:visited, a.Green:active {
    text-decoration: none;
   font-family:arial,verdana, Tahoma;
font-size:12px;
color:#ffcc00;
line-height:1.9em;
}

a.Green:link:hover {
    text-decoration: none;
   font-family:arial,verdana, Tahoma;
font-size:12px;
color:red;
line-height:1.9em;
}
a.BodyLink:hover {
color:#000000;
text-decoration:underline;
}
a.BodyLink:link, a.BodyLink:visited, a.BodyLink:active {
color:#3D527D;
font-family:Verdana,Tahoma,Sans-Serif;
font-size:12px;
text-decoration:underline;
}	
	
/*========================================================*/
/*  5. Text                                               */
/*========================================================*/



/* text style for module titles */
.Head {
	font-family:Trebuchet MS, Verdana,  Tahoma;
font-size:18px;
font-weight:bold;
	color: #171717;
	font-weight: bold;
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */ 
.SubHead {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	font-weight: bold;
}


/* text style used for most text rendered by modules; applies to the majority of text in the site */
.Normal{
	color: #333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:22px;	
}

.NormalBold {
	color: #333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:1.5em;
}

/* Bold red text for alerts and such */
.NormalRed {
	color: #930;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/*  form style */
select, input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* all the other text*/
h3, h4, h5, h6, DT, TFOOT, THEAD, TH {

}

.CopyrightText {
	color: #0099ff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/



/* Container for main menu */
.MainMenu_MenuContainer {
	background-color: transparent;
	width:80%;  /* to shrink the menu container width to fit into the talbe cell*/
	margin-left:10px;
	margin-top: 3px;
}

/* Menu bar */
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:12px;
	padding:0;
}

/* Applies to off state of submenu items only */
.MainMenu_MenuItem {
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #000; 
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	
}


/* Container for submenu */
.MainMenu_SubMenu {  /*the same style as MainMenu_MenuItem*/
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: #555; /* same color as MainMenu_MenuItem borders*/
	filter: none;
	border: 2px solid #ddd;
	margin-top: 3px;
	margin-left: 3px;
	padding: 2px;
}


/* Hover state for submenu items only */
.MainMenu_MenuItemSel {
	background:transparent;  /* for sub menu rollover effect, put different color to achieve different bg effect*/
	cursor: pointer; 
	cursor: hand; 
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	color:#ffffff;
	border: 0;
	padding: 1px 10px 1px 5px;
}



/* The Root Menu styles have to be AFTER the Submenu styles to overwrite submenu styles*/
/* Idle state for main menu items, can overwrite MainMenu_MenuItem */
.RootMenu_Off {
	background:transparent;
	color: #fff;
	font-weight: bold;
	padding:0 3px 0 2px;
}

/* Active state for main menu items */
.RootMenu_On{
	background:transparent;
	color:#FFF;
	border-bottom:1px dotted #BDCCC8;
	padding:0 3px 0 2px;
}

/* Hover state for main menu items */
.RootMenu_Hover{
	background:transparent;
	color:#eee;
	padding:0 3px 0 2px;
}


/* Inserts a small space between main menu items, also can get rid of the funny red borders */  
.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}

.MainMenu_RightOn 
{
    background-color:transparent;
    display:none;
   
}
.MainMenu_RightOff 
{
    background-color:transparent;
    display:none;
   
}
.MainMenu_LeftOn 
{
    background-color:transparent;
    display:none;
   
}
.MainMenu_LeftOff 
{
    background-color:transparent;
    display:none;
   
}


/* Elements we don't really need to see */
.MainMenu_MenuArrow,
.MainMenu_RootMenuArrow,
.MainMenu_MenuIcon {
	display: none;
}



/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/

/* Outer container for module submenu */
.ModuleTitle_MenuContainer {
	color: #eee;
}

/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 20px;
}

/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 10px; 

	font-weight: bold; 
	border: #eee 1px solid;
	padding: 1px 4px 2px 2px;
}

/* Inner, INNER(?) container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px -6px;
	background-color: #eee; 
	filter: none; 
	border: #333 1px solid;
	padding: 0px 1px 1px 1px;
}

/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #eee;
	background: #333;
	border: #333 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Elements we don't need to see */
.ModuleTitle_MenuArrow,
.ModuleTitle_RootMenuArrow,
.ModuleTitle_MenuBreak,
.ModuleTitle_MenuIcon {
	display: none;
}
