#head {
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	height: 119px;
	width: auto;
	text-align: right;
	background-position: center center;
}
body {
	background-color: #373737;
}
#content {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.split {
	background-image: url(../images/menu_split.jpg);
	height: 38px;
	width: 3px;
}

#main {
	
}

#maincontent {
	background-color: #484848;
	overflow: hidden;
	padding-top: 5px;	/*margin-left:10px;
	margin-right:11px;*/
}

/*bredcrumb*/
.bc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #838383;
	padding-left: 10px;
	display: block;
	padding-bottom: 20px;
}




.bc a.SkinObject:visited, .bc a.SkinObject:link, .bc a.SkinObject:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

.bc a.SkinObject:hover {
	text-decoration: underline;	
}

#search {
	float: right;
	position: relative;
	bottom: -128px;
	right:10px;
	z-index:100;
}

#search input {
	color: #838383;
}

#search a {
 display: none;
}

/* ---------------------- Menu start ---------------------- */

#navParent{
	position:relative;
	height:38px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/menu_bg_full.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#navParent ul {
	margin:0;
	list-style-type:none;
	width:auto;
	float:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#navParent ul li{
	display:block;
	float:left;
	margin:0;
}
#navParent ul li a{
	display:block;
	float:left;
	color: #FFFFFF;
	text-decoration:none;
	padding:0 0 0 10px;
	height:38px;
	line-height:38px;
}
#navParent ul li a span{display:block;float:left;padding:0 10px 0 0;height:23px;width:auto;}
#navParent ul li a:hover{
	text-decoration: underline;
	display:block;
}
#navParent ul li a:hover span{/*display:block;*/cursor:pointer;}
#navParent ul li a.current,#navParent ul li a.current:hover{
	color:#FFFFFF;
	height: 38px;
	background-color: transparent;
	background-image: url(../images/menu_active_arrow.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#navParent ul li a.current span{background:url("../images2/time2bed_right-ON2.gif") no-repeat top right;height:23px;}

#footer  {
	text-align: center;
	color: #838383;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}

#footer a:link, #footer a:visited {
	color: #838383;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#wrapper {
	height: 100%;
	display: block;
}

a:link {
	color: #D50000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #D50000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #D50000;
	text-decoration: underline;
}

.SubHead {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
}

a.CommandButton:link, a.SkinObject:link {
	color: #D50000;
	font-weight: bold;
	text-decoration: none;
}

a.CommandButton:visited, a.SkinObject:visited {
	color: #D50000;
	font-weight: bold;
	text-decoration: none;
}

a.CommandButton:hover, a.SkinObject:hover {
	color: #D81E05;
	text-decoration: underline;
}

.ControlPanel .SubHead {
	color: #000000;
}

.Normal, .NormalDisabled {
font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #FFFFFF;
}

.NormalBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

#submenu {
	background-color:#EEEEEE;
	left: -10px;
	position: relative;
	margin-right:0;
	padding-right: 10px;
	/*margin-right: 10px;*/

}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#submenu .TabList{
padding-left: 5px;
position: relative;
width: 100%; /*width of menu*/
}

.TabList ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.TabList ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	list-style-type: none;
	margin: 0px;
}

.TabList ul li a{
	color: #000000; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	background-image: url(../images/arrowbullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.TabList .Level2 a {
	font-weight: normal;
	margin-left: 19px;
}

.TabList ul li a:visited{
/*color: #A70303;*/
}

.TabList ul li a:hover{ /*hover state CSS*/
	text-decoration: underline;/*color: #A70303;
background-color: #F3F3F3;*/
}

.TabList .SelectedTab {
/*	padding-left: 5px;*/
}

.TabList .SelectedTab a {
	background-color: #F5F5F5;
	color: #D50000;
}

.UDT_Table_Head th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
}

.UDT_Table_AlternateItem td {
	background-color: #373737;
	
}

.UDT_Table_AlternateItem td, .UDT_Table_Item td {
	padding-right: 10px;
	line-height: 30px;
}

.UDT_Table_Item {

}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0;
	padding:0;
	line-height: 20px;
}

#fadepicscontainer {
margin-left: -10px;

}

#fadepicscontainer ul li {
list-style:none;
margin:0;
padding:0;
}

#dnn_ctr1325_ManageUsers_UP .NormalTextBox {
	color: #FFFFFF;
	background: transparent;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.CommandButton {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}

.ModuleTitle_MenuItem {
background-color:transparent;
border-color:white;
border-style:solid;
border-width: 0;
color:black;
cursor:pointer;
font-family: Arial, Helvetica, sans-serif;
font-size:9pt;
font-weight:normal;
line-height: 16px;
}

.ModuleTitle_MenuItemSel {
	background-color: #EEEEEE;
	border-color:white;
	border-style:solid;
	border-width: 0;
	color:black;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
font-size:9pt;
font-weight:normal;
line-height: 16px;
}

.newsdate {
	color: #838383;
	font-size: 12px;
	padding-right: 5px;
}
.divider {
	height: 1px;
	width: 100%;
	background-color:#373737;
	margin-top: 10px;
	margin-bottom: 10px;
}