body, table {
	font-family: Verdana;
	font-size: 10pt;
}

/* root elements */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #fff url('images/back-top.png') repeat-x;
}

table {
	width: 100%;
}

blockquote {
	margin: 0px;
	padding: 5px 5px 5px 25px;
	margin: 5px;
	border: 1px solid #ccc;
	background: #fff url('images/quote.png') no-repeat 5px 5px;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	list-style: none;
	display: block;
	margin: 0px;
}

img {
	border-width: 0px;
}

a {
	color: #0094FF;
	text-decoration: none;
}

a:hover {
	color: #FF6A00;
	cursor: pointer;
}

.color1 {
	color: #0094FF;
}

.color2 {
	color: #FF6A00;
}

/* main.html */
#content {
	clear: both;
}

#body 
{
	position: relative;
	top: 155px;
	z-index:1;
}

#main_left {
	width: 600px;
	float: left;
}

#main_right {
	width: 200px;
	float: left;
}

input.button {
	cursor: pointer;
}

.gray_border {
	border: 1px solid #ccc;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.text_body {
	margin: 5px 10px 5px 10px;
}

.margin_top {
	margin-top: 15px;
}

.info_bar {
	background: url('images/f2f2f2-opaque.png') repeat;
	border: 1px solid #fff;
	height: 25px;
}

.bar_text {
	color: #7f7f7f;
	padding: 5px 5px 0px 5px;
	font-weight: bold;
	font-size: 8pt;
}

a.bar_link
{
	background-color: #FF6A00;
	display: block;
	color: #fff;
	height: 20px;
	padding: 5px 0px 0px 0px;
	width: 100px;
	font-weight: bold;
	font-size: 8pt;
	margin-left: 10px;
	text-align: center;
}

a.bar_link:hover {
	color: #fff;
	background-color: #0094FF;
}

td.text {
	vertical-align: top;
	width: 100%;
}

/* header */
#content {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
}

#header {
	background: url('images/wir-0_55.png') no-repeat 15px 5px;
	position: absolute;
	z-index: 2;
}

h1 {
	padding: 14px 0px 0px 0px;
	margin: 0px 0px 0px 70px;
}

h1 a {
	
	font: 20pt Verdana, sans-serif;
	color: #404040;
	font-weight: bold;
}

h2 {
	padding: 0px;
	margin: 0px 0px 0px 70px;
	font-size: 10pt;
	color: #7f7f7f;
}

.tab_info {
	margin-left: 10px;
	height: 37px;
}

.color2_title {
	padding: 7px 0px 0px 7px;
}
.color2_title a {
	font-weight: bold;
	font-size: 12pt;
	color: #FF6A00;
}
.color2_title a:hover {
	color: #0094FF;
}

 /* Tab links */
 #tab_links {
	padding: 0px;
	margin-top: 15px;
}

ul.tab, ul.selected_tab {
	float: left;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #ccc;
}

a.selected_tab, a.tab {
	float: left;
	display: block;
	width: 115px;
	height: 55px;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
}

a.tab {
	background: url('images/f2f2f2-opaque.png') repeat;
	color: #7f7f7f;
}

a.selected_tab {
	background: url('images/e5e5e5-opaque.png') repeat;
	color: #0094FF;
}

a.tab:hover, a.selected_tab:hover {
	background-image: url('images/ffffff-opaque.png');
	color: #FF6A00;
}

li.subtab {
	display: none;
	clear: both;
}

ul.tab:hover li.subtab, ul.selected_tab:hover li.subtab {
	display: block;
}

 li.subtab a {
 	display: block;
	font-weight: bold;
	padding: 6px 0px 6px 8px;
	border: 1px solid #fff;
	border-width: 1px 0px 0px 0px;
	font-size: 8pt;
 }

ul.tab li.subtab a {
	background: url('images/f2f2f2-opaque.png') repeat;
	color: #7f7f7f;
}
ul.selected_tab li.subtab a {
	background: url('images/e5e5e5-opaque.png') repeat;
	color: #0094FF;
}
ul.tab li.subtab a:hover, ul.selected_tab li.subtab a:hover {
	background: url('images/ffffff-opaque.png') repeat;
	color: #FF6A00;
}

/* chrome hack to work around current bugs in google crome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
a.tab:hover, a.selected_tab:hover {
	background: #fff;
}
ul.tab li.subtab a:hover, ul.selected_tab li.subtab a:hover {
	background: #fff;
}
}

/* footer */
#footer_links {
	clear: both;
	text-align: center;
	margin: 15px 0px 10px 0px;
}
	
#footer_links a {
	padding: 0px 6px 0px 6px;
	font-weight: bold;
	font-size: 8pt;
}

#copyright {
	text-align: center;
	font-size: 8pt;
	clear: both;
}

/* Login */
div#login {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: none;
	background-image: url('images/828282-opaque.png');
	z-index: 3;
}

div.login_box {
	background: #fff url('images/back-top.png') repeat-x;
	background-position: 0px 1px;
	text-align: left;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 200px;
	background-color: #fff;
	border: 1px solid #000;
	padding: 10px;
}

div.login_image {
	float: left;
}
div.login_title {
	float: left;
	margin: 15px 0px 0px 10px;
	font-size: 12pt;
	font-weight: bold;
	color: #FF6A00;
	height: 40px;
}
div.login_close {
	float: right;
}
a.login_close {
}

div.login_input {
	clear: both;
	margin: 3px 0px 0px 10px;
}