/* Default settings */

html {
	margin: 0px auto;
	height: 100%;
}

body {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #f0dba8;
	margin: 0px auto;
	padding: 0px;
	height: 90%;
	background-image: url('/img/tpl/2/body-bg3.png');
	background-repeat: repeat;
	background-attachment: fixed;
}

html, body {
    position:relative;
    height:100%;
}

img {
	border: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

h1, h2, h3, h4 {
	margin:  0px;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 14px;
}

a {
    color: #f0ce7a;
}

/* Styled form button */
.button { text-decoration:none; }
.button * {
    border:0;
    height:26px;
    cursor:pointer;
    cursor:hand;
    vertical-align:middle;
    text-decoration:none;
}
.button img.head {
    background:url("/img/tpl/1/form-button-left.png") no-repeat;
    width:9px;
}
.button img.tail {
    background:url("/img/tpl/1/form-button-right.png") no-repeat;
    width:13px;
}
.button input {
    background-image:url("/img/tpl/1/form-button-bg.png");
    background-repeat: repeat-x;
    vertical-align: middle;
    font-weight: bold;
    color: white;
    font-size: 12px;
    padding-bottom: 7px;
}
.button:hover .head { background:url("/img/tpl/1/form-button-left-hl.png") no-repeat; text-decoration:none; }
.button:hover input { background:url("/img/tpl/1/form-button-bg-hl.png") repeat-x; text-decoration:none; }
.button:hover .tail { background:url("/img/tpl/1/form-button-right-hl.png") no-repeat; }

/* Styled calendar button */
.calendar_button { text-decoration:none; }
.calendar_button * {
    border:0;
    height:26px;
    cursor:pointer;
    cursor:hand;
    vertical-align:middle;
    text-decoration:none;
}
.calendar_button img.head {
    background:url("/img/tpl/1/calendar-button-left.png") no-repeat;
    width:9px;
}
.calendar_button img.tail {
    background:url("/img/tpl/1/calendar-button-right.png") no-repeat;
    width:13px;
}
.calendar_button input {
    background-image:url("/img/tpl/1/calendar-button-bg.png");
    background-repeat: repeat-x;
    vertical-align: middle;
    font-weight: bold;
    color: #21214f;
    font-size: 12px;
    padding-bottom: 7px;
}
.calendar_button:hover .head { background:url("/img/tpl/1/calendar-button-left-hl.png") no-repeat; text-decoration:none; }
.calendar_button:hover input { background:url("/img/tpl/1/calendar-button-bg-hl.png") repeat-x; text-decoration:none; color: red }
.calendar_button:hover .tail { background:url("/img/tpl/1/calendar-button-right-hl.png") no-repeat;  }

/* ------------------------ */

.site_header {
/*    background-color:#8585FD;
    background-image:url('/img/tpl/1/header-bg.png');
    background-image:url('/img/tpl/2/body-bg3.png');
    background-repeat:repeat-x; */
    height:150px;
    margin-bottom:15px;
}

.top_menu {
    background-color:white;
    margin-bottom:2px;
    height:20px;
    line-height:20px;
}
.top_menu a {
    font-weight:bold;
    text-decoration:none;
    color:#6969fb;
}

.banner_menu {
    color:white;
    font-weight:bold;
/*    background-color:#2a3552; */
    border: 0px;
    width:250px;
    position: absolute;
    float:left;
    top: 591px;
    left: 35px;
    font-size: 14px;
    padding:0px;
}

.weather_menu {
    color:white;
    font-weight:normal;
    font-size: 12px;
/*    background-color:#2a3552; */
    border: 0px;
    width:250px;
    position: absolute;
    float:left;
    top: 450px;
    left: 40px;
    padding:0px;
    margin-top: -50px;
}
.weather_menu td {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
}
.weather_menu img {
    width: 70%;
}

.side_menu {
    color:white;
    font-weight:bold;
/*    background-color:#2a3552; */
    border: 0px;
    width:250px;
    position: absolute;
    float:left;
    top: 250px;
    left: 40px;
    font-size: 14px;
    padding:0px;
}
.side_menu a {
    text-decoration:none;
    color: white;    
}
.side_menu a:hover {
    text-decoration:underline;
}

.site_main {
/*    background-color:white; */
    position: relative;
    top:84px;
    left: 330px;
    margin-bottom:2px;
    margin-right: 370px;
/*    min-height:200px; */
}

.site_footer {
/*    background-color:white; */
    height:20px;
    text-align:right;
    line-height:20px;
    position: relative;
    bottom: -90px;
    margin-right: 40px;
}

.pageheader {
    padding: 0px;
}
.pageheader h1 {
    padding:0px;
    text-align: center;
}

.faq_category {
    list-style:none;
    padding: 0px;
    margin:0px;
}
.faq_category a {
    text-decoration: underline;
/*    color: #3F3F3F; */
}
.faq_category a[class="back"] {
    text-decoration: underline;
    font-size: 10px;
    font-weight: bold;
}

.faq_data {
    list-style: none;
    padding-left: 20px;
    padding-bottom: 20px;
    margin:0px;
}

.faq_data div[class=info] {
    font-weight: normal;
    padding-left: 20px;
    padding-bottom: 10px;
}
.faq_data a[class="back"] {
    text-decoration: underline;
    font-size: 10px;
    font-weight: bold;
}
.faq_data li[class="info"] {
    margin-bottom: 10px;
    padding:10px 10px 0px 10px;
    background-color: #2e4080;
}

.form_table {
    border: 0px;
    margin-bottom:20px;
}
.form_table th {
    text-align: right;
    padding: 3px;
}
.form_table td {
    text-align: left;
    padding: 3px;
}
.form_table tr[class="require"] {
    background-color: #CFCFFF;
}
.form_table th[class="left"] {
    text-align: left;
}
.form_table th[class="right"] {
    text-align: right;
}

.std_list {
    margin-bottom: 20px;
}
.std_list tr[class="odd"] {
    background-color: #CFCFFF;
}
.std_list th, .std_list td {
    padding: 3px;
}
.std_list th[class="left"] {
    text-align: left;
}
.std_list th[class="right"] {
    text-align: right;
}

.vl_border {
    border-left:1px solid #A0A0FF;
}
.vr_border {
    border-right:1px solid #A0A0FF;
}
.bg {
    background-color: #E0E0FF;
}

.news_list {
    width:100%;
    margin-bottom: 15px;
}
.news_list th, .news_list td {
    padding: 3px;
}
.news_list th.header {
    font-size:14px;
    text-align:left;
    background-color: #1a2448;
}
.news_list th.date {
    font-size:10px;
    text-align:right;
    font-weight:normal;
    background-color: #1a2448;
}
.news_list td.detail {
    text-align: right;
}

.tariff, .tariff td, .tariff th {
    border: 1px solid #1a2448;
}
.tariff {
    margin: 5px 0px;
}
.tariff td, .tariff th {
    padding: 3px;
}
.tariff th {
    background-color: #1a2448;
}
.tariff tr.odd {
    background-color: #2e4080;
}

.links {
    border: 0px;
    margin: 5px 30px 0px 0px;
    float: left;
/*    background-color: white; */
}
.links td {
    vertical-align: middle;
}
.links_logo {
    border: 0px;
    margin: 0px;
    width: 100%;
/*    background-color: white; */
}
.links_logo td.logo {
    text-align: center;
    background-image:url('/img/tpl/2/links-bg.png');
    padding: 6px 0px;
    width: auto;
}
.links td.link {
    text-align: center;
    padding: 3px;
    padding-bottom: 30px;
}
