﻿html, body
{
	height: 100%;
}
body
{
	font-family: helvetica;
	font-size: 11pt;
}
p
{
	font-family: helvetica;
	font-size: 11pt;
}

.right
{
	text-align: left;
	vertical-align: middle;
	font-family: helvetica;
	font-size: 11pt;
}
.left
{
	text-align: right;
	vertical-align: middle;
	font-family: helvetica;
	font-size: 11pt;
}

.small_left
{
	font-family: helvetica;
	font-size: 8pt;
	text-align: left;
}

.small_right
{
	font-family: helvetica;
	font-size: 8pt;
	text-align: right;
}

.show_table
{
	border: 0px;
}
.modal_details
{
	font-family: helvetica;
	font-size: 8pt;
	text-align: left;
	line-height:100%;
}

.show_left
{
	text-align: right;
	width: 90px;
	vertical-align: middle;
	font-family: helvetica;
	font-size: 11pt;
}
.show_left_hl
{
	background-color: #F26E61;
	text-align: right;
	width: 90px;
	vertical-align: middle;
	font-family: helvetica;
	font-size: 11pt;
}

.show_right
{
	text-align: left;
	width: 150px;
	vertical-align: middle;
	font-family: helvetica;
	font-size: 11pt;
	padding-left: 4px;
}

.show_right_hl
{
	background-color: #F26E61;
	text-align: left;
	width: 150px;
	vertical-align: middle;
	font-family: helvetica;
	font-size: 11pt;
}

.advanced_left
{
	text-align: right;
	width: 90px;
	vertical-align: middle;
	font-family: helvetica;
	font-size: 11pt;
}
.advanced_right
{
	text-align: left;
	width: 320px;
	vertical-align: middle;
	padding-left: 4px;
	font-family: helvetica;
	font-size: 11pt;
}

.advanced_right_right
{
	text-align: right;
	width: 320px;
	vertical-align: middle;
	padding: 0px;
}

.meta
{
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}
.metawhite
{
	height: 26px;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}

.status
{
	font-family: helvetica;
	font-size: 9pt;
	color: Red;
	text-align: center;
	height: 500px;
	padding: 10px;
}

#inhalt
{
	text-align: left;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px;
	width: 651px;
	background-color: #ffffff;
	
}
#down_fill {
height: 100%;
}

#top
{
	background-image: url('images/top.jpg' );
	background-repeat: no-repeat;
	height: 26px;
	text-align: right;
	font-size: 0.8em;
}
#menu
{
	background-image: url('images/menu.jpg' );
	background-repeat: no-repeat;
	height: 41px;
	vertical-align: middle;
}

#menuasp
{
	text-align: center;
}
#contenta
{
	background-image: url('images/top_content.jpg' );
	background-repeat: no-repeat;
	height: 153px;
}

#central
{
	background-image: url('images/middle.jpg' );
	background-repeat: repeat-y;
}

#down_fill
{
	background-image: url('images/fill_d_slice.jpg' );
	background-repeat: repeat-x;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#footer
{
	background-image: url('images/bottom.gif' );
	background-repeat: no-repeat;
	height: 31px;
	text-align: center;
}
.footer_in
{
	padding: 5px;
	width: 630px;
}



/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
	line-height: 220%;
}
.panelTable
{
	border: 1px solid #cccccc;
	padding: 0px;
	height:100%;
			width:100%;
	border-collapse: separate;
	border-spacing: expression(cellSpacing=0);
	border-spacing: 0px;
	border-padding: expression(cellPadding=0);
	border-padding: 0px;
}

.imageText
{
	color: #CCCCCC;
	font-weight: bold;
	font-size: 15px;
}

.examples
{
	font-size: 12px;
}
.tdText
{
	font-size: 12px;
}
.ob_ComboboxContainer
{
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	cursor: pointer;
}





