/* CSS Document */
html{
	margin:0px;
	padding:0px;
	height:100%;
}
body{
	margin:0px;
	padding:0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	font-size: 12px;
	color: #003772;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	color: #003772;
	text-decoration: none;
}
#ringfeder {
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#ringfeder #header{
	height: 75px;
}

#ringfeder #header #logo {
	padding-left: 30px;
}

#ringfeder #header td {
	border-bottom: 1px solid #003772;
}
#ringfeder #header #slogan {
	color: #87888a;
	padding-right:30px;
	text-align: right;
	font-size:16px;

}


#ringfeder  #login_area {
	height: 265px;
	width: 600px;
	vertical-align:top;
}
#ringfeder  #login_area #login_header {
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #003772;
}

#ringfeder #login_area #login {
	height: 158px;
	width: 225px;
	margin-top: 10px;
	border: 1px solid #003772;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#ringfeder   #login_area #login_title {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 7px;
	color: #003772;
}
#ringfeder   #login_area #login .login_input {
	font-size: 12px;
	color: #003772;
	height: 20px;
	width: 100%;
}
#ringfeder  #login_area #login_info {
	height: 50px;
	width: 245px;
	font-size: 12px;
	font-weight: normal;
	color: #003772;
	text-align: left;
	padding-top: 10px;
}
#ringfeder #auto_login {
	font-size: 11px;
	color: #003772;	
	width: 100%;	
}
#ringfeder #login_bt {
	font-size: 12px;
	color: #FFFFFF;
	height: 23px;
	width: 40%;
	background: #003772;
	margin-top: 10px;
	border-right-style: none;
	border-bottom-style: none;
}

#ringfeder  #product_area {
	height: 265px;
	width: 225px;
	vertical-align:top;
}

#ringfeder  #product_area #product_header {
	font-size: 18px;
	font-weight: bold;
	color: #003772;
}

#ringfeder #product_area #product_list{
	/* height: 220px; */
	margin-top: 10px;
	border: 1px solid #003772;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}

#ringfeder   #top_contents {
	height: 90px;
	padding-left: 30px;
	font-size: 18px;
	color: #003772;
	line-height: 90px;
}
#ringfeder   #top_contents_popup {
	height: 40px;
	padding-left: 30px;
	font-size: 22px;
	color: #003772;
	line-height: 40px;
}

#ringfeder  #tbl_contents {
	height: 230px;
	width: 550px;
	margin-left:25px;
}
#ringfeder #footer {
	height:40px;
	border-top: 1px solid  #6687aa;
	color: #003772;
	padding-right: 30px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;

}
#ringfeder #footer_link {
	height:40px;
	border-top: 1px solid  #6687aa;
	color: #003772;
	padding-left: 30px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;

}

.top_caption {
	font-size: 18px;
	color: #003772;
	font-weight:bold;
	text-decoration:none;
	float:left;
}

/* Start la	yout CSS */
	.tableWidget_headerCell,.tableWigdet_headerCellOver,.tableWigdet_headerCellDown{	/* General rules for both standard column header and mouse on header of sortable columns */
	cursor:pointer;
	border-left:1px solid #FFffF;
	background-color: #003772;
	color: #FFFFFF;
	text-align: center;
	height:40px;
	}

	.tableWidget_headerCell{	/* Standard column header */
	height:40px;
	}

	.tableWigdet_headerCellOver{	/* Rollover on sortable column header */
		border-top:2px solid #33CCFF;
	}
	.tableWidget tbody .tableWidget_dataRollOver{	/* Rollover style on mouse over (Data) */
	}

	.tableWigdet_headerCellDown{
		border-top:2px solid #FFC83C;
		background-color:#003772;
		border-left:1px solid #ACA899;
		border-right:1px solid #FFF;
	}

	.tableWidget td{
	margin:0px;
	padding:2px;
	border-bottom: 1px solid #EAE9E1;

	}
	.tableWidget thead td{
	margin:0px;
	padding:2px;
	border-right: 2px solid #fffff;
	}
	.tableWidget tbody td{
	margin:0px;
	padding:2px;
	border-bottom: 1px solid #EAE9E1;
	border-left: 1px solid #003772;
	height:25px;
	}
	.tableWidget tbody{
	text-align: center;
	}
	.tableWidget{
		font-family:arial;
		font-size:12px;
		width:550px;
	}
	
	/* End layout CSS */


	div.widget_tableDiv {
	border:1px solid #003772;	/* Border around entire widget */
	height: 230px;
	overflow:hidden;
	overflow-y:auto;
	overflow:-moz-scrollbars-vertical;
	width:550px;
		margin:0px;	
		padding:0px;
	}
	
	html>body div.widget_tableDiv {
		overflow: hidden;
		width:550px;
		margin:0px;
		padding:0px;
	}

	.tableWidget thead{
		position:relative;
		
	}
	.tableWidget thead tr{
		position:relative;
		top:0px;
		bottom:0px;
	}

	.tableWidget .scrollingContent{
		overflow-y:auto;
		overflow:-moz-scrollbars-vertical;
		
		width:100%;
	}

