
/*========================================================*/
/*         Skin styles for  DotNetNuke skin: EasyCorp     */
/*              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                                          */
/*========================================================*/



/*========================================================*/
/*  1. General                                            */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}


/* Body style */
body {
	background:#d4d0c8; /* alternative colors: d4d0c8  */
	margin-top:1px;
	margin-bottom:1px;
	padding:0;
	text-align:center;
}


/* To ensure text consistency through the whole site */
div, table, tr, td, p{
	font-family:Georgia, "Tahoma", Times, serif;
	font-size: 11px;
	letter-spacing:0.04em;
}



/*========================================================*/
/*  2. Page Layout                                        */
/*========================================================*/


/* Master Wrapper for skin_warm */
#MasterWrapper_Warm {
	margin-top:0;
	margin-bottom:0;
	width: 820px;
	height: 100%;	
	background-color: #F8F4EF; 
	border-left:1px solid #80736C;
	border-right:1px solid #80736C;
	

}

/* Master Wrapper for skin_cool */
#MasterWrapper_Cool {
	margin-top:0;
	margin-bottom:0;
	width: 820px;
	height: 100%;	
	background-color: #f2f1ee;
	border-left:1px solid #0F7CEB;
	border-right:1px solid #0F7CEB;
	

}

/* The actual content area. For skin_warm. */
#SiteWidth_Warm{
	padding-top:10px;
	margin-top:0;
	width:800px; 
	height:auto;
	background-color:#F8F4EF;
}


/* The actual content area. For skin_cool. */
#SiteWidth_Cool{
	padding-top:10px;
	margin-top:0;
	width:800px;
	height:auto;
	background-color:#f2f1ee;
}



/* Style for solpart menu box */
.Menu {
	background-image: url(gradient_DkRed.jpg); height:30px;
	background:transparent;
	border-top:1px solid #0F7CEB;
	border-bottom:1px solid #999;
	border:1px solid #0F7CEB;
	margin-top:10px;
	margin-bottom:10px;
}



/*========================================================*/
/*  3. Controls (Skin Object)                             */
/*========================================================*/

/* Catch all for skin object font */
.SkinObject{
font-family:Georgia, "Tahoma", Times, serif;
color:#333;
}


/* Style for date control */
.date{
	font-family:Georgia, "Tahoma", Times, serif;
	color:#000;
	font-size:11px;
	font-weight:bold;
	letter-spacing:2px;
	padding-right:2px;
}


/* Style for Login/Logout, Register/User controls */
a.LoginUser:link, a.LoginUser:visited, a.LoginUser:active {
	font-family:Georgia, "Tahoma", Times, serif;
	font-size:11px;
	color:#333;
	font-weight:bold;
	text-decoration: none;
}

a.LoginUser:hover{
	font-family:Georgia, "Tahoma", Times, serif;
	font-size:11px;
	color:#333;
	font-weight:bold;
	text-decoration:overline;
}

/* Style for legal related controls */
.LegalLinks, a.LegalLinks:link, a.LegalLinks:visited, a.LegalLinks:active {
	font-family:Georgia, "Tahoma", Times, serif;
	font-size:11px;
	color:#333;
	font-weight:bold;
	text-decoration: none;
}

a.LegalLinks:hover {
	font-family:Georgia, "Tahoma", Times, serif;
	font-size:11px;
	color:#333;
	font-weight:bold;
	text-decoration:overline;
}



/*========================================================*/
/*  4. Links and Buttons                                  */
/*========================================================*/


/* Default link style */
a:link, a:visited, a:active {
	color: #333;
	font-family:Georgia, "Tahoma", Times, serif;
	font-weight: normal;
	font-size: 11px;
}

a:hover {
	color: #333;
	font-family:Georgia, "Tahoma", 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, "Tahoma", Times, serif;
	font-weight: normal;
	font-size: 11px;
}

a.Normal:hover {
	color: #333;
	font-family:Georgia, "Tahoma", 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, "Tahoma", Times, serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #333;
}

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, "Tahoma", Times, serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #000;
}

	
	
/*========================================================*/
/*  5. Text                                               */
/*========================================================*/



/* Text style for module titles */
.Head {
	font-family:Georgia, "Tahoma", 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, "Tahoma", 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, "Tahoma", Times, serif;
	font-size: 11px;
	font-weight: normal;
	line-height:1.8em;
}

.NormalBold {
	color: #333;
	font-family:Georgia, "Tahoma", 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, "Tahoma", 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, "Tahoma", Times, serif;
    font-size: 11px;
    font-weight: normal;
}

/*  Form style */
select, input {
	font-family:Georgia, "Tahoma", Times, serif;
	font-size: 11px;
	/*border:1px solid #000;*/
	margin-bottom:-2px;  /* To align the box with the search button */
}


/* 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;
	width:80%;  /* to shrink the menu container width to fit into the talbe cell*/
	margin-left:-1;
	margin-top: 3px;
}

/* Menu bar */
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:26px;
	padding:8px;
}

/* Applies to off state of submenu items only */
.MainMenu_MenuItem {
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #000; 
	font-family:Georgia, "Tahoma", Times, serif;
	font-size: 10px; 
	font-weight: bold; 
	border-bottom: #f8f4ef 1px solid; /* same color as MainMenu_SubMenu BG*/
	border-top: #f8f4ef 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: #f8f4ef; /* same color as MainMenu_MenuItem borders*/
	filter: none;
	border: 1px solid #0F7CEB;
	font-family:Georgia, "Tahoma", Times, serif;
	margin-top: 0;
	margin-left: 0;
	padding: 2px;
}


/* Hover state for submenu items only */
.MainMenu_MenuItemSel {
	background:#0F7CEB;  /* for sub menu rollover effect, put different color to achieve different bg effect*/
	cursor: pointer; 
	cursor: hand; 
	font-family:Georgia, "Tahoma", Times, serif;
	font-size: 10px; 
	font-weight: bold; 
	border: 0;
	padding: 1px 10px 1px 5px;
	color:#fff;
}



/* 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: #000;
	font-weight: bold;
	text-transform:uppercase;
	padding:0 12px 0 8px;
}

/* Active state for main menu items */
.RootMenu_On{
	background:transparent;
	color:#0F7CEB;
	border-bottom:1px dotted #BDCCC8;
	text-transform:uppercase;
	padding:0 12px 0 8px;
}

/* Hover state for main menu items */
.RootMenu_Hover{
	background:transparent;
	color:#0F7CEB;
	padding:0 12px 0 8px;
	text-transform:uppercase;
}

/*MainMenu_MenuBreak*/
.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}


/* Elements we don't really need to see */
.MainMenu_MenuArrow,
.MainMenu_RootMenuArrow,
.MainMenu_MenuIcon {
	display: none;
}



