
/*========================================================*/
/*         Skin styles for  dnnskin.com: Techie           */
/*              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                                       */ 
/* 8.Search					*/
/*========================================================*/


/*========================================================*/
/*  1. General                                            */
/*========================================================*/



/* Forces browser height of 100% */
html{
	height:100%;
}


/* Body style */
body {
	margin-top:0px;
	margin-bottom:0px;
	background: #cccccc;
	
	font-size: 130%;
	text-align:center;
}


To ensure text consistency 
div, table, tr, td {
	font-family:Trebuchet MS;
	font-size: 12px; 	
	line-height:1.4em;
	
}



/*========================================================*/
/*  2. Page Layout                                        */
/*========================================================*/



/* You may adjust the site width here */
.SiteWidth {
	width: 937px;
	background-color:#ffffff;
	padding: 0px;
	border: 0px solid #000000; /* Outer border: darker blue */
	margin: 0px;
	text-align: center;
}


/* The container for inner for site table */
.SiteBorder{
	width: 937px;
	border: 3px solid #003366; /* Inner border: lighter blue */
	padding: 0px;
	text-align: center;
}





/* Style for Panes */
.TopPane{
	background-color:transparent;
	padding:0px 0px 0px 0px;
}

.LeftPane{
	background-color:transparent;
	padding:20px 20px 20px 20px;
	border-right:0px solid #999;
}

.ContentPane{
	background-color:transparent;
	padding:20px 20px 20px 20px;
	
	
}

.RightPane{
	background-color:transparent;
	padding:0px 0px 0px 0px;
	border-left:1px solid #999;
	padding:
	
	
}

.BottomPane{
	background-color:transparent;
	padding:0px 0 0px 0px 0px;
}

/* The very tricky separator */
.Separator{
	background-color:#ffffff; /* add the background color so the &nbsp; break wouldn't show and will work on both ie and firefox */
	background-image:url(vline.gif); height:25px; width:1px;
	padding-left:0px; /* To create the funny multiple vline */
	padding-right:0px; /* To create the funny multiple vline */

}


/*========================================================*/
/*  3. Controls                                           */
/*========================================================*/



/* Style for date control */
.date{
	font-family: Trebuchet MS;
	color:#555;
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
}


/* Style for Login/Logout, Register/User controls */
a.LoginUser:link, a.LoginUser:visited, a.LoginUser:active {
	font-family: Trebuchet MS;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration: none;
	
}

a.LoginUser:hover{
	font-family: Trebuchet MS;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:underline;]
	
}
/* Style for legal related controls */
.LegalLinks, a.LegalLinks:link, a.LegalLinks:visited, a.LegalLinks:active {
	font-family: Trebuchet MS;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	text-decoration: none;
}

a.LegalLinks:hover {
	font-family: Trebuchet MS;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:underline;
}



/*========================================================*/
/*  4. Links and Buttons                                  */
/*========================================================*/


/* Default link style */
a:link, a:visited, a:active {
	color: #1137a2;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size:12px;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size:12px;
	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: #1137a2;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size:12px;
}

a.Normal:hover {
	color: #000000;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size:12px;
	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: Trebuchet MS;
	font-weight: normal;
	font-size:12px;
	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: Trebuchet MS;
	font-weight: normal;
	font-size:12px;
	text-decoration: none;
	background: #333;
}

	
	
/*========================================================*/
/*  5. Text                                               */
/*========================================================*/



