body
{
	background-color: Transparent;
	margin: 0px;
	color: #000000;
	font-family: Arial, Sans-Serif;
	/*width:960px;*/
	overflow:visible;
    vertical-align:top;
}

TABLE.standard_groundtable
{
	width: 960px;
	margin:0px;
	padding:0px;
	table-layout: fixed;
	vertical-align:top;
}

DIV.standard_groundlayer
{
	left: 0px;
	overflow: visible; /*auto*/
	width: 960px;
	min-height: 710px;
	position: absolute;
	top: 0px;
	margin:0px;
	vertical-align:top;	
}

.standard_title
{
    padding-top:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 28px;
    vertical-align:top;
}
.standard_subtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 22px;
    vertical-align:top;
}

.standard_text
{
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    vertical-align: top;
}

.Template1
{
    font-size: 12px;
    color: #000000;
    line-height: 16px;
    vertical-align: top;
}
.standard_text_bold
{
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    vertical-align:top;
    font-weight:bold;
}

.standard_warning
{
    font-size: 12px;
    color: #ff0000;
    line-height: 18px;
    vertical-align:top;
    font-weight:bold;
}


.standard_errortext
{
    font-size: 12px;
    color: #ff0000;
    line-height: 18px;
    vertical-align:top;
    font-weight:bold;
}

.standard_tip
{
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    vertical-align:top;
    font-style:italic;
}
.standard_tipframe
{
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    vertical-align:top;
    font-style:italic;
    border-bottom:solid 1px #cccccc;
    border-top:solid 1px #cccccc;
    background-color:Transparent;
}
.standard_input
{
    font-size: 12px;
    color: #000000;
    line-height: 14px;
    vertical-align:top;
}
.standard_link_text
{
	cursor: pointer;
	text-decoration: underline;
	font-size: 12px;
	/*color: #003399;*/
	vertical-align:top;
    font-weight:bold;
    color: #993300;
}
.standard_link_text_off
{
	cursor: text;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
    vertical-align:top;
}

.standard_grid
{
    font-size: 12px;
    color: #000000;
    line-height: 14px;
    height:50px;
}

.standard_link_off
{
	font-weight: bold;
	cursor: text;
	text-decoration: none;
	font-size: 14px;
	color: #993300;
}

.standard_link
{
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
	font-size: 14px;
	color: #993300;
}

.standard_link_inactiv
{
	font-weight: bold;
	cursor: default;
	text-decoration: underline;
	font-size: 14px;
	color: #993300;
}


.standard_button
{
    border: none;
    min-height:30px;
    min-width:30px;
    vertical-align:middle;
    overflow:visible;
    /*text-align:center;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url( '../buttons/ButtonAllgem.gif' );
    background-color: Transparent;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    color:#003366;
}
.standard_aspbutton
{
    border: none;
    min-height:30px;
    min-width:30px;
    vertical-align:bottom;
    overflow:visible;
    /*text-align:center;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url( '../buttons/ButtonAllgem.gif' );
    background-color: Transparent;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    color:#003366;
    padding-top:4px;
}

.standard_verticalrule_td
{
    border-left: solid 1px #000000;
}


.xtended_popup_layer_border
{
	border-right: #aca899 2px outset;
	border-top: #aca899 2px outset;
	border-left: #aca899 2px outset;
	border-bottom: #aca899 2px outset;
	padding:10px;
}

.xtended_popup_layer_face
{
    background-color:#fdfdfd;
	padding-bottom:10px;
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    vertical-align:top;
}
.xtended_popup_layer_title
{
	background-color: #cccccc;
	color:White;
	
    padding-top:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
    vertical-align:top;
}

ul
{
    padding-left:10px;
    margin-left:10px;
}

.popup_close_link
{
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
    color: #FFEE00;
    vertical-align: top;
    background-color: Black;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
}