@charset "utf-8";

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: Arial, Helvetica, sans-serif;
	color:#6E625B;
}

form {
	margin: 0px;
	padding: 0px;
}

.cb 
{
    clear:both;
}

h1, h2, h3, h4, h5, h6 
{
    margin:0;
	padding:0;
	font-weight:normal;
}
a {
	color: #FF6C3F;
}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#header-wrapper {
	width: 100%;
	height: 100px;
	background-color: #7bbbb2;
}
#header {
	width: 960px;
	margin: auto;
	height: 100px;
}
#logo {
	display: block;
	width: 193px;
	height: 69px;
	background: url(../images/logo.jpg) no-repeat;
	float: right;
	text-indent: -9999px;
	margin-top: 15px;
	margin-right: 15px;
}


#content {
	width: 870px;
	min-height: 570px; 
	padding: 121px 0 0 0;
	margin: auto;
	background: url(../images/content_bg.png) no-repeat 0px 121px;
}
#content .page-content {
	margin-left: 419px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*letter-spacing:-0.02em;*/
	color:#6E625B;
}
#content .page-content p {
	color: #665952;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 10px 0 15px 0;
}
#content .page-content a {
	color: #FF6C3F;
	text-decoration:none;
}

#content #page-1 h3 {
	font-style: italic;
	color: #6E625B;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}
#content #page-1 ol {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#content #page-1 ol li {
	margin: 0px;
	padding: 0px;
	margin-bottom:12px;
}
#content #page-1 p {
	font-size: 14px;
	line-height:140%;
}

#content #page-1 ul {
    margin: 0 0 0 10px;
    padding: 0;
}
#content #page-1 ul li {
    color: #79B8B2;
    font-size: 10px;
    font-weight: bold;
    line-height: 170%;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#content #page-2 .input {
	width: 398px;
	height: 30px;
	padding: 5px 15px;
	display: block;
	background-color: #fff;
	border: 1px solid #988f86;
	margin-bottom: 8px;
	color: #988f86;
	font-size: 16px;
}
#content #page-2 .select {
	width: 430px;
	height: 40px;
	padding: 5px 15px;
	display: block;
	background-color: #fff;
	border: 1px solid #988f86;
	margin-bottom: 8px;
	font-size: 16px;
	color:#988F86;
}

#content #page-2 input.req {
	/*background: url(../images/icon_req.png) no-repeat 99% center;*/
}
#content #page-2 input.error {
	background: url(../images/icon_error.png) no-repeat 98% center;
}
#content #page-2 select.error {
	background: url(../images/icon_error.png) no-repeat 90% center;
}
#content #page-2 .btn-submit{
	width: 200px;
	height: 45px;
	display: block;
	border: none;
	margin-top: 32px;
}
#content #page-2 .msg-req {
	float: right;
	text-align: right;
	color: #ff6d42;
	background: url(../images/icon_error.png) no-repeat 0 2px;
	width: 140px;
	padding-left: 40px;
	font-size: 11px;
	margin-top: 26px;
	margin-right: 20px;
	min-height:30px;
}


#footer-wrapper {
	width: 100%;
	height: 80px;
	background-color: #d5d2ca;
	position:absolute;
	bottom:0; /* stick to bottom */
}
#footer {
	width: 960px;
	margin: auto;
	height: 80px;
}
#footer ul {
	margin: auto;
	width:340px;
	list-style: none;
	height: 25px;
}
#footer ul li {
	text-align: center;
	height: 25px;
	display: block;
	float: left;
	width: 80px;
	padding: 0px 15px;
	line-height: 25px;
	border-right: 1px solid white;
	margin-top: 30px;
}
#footer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
#footer ul li.last {
	border-right: none;
}

.err 
{
    color:Red;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.watermark
{
     color:#CCCCCC !important;
}


#report {
	width: 1000px;
	min-height: 570px; 
	padding: 30px 0 100px 0;
	margin: auto;
	font-size:12px;
}

#report h2 
{
    color: #FF6C3F;
    font-weight:bold;
    font-size:20px;
}

table.report { border: none; }
	
table.report tr
{
	border-top: 0px;
	border-bottom: 1px solid  #CCCCCC;	
	border-bottom-width:1px;
	border-right: 0px;
	border-left: 0px;
}

table.report td {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #CCCCCC;
}

table.report .header {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}
table.report .header a:link, table.report .header a:visited, table.report .header a:hover {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.btn_excel 
{
    background:url('/Images/excel.png') no-repeat 0px -3px;
    font-weight:bold;
    padding: 5px 0 5px 35px;
    text-decoration:none;
    font-weight:bold;
    font-size:14px;
}
