@CHARSET "UTF-8";
/* Global */
body {
	background: #FFFFFF url(images/background.png) repeat-x scroll 0 0;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
form {
	display: inline;
}
label {
	cursor: pointer;
}
a {
	color: #551A8B;
}
a:visited {
	color: #551A8B;
}
a:hover, a:visited:hover {
	text-decoration: underline;
}
a, a:visited {
	text-decoration: none;
}
button {
	cursor: pointer;
}
#main_holder {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 980px;
}

/* Header */
#header {
	float: none;
	width: 980px;
	height: 80px;
}
#header_left {
	float: left;
	width: 320px;
	height: 80px;
}
#header_right {
	float: left;
	width: 660px;
	height: 80px;
}
#logo {
	background-image: url(images/logo.png);
	height: 80px;
	width: 320px;
	float: left;
	cursor: pointer;
}
#top {
	float: none;
	height: 42px;
	width: 660px;
}
#search {
	color: #FFFFFF;
	float: left;
	padding-top: 9px;
	padding-left: 10px;
	height: 33px;
	width: 450px;
	vertical-align: middle;
}
#info {
	color: #90CAC3;
	text-align: right;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	float: right;
	height: 40px;
	width: 88px;
}
#navigation {
	height: 38px;
	width: 660px;
}
ul#nav {
	font-size: 13px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	margin-top: 8px;
	margin-left: 2px;
	text-transform: uppercase;
	width: 660px;
	height: 31px;
}
ul#nav li {
	color: #FFFFFF;
	float: left;
	margin: 0;
	height: 31px;
	width: 94px;
	text-align: center;
}
ul#nav li a {
	color: #FFFFFF;
	background-image: url(images/main_button_inactive.png);
	display: block;
	float: left;
	height: 31px;
	width: 94px;
	padding: 0;
	padding-top: 7px;
	text-decoration: none;
	font-weight: bold;
}
ul#nav li.main_button_active a {
	background-image: url(images/main_button_active.png);
	color: #406A80;
}

/* Path */
#path {
	color: #E89C8E;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 10px;
	width: 970px;
}
#path a {
	color: #3C6A82;
	text-decoration: none;
}

/* Left panel */
#left {
	float: left;
	width: 320px;
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 5px;
}
#left h1 {
	color: #3C6C82;
	display: inline;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 15px;
}
#left h2 {
	color: #FD7B00;
	display: inline;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
}
#left a, #left a:visited {
	color: #FD7B00;
}
.left_panel {
	margin-left: 10px;
	margin-bottom: 10px;
	width: 300px;
	color: #58585A;
	font-size: 11px;
}
.left_panel a, .left_panel a:visited {
	color: #FF7B00;
	font-size: 12px;
	font-weight: bold;
}
#login {
	background-image: url(images/login.png);
	color: #3E6A85;
	font-weight: bold;
	height: 178px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 300px;
}
#login a, #login a:visited {
	text-decoration: none;
	color: #3E6A85;
}
#adv_left {
	margin-left: 10px;
	margin-bottom: 10px;
	width: 300px;
}
.left_line {
	background-image: url(images/left_line.png);
	height: 20px;
	margin-left: 10px;
	margin-bottom: 0px;
	width: 300px;
}

/* Content */
#content {
	background-color: #FFFFFF;
	color: #4E4E50;
	float: right;
	padding-top: 10px;
	width: 660px;
}
#content h1 {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	display: inline;
	margin-top: 15px;
	color: #3C6C82;
	font-size: 14px;
	font-weight: bold;
	font-family: sans-serif;
}
.content_head {
	margin-top: 10px;
	width: 660px;
}
.content_title {
	float: left;
	color: #3C6C82;
	font-size: 18px;
	font-weight: bold;
	font-family: sans-serif;
}
.content_subtitle {
	float: left;
	font-size: 12px;
	color: #FD7B00;
	font-weight: bold;
	font-family: sans-serif;
	padding-left: 10px;
	padding-top: 5px;
}
.content_subtitle a {
	color: #206C60;
	text-decoration: underline;
}
.content_subtitle a:hover {
	color: #FD7B00;
	text-decoration: underline;
}
.content_right {
	float: right;
}
.content_line {
	background-image: url(images/content_line.png);
	height: 22px;
	margin-bottom: 2px;
	width: 660px;
}
.content_endline {
	background-position: bottom;
	background-image: url(images/content_endline.png);
	background-repeat: no-repeat;
	height: 22px;
	margin-bottom: 10px;
	width: 660px;
}
.content_lineblue {
	background-image: url(images/content_lineblue.png);
	height: 22px;
	margin-bottom: 2px;
	width: 660px;
}
.content_endlineblue {
	background-position: bottom;
	background-image: url(images/content_endlineblue.png);
	background-repeat: no-repeat;
	height: 22px;
	margin-bottom: 10px;
	width: 660px;
}
.content_colored_panel {
	border: solid #84C40A 1px;
	background-color: #DEEDC4;
	font-size: 11px;
	margin: 5px;
	padding: 5px;
	margin-bottom: 20px;
}

