

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	leftmargin: 0;
	topmargin: 0;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	background: #FFFFFF;
	text-align:left;
}

table {
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: 0px;
	empty-cells: show;
	table-layout: auto;
	vertical-align:top;
}

td {
	vertical-align:top;
}

a {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}

a:visited {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}

a.menu_text {
	color: #FFFFFF;   
	text-decoration: none;     
}

a.menu_text_selected {
	color: #000000;
}

.tablemanagerlogo { 
	position:absolute;
	top:30px; 
	left:0px;
	width:506px;
	height:61px;
	background-image:url(/images/logo.png);
	background-position:top left;
	background-repeat:no-repeat; 
}

.titleh2 { 
	width:100%;
	color:#404040;
	font-weight:bold;
	font-size:18px;
	border-bottom:1px solid #00508C;
	padding:0;
	margin-bottom:20px;
} 

.myh3 { 
	color:#404040;
	font-weight:bold;
	font-size:14px;	
} 

.myh2 { 
	color:#0078AB;
	font-weight:bold;
	font-size:12px;	
}

#container_top { 
	width:100%;
	background:#00508C;
	height:5px;
	line-height:1px;
	font-size:1px;
	z-index:100;
}

#container_content {
	width:980px;
	margin:0px auto;
	position:relative;
	padding:100px 0 0 0;
}

#footer { 
	position:relative;
	padding:0;
	width:980px; 
	margin:0 auto;
	border-top: 1px solid #00508C;
}

#menu {
	background-image: url("/images/background_table_menu_gray.jpg");
	background-repeat: repeat-x;
	height: 36px;
}

.table_menu_main {
	width: 980px;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	border-color: #fff;
	height: 31px;
}

.table_menu_cell {
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
	font-stretch: wider;
	vertical-align:middle;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
}

.table_menu_cell_selected {
	vertical-align:middle;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-color: #fff;
	border-style: solid;
	padding-left: 23px;
	padding-right: 23px;
	white-space: nowrap;
	font-stretch: wider;
	text-transform: uppercase;
	cursor: pointer;
	background-image: url("/images/background_table_menu_hover.jpg");
	background-repeat: repeat-x;
	color: #4d4d4d;
}

.table_menu_cell:hover {
	background-image: url("/images/background_table_menu_hover2.jpg");
	background-repeat: repeat-x;
}

.empty_right_cell {
	border-width: 0px;
}

.container_boxes {
	min-height:400px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom:10px;
}

.table_boxes {
	border-width: 0px;
	width: 100%;
}


.table_boxes_content {
	background-repeat: no-repeat;
}

.td_rectbox {
	width:462px;
	broder-width:2px;
	height:300px;
	border:1px solid #999;
	background-color:#FFFFFF;
	color:#000;
	padding:10px;
	text-align:left;     
}


.text_boxes {
	font-size:18px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	line-height:1.15;
	color: #404040;
}

.text_boxes_teaser_big {
	font-size:29px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	line-height:1.15;
	color: #000;
}

.text_boxes_teaser_small {
	font-size:25px;
	font-weight:bold;
	font-style:italic;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	line-height:1.15;
	color: #ffffff;
}

.form_input { 
	width:300px;
	height:20px;
	padding:0px 0 0 4px;
	font-size:12px;
	margin:0 0 10px 0;
	border: solid 1px #7eb3f6;
}

.form_input_bad { 
	width:300px;
	height:20px;
	padding:0px 0 0 4px;
	font-size:12px;
	margin:0 0 10px 0;
	border: solid 1px #FF4040;
}

.ul_arrow {
	list-style:none; 
	padding:0; 
	margin:0;
	padding:1px 0 2px 18px;
	margin:0px;
	background:url("/images/arrow_blue.png") 2px 4px no-repeat;
}


