html, body {height:100%;}
body {
	color:#999;
	margin:0;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
}
form ,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
input, textarea, select {
	vertical-align:middle;
	font:100% Tahoma, Arial, Helvetica, sans-serif;
}
img {
	border:none;
}
a {
	color:#999;
}
a:hover {
	text-decoration:none;
	color:#1833cc;
}
#wrapper {
	width:950px;
	margin:0 auto;
}
* html #wrapper {height:100%;}
#header {
	height:50px;
	border-bottom:3px solid #ccc;
	padding:4px 8px 4px 0;
	overflow:hidden;
	position:relative;
}
#header .logo {
	position:absolute;
	top:5px;
	left:0px;
}
#header .atol a {
	display:block;
	height:100%;
}
#header .atol {
	float:right;
	width:170px;
	height:49px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/atol.gif) no-repeat;
}
#main {
	overflow:hidden;
	width:950px;
	padding-bottom:65px;
}
#wrapper h1 {
	margin:2px 0 10px;
	background:#eee;
	font-size:19px;
	color:#333;
	line-height:28px;
	padding:0 0 2px 11px;
}
.hold {
	width:707px;
	float:right;
}
#content {
	width:420px;
	float:left;
	padding-top:8px;
	position:relative;
}
#content h2 {
	margin:0 0 5px 0;
	font-size:14px;
	color:#333;
}
#content p {
	margin:0 0 19px;
	line-height:19px;
}
#content img {
	display:block;
	margin-bottom: 20px;
}
#content hr{
	margin-bottom: 15px;
}
.form-area {
	width:420px;
	overflow:hidden;
	height:1%;
	border-bottom:1px solid #ccc;
	padding:18px 0 31px;
	margin-bottom:17px;
}
.form-area .col {
	width:192px;
	float:left;
}
.form-area label {
	font-size:14px;
	color:#333;
	font-weight:bold;
	display:block;
	margin-bottom:7px;
}
.form-area label span {
	color:#999;
	font-size:12px;
}
.form-area .small {
	width:45px;
	height:21px;
	border:1px solid #999;
	font-size:14px;
	color:#333;
}
.form-area .pulldown {
	width:134px;
	height:21px;
	color:#333;
	font-size:14px;
	border:1px solid #999;
}
.form-area em {
	font-style:normal;
	display:block;
	line-height:21px;
	margin-bottom:11px;
}
.form-area .btn {
	margin-top:21px;
}
.input-box {
	position:relative;
	width:133px;
	overflow:hidden;
}
.input-box input {
	width:103px;
	height:19px;
	color:#333;
	font-size:14px;
	border:1px solid #999;
	padding:1px 24px 0 4px;
}
.ui-datepicker-trigger,
.input-box .icon {
	border:0;
	width:14px;
	height:14px;
	top:4px;
	right:6px;
	position:absolute;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	background:url(/images/calendar.gif) no-repeat;
}
* html .input-box input {margin-top:-2px;}
* +html .input-box input {margin-top:-2px;}
.list {
	margin:13px 0 0;
	padding:0;
	list-style:none;
}
.list li {
	width:182px;
	float:left;
	padding-left:8px;
	line-height:22px;
	background:url(/images/bullet1.gif) no-repeat 0 50%;
}
.banner-col {
	width:250px;
	float:right;
}
.banner-col img {
	display:block;
	margin-bottom:10px;
}
#sidebar {
	width:188px;
	float:left;
	padding:6px 21px 0 0;
	background:url(/images/sep02.gif) repeat-y 100% 0;
}
#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
}
#sidebar ul li {
	padding-bottom:15px;
}
#sidebar ul li a {
	font-size:16px;
	color:#1833cc;
	font-weight:bold;
	padding:0 16px;
}
#sidebar ul li a:hover {
	color:#ef5026;
	text-decoration:underline;
}
#sidebar ul li.active {
	background:url(/images/arrow-right.gif) no-repeat 100% 7px;
}
#sidebar ul li.active a {
	background:url(/images/arrow-left.gif) no-repeat 0 6px;
	color:#ef5026;
	text-decoration:none;
	font-size:18px;
}
#footer {
	text-align:center;
	border-top:1px solid #ccc;
	padding:11px 0;
	height:34px;
	position:relative;
	margin:-58px auto 0;
	width:950px;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footer ul li {
	display:inline;
	padding:0 8px 0 10px;
	background:url(/images/sep01.gif) no-repeat 0 2px;
}
#footer ul li:first-child {
	background:none;
}
#footer ul li a {
	color:#1833cc;
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}
#footer p {
	margin:8px 0 0;
}
#footer p a {
	text-decoration:none;
}
#footer p a:hover {
	color:#999;
	text-decoration:underline;
}
.ui-datepicker-group-first {
	padding: 0 12px 0 0;
	float: left;
}
.ui-datepicker-row-break {
	display: none;
}
.ui-datepicker {
	border: 1px solid #999;
	background: #fff;
	margin: -1px 0 0;
	padding: 2px 15px 5px;
	float: left;
	width: 335px !important;
	display:none;
}
.ui-datepicker-header {
	overflow: hidden;
	padding: 5px 0;
	line-height: 16px;
}
.ui-datepicker-header a span {
	cursor: pointer;
}
.ui-datepicker-prev,
.ui-datepicker-next {
	border: 1px solid #ccc;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	margin: 0 5px 0 0;
	width: 16px;
	height: 16px;
	color: #000;
	float: left;
}
.ui-datepicker-next {
	margin: 0 0 0 5px;
	float: right;
}
.ui-datepicker-title {
	font-weight: bold;
	text-align: center;
}
.ui-datepicker-calendar {
	border-collapse: collapse;
}
.ui-datepicker-calendar th {
	border: 1px solid #dedede;
	border-width: 1px 0;
	background: #eee;
	font-weight: bold;
}
.ui-datepicker-calendar td {
	border: 1px solid #dedede;
	border-width: 1px 0 0;
	padding: 2px 5px;
	text-align: center;
}
.ui-datepicker-calendar td a {
	text-decoration: underline;
	display: block;
	color: #00f;
}
.ui-datepicker a.ui-state-highlight {
	color: #f00;
}
.ui-datepicker a.ui-state-active {
	color: #ff7733;
}
.ui-datepicker a.close {
	border: 1px solid #999;
	text-decoration: none;
	position: absolute;
	text-align: center;
	overflow: hidden;
	background: #fff;
	color: #000;
	top: 2px;
	right: 2px;
	width: 14px;
	height: 14px;
	font-size: 12px;
	line-height: 14px;
}
.ui-datepicker a.close:hover {
	text-decoration: none;
	background: #000;
	color: #fff;
}
.ui-datepicker-group {
	width: 154px;
	float: left;
}

