/*####################################------ROW ELEMENTS STYLE----*/

* {
	outline: 0;
}

html {
	border: 0;
}

#Body {
	background: #fff url("images/background2.png") 0 0 repeat-x;
}

body {
	color: #787878;
	font: normal 13px Arial,sans-serif;
}


ul li, ol li, p {
	color: #787878;
	font: normal 13px Arial,sans-serif;
	text-align: left;

}
ul li, ol li, p {
    color: #787878;
    font: 13px Arial,sans-serif;
    list-style-type: none;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font: normal 13px Arial,sans-serif;
	color: #071c26;
}

h1 {
	font-size: 23px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 10px;
}

input {
	margin: 0;
	padding: 0;
}

a,
a:link,
a:visited {
	font: normal 13px Arial,sans-serif;
	color: #787878;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #787878;
}

/*####################################------MAIN CLASSED ELEMENTS STYLE----*/

.CSTopWrap {
	background: #fff;
	margin: 0 auto;
	position: relative;
	width: 960px;
	padding: 0 1%;
	zoom: 1;
}

.CSTopWrap:after {display: block; clear: both; content:'';}

.clearFloat {
	clear: both;
}

.container {
	margin: 0 auto;
}

/*####################################------HEAD ELEMENTS STYLE----*/

.CSHeadWrap {
	height: 102px;
	position: relative;
	width: 100%;
	
}

.CSLogoWrap {
	position: absolute;
	top: 40px;
	left: 28px;
	z-index:903;
}

.CSLogInWrap {
	position: absolute;
	top: 72px;
	right: 44px;
	background: url("images/login_key.gif") 0 50% no-repeat;
	padding: 0 0 0 20px;
	color: #394e66;
}

.CSLogInWrap a,
.CSLogInWrap a:link,
.CSLogInWrap a:visited {
	font: bold 11px Arial,sans-serif;
	color: #394e66;
}

/*####################################------NAVIGATION ELEMENTS STYLE----*/

.CSNavigationPanel {
	background-color:#394e66;
	width: 100%;
	position: relative;
	z-index:903;
	zoom:1;
}
	.CSNavigationPanel:after, .RecruitMenu:after{
		height:0;visibility:hidden;display:block;font-size:0;content:".";clear:both
	}
		.RecruitMenu{zoom:1;}
.CSMenuBox {
	background: url("images/navigation_left_rounds.png") left top repeat-y;
	float: left;
	padding-right:240px;
}

.CSSearchBox {
	background: url("images/navigation_right_rounds.png") right top repeat-y;
	padding-right: 10px;
	width: 220px;
	height:100%;
	position: absolute;
    right: 0;
}

/*#########------SEARCH ELEMENTS STYLE----*/

.SearchContainer {
	overflow: hidden;
}

.CSSearchBox div.SearchBorder {
	height: 20px;
	border: 0;
	margin: 0;
	width: 170px;
	background:transparent;
	margin-top: 9px;
}

.SearchContainer a.ServerSkinWidget {	
	display: block;
	margin-top: 7px;
	width: 28px;
	height: 24px;
	padding: 0;
	float: right;
	text-indent: 600px;
	overflow: hidden;
}

.SearchContainer a.ServerSkinWidget img {
	display: block;
	width: 28px;
	height: 24px;
}


input.SearchTextBox {
	width: 169px;
	height: 17px;
	padding:3px 7px 0px;
	line-height: 20px!important;
	font: normal 11px Arial,sans-serif;
	color: #a8a8a8;
		background:url("images/searchfield.png") no-repeat scroll 0 0 transparent;
}

.SearchIcon {
	display: none;
}

/*####################################------CONTENTPANE ELEMENTS STYLE----*/

.ContentPaneWrap {
	padding-top: 30px;
	width: 100%;
	clear: both;
}

/*####################################------FOOT ELEMENTS STYLE----*/

.CSFootWrap {
	border-top: 1px solid #e3e3e3;
	min-height: 48px;
	_height: 48px;
	position: relative;
	clear: both;
}

.CSFootWrap .linksWrap {
	margin: 8px 0 0 10px;
	float: left;
	font-size: 11px;
}

.CSFootWrap .copyrightWrap {
	float: right;
	margin-top: 12px;
}

.SkinObject {
	color: #64768c;
	font-size: 10px;
	font-weight: normal;
}

/*####################################------------------------------------------------------------*/

.ModuleTitle_MenuItem {border: none;}
.ModuleTitle_MenuBreak .ModuleTitle_MenuIcon {height:1px;}



/*---------ActionMenu---------*/
.cs-container-body .Normal .dnnActionMenu .dnnActionMenuBody{
padding:10px 15px 10px 15px;

}
.cs-container-body .Normal .dnnActionMenu .dnnActionMenuBody li{
width:96%;
background:none;
min-height:1px;
}
.cs-container-body .Normal .dnnActionMenu .dnnActionMenuBody li ul{
padding-left:15px;
padding-top:10px;
}
.cs-container-body .Normal .dnnActionMenu .dnnActionMenuBody li ul li{
width:20%;
}
.cs-container-body .Normal .dnnActionMenu .dnnActionMenuBody li ul li a img{
margin:0;
}


.cs-container-body .Normal .dnnActionMenu .dnnActionMenuBody li ul li a{
font-size:11px !important;
}

.cs-container-body .Normal .dnnActionMenu .dnnActionMenuTag{
    background: -moz-linear-gradient(center top , #F3F3F3 0%, #CFCFCF 100%) repeat scroll 0 0 transparent;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    cursor: default;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    min-width: 65px;
    padding: 5px 10px;

}

.cs-container-body .Normal .dnnActionMenu .dnnActionMenuTag img {
    display: block;
    float: left;
    padding-right: 3px;
margin:0;
}


