

* {
	line-height: 18px;
	font-family: "Verdana";
	font-size: 10px;
	font-weight: normal;
}



html, body {
	height: 100%;
	scrollbar-base-color: #d7d7d7;
	scrollbar-darkshadow-color: #F8F4F1;
	background-color: #8493A4; /* #677687; */
	margin: 0;
	padding: 0;
	border: 0;
	cursor: default;
/*  overflow-y: hidden; */
	overflow-x: hidden;
/*	overflow: hidden;  */
}


input {
	 height: 25px;
}

div {
	margin: 0;
	padding: 0;
}

div#parent_header {
	display: none;
	left: 0px;
	right: 0px;
	height: 80px;
	background: #ffffff url(../media/bkg_header.gif) repeat-x bottom;
/*	background-color: red; */
	margin: 0 -15px 0 0;
	width: 100%;
}



.bg1 {
    background: #8493A4;
}

.bg_title {
    background: #CFD8E2;
    border: 1px solid #677687;
    border-left: 0px;
}

.info_cell {
    background: #e8e8e8;
    border-top: #c0c0c0 1px solid;
    border-left: #c0c0c0 1px solid;
    border-bottom: white 1px solid;
    border-right: white 1px solid;
}

.info_table {
    background: #e8e8e8;
}

.login_form_footer {
    background: #ffffff url(../media/bkg_tab_control.gif) repeat-x bottom; height: 5px;
}

.login_body {
    background: #ffffff;
}

.info_div {
    text-align: left;
    display: none;
    visibility: hidden;
    background: #e8e8e8;
    padding: 5px;
}

