body, html{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #FFFFFF;
	overflow: hidden;
}
body, p, span, div, td, th, form, input, select, option, textarea, a{
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
form{
	border: 0px;
	padding: 0px;
	margin: 0px;
	display: inline;
}
.error{
	font-weight: bold;
	color: #FF0000;
}
/* --------- Inputs, links --------- */
input, select, textarea, option{
	border: 1px solid #000000;
	margin: 0px;
	background-color: #FFFFFF;
}
option{
       border: 0px;
}
input.check{
	border: 0px;
	background: none;
}
table.main, table.bottom{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.main{
	height: 603px;
}
table.bottom{
	height: 100%;
}
table.main{
	background: url("img/bg_main.jpg") repeat-x top #FFFFFF;
}
table.main td, table.bottom td{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
table.main td.header{
	height: 124px;
	background: url("img/bg_header.jpg") no-repeat center top;
	vertical-align: bottom;
	text-align: center;
}
/* Tab */
table.tabholder{
	margin-bottom: 3px;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.tabholder a{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 5px 0px 5px;
}
table.tabholder a.selected{
	color: #2D819D;
	font-weight: bold;
}
table.tabholder td{
	background-color: #BB0900;
	height: 18px;
}
table.tabholder td.start{
	width: 18px;
	background: url("img/bg_tab_start.gif") no-repeat center;
}
table.tabholder td.item{
	width: 22px;
	background: url("img/bg_tab_item.gif") no-repeat top;
}
table.tabholder td.end{
	width: 17px;
	background: url("img/bg_tab_end.gif") no-repeat center;
}
/* Menu */
table.bottom td.menu{
	vertical-align: top;
	width: 188px;
	background-color: #BC0E05;
	background: url("img/bg_left_menu.gif") right top no-repeat #BC0E05;
}
td.menu a{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	margin-top: 1px;
}
td.menu a:hover{
	background-color: white;
	color: #2D819D;
}
/* Leftmenu */
#leftmenuholder{
	position: absolute;
	left: 0px;
	top: 140px;
	width: 188px;
	visibility: hidden;
}
div.leftmenuholder{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #BC0E05;
}
div.leftmenu a{
	height: 25px;
	padding: 5px 0px 0px 5px;
	background: url("img/bg_menu.gif") repeat-x center;
}
div.leftsubmenu a{
	margin-left: 10px;
	padding: 4px 0px 0px 5px;
	background: url("img/bg_submenu.gif") no-repeat center;
	height: 23px;
	width: 157px;
}
/* Content */
table.bottom td.content{
	vertical-align: top;
	padding: 0px;
	text-align: justify;
	background: url("img/bg_content.jpg") left top no-repeat #FFFFFF;
}
div.content{
	padding: 10px;
	width: 100%;
	height: 477px;
	overflow: auto;
}
table.bottom td.flag{
	vertical-align: top;
	text-align: center;
	width: 80px;
	padding-left: 5px;
}
/* Bottom */
table.main td.footer{
	height: 3px;
	background: url("img/bg_bottom_line.gif") left top repeat-x #FFFFFF;
}

