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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:active {
	color: #3399cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0099cc;
}
#background {
	background: transparent url(../files/background.jpg) no-repeat top center;
	width: 100%;
	border-bottom: 5px solid #666;
}
#background_page {
	background: transparent url(../files/background_page.jpg) no-repeat top center;
	width: 100%;
	border-bottom: 5px solid #666;
}
#wrapper {
	width: 920px;
	border-top: 5px solid #e21f38;
	margin: 0 auto;
}
#topmenu {
	color: #999999;
	padding: 5px 5px 10px 5px;
}
#topmenu td {
	color: #999;
}
#topmenu a:link, #topmenu a:visited, #topmenu a:active {
	color: #999999;
	text-decoration: none;
}
#topmenu a:hover {
	text-decoration: underline;
	color: #666;
}
#menu {
	font-size: 14px;
}
#menu a:link, #menu a:visited, #menu a:active {
	color: #e21f38;
	text-decoration: none;
	display: inline-block;
	padding: 5px;
	margin-right: 20px;
}
#menu a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #e21f38;
}
#menu a.semi {
	color: #666;
	margin-right: 0;
}
#menu a.semi:hover {
	text-decoration: none;
	color: #fff;
	background-color: #666;
}
#flash {
	border: 10px solid #333;
	border-right: 0px;
}
#bodytext, #bodytext_home {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 5px solid #eee;
	background-color: #FFFFFF;
}
#bodytext {
	padding: 20px 25px 10px 25px;
	line-height: 1.5em;
}
#bodytext_home {
	padding: 0;
}
#bodytext_home p {
	margin: 0;
}
#footer td {
	color: #999999;
}
.small {
	font-size: 11px;
}
.big {
	font-size: 14px;
}
img {
	border: 0;
}
p {
	margin: 0 0 1em 0;
}
.inputsearch {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 165px;
	border: 1px solid #ccc;
	color: #999999;
	margin-right: 5px;
}
h1 {
	font-size: 15px;
	font-weight: normal;
	margin: 0px 0px 12px 0px;
	color: #0099CC;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 4px;
}
.imgfloatright {
	float: right;
	padding: 0 0 10px 10px;
}
.imgfloatleft {
	float: left;
	padding: 0 10px 10px 0;
}

/* tabbed */

.container {width: 100%;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #ccc;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a:link, ul.tabs li a:active, ul.tabs li a:visited {
	text-decoration: none;
	color: #444;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #fff;
	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: 20px 0 0 0;
}