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

#conFrame {
	clear: both;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

#conTop {
	clear: both;
	border: none;
	padding: 15px 20px 0 0;
	margin: 0;
	width: 900px;
	height: 60px;
	font-size: 10px;
}

#conLogo {
	float: left;
}

#conLogin {
	padding-left: 20px;
	float: right;
	vertical-align: middle;
	text-align: left;
}

#conUser {
	float: right;
	padding-right: 10px;
}

#conPassword {
	float: right;
	padding-right: 10px;
}

#conButton {
	float: right;
}

#conMain {
	clear: both;
	border: none;
	padding: 0;
	margin: 0;
	width: 950px;
	height: 460px;
}

#conMain #colLeft {
	width: 15px !important;
	background-image: url('../img/table_left.png');
	background-repeat: no-repeat;
	background-position: left top;
}

#conMain #colRight {
	width: 30px !important;
	background-image: url('../img/table_right.png');
	background-repeat: no-repeat;
	background-position: right top;
}

#conMain #colCenter {
	background-image: url('../img/table_center.png');
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: top;
	padding: 10px 5px;
}

#conMenu {
  height: 30px;
}

#conMenu a, #conMenu a:visited {
	display: block;
	float: left;
	padding: 5px 15px;
	background-color: #0071b9;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}

#conMenu a:hover {
	background-color: #65bdf4;
}

#conContent {
	clear: both;
	height: 390px;
}

#conFooter {
	clear: both;
	border: none;
	padding: 15px 0 0 700px;
	margin: 0;
	width: 230px;
	height: 50px;
	font-size: 10px;
	background-image: url('../img/footer.png');
	background-repeat: no-repeat;
}


