
/*========================================================*/
/*         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 {
	width: 100%;
	height: 100%;
}


/* Body style */
body {
	background:#FFFFFF; /* alternative colors: d4d0c8  */
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 0px;
	margin-right: 0px;
	padding:0px;
	text-align:center;
	
}


/* To ensure text consistency through the whole site */
div, table, tr, td{
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-color:#333333;
	line-height: 1.4em;
}



/*========================================================*/
/*  2. Page Layout                                        */
/*========================================================*/


/* Master Wrapper for skin_warm */
#MasterWrapper_Warm {
	margin-top:15px;
	margin-bottom:15px;
	width: 800px;
	height: 600px;	
	background-color: #FFFFFF; 
	border-left:1px solid #A6A6A6;
	border-right:1px solid #A6A6A6;
	border-top:1px solid #A6A6A6;
	border-bottom:1px solid #A6A6A6;
	border:1px solid #A6A6A6;
	

}

/* Master Wrapper for skin_cool */
#MasterWrapper_Cool {
	margin-top:0;
	margin-bottom:0;
	width: 800px;
	height: 100%;	
	background-color: #f2f1ee;
	border-left:1px solid #80736C;
	border-right:1px solid #80736C;
	

}

/* The actual content area. For skin_warm. */
#SiteWidth_Warm{
	padding-top:10px;
	margin-top:0;
	width:800px; 
	height:auto;
	background-color:#FFFFFF;
}


/* The actual content area. For skin_cool. */
#SiteWidth_Cool{
	padding-top:10px;
	margin-top:0;
	width:800px;
	height:auto;
	background-color:#FFFFFF;
}



/* Style for solpart menu box */
.Menu {
	background:transparent;
	border-top:0px;
	border-bottom:0px;
	border:0px;
	margin-top:0px;
	margin-bottom:0px;
}



/*========================================================*/
/*  3. Controls (Skin Object)                             */
/*========================================================*/

/* Catch all for skin object font */
.SkinObject{
font-family:Verdana, Tahoma, Arial, Helvetica;
font-size:11px;
color:#333333;
}


/* Style for date control */
.date{
	font-family:Verdana, Tahoma, Arial, Helvetica;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	letter-spacing:2px;
	padding-right:2px;
}

/* Style for Sub Menu */
a.SubMenu:link, a.SubMenu:visited, a.SubMenu:active {
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	text-decoration: none;
}

a.SubMenu:hover{
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-size:11px;
	color:#FF7F00;
	font-weight:bold;
	text-decoration:none;
}

/* Style for Login/Logout, Register/User controls */
a.LoginUser:link, a.LoginUser:visited, a.LoginUser:active {
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-size:10px;
	color:#d1110c;
	font-weight:bold;
	background-color:#FFFFFF;
	padding: 3px 3px 3px 3px;
	text-decoration:none;
}

a.LoginUser:hover{
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#d1110c;
	padding: 3px 3px 3px 3px;
	text-decoration:none;
}

/* Style for legal related controls */
.LegalLinks, a.LegalLinks:link, a.LegalLinks:visited, a.LegalLinks:active {
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-size:10px;
	color:#333;
	text-decoration: none;
}

a.LegalLinks:hover {
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-size:10px;
	color:#333;
	text-decoration:underline;
}



/*========================================================*/
/*  4. Links and Buttons                                  */
/*========================================================*/


/* Default link style */
a:link, a:visited, a:active {
	color: #333;
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
}

a:hover {
	color: #333;
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}
a.email:link, a.email:visited, a.email:active {
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-size:14px;
	color:#555555;
	font-weight:bold;
	text-decoration:underline;
}

a.email:hover{
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-size:14px;
	color:#d3110e;
	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: #333;
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
}

a.Normal:hover {
	color: #333;
	font-family:Verdana, Tahoma, Arial, Helvetica;
	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:Verdana, Tahoma, Arial, Helvetica;
	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:Verdana, Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #000;
}

	
	
/*========================================================*/
/*  5. Text                                               */
/*========================================================*/



