* {
	line-height: 18px;
	font-family: "Verdana";
	font-size: 11px;
	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: 12px;
}

.login_body {
    background: #ffffff;
}

.info_div {
    text-align: left;
    display: none;
    visibility: hidden;
    background: #e8e8e8;
    padding: 5px;
}


div.lang_bar {
	margin: 0px;
	padding: 0px;
  background-image: url('../login/Login_menu-bottom_background.png');
  background-repeat: repeat-x;
  height: 50px;
}

div.lang_bar span.spacer {
 border-right: 1px dashed #BDCCDB;
 height: 50px;	
 width: 1px;
 display: inline-block;
 float: left;
}

a.lang {
  float: left;
	display: inline-block;
	width: 80px;
	text-align: center;
	text-decoration: none;
	height: 50px;
}

a.lang:hover {
	background: white;
	color: black;
}

a.lang span {
   padding-top: 5px;
   display: inline-block;
}

a.lang img {
	margin: 2px auto;
	width: 23px;
	display: block;
}



a.database {
	display: block;
	position: relative;
	width: 290px;
	height: 22px;
	text-decoration: none;
}

a.database:hover {
	background: #58656E;
	/*
  background-image: url('../login/Login_menu-bottom_background.png');
  */
	color: white;
}

a.database span.label {
	position: absolute;
	left: 30px;
	top: 2px;
  cursor: pointer;
}

a.database span.nodb {
	color: gray;
}

a.database:hover span.nodb {
  color: white;
}

a.database span.img {
  position: absolute;
  left: 8px;
  top: 3px;
  width: 16px;
  height: 15px;
  background: url('../../../images/database_on.gif');
  cursor: pointer;
}

a.database span.img_nodb {
  position: absolute;
  left: 8px;
  top: 3px;
  width: 16px;
  height: 15px;
  background: url('../../../images/database.gif');
  cursor: pointer;
}

a.database span.pool {
  position: absolute;
  right: 8px;
  top: 7px;
  width: 30px;
  height: 6px;
  background: black;
  display: block;
}

a.database span.pool span.filled {
	background: red;
	height: 6px;
	display: inline-block;
}



a.template {
  display: block;
  position: relative;
  width: 290px;
  height: 22px;
  text-decoration: none;
}

a.template:hover {
  background: #58656E;
  color: white;
}

a.template span.label {
  position: absolute;
  left: 30px;
  top: 2px;
  cursor: pointer;
}

a.template span.img {
  position: absolute;
  left: 8px;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url('../../../images/icon_template.gif');
  cursor: pointer;
}





a.language {
  display: block;
  position: relative;
  width: 290px;
  height: 22px;
  text-decoration: none;
}

a.language:hover {
  background: #58656E;
  color: white;
}

a.language span.label {
  position: absolute;
  left: 40px;
  top: 2px;
  cursor: pointer;
}

a.language img {
  position: absolute;
  left: 8px;
  top: 3px;
  cursor: pointer;
}



.message_info {
	color: white;
	font-weight: bold;
}

