﻿@import url("HtmlOverrides.css"); /* Generic HTML Entity Styles from Core DNN Default Skin */
@import url("DnnOverrides.css"); /* DNN-Specific Styles from Core DNN Default Skin */
@import url("Menus.css"); /* Menu Styles */


/******************************************************
              CSS SPECIFIC TO THIS SKIN
 Styles that override core DNN styles may be placed 
 here, but it would be best to place such rules in the
 imported files (above).
*******************************************************/

#WrapperDiv {
	padding: 0px;
	margin: 0px;
	width: 100%;
	min-height: 100%;
	height: auto; /* position: absolute; */
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	text-align: center;
}

.MultiColumnDiv {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: center;
}

#UtilDiv {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	padding: 5px auto;
	text-align: center;
	background-color: #f7c739;
	background-image: url("gfx/top_background.jpg");
	background-repeat: repeat-y;
	background-position: left;
}

#UtilDiv .SearchDiv {
	margin: 0 auto;
	width: 836px; 
	max-width: 812px; 
	text-align: right;
}

#UtilDiv .SkinObject {
    font-weight: bold;
    font-size: 10px;
    color: #fff;
}

#NavDiv {
	margin: 0 auto;
	padding: 0;
	width: 836px;
	height: 50px;
	background-color: #fff !important;
	color: #666666;
	font-weight: bold;
	text-align: left;
}

.NavMenuDiv {
	margin: 0 auto;
	padding: 20px 0px 10px 130px;
	/* width: 590px;  */
	text-align: right;
	white-space: nowrap;
	overflow: visible;
}

#BodyDiv {
	width: 836px;
	/*
	width: 812px;
    */
	height: auto;
	margin: 0 auto;
	padding: 0;
	clear: both;

	overflow: visible;
}

.MiddlePane {
	width: auto;
	max-width: 836px;
	margin: 20px auto;
	/*
	overflow: hidden;
    */
}

.TopPane {
	width: 100%;
	height: auto;
}

.ColumnPane {
	float: left;
	margin: 0;
	border: 0;
	height: auto;
}

.LeftPane {
	width: 211px;
	min-width: 211px;
	max-width: 211px;
	height: auto;
}

.ContentPane {
	margin: 0px;
	padding: 0 12px 12px 12px;
	width: 590px; 
	/* 
	min-width: 391px;
    max-width: 571px; 
    min-width: 571px; 
	max-width: 590px;
    */
	height: auto;
	overflow: visible;
}

/*
.RightPane {
	width: 180px;
	max-width: 180px;
	height: auto;
}

*/

.BottomPane {
	clear: both;
	width: 100%;
	height: auto;
	text-align: center;
}

#FooterDiv {
	width: 836px;
	margin: 20px auto;
	border-top: solid 1px #ccc;
	padding: 8px auto;
	color: #999;
	text-align: left;
	clear: both;
}

.FooterLinks {
	float: left;
	width: 500px;
	text-align: left;
}

.FooterText {
	float: left;
	width: 300px;
	text-align: right;
}

.FooterText .SkinObject {
    font-weight: normal;
    font-size: 10px;
    color: #999;
}

.FooterText a.SkinObject:link, a.SkinObject:visited {
    text-decoration: none;
    color: #999;
}

.FooterText a.SkinObject:hover, a.SkinObject:active {
    text-decoration: none;
    color: #e89f1f;
}

.TopTalentHotJobs {
	width: 414px;
}

.TopTalentHotJobs td.Top {
	height: 44px;
	background-image: url( 'gfx/hot_jobs_top.jpg' );
	background-repeat: no-repeat;
	margin: 0;
	border: 0;
	padding: 0;
}

.TopTalentHotJobs td.MiddleLeft {
	width: 50%;
	background-image: url( 'gfx/hot_jobs_mid.jpg' );
	background-repeat: repeat-y;
	background-position: left;
	margin: 0;
	border: 0;
	padding: 8px 12px;
	text-align: left;
}

.TopTalentHotJobs td.MiddleRight {
	width: 50%;
	background-image: url( 'gfx/hot_jobs_mid.jpg' );
	background-repeat: repeat-y;
	background-position: right;
	margin: 0;
	border: 0;
	padding: 8px 12px;
	text-align: left;
}

.TopTalentHotJobs td.Bottom {
	height: 48px;
	background-image: url( 'gfx/hot_jobs_bottom.jpg' );
	background-repeat: no-repeat;
	margin: 0;
	border: 0;
	padding: 0;
}

