body{
	padding:0;
	margin:0;
	font-size:12px;
	font-family:Tahoma, Arial;
}

a, a:visited{
	color:#222;
}

#head{
	height:98px;
	margin:5px 10px 10px 10px;
	background: #6f7d9a url(images/head_back.gif) repeat-x;
	position:relative;
	min-width:989px;
}

img#hl{
	position:absolute;
	top:0;
	left:0;
}
img#hr{
	position:absolute;
	top:0;
	right:0;
}

#holder{
	width:100%;
	min-width:1009px;
	float:left;
	clear:both;
}
#center{
	width:730px;
	padding:0 20px;
	float:left;
}
#left{
	width:17%;
	float:left;
}
#menu{
	margin:0 0 10px 10px;
	padding:10px;
	background:#EEE;	
	position:relative;
}
#menu i{
	position:absolute;
	width:10px;
	height:10px;
}
#menu i.tl{
	background:url(images/menu_tl.gif) no-repeat;
	top:0;
	left:0;
}
#menu i.tr{
	background:url(images/menu_tr.gif) no-repeat;
	top:0;
	right:0;
}
#menu i.bl{
	background:url(images/menu_bl.gif) no-repeat;
	bottom:0;
	left:0;
}
#menu i.br{
	background:url(images/menu_br.gif) no-repeat;
	bottom:0;
	right:0;
}

#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu li{
	margin:0 0 3px 0;
}
#menu a, #menu a:visited{
	color:#666;
}
#menu a:hover{
	color:#000;
}


#right{
	width:1px;
	float:left;
	position: relative;
}

#bottom{
	clear: both;
	margin:0 10px;
	position:relative;
	min-width:989px;
	padding:170px 0 10px 0;
	text-align:center;
}

.menuHead{
	font-weight: bold;
	margin:0 0 5px 0;
}

#enterTable{
	border-collapse:collapse;
}
#enterTable td{
	width:50%;
	vertical-align:top;
}
#enterTable td.l{
	padding:0 10px 10px 0;
}
#enterTable td.r{
	padding:0 0 10px 10px;
}
.eTable{
	border-collapse:collapse;
}
#enterTable .eTable td{
	vertical-align:middle;
	width:70%;
}
.eTable td, #eTable th{
	padding:5px;
}
.eTable th{
	width:120px;
	text-align:right;
	font-weight:normal;
}

.fHead{
	font-size:16px;
	padding:10px 0;
	color:#6F7D9A;
	font-weight:bold;
}

.listTable{
	width:100%;
	border-collapse: separate;
	border-spacing:1px;
	border-bottom:1px solid #788092;
	font-size: 11px;
}

.listTable th{
	font-size:11px;
	font-weight: normal;
	background: #788092;
	color:#FFF;
	padding:5px;
	width:150px;
}
.listTable td{
	padding:5px;
	vertical-align:middle;
}
.listTable .r1 td, table.listTable td.r1{
	background: #F0F0F0;
}
.listTable .r0 td, table.listTable td.r0{
	background: #FFF;
}

.listTable tr.highlight:hover{
	background: #F5F5F5;
}

.listTable a{
	text-decoration:underline;
}
.listTable a:hover{
	text-decoration:none;
}

.actionButtons{
	padding:20px 0;
}

.actionButtons a{
	color: #000;
 	display:block;
	float:left;
	padding:5px 10px;
	border:1px solid #BBB;
	background: #F2F3FB;
}

.actionButtons a:hover{
	color: #6F7D9A;
	text-decoration:none;
	background: #fff;
}

.editTable{
	width:500px;
	border-collapse:separate;
	border-spacing:1px;
}

.editTable th{
	width:100px;
	font-size:11px;
	font-weight:normal;
	padding:5px 3px;
	background: #788092;
	color:#FFF;
}
table.user{
	width:600px;
}
table.user th{
	width:200px;
}
.editTable td{
	background: #EEE;
	padding: 5px 10px 5px 10px;
}

span.ex{
	font-size:11px;
	color:#CCC;
}

.editTable td.buttons{
	background: #FFF;
	padding:10px 0 0 0;
}

.editTable input.text{
	width:360px;
}

.editTable select{
	width:360px;
	margin:3px 0 0 0;
}

.calendarDisplayArea{
	float:left;
	width:80px;
	height:14px;
	padding:5px 0;
}

#id-date-start-btn img{
	margin:5px 0 0 0;
}

.msg{
	padding:10px;
	text-align:center;
	margin:10px 0;
	font-size:11px;
}

.info{
	border:1px solid #44A;
	background:#F2F2FF;
}
.error{
	border:1px solid #A44;
	background:#FEE;
}
.ok{
	border:1px solid #4A4;
	background:#EFE;
}

.payTable{
	width:400px;
}

.payTable td{
	width:50%;
	text-align:center;
	vertical-align:bottom;
}

.button{
	color: #000;
	padding:5px 10px;
	border:1px solid #BBB;
	background: #F2F3FB;
}

.button:hover{
	color: #6F7D9A;
	text-decoration:none;
	background: #fff;
}

.hButton, .hButton:visited{
	color:#4A4;
	text-decoration:underline;
	font-size:11px;
}
.hButton:hover{
	text-decoration:none;
}

tr.line>td{
	border-top:1px solid #6F7D9A;
}

.align-left{
	text-align:left;
}
.fName{
	font-size:14px;
}

.actButton{
	color: #000;
 	display:inline-block;
	padding:5px 10px;
	margin:5px;
	border:1px solid #BBB;
	background: #F2F3FB;
	border-radius:3px;
	cursor:pointer;
}

.actButton:hover{
/*	color: #6F7D9A;*/
	text-decoration:none;
	background: #E6E7F6;
}

.txtButton{
 	display:inline-block;
	padding:5px 10px;
	margin:5px;
	border:none;
	background:transparent;
	text-decoration:underline;
	cursor:pointer;
}
.txtButton:hover{
	text-decoration:none;
}

.controlsh{
	padding:10px 0;
	text-align:center;
}

#map, #mapFrame{
	width:770px;
	height:600px;
}
#mapFrame{
	border:1px solid #888;
}

#miniMap{
	float:right;
	width:300px;
	margin-left:10px;
}
#mapFrameMini{
	width:300px;
	height:200px;
	border:1px solid #888;
	border-radius:3px;
}