/* Footer */
#footer_holder {
	background: #FFFFFF url(images/bottom_background.png) repeat-x scroll 0 0;
	height: 140px;
	margin: 0 auto;
}
#footer {
	height: 125px;
	width: 980px;
}
#footer_links_holder {
	padding-top: 24px;
	height: 75px;
	width: 980px;
}
.footer_links {
	width: 187px;
	height: 69px;
	float: left;
	text-align: left;
	padding: 3px;
	color: #C6EAE8;
}
.footer_links h1 {
	color: #FFB120;
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 12px;
}
.footer_links a {
	color: #C6EAE8;
}
.footer_links_separator {
	width: 3px;
	background-image: url(images/footer_links_separator.png);
	height: 75px;
	float: left;
}
#footer_about {
	width: 980px;
}
#footer_counter {
	float: left;
	text-align: center;
	padding-top: 13px;
	padding-left: 5px;
}
#footer_about_info {
	float: left;
	text-align: center;
	padding-top: 7px;
	padding-left: 195px;
	font-size: 11px;
	color: #88C3BF;
	font-weight: bold;
}
#footer_about_info a {
	color: #88C3BF;
}
#footer_rubix {
	position: relative;
	bottom: 0px;
	right: 0px;
	background-image: url(images/rubix.png);
	width: 180px;
	height: 40px;
	float: right;
	cursor: pointer;
}

/* Buttons */
.button100 {
	background-image: url(images/button100.png);
	border: none;
	color: #FFFFFF;
	height: 22px;
	font-weight: bold;
	width: 100px;
}
.button150 {
	background-image: url(images/button150.png);
	border: none;
	color: #FFFFFF;
	height: 22px;
	font-weight: bold;
	width: 150px;
}
.button200 {
	background-image: url(images/button200.png);
	border: none;
	height: 22px;
	font-weight: bold;
	width: 200px;
}
.button_search {
	background-image: url(images/button_search.png);
	border: none;
	height: 29px;
	font-weight: bold;
	width: 100px;
}
#button_login {
	background-image: url(images/button_login.png);
	border: none;
	color: #FFFFFF;
	margin-top: 2px;
	height: 32px;
	font-weight: bold;
	font-size: 15px;
	width: 75px;
}

/* Others */
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 0;
}

/* Tables */
.table_info {
	border: none;
	border-collapse: collapse;
}
.table_info td, .table_info th {
	padding: 5px;
}
.table_info th {
	text-align: right;
}
.td_colored {
	background-color: #E3F2C9;
	border: none;
}
.results {
	border: 2px solid #FFFFFF;
	border-collapse: collapse;
	width: 100%;
}
.results .title {
	font-weight: bold;
	color: #FF7B02;
}
.results th {
	border: 3px solid #FFFFFF;
	background-color: #1D6A60;
	color: #FFFFFF;
	padding: 6px;
	margin-left: 2px;
	height: 13px;
}
.results th a {
	color: #FFFFFF;
}
.results td {
	border-left: 3px solid #FFFFFF;
	padding: 6px;
	color: #3E6B82;
	margin-left: 2px;
	height: 17px;
	background-image: url(images/results_td.png);
	background-repeat: repeat-x;
	vertical-align: top;
	
}
.category_link {
	color: #4E4E50;
	font-size: 13px;
	text-decoration: none;
	display:inline-block;
	margin: 3px;
	border: #999999 1px solid;
	padding: 4px;
	cursor: pointer;
	background-color: #F2F2F2;
	font-weight: bold;
}
.category_link:hover, .category_link:visited:hover {
	background-color: #F2F282;
	text-decoration: none;
}