/* Text style for module titles */
.Head {
	font-family:Verdana, Tahoma, Arial, Helvetica;
	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:Verdana, Tahoma, Arial, Helvetica;
	font-size: 13px;
	color:#000000;
	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, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

.NormalBold {
	color: #333;
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/* Bold red text for alerts and such */
.NormalRed {
	color: #930;
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 11px;
}

/* 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;
}

/*  Form style */
select, input {
	font-family:Verdana, Tahoma, Arial, Helvetica;
	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: 1px;
}

/* Menu bar */
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	padding:1px;
}

/* Applies to off state of submenu items only */
.MainMenu_MenuItem {
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #000; 
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px; 
	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: #FFFFFF; /* same color as MainMenu_MenuItem borders*/
	filter: none;
	border: 1px solid #CCCCCC;
	font-family:Verdana, Tahoma, Arial, Helvetica;
	margin-top: 0;
	margin-left: 0;
	padding: 2px;
}


/* Hover state for submenu items only */
.MainMenu_MenuItemSel {
	background:#FFFFFF;  /* for sub menu rollover effect, put different color to achieve different bg effect*/
	cursor: pointer; 
	cursor: hand; 
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px; 
	border: 1px;
	padding: 1px 10px 1px 5px;
	color:#d3110e;
}



/* 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: #555;
	font-weight: bold;
	text-transform:none;
	padding:0 4px 0 4px;
}

/* Active state for main menu items */
.RootMenu_On{
	background:transparent;
	color:#d3110e;
	font-size: 11px;
	border-bottom:1px dotted #BDCCC8;
	text-transform:none;
	padding:0 4px 0 4px;
}

/* Hover state for main menu items */
.RootMenu_Hover{
	background:transparent;
	color:#d3110e;
	font-size: 11px;
	padding:0 4px 0 4px;
	text-transform:none;
}

/*MainMenu_MenuBreak*/
.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}


/* Elements we don't really need to see */
.MainMenu_MenuArrow,
.MainMenu_RootMenuArrow,
.MainMenu_MenuIcon {
	display: none;
}


/* Add Skin  */
.Title_Sub
{
    font-family:Verdana, Tahoma, Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
	color: #4A4A4A;
}
.Title_Sub2
{
    font-family:Verdana, Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
	color: #39A341;
}

.Sub_font
{
    font-family:Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
	line-height: 1.4em;
	color: #333333;

}
.Sub_font_spacing
{
    font-family:Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
	letter-spacing:0.1em;
	line-height: 1.4em;
	color: #595959;
}
.Sub_small
{
    font-family:Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    color: #666666;
}
.Sub_White
{
    font-family:Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    color: #FFFFFF;
	font-weight: bold;
}
.underline
{
	font-size:11px;
	color:#333333;
	text-decoration:underline;
}
.Sub_Top
{
    font-family:Times New Roman;
    font-size: 15px;
    color: #FFFFFF;
	font-weight: bold;
}
.Sub_Orange
{
    font-family:Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    color:#f26522;
	font-weight: bold;
	
}
.Sub_Red
{
    font-family:Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    color: #DA030B;
	font-weight: bold;
	
}
.Sub_Red2
{
    font-family:Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    color: #DA030B;
	
}
.Sub_Bold
{
    font-family:Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    color: #000000;
	font-weight: bold;
	
}

.Sub_TitleOrange
{
    font-family:Tahoma;
    font-size: 15px;
    color: #d3110e;
	font-weight: bold;
	
}
.Sub_Titleserif
{
    font-family:"Times New Roman", Times, serif;
    font-size: 17px;
    color: #d3110e;
	font-weight: bold;
	
}
.Sub_TitleGray
{
    font-family:Tahoma;
    font-size: 16px;
    color: #555555;
	font-weight: bold;
	
}
.Sub_TitleGray2
{
    font-family:Tahoma;
    font-size: 14px;
    color: #555555;
	font-weight: bold;
	
}
a.Goldlink:link, a.Goldlink:visited, a.Goldlink:active {
	font-family:Tahoma;
	font-size:11px;
	color:#996600;
	font-weight:bold;
	text-decoration: underline;
}

a.Goldlink:hover{
	font-family:Tahoma;
	font-size:11px;
	color:#CC9900;
	font-weight:bold;
	text-decoration:underline;
}
a.Orangelink:link, a.Orangelink:visited, a.Orangelink:active {
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	text-decoration: none;
}

a.Orangelink:hover{
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-size:11px;
	color:#d3110e;
	font-weight:bold;
	text-decoration:underline;
}
a.Redlink:link, a.Redlink:visited, a.Redlink:active {
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-size:10px;
	color:#666666;
	font-weight:bold;
	text-decoration: none;
}

a.Redlink:hover{
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-size:10px;
	color:#d1110c;
	font-weight:bold;
}
