
/*========================================================*/
/*         Skin styles for  dnnskin.com: Kewl             */
/*              created by dnnskin.com                    */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. General                                            */
/*  2. Skin Layout                                        */
/*  3. Controls                                           */
/*  4. Links and Buttons                                  */
/*  5. Text                                               */
/*  6. Main Menu                                          */
/*  7. Module Menus                                       */ 

/*========================================================*/


/*========================================================*/
/*  1. General                                            */
/*========================================================*/

/* Forces browser height of 100% */


html{
	height:100%;
}


/* Body style */
body {
	background:#91959B;
	margin:20px;
	text-align:center;
}


/* Catch-all to ensure text consistency */
div, table, tr, td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}




/*========================================================*/
/*  2. Page Layout                                        */
/*========================================================*/



/* You may change the site width into any fixed sizes or 100% */

.SiteWidth{
	width:73%;
	height:auto;
	margin:auto;
	text-align:center;
	vertical-align:top;
	}

.MasterTable{
	width:100%;
	background:#fff;
}

.SideTopShade{
	background-image:url(SideTop.gif); height:5px;
	background-repeat:repeat-x;
	width:100%;
}

.SideLeft {
	background-image:  url(SideLeft.gif); height:1px;
	background-repeat:repeat-y;
}

.SideRight {
	background-image:  url(SideRight.gif); height:1px;
	background-repeat:repeat-y;
}

.SideTop{
	background:#2F3540;
	height:10px;
}

.SideBottom{
	background:#2F3540;
	height:10px;
	width:100%;
}


.SideBottomShade{
	background-image:url(SideBottom.gif); height:10px; width:100%;
	background-repeat:repeat-x;
}



/* The background area for top banner */
.TopBanner{
	background:#2F3540;
	height:80px;
	text-align:center;
	color:#ccc;
	font-size:18px;
	padding-top:25px;
	padding-right:10px;
	text-transform:uppercase;
}

/* Style for Solpart Menu */
.Menu {
	background-image:  url(brown_bg_off.png); height:35px;
	background-repeat: repeat-x; 
	white-space: nowrap; 
	height:35px;
	padding-left:70px;
}


/* Style for User, Login and Date */
.UserLoginDate{
   padding:6px 10px 0 0;
   text-align:right;
   white-space:nowrap;
   }


/* Style for content pane */
.ContentPane{
	background-color:#fff;
	padding:10px 130px 40px 140px;
}

/* Footer Style */
.Footer{
	padding:5px;
}


/*========================================================*/
/*  3. Controls                                           */
/*========================================================*/



/* Style for date control */
.date{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-size:11px;
	font-weight:normal;
	padding-bottom:10px;
}


/* Style for Login/Logout, Register/User controls */
a.LoginUser:link, a.LoginUser:visited, a.LoginUser:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666;
	font-weight:normal;
	text-decoration: none;
}

a.LoginUser:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666;
	font-weight:normal;
	text-decoration:overline;
}

/* Style for legal related controls */
.LegalLinks, a.LegalLinks:link, a.LegalLinks:visited, a.LegalLinks:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-decoration: none;
}

a.LegalLinks:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-decoration:overline;
}



/*========================================================*/
/*  4. Links and Buttons                                  */
/*========================================================*/


/* Default link style */
a:link, a:visited, a:active {
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
}

a:hover {
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	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: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
}

a.Normal:hover {
	color: #333;
	font-family:Georgia, "Times New Roman", Times, 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: #FFF;	
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #666;
	border-left: 1px solid #bbb;
	border-right: 1px solid #999;
	padding: 1px 5px 2px 6px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #666;
}

A.CommandButton:hover    {
	color: #FFF;	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	padding: 1px 5px 2px 6px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #333;
}

	
	
/*========================================================*/
/*  5. Text                                               */
/*========================================================*/



/* text style for module titles */
.Head {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #171717;
	font-weight: bold;
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */ 
.SubHead {
	font-family:Georgia, "Times New Roman", Times, 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:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	line-height:1.8em;
}

.NormalBold {
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	line-height:1.8em;
}

/* Bold red text for alerts and such */
.NormalRed {
	color: #930;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-weight: normal;
}

/*  form style */
select, input {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}


/* all the other text*/
h3, h4, h5, h6, DT, TFOOT, THEAD, TH {
	color:#333;
}


/*========================================================*/
/*  6. Main Menu                                             */
/*========================================================*/



/* Container for main menu */
.MainMenu_MenuContainer {
	background-color: transparent;
	margin-left:25px;
	margin-top: 0;
}

/* Menu bar */
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:35px;
	padding:0;
}

/* Applies to off state of submenu items only */
.MainMenu_MenuItem {
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #fff; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px; 
	font-weight: bold; 
	border-bottom: #6F332F 1px solid; /* same color as MainMenu_SubMenu BG*/
	border-top: #6F332F 1px solid;    /* same color as MainMenu_SubMenu BG*/
	padding: 1px 10px 1px 5px;
}


/* Container for submenu */
.MainMenu_SubMenu {  /*the same style as MainMenu_MenuItem*/
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: #6F332F; /* same color as MainMenu_MenuItem borders*/
	filter: none;
	border: 1px solid #DECFCF;
	margin-top: 0;
	margin-left: 0;
	padding: 2px;
}


/* Hover state for submenu items only */
.MainMenu_MenuItemSel {
	background:#eee;  /* for sub menu rollover effect*/
	cursor: pointer; 
	cursor: hand; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px; 
	font-weight: bold; 
	color:#6F332F;
	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: #E7DCDC;
	font-weight: bold;
	text-transform:uppercase;
	padding:0 20px 0 15px;
}

/* Active state for main menu items */
.RootMenu_On{
	background:transparent;
	color:#fff;
	text-transform:uppercase;
	padding:0 20px 0 15px;
}

/* Hover state for main menu items */
.RootMenu_Hover{
	background:transparent;
	color:#fff;
	padding:0 20px 0 15px;
	text-transform:uppercase;
}


/* separator for root menu items*/



/* Inserts a small space between main menu items, also can get rid of the funny red borders */  /*?*/
.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}


/* 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: #333;
}

/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 20px;
}

/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family:Georgia, "Times New Roman", Times, 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:Georgia, "Times New Roman", Times, 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;
}













