@import url(layouthelp.css);

/**
* Force vertical scrollbars
**/
html[xmlns^="http"] {
	overflow-y:				scroll;
}

/**
* Disable padding and margin for all elements
**/
* {
	padding:				0px;
	margin:					0px;
}

body {
	font-family:			Arial, Helvetica, Verdana;
	font-size:				small;
	color:					#525252;
	background-image:		url(../images/bg_page.gif);
	background-repeat:		repeat-x;
	background-color:		#ffd39a;
}

/**
* Set page centered
*/
#center {
	text-align:				center;
}

/**
* Define page width
* Set margin to auto, otherwise non IE Browser will display the page non centered
**/
#page {
	margin:					auto;
	text-align:				left;
	width:					779px;
}

#header {
	height:					164px;
	background-image:		url(../images/header.jpg);
	background-repeat:		no-repeat;
}

#header_content{
	float:					right;
	margin:					78px 58px 0 0;
	color:					#fff;
	

}

#navigation {
	width:					130px;/*124px;*/
	margin-left:			7px;
	margin-top:				18px;
}

#navigation ul {
	list-style-type:		none;
}

#navigation ul li {
	

}

#navigation ul li a {
	display:				block;
	background-image:		url(../images/bg_li_close.gif);
	background-repeat:		no-repeat;
	padding:				5px 0 5px 30px;
	background-position:	19px 9px;
	color:					#525252;
	text-decoration:		none;
	border-bottom:			2px solid #e59936;
}

#navigation ul li a.current{
	display:				block;
	background-image:		url(../images/bg_li_open.gif);
	background-repeat:		no-repeat;
	padding:				5px 0 5px 30px;
	background-position:	17px 9px;
	color:					#525252;
	text-decoration:		none;
	border-bottom:			2px solid #e59936;
	font-weight:			bold;
}

#navigation ul li ul li {
	/*margin-left:			20px;*/
	border-bottom:			none;
}

#navigation ul li ul li a {
	margin-left:			0px;
	border-bottom:			1px solid #adafaf;
	background-image:		none;
	font-size:				11px; /*smaller*/
	padding-left:			38px;

}
#navigation ul li ul li a.current {
	margin-left:			0px;
	border-bottom:			1px solid #adafaf;
	background-image:		none;
	font-size:				11px;/*smaller*/
	padding-left:			38px; /*42px*/
	font-weight:			bold;
}

#content_left, #content_main, #content_main_twocol, #content_main_threecol, #content_right {
	float:					left;
}

#content_left {
	width:					144px;
	background-image:		url(../images/bg_content_left.jpg);
	background-repeat:		no-repeat;
	min-height:				400px;
}
* html #content_left {
	width:					144px;
	background-image:		url(../images/bg_content_left.jpg);
	background-repeat:		no-repeat;
	height:				400px;
}

#content_main {
	width:					1000px;
}

#content_main_twocol {
	width:					800px;
}

#content_main_twocol.content_left {
	width:					389px;/*800px;*/
	margin-left:			26px;
	margin-top:				23px;
	padding:				0 30px 20px 49px;
}

* html #content_main_twocol.content_left {
	width:					389px;/*800px;*/
	margin-left:			26px;
	margin-top:				23px;
	padding:				0 15px 20px 25px;

}

#content_main_twocol.content_right {
	width:					800px;
}

#content_main_threecol {
	width:					600px;
}

#content_right {
	width:					200px;
}

#page_content{
	background:				white;
	float:					left;
	margin-bottom:			11px;
	width:					779px;
}

#footer {
	height: 				31px;
}

#footer_content{
	color:					#fff;
	text-align:				right;
	font-size:				x-small;
	padding-right:			9px;
	padding-top:			9px;

}

#footer_content a{
	color:					#fff;
	text-decoration:		none;
}

#content_background{
	width:					141px;
	height:					414px;
	background-image:		url(../images/bg_content.jpg);
	background-repeat:		no-repeat;
	float:					left;
}

/**
* Comments
**/
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 10px 10px 10px 10px;
}
#PageComments li.odd {
	background: #efefef url(../images/bg_li_page_comments_odd.gif) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
}

#PageComments li.even {
	background: #fff url(../images/bg_li_page_comments_even.gif) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
}

.actionLinks li {
	display: inline;
	border-right: 1px solid;
}
.actionLinks li.last {
	border-right: none;
}

.commentrss {
	background: transparent url(../images/bg_a_commentrss.png) no-repeat;
	padding-left: 20px;
}
#PageCommentsPagination p {
	text-align: center;
}

#PageCommentInterface_Form_PageCommentsPostCommentForm {
	margin-bottom:					10px;
}

#PageCommentInterface_Form_PageCommentsPostCommentForm_error {
	margin:							10px 0px;
	padding:						10px;
	border:							1px solid #ff0000;
	background-color:				#ff7676;
	font-weight:					bold;
	color:							#fff;
}

div.cb {
	clear:					both;
}

div.cl {
	clear:					left;
}

div.cr {
	clear:					right;
}