@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-image: url(../images/body_bg.gif);
	margin-left: 5px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}

div.ADC_header {
	border: 0px solid #3b60af;
	visibility:hidden;
}
span.ADC_header_left {
	text-align: left;
}
span.ADC_header_left {
	text-align: right;
}

div.ADC_body {
	border: 1px solid #3b60af;
	text-align:left;
/*	height: 500px;*/
	background-repeat:no-repeat;
	margin-top:40px;
	padding-bottom:15px;
}
div.ADC_footer {
	border: 1px solid #3b60af;
	border-top: 0px;
	text-align:right;
	background-color:white;
}

div.leftcolumn { /* by default background on the entire block */
	padding-left:0px;
	margin-left:0px;
	background: url(../images/leftcolumn_bottom.gif) bottom left no-repeat;
	padding-bottom: 17px; /* so that text will not appear on the bottom rounded edge */
}

div.leftcolumn_top { /* bloc title definition */
	height: 17px;
	background: url(../images/leftcolumn_top.gif) top left no-repeat;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

div.leftcolumn_data {
	padding: 0 20px 0 10px; /* internal block spaces administration */
	text-align: justify;
	height:360px;
	color:white;
	background: url(../images/leftcolumn_bg.gif) top left repeat-y;
}

div.rightcolumn {
/*	height:360px;*/
	padding:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow:auto;
}

fieldset.container {
	border : 1px solid #3366cc;
	padding: 4px;
	margin : 2px;
	border-left:0px;
	border-right:0px;
	background:#e5ecf9;
	position: relative;
}
legend.container {
	position: relative;
	top: -0.3em;
}
