
/* float clear fix */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

body {
	background: url(/engine_images/header_background.jpg) repeat-x scroll left top;
	text-align: center;
}

/* @group header */

#header table {
	width: 1024px;
	margin: 0 auto;
	text-align: right;
}

#header table td {
	padding: 0;
	border: 0;
}

#header_menu {
	background: url(/engine_images/header_menu_background.png) repeat-x scroll left top;
	height: 64px;
	width: 100%;
}

#header_menu table {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
}

#header_menu table td {
	padding: 5px 0;
	border: 0;
	font-size: 85%;
/*	width: 50%;*/
}

#header_menu label {
	margin-right: 5px;
}

#header_menu input {
	margin-left: 15px;
}

#header_menu input.text_field {
	border: thin solid #ED390E;
	line-height: 16px;
	background: white url(/engine_images/text_field_background.png) repeat-x left top;
	width: 100px;
	margin: 0;
}

#header_menu a.login_controls {
	color: #FFDEA7;
	text-decoration: underline;
	margin-left: 15px;
	float: left;
	margin-top: 5px;
}

#header_menu a.login_controls:hover {
	color: #FF9E00;
	text-decoration: none;
}

#header_menu p {
	color: white;
}

#header_menu a {
	color: white;
}

/* @group menu */

#header_menu ul {
	padding: 0;
	margin: 0;
	margin-left:50px;
}

#header_menu ul li {
	list-style: none;
	float: left;
	background: url(/engine_images/header_menu_tab_left.png) no-repeat left top;
	padding-left: 11px;
}

#header_menu ul li a {
	float: left;
	font-size: 128%;
	color: yellow;
	background: url(/engine_images/header_menu_tab_right.png) no-repeat right top;
	padding-right: 11px;
	padding-top: 10px;
	padding-bottom: 11px;
}

#header_menu ul li.active {
	background-image: url(/engine_images/header_menu_tab_left_active.png);
}

#header_menu ul li.active a {
	background-image: url(/engine_images/header_menu_tab_right_active.png);
	color: #E20000;
	text-decoration: none;
}

/* @end */

/* @end */

/* @group middle_section */

#middle_section table.container_table {
	width: 1200px;
	margin: 3px auto 0;
}

#middle_section table.container_table td {
	padding: 0;
	border: 0;
}

#middle_section h1 {
	font-size: 90%;
	line-height: 90%;
	padding: 0;
	margin: 0;
	color: yellow;
}

#middle_section a.red_link {
	color: red;
	font-weight:bold;
}

/* @group content */

#news_container h2 {
	font-size: 90%;
	font-weight: bold;
	color: #cc0000;
	padding: 0;
	margin: 10px 0 5px 0;
}

#news_container p {
	font-size: 90%;
}

#news_container a {
	color: #FF8902;
}

#middle_section h2 {
	color: #CF0801;
}

#middle_section .error_box {
	border: 1px solid #ff0000;
	margin-bottom: 10px;
}

#middle_section .error_box h1 {
	margin:0;
	padding:0;
	background:#ff0000;
	color:#fff;
	font-size:114%;
	padding:10px;
}

#middle_section .flash_box {
	border: 1px solid #0000ff;
	margin-bottom: 10px;
}

#middle_section .flash_box h1 {
	margin:0;
	padding:0;
	background:#0000ff;
	color:#fff;
	font-size:114%;
	padding:10px;
}

/* @end */

/* @end */

/* @group left_menu */

#left_menu h3 {
	background: url(/engine_images/menu_header_backgound.png) no-repeat left top;
	color: white;
	width: 148px;
	padding: 5px 5px 5px 15px;
	margin: 0;
	font-size: 90%;
}

#left_menu ul {
	margin: 0;
	padding: 0;
}

#left_menu li {
	list-style: none;
	width: 145px;
	background: url(/engine_images/menu_item_backgound.png) repeat-y left top;
	padding: 3px 5px 2px 17px;
}

#left_menu li.bottom {
	background: url(/engine_images/menu_bottom.png) no-repeat left top;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#left_menu li a {
	color: black;
	font-size: 87%;
	text-decoration: none;
}

#left_menu h3.red {
	background-image: url(/engine_images/red_menu_header_background.png);
}

#left_menu li.red {
	background-image: url(/engine_images/red_menu_background.png);
}

#left_menu li.red_bottom {
	background: url(/engine_images/red_menu_bottom.png) no-repeat left top;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* @end */

/* @group footer */

#footer {
	margin-top: 10px;
}

#footer table {
	width: 1111px;
	margin: 0 auto;
}

#footer table td {
	border: 0;
	padding: 0;
}

#footer table td p {
	color: white;
}

#footer table td p a {
	color: yellow;
}

.paginator
{
	color:#000000;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
}

.paginator:hover
{
	color:#b2d232;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:underline;
}

/* @end */