﻿@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;
	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: 812px; 
	max-width: 812px; */
	width: 687px;
	max-width: 687px;
	text-align: right;
}

#UtilDiv .SkinObject {
    font-weight: bold;
    font-size: 10px;
    color: #fff;
}


#LogoDiv {
	/* width: 812px; */
	/* height: 50px; */
	width: 687px;
	height: 72px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff !important;
	color: #666666;
	font-weight: bold;
	text-align: left;
}
#NavDiv {
	/* width: 812px; */
	/* height: 50px; */
	width: 687px;
	height: 28px;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 4px;
	
	color: #666666;
	font-weight: bold;
	text-align: right;
}

.NavMenuDiv {
	margin: 0 auto;
	/* padding: 20px 0px 10px 130px; */
	padding: 0px 0px 10px 0px;
	/* width: 687px; */
	width: 687px;
	text-align: right;
	white-space: nowrap;
	background-image: url(gfx/fullbargradient.jpg);
	background-repeat: repeat-x;
	height: 28px;
}

#BodyDiv {
	clear: both;
	width: 687px;
	max-width: 687px;
	padding: 0;
	margin: 0 auto;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1em;
}

.TopPane {
	width: 100%;
	height: auto;
}

.MiddlePane {
	/* width: 812px; 
	max-width: 812px; */
	width: 687px; 
	max-width: 687px;
	margin: 20px auto;
	overflow: hidden;
}

.ColumnPane {
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	height: auto;
}

.ContentPane {
	float: left;
	margin: 0;
	border: 0;
	padding: 0 12px 12px 12px;
	/* 
	width: 364px;
	_width: 360px;
	min-width: 364px;
	_min-width: 360px;
	max-width: 364px;
	_max-width: 360px;
*/
	min-width: 391px;
	max-width: 447px;
	height: auto;
}

.RightPane {
	width: 212px;
	max-width: 212px;
	_width: auto;
	height: auto;
	float: right;
}

.BottomPane {
	clear: both;
	width: 100%;
	height: auto;
}

#FooterDiv {
	width: 687px;
	margin: 20px auto;
	border-top: solid 1px #ccc;
	padding: 8px auto;
	color: #999;
}

.FooterLinks {
	float: left;
	width: 687px;
	text-align: center;
}

.FooterText {
	float: left;
	width: 300px;
	text-align: left;
}

.FooterCopy {
	float: left;
	width: 387px;
	text-align: right;
	font-weight: normal;
    font-size: 10px;
    color: #306EAA;
}
.FooterCopy a,
.FooterCopy a:link,
.FooterCopy a:active,
.FooterCopy a:visited
{
	text-decoration: underline;
	color: #99BA1F;
}

.FooterText .SkinObject {
    font-weight: normal;
    font-size: 10px;
    color: #999;
}


.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;
}
