@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}
body {
	/* background: #f7f7f9 none; */
	background: #5e5245 url(images/back_pattern.png);
	margin: 0px;
}
a:link, a:visited, a:active {
	color: #015c82;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #08739f;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
	border: 5px solid #1a130d;
}
#flash2 {
	background: #362a1d url(images/menu_round.png) no-repeat left top;
	height: 31px;
	float: right;
	margin-top: 53px;
	-moz-border-radius: 5px 0 0 0;
	padding-left: 10px;
	width: 467px;
}
#header {
	width: 900px;
	height: 84px;
	border-bottom: 3px solid #271e14;
	background: url(images/head_back.png) repeat-x;
}
#head_cloud_stuff {
	position: absolute;
	font-size: 11px;
	padding: 31px 11px 0 430px;
	color: #b1d58c;
}
#head_cloud_stuff a:link, #head_cloud_stuff a:visited, #head_cloud_stuff a:active {
	color: #b1d58c;
	text-decoration: none;
}
#head_cloud_stuff a:hover {
	color: #9fc578;
	text-decoration: underline;
}
#head_menu {
	padding: 20px 10px 0 610px;
	font-size: 11px;
	font-family: Tahoma;
	color: #FFFFFF;
	text-align: right;
	line-height: 15px;
}
#bar {
	background-color: #991d00;
	padding: 4px 8px;
	border-bottom: 3px solid #e8e8e8;
	color: #FFFFFF;
}
#bar a:link, #bar a:visited, #bar a:active {
	color: #fff;
	text-decoration: none;
}
#bar a:hover {
	color: #fef3e7;
	text-decoration: underline;
}
#body {
	background-color: #FFFFFF;
	line-height: 1.5em;
}
#body table {
	margin-bottom: 1em;
}
#footer {
	clear: both;
	padding: 15px 10px;
	color: #bea161;
	font-family: Arial;
	font-size: 11px;
	background-color: #1a130d;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #b1d58c;
	font-size: 11px;
	text-decoration: none;
}
#footer a:hover {
	color: #9fc578;
	text-decoration: underline;
}
.input {
	font-family: Tahoma;
	font-size: 11px;
	color:#555;
	padding: 3px;
	width: 170px;
	margin: 2px;
}
.input2 {
	font-family: Tahoma;
	font-size: 11px;
	color:#555;
	padding: 3px;
	margin: 2px;
}
.textarea {
	font-family: Tahoma;
	font-size: 11px;
	color:#555;
	padding: 3px;
	width: 200px;
	height: 100px;
}
.button {
	font-family: Tahoma;
	font-size: 11px;
	margin: 2px;
	color: #555;
}
p {
	margin: 0 0 1em 0;
}
img {
	border: 0px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
h1 {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0 0 5px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #ddd;
	color: #993300;
}
h2 {
	padding: 0 0 4px 0;
	margin: 0 0 4px 0;
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	color: #ef6000;
	font-weight: bold;
}
h2 a:link, h2 a:visited, h2 a:active {
	color: #cc6600;
	text-decoration: none;
}
h2 a:hover {
	color: #cc9900;
	text-decoration: underline;
}
h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 4px 0;
	margin: 0 0 4px 0;
	color: #993300;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.big {
	font-size: 15px;
}
label {
	font-size: 12px;
	width: 100px;
	float: left;
	text-align: left;
}
.note {
	border: 1px solid #b7dffe;
	background-color: #f0f6fb;
	padding: 8px;
}
.warning {
	border: 1px solid #FF7979;
	background-color: #FFB9B9;
	color: #FF0000;
	padding: 8px;
	font-weight: bold;
}
.success {
	border: 1px solid #77FF77;
	background-color: #BFFFBF;
	padding: 8px;
	color: #00CC33;
	font-weight: bold;
}
#sidebar {
	width: 190px;
	padding: 10px 0;
	color: #865524;
}
#body {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 675px;
	padding-left: 9px;
	overflow: auto;
	height: 100%;
}
#mainbody {
	overflow: auto;
	height: 100%;
	padding: 0 8px;
	background: url(images/sep.gif) repeat-y;
}
#newsblock {
	border-bottom: 1px solid #bfb5a4;
	margin-bottom: 10px;
	font-size: 11px;
	font-family: Tahoma;
}
#tripbar {
	 float: right; 
	 width: 190px;
}
#tripbar input {
	 margin-bottom: 3px;
}
#tripbar img {
	 margin-bottom: 3px;
}

ul#sidemenu {
	list-style: none;
	margin: 0px 0px 20px 0;
	padding: 0px;
	width: 100%;
}
ul#sidemenu li {
	border-bottom: 1px solid #e6ded1;
}
ul#sidemenu li a:link, ul#sidemenu li a:visited, ul#sidemenu li a:active {
	font-size: 11px;
	font-family: Tahoma;
	color: #0066CC;
	display: block;
	padding: 6px 9px;
	text-decoration: none;
	color: #666655;
	font-weight: bold;
}
ul#sidemenu li a:hover {
	color: #535342;
	text-decoration: underline;
}
ul#sidemenu li a.first {
	padding-top: 0px;
}

.news p {
	margin-bottom: 5px;
}
.news a:link, .news a:visited, .news a:active {
	color: #666655;
	text-decoration: none;
}
.news a:hover {
	color: #8a8a76;
	text-decoration: underline;
}
.imgborder {
	border: 3px solid #ffe6cc;
}
.borderp {
	border-bottom: 1px dotted #cccccc;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	color: #666633;
}
.borderp2 {
	border-bottom: 1px dotted #cccccc;
	margin: 0;
	padding: 5px;
	color: #666666;
	background-color: #ffffe5;
}
.borderp2_1 {
	border-top: 1px dotted #cccccc;
}
.borderp3 {
	border-bottom: 1px dotted #cccccc;
	padding: 5px;
	color: #cc3300;
	background-color: #ffffe5;
}

/* TABS */

.container {
	width: 100%; margin: 1em auto 0 auto;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #d4e8ff;
	border-left: 1px solid #d4e8ff;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #d4e8ff;
	border-left: none;
	margin-bottom: -1px;
	background: #e6f1ff;
	overflow: hidden;
	position: relative;
}
ul.tabs li a:link, ul.tabs li a:active, ul.tabs li a:visited {
	text-decoration: none;
	color: #2063b4;
	display: block;
	font-size: 1em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #cfe5ff;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #d4e8ff;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 10px;
}
