/*@import url(layouthelp.css);*/

/**
* Disable padding and margin for all elements
**/
* {
	padding:				0px;
	margin:					0px;
}

body {
	font-family:			Arial, Helvetica, Verdana;
	font-size:				small;
	color:					#000;
	background:				url(../images/bg_body.gif) repeat-x #afc4c4;
}

/**
* 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:					1000px;
	padding:				0px 7px;
	background:				url(../images/bg_div_page.png) repeat-y;
}

#header {
	width:					1000px;
	height:					296px;
	background:				#fff;
	padding-top:			15px;
}

#portal_navigation {
	list-style-type:		none;
	height:					26px;
	margin-left:			29px;
	overflow:				hidden;
}

#portal_navigation li {
	float:					left;
}

#portal_navigation li a {
}

#portal_navigation li a img {
	border:					none;
}

#language_switch {
	clear:					left;
	height:					29px;
	background:				#adc2c2;
}

#head_image {
	height:					192px;
	background:				url(../images/bg_div_head_image.jpg) no-repeat;
	margin:					2px 0px;
}

#metanav_twocol, #metanav_threecol {
	height:					45px;
	position:				relative;
}

#metanav_twocol {
	background:				url(../images/bg_div_metanav_twocol.gif) no-repeat;
}

#metanav_threecol {
	background:				url(../images/bg_div_metanav_threecol.gif) no-repeat;
}

#metanav_content {
	position:				absolute;
	bottom:					5px;
	right:					226px;
	list-style-type:		none;
}

#metanav_content li {
	float:					left;
	background:				url(../images/bg_li_metanavcontent.gif) repeat-x;
}

#metanav_content li a {
	color:					#fff;
	text-decoration:		none;
	float:					left;
	background:				url(../images/bg_a_metanavcontent.gif) repeat-x bottom left;
	margin-left:			2px;
	padding:				2px 7px 4px 7px;
	font-weight:			bold;
}

#metanav_content li.last a {
	margin-right:			2px;
}

#metanav_content li a:hover {
	text-decoration:		underline;
}

#metanav_content li a img {
	border:					none;
}

#navigation {
	padding-bottom:			100px;
	background:				url(../images/bg_div_navigation.gif) no-repeat bottom center #fff;
}

#navigation ul {
	list-style-type:		none;
	margin-left:			15px;
}

#navigation ul li {
	border-bottom:			1px solid #fff;
	background:				url(../images/bg_navigation_li.gif) repeat-x bottom left;
	padding-bottom:			1px;
}

#navigation ul li a {
	display:				block;
	text-decoration:		none;
	color:					#326767;
	font-weight:			bold;
	background:				url(../images/bg_navigation_a.gif) no-repeat 7px 8px;
	padding:				5px 5px 5px 20px;
}

#navigation ul li a.redirect {
	background:				url(../images/bg_navigation_a_redirect.gif) no-repeat 7px 8px;
}

#navigation ul li a.current, #navigation ul li a.section {
	background:				url(../images/bg_navigation_a_active.gif) no-repeat 7px 8px #fef7eb;
}

#navigation ul li ul {
	margin-left:			21px;
}

#navigation ul li ul li {
	background:				none;
	border-bottom:			none;
}

#navigation ul li ul li a {
	font-weight:			normal;
	background:				none;
	padding:				2px 5px 2px 13px;
}

#navigation ul li ul li a:hover, #navigation ul li ul li a.current, #navigation ul li ul li a.section {
	background:				url(../images/bg_navigation_a.gif) no-repeat 0px 6px;
}

#navigation ul li ul li a.redirect {
	background:				url(../images/bg_navigation_a_redirect.gif) no-repeat 0px 4px;
}

#content_left, #content_main, #content_main_twocol, #content_main_threecol, #content_right {
	float:					left;
}

#content_left {
	width:					205px;
	border-style:			none solid solid none;
	border-width:			1px;
	border-color:			#adc2c2;
}

#content_main {
	width:					1000px;
}

#content_main_twocol {
	width:					800px;
}

#content_main_twocol {
	width:					744px;
	padding:				25px 25px 0px 25px;
}

#content_main_threecol {
	width:					550px;
	padding:				25px 13px 0px 25px;
}

#content_right {
	width:					205px;
	border-style:			none none solid solid;
	border-width:			1px;
	border-color:			#adc2c2;
	background:				#fff;
}

#footer {

}

/**
* 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;
}

#page_images {
	font-size:				smaller;
}

#page_images.right {
	float:					right;
	margin-left:			20px;
}

#page_images.left {
	float:					left;
	margin-right:			20px;
}

#page_images.over {
	margin-bottom:			20px;
}

div.width_250 {
	width:					250px;
}

div.width_225 {
	width:					225px;
}

div.width_200 {
	width:					200px;
}

div.width_175 {
	width:					175px;
}

div.width_150 {
	width:					150px;
}

div.width_125 {
	width:					125px;
}

div.width_100 {
	width:					100px;
}

div.left {
	float:					left;
	margin-right:			10px;
}

#page_images div.image {
	text-align:				left;
}

#page_actions {
	margin:					20px 0px 20px 0px;
	text-align:				right;
}

#page_actions a {
}

#page_actions a img {
	border:					none;
}

div.widget_content {
	padding:				5px;
}