.odd{

	background-color: #e5ebf1;
}

.even{
	background-color: white;
}
.odd:hover a, .odd:hover {
	background-color: #358f27;
	color:#FFFFFF;
}

.even:hover a, .even:hover{
	background-color: #358f27;
	color:#FFFFFF;
}

#ringfeder #infopanel {
	font-size: 11px;
	background: #e5ebf1;
	height:200px;
	margin-left:30px;
}
#ringfeder .product_img {
	margin-left: 30px;
	margin-bottom: 25px;
	height: 230px;
}
#ringfeder #calculation {
	margin-left: 25px;
	height: 380px;
	border: 1px solid #003772;
	padding: 10px;
	overflow: auto;
	overflow-y:auto;
	overflow:-moz-scrollbars-vertical;
	font-size: 12px;
}
#ringfeder #result {
	border-style: none;
	margin-left: 25px;
	height: 340px;
	padding: 10px;
	overflow: hidden;
	/*
	overflow: auto;
	overflow-y:auto;
	overflow:-moz-scrollbars-vertical;
	*/
	font-size: 12px;
	background-color:#e5ebf1;
	margin-bottom:25px;
}
#ringfeder .bt {
	color: #FFFFFF;
	background: #003772;
	border:none;
}
.tableWidget td:hover {
	cursor:pointer;
}
tr.highlight	{
	background-color: #358f27;
	color:#FFFFFF;
}
.tableWidget tr.selected {
	background-color: #358f27;
	color:#FFFFFF;
}

.tableWidget2 tr.selected {
	background-color: #358f27;
	color:#FFFFFF;
}

#ringfeder #myresults {

}
#ringfeder .calculation_area {
	/*overflow:hidden;*/
}
.input_cal {
	color: #003772;
	float: left;
	width: 160px;
}
.input_cal input {
	color: #003772;
	float: left;
	border:1px solid #CCCCCC;
	font-size: 12px;
	width:140px;
}
.input_caltxt {
	color: #003772;
	border:none;
	font: bold 11px Arial, Helvetica, sans-serif;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 5px;
	height:40px;
}
.input_caltable {
	color: #003772;
	border:none;
	font: bold 11px Arial, Helvetica, sans-serif;
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-bottom: 10px;
	height:50px;
}
.caltxt_free {
	color: #000000;
	background-color: #E5EBF1;	
	border:none;
	font: 11px Arial, Helvetica, sans-serif;
	float: left;
	width: 700px;
	padding: 5px;
	
}
.caltxt_free_caption {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #003772;
	float: left;
	width: 700px;
	padding: 5px;
	
}

.error_calculation {
	width:100%;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003772;
	height:90px;
	float:left;
	margin-top:10px;
}
.error_calculation input {
	display:none;
	float:left;
}
h3 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #003772;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.legend {
	font: 18px Arial, Helvetica, sans-serif;
	color: #003772;
	background-color:#ffffff;
	padding-bottom: 10px;

}

div.legend_div {
	height: 170px;
	overflow:auto;
	overflow-y:auto;
	background-color:#e5ebf1;
	overflow:-moz-scrollbars-vertical;
}

div.legend_admin_div {
	height: 400px;
	overflow:auto;
	overflow-y:auto;
	background-color:#e5ebf1;
	overflow:-moz-scrollbars-vertical;
}


.legende2 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #003772;
	background-color:#ffffff;
	padding-bottom: 10px;

}

div.legend2_div {
	/*
	height: 550px;
	
	overflow:auto;
	overflow-y:auto;
	overflow:-moz-scrollbars-vertical;
	*/
}

html>body div.legend_div {
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;
	/* overflow:-moz-scrollbars-vertical; */
}

.tableLegend{
	hight:170px;
	
}
.tableLegend tbody{
	background-color:#e5ebf1;
	text-align: left;
}
.tableLegend tbody tr{
	margin:0px;
	padding:0px;

}
.tableLegend tbody td{
	vertical-align:top;
	margin:0px;
	padding:0px;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	/* background:transparent url(/images/black_arrow.png); */
	background-image:url(../images/tooltip.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
	/* background-color: #4C4C4C; */
}


div.formArticle {
	margin-left: 20px;
}


input.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
	margin: 0px;   
}
.validation-advice {
	font-size: 11px;
	color : #FF3300;
	margin: 0px;
	padding: 0px; 
}

.button_yellow {
	float:left;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	background: #fde90b;
	border: 1px solid #003772;
	padding: 1px 10px 1px 10px;
	cursor: pointer;
}

.flag_active
{
    border-width: 1px;
    border-color: #003772;
}
.flag
{
    border: none;
}

