/****************************************************
	P A G E L A Y O U T
****************************************************/
body {
	background-color: #383838; /* Placed here so the content editor is not influenced */
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#PageContainer {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background: #383838 url("/Frontend/Images/Layout/top_bg.gif") no-repeat top left;

}

div#Page {
	text-align: left;
	width: 930px;
	margin-left: auto;
	margin-right: auto;	
}

div#HeaderContainer{
	height: 76px;
	overflow: hidden;
}

/****************************************************
	H E A D E R   S T U F F
	Note: NavigationTopBar see Navigation.css
	See PageLayoutDivStyle.css or PageLayoutTableStyle.css
****************************************************/

#TopTools form{
	margin-top: 13px;
	float: right;	
}

#SearchKeyword{
	padding: 0;
}

#SearchKeyword input {
	color: #B0AFB4;
	border: 1px solid #B0AFB4;
	padding: 1px;
	background-color: #000;
	width: 190px;
	height: 15px;
	margin: 0;
}

#SearchSubmit input {
	margin-left: 2px;

}

#SearchSubmit input:hover {
	background-color: #FFFFFF;
	color: #D2232A;
}

#HeaderLinks {
	color: #B5B5B5;
}

#HeaderLinks  a {
	padding: 0 0.3em 0 0.4em;
}

/****************************************************
	C O L U M N S : 
	See PageLayoutDivStyle.css or PageLayoutTableStyle.css
****************************************************/
div#LeftColumnInner {
	padding-bottom: 10px;
	/*padding-right: 16px;*/
	padding-top: 30px;
}

div#ContentColumnInner {
	padding-bottom: 10px;
	padding-top: 25px;
	line-height: 14px;
}

div#RightColumnInner {
	padding-top: 30px;
	width: 215px;
}

body#FrontPage div#ContentColumnInner{
	padding-top: 10px;	
}
body#FrontPage div#RightColumnInner{
	padding-top: 10px;	
}


body#ProjectPage div#RightColumnInner {
	padding-top: 30px;
	width: 350px;
}



/****************************************************
	L I S T S
****************************************************/
div.List h2 {
	font-size: 100%;
}

div.ListItem {
	padding-bottom: 8px;
}

div.ListItemDate {
	margin-top: 10px;
	margin-bottom: 0px;	
	color: #B2B2B2;	
	background-color: transparent;
}

span.ListItemDate {
	color: #B2B2B2;	
	background-color: transparent;	
}

div.ListItem a{
	font-weight: bold;	
}

/****************************************************
	P A G I N G   I N F O
****************************************************/
div#Paging {
	padding-top: 1em;
}

div#PagePrevious {
	float: left;
	width: 20%;
}

div#PageNext {
	float: right;
	width: 20%;
}

div#PageInfo {
	text-align: center;
}

/****************************************************
	O T H E R
****************************************************/
.Hide {
	display: none;
}


span.HideIt{
	display: block; 
	text-indent: -10000px; 
	text-decoration: none;	
}

div.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

form {
	margin: 0;
	padding: 0;
}

ul.Vertical {
	clear: both;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.Vertical li {
	float: left;
	margin: 0;
	padding: 0;
}

ul.Vertical li.Right {
	float: right;
}