/* text style for module titles */
.Head {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */ 
.SubHead {
	font-family: Trebuchet MS;
	font-size:12px;
	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: #000000;
	font-family: Trebuchet MS;
	font-size:12px;
	font-weight: normal;
	line-height:1.8em;
}

.NormalBold {
	color: #000000;
	font-family: Trebuchet MS;
	font-size:12px;
	font-weight: bold;
	line-height:1.8em;
}

/* Bold red text for alerts and such */
.NormalRed {
	color: #930;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size:12px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Trebuchet MS;
    font-size:12px;
    font-weight: normal;
}

/*  form style */
select, input {
	font-family: Trebuchet MS;
	font-size:12px;
}


/* all the other text*/
h3, h4, h5, h6, DT, TFOOT, THEAD, TH {
	color:#000000;
}


/*========================================================*/
/*  6. Main Menu                                             */
/*========================================================*/

/* Style for Solpart Menu */
.Menu {
	font-family: Trebuchet MS;
	font-size: 12px; 
	background-color:#ffffff;
	/*background-image:url(menubg.jpg);*/
	height:20px;
	color:#000000;	
	text-align: center;
	
	
	
}

/* Container for main menu */
.MainMenu_MenuContainer {
	font-family: Trebuchet MS;
	background-color: transparent;
	/*background-image:url(menubg.jpg);*/
	margin-top: 0;
	color:#ffffff;
	text-align:center;
}

/* Menu bar */
.MainMenu_MenuBar {
	font-family: Trebuchet MS;
	cursor: pointer; 
	cursor: hand; 
	height:20px;
	padding:0px;
	color:#ffffff;
	
	
}

/* Applies to off state of submenu items only */
.MainMenu_MenuItem {
	font-family: Trebuchet MS;
	background: #3a57aa;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	
	font-size:12px; 	
	font-weight: normal; 
	font-style: normal;	
	border-bottom: #ffffff 1px solid;
	border-top: #ffffff 0px solid;
	padding: 3px 10px 3px 5px;
}


/* Container for submenu */
.MainMenu_SubMenu {  /*the same style as MainMenu_MenuItem*/
	font-family: Trebuchet MS;
	/*background-image:url(submenubg.jpg);*/
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: transparent;
	filter: none;
	border: 2px solid #001600;
	margin-top: 1px;
	padding: 0px;
	text-transform:lowercase;
}



/* Hover state for submenu items only */
.MainMenu_MenuItemSel {
	background:#fff100;   /*for sub menu rollover effect*/
	font-family: Trebuchet MS;
	/*background-image:url(submenubg.jpg);*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	
	font-size:12px; 
	font-weight: normal; 	
	border: 0;
	padding: 2px 10px 3px 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 {
	font-family: Trebuchet MS;
	font-size: 12px; 
	background-color:transparent;
	color: #000000;
	font-weight: normal;
	padding:0 0px 0 0px;
	text-transform:lowercase;
	
	
}

/* Active state for main menu items */
.RootMenu_On{
	font-family: Trebuchet MS;
	font-size: 12px; 
	background-color:transparent;
	color:#000000;
	padding:0 0px 0 0px;
	text-transform:lowercase;
	font-weight: bold;
	
	
	
}

/* Hover state for main menu items */
.RootMenu_Hover{
	/*background-image:url(menubg_hover.jpg);*/
	font-family: Trebuchet MS;
	font-size: 12px; 
	background: transparent;
	color:#1137a2;
	padding:0 0px 0 0px;
	font-weight: bold;	
	text-transform:lowercase;
}


/* 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: Trebuchet MS;
	color: #333;
	font-size:12px; 
	font-weight: bold; 
	border: #eee 1px solid;
	padding: 1px 4px 2px 2px;
}

/* Inner, INNER(?) container for module submenu (?) */
.ModuleTitle_SubMenu {
	font-family: Trebuchet MS;
	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: Trebuchet MS;
	font-size:12px; 
	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;
}

/* date & login background*/
.Menu1 {
	font-family: Trebuchet MS;
	background-color:#e6e4e4;
	height:20px;	
	color: #363636;
	
	font-size: 10px;
	font-weight: normal;
	padding-left: 7px;
	padding-right: 10px;
	
}

/* Search */
.SearchResults {
	font-size: 14px;
	font-weight: bold;
}


.Search, a.Search:link, a.Search:visited, a.Normal:active {
	padding-left:5;
	color: #FFFFFF;	
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size:12px;
	text-decoration: none;
}

a.Search:hover {
	padding-left:5;
	color: #FFFFFF;	
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size:12px;
	text-decoration: underline;
}


/* padding */	

.padding25 {
	padding: 0px 25px 25px 25px;
}

.padding15 {
	padding: 15px 15px 15px 15px;
}

.paddingleft15{
	padding-left: 15px;
}

.paddingright15{
	padding-right: 15px;
}

.paddingleft5{
	padding-left: 5px;
}

.paddingright5{
	padding-right: 5px;
}

.paddingleftright15{
	padding-left: 15px;
	padding-right: 15px;
}
.paddingleft2{
	padding-left: 2px;
}

.padding5 {
	padding: 5px 5px 5px 5px;
}

.text_blue {
	color: #1137a2;
}

.text_darkblue {
	color: #0d2277;
}

.hr_yellow {
	height:2px;
	background:#FFCC00;
	color:#FFCC33;
	
}
.header {
	font-size:14px;
}

.justify {
	text-align:justify;
	}

.leftpane_background {
	background-image:url(http://ers-industries.pasr.net/portals/ers-industries/images/leftpane/leftpane1.jpg);
	background-repeat:no-repeat;
	background-color:#eaeffb;
}
/* Search */
.SearchResults {
	font-size: 14px;
	font-weight: bold;
}


.Search, a.Search:link, a.Search:visited, a.Normal:active {
	padding-left:5;
	
	color: #FFFFFF;	
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a.Search:hover {
	padding-left:5;
	color: #FFFFFF;	
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}