body, ul, ol, li, img, div, dl, dd, dt {
    margin:0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
body {
    color: #333333;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 22px;
    background-color: #363A41;
    text-decoration: none;
    background-image: url(../front/body_bg.gif);
    background-repeat: repeat;
}
ul, ol, li, dl, dd, dt {
    list-style-type: none;
}
img {
    border: none;
    margin: 0px;
    padding: 0px;
}
h2 {
    font-size: 16px;
    margin-bottom: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E4E4E4;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
a {
    color: #018598;
    padding-bottom: 2px;
    text-decoration: none;
}

h3 {
    color: #4C5053;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
    font-weight: 500;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 6px;
    padding-left: 0;
    height: 30px;
    line-height: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C1C9CE;
}

h4 {
    color: #4C5053;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    border-bottom: 1px dashed #C1C9CE;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 6px;
    padding-left: 0;
}


input[type="hidden"], input[type="image"], input[type="file"] {
    -webkit-appearance: initial;
    padding: initial;
    background-color: initial;
    border: initial;
}

.full {
    width:98%;
}
.half {
    width:50%;
}
.clear {
    clear:both;
}
.right {
    float: right;
    text-align: right;
    margin-right: 13px;
    ;
}
.required:before {
    content:"*";
    color:red;
}
.relative{
    position: relative;
}
.hidden {
    display:none;
}
.shown {
    display: block;
}
#waiting-box {
    z-index: 20;
    display: none;
    padding-left: 5px;
    padding-right: 5px;
}
#tooltip {
    color:#222;
    font-size:11px;
    text-shadow:1px 1px 0 #fff;
    border:1px solid #666;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background-image:url(../images/tooltips.png);
    background-repeat:repeat-x;
    background-position:left top;
    background-color:#D7D7D7;
    -moz-box-shadow:0 0 4px #bbb;
    -webkit-box-shadow:0 0 4px #bbb;
    box-shadow:0 0 4px #bbb;
    line-height:1.2em;
    padding:5px;
    position:absolute;
    z-index:100000;
    display:none
}
/******************************/

div.wrapper {
    width: 1100px;
    margin: 0 auto;
    display: block;
}
#header {
    margin: 0px;
    padding: 0px;
    background-color: #316388;
}
#header #nav {
    height: 36px;
    position: relative;
    background-image: url(../front/strip-bg.jpg);
    background-repeat: repeat-x;
    background-position: 0 0;
}

#nav #memu {
    height: 36px;
}
#memu ul {
	z-index: 90;
	width: 850px;
	height: 24px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: inline-block;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#memu ul li {
    height: 24px;
    padding: 0px;
    float: left;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#memu ul li a {
	color: #FFF;
	text-shadow: 1px 1px #039;
	font-size: 14px;
	line-height: 22px;
	margin: 0px;
	height: 22px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
}

#memu ul li a:hover {
	color: #FF9900;
}
#memu ul li a.focus {
	color: #FF9900;
}

#lang_selector{
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 6px;
}
#header #banner {
    background-image: url(../front/banner-bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    height: 60px;
    background-color: #26465D;
}

#banner #logo{
    float: left;
    width: 300px;
    height: 60px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
}
#banner #search-form {
    position: absolute;
    top: 10px;
    right: 0px;
    margin: 0px;
    padding: 0px;
}

#search-form span.textbox {
    display: block;
    width: 235px;
    padding: 0 10px;
    height: 35px;
    float: left;
    background-image: url(../front/search-form-textbox.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#search-form span.textbox input {
    display: block;
    background: none;
    border: 0;
    height: 33px;
    line-height: 33px;
    width: 100%;
    color: #A5ADB1;
    font-size: 18px;
}
#search-form input.submit {
    float: left;
    display: block;
    border: 0;
    height: 35px;
    width: 45px;
    background-image: url(../front/go-btn.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

#content-bg {
    background-color: #FBFBFB;
    background-image: url(../front/content-bg.jpg);
    background-repeat: repeat;
}

#content-top {
    padding-bottom: 25px;
    background-repeat: repeat-x;
    background-position: 0 0;
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000;
}

#content-bottom {
    height: 25px;
}


#content {
    display: block;
    min-height: 600px;
    background-color: #FFFFFF;
    padding: 20px;
    border: 1px solid #E8E8E8;
    width: 1060px;
}

#content a:hover {
    color: #1D3F5A;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #1D3F5A;
    padding-bottom: 2px;
    cursor: pointer;
}
#footer {
    display: block;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0px;
    font-size: 12px;
    color: #999ea9;
    text-decoration: none;
    line-height: 22px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #000;
}
#footer #sitemap {

}
#sitemap .inner {
    background-repeat: no-repeat;
    background-position: center top;
    height: 200px;
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 35px;
    padding-left: 0;
}
#sitemap ul li {
    float: left;
    width: 220px;
    margin-right: 42px;
    color: #5E656B;
}
#sitemap ul li span {
    text-shadow: 0 1px #F7F7F7;
    font-weight: bold;
    border-bottom: 1px solid #CAC9C9;
    font-size: 14px;
    color: #5E656B;
    padding-bottom: 10px;
    margin-bottom: 5px;
    display: block;
}
#sitemap ul li ul li a {
    font-weight: normal;
    font-size: 12px;
    border-bottom: 1px solid #CAC9C9;
    text-shadow: 0 1px #F7F7F7;
    color: #EC5334;
    margin-bottom: 4px;
    padding-bottom: 10px;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#sitemap ul li ul li a:hover{
    color: #330;
}

#footer #copyright {
    height: 60px;
    padding-top: 10px;
    color: #999ea9;
    font-size: 12px;
    text-align: center;

}

#quick-links {
    background:url(../front/border.png) scroll no-repeat bottom left;
    height:auto;
    margin-top: 10px;
}
#quick-links ul.list {
    height:330px;
    overflow:hidden;
    margin-top: 0px;
    margin-right: 14px;
    margin-bottom: 0px;
    margin-left: 11px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}
#quick-links ul.list li {
    width: 460px;
    height: 126px;
    margin-bottom: 40px;
    float: left;
    display: inline;
    position: relative;
    clip: rect(auto,auto,auto,auto);
    left: 40px;
}
#quick-links dl {
    color:#7e7e7e;
    line-height:18px;
    font-size: 12px;
}
#quick-links dl p {
    margin-bottom:3px;
    padding: 0px;
    margin-top: 0px;
}
#quick-links a {
    margin-top:5px;
    font-size:12px;
    color:#01abc5;
}
#quick-links a:hover {
    color:#1287CA
}

#quick-links .list-title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 0px;
    padding: 0px;
    line-height: 25px;
    height: 25px;
}

#content .post-info {
    font-size: 12px;
    color: #666;
    height: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
    clear: both;
    display: block;
}


/**********menu end***************/
#location {
    font-size:14px;
    color: #666;
    height: 30px;
    border-bottom:1px solid #EAE8E8;
    display: block;
    width: auto;
    padding-left: 28px;
    background-attachment: scroll;
    background-image: url(../front/location.png);
    background-repeat: no-repeat;
    background-position: -6px -4px;
    line-height: 25px;
    margin-bottom: 20px;
    position: relative;
}
#location li {
    padding-right: 5px;
    float: left;
    font-size: 16px;
}

#location .record_count {
    text-align: right;
    width: 200px;
    color: #666666;
    position: absolute;
    right: 0px;
}
.sub-title {
    display: block;
    font-size: 18px;
    color: #595757;
    width: auto;
    font-weight: normal;
    margin-top: 17px;
    line-height: 25px;
    height: 25px;
    margin-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC;
    padding: 5px;
}
.sub-title-s {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
    font-size: 14px;
    color: #333333;
    padding-bottom: 3px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
#content td {
    margin: 0px;
    padding: 5px;
    border:none;
}
#moreinfo td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F3F3F3;
    color: #666;
}
.btn {
    display: inline-block;
    min-width: 60px;
    text-align: center;
    color: #444;
    font-size: 14px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -ms-transition: all 0.218s;
    -o-transition: all 0.218s;
    transition: all 0.218s;
    border: 1px solid gainsboro;
    background-color: whiteSmoke;
    background-image: -webkit-gradient(linear, left top, left bottom, from(whiteSmoke), to(#F1F1F1));
    background-image: -webkit-linear-gradient(top, whiteSmoke, #F1F1F1);
    background-image: -moz-linear-gradient(top, whiteSmoke, #F1F1F1);
    background-image: -ms-linear-gradient(top, whiteSmoke, #F1F1F1);
    background-image: -o-linear-gradient(top, whiteSmoke, #F1F1F1);
    background-image: linear-gradient(top, whiteSmoke, #F1F1F1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
    margin: 0px;
    position: relative;
    padding-top: 0;
    padding-right: 12px;
    padding-bottom: 0;
    padding-left: 12px;
}
.btn:hover {
    border: 1px solid #C6C6C6;
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;
    background-color: #F8F8F8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#F1F1F1));
    background-image: -webkit-linear-gradient(top, #F8F8F8, #F1F1F1);
    background-image: -moz-linear-gradient(top, #F8F8F8, #F1F1F1);
    background-image: -ms-linear-gradient(top, #F8F8F8, #F1F1F1);
    background-image: -o-linear-gradient(top, #F8F8F8, #F1F1F1);
    background-image: linear-gradient(top, #F8F8F8, #F1F1F1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.btn_blue {
    border: 1px solid #3079ED;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #4D90FE;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4D90FE), to(#4787ED));
    background-image: -webkit-linear-gradient(top, #4D90FE, #4787ED);
    background-image: -moz-linear-gradient(top, #4D90FE, #4787ED);
    background-image: -ms-linear-gradient(top, #4D90FE, #4787ED);
    background-image: -o-linear-gradient(top, #4D90FE, #4787ED);
    background-image: linear-gradient(top, #4D90FE, #4787ED);
}
.btn_blue:hover, .btn_blue:focus, .btn_blue:active {
    border: 1px solid #2F5BB7;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357AE8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4D90FE), to(#357AE8));
    background-image: -webkit-linear-gradient(top, #4D90FE, #357AE8);
    background-image: -moz-linear-gradient(top, #4D90FE, #357AE8);
    background-image: -ms-linear-gradient(top, #4D90FE, #357AE8);
    background-image: -o-linear-gradient(top, #4D90FE, #357AE8);
    background-image: linear-gradient(top, #4D90FE, #357AE8);
}
.btn_red {
    border: 1px solid transparent;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #D14836;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DD4B39), to(#D14836));
    background-image: -webkit-linear-gradient(top, #DD4B39, #D14836);
    background-image: -moz-linear-gradient(top, #DD4B39, #D14836);
    background-image: -ms-linear-gradient(top, #DD4B39, #D14836);
    background-image: -o-linear-gradient(top, #DD4B39, #D14836);
    background-image: linear-gradient(top, #DD4B39, #D14836);
}
.btn_red:hover, .btn_red:focus, .btn_red:active {
    border: 1px solid #b0281a;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #c53727;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4b39), to(#c53727));
    background-image: -webkit-linear-gradient(top, #dd4b39, #c53727);
    background-image: -moz-linear-gradient(top, #dd4b39, #c53727);
    background-image: -ms-linear-gradient(top, #dd4b39, #c53727);
    background-image: -o-linear-gradient(top, #dd4b39, #c53727);
    background-image: linear-gradient(top, #dd4b39, #c53727);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.btn_small {
    font-size: 12px;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    margin-left: 6px;
}
.form-input {
    -moz-transition-duration: 0.3s;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    height: 25px !important;
    font-family: Tahoma, Geneva;
    color: #2A2A2A;
    font-size: 14px;
    border: 1px solid #CDCDCD;
    margin: 0px;
    line-height: 25px;
    padding: 4px;
}
input.form-input#email {
    margin-left:0px;
    padding-left:0px;
}
.form-input:active {
    -moz-transition-duration: 0.3s;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}
.form-submit {
    line-height: 27px !important;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    display: block;
    height:60px;
    box-shadow:none;
    border:none;
    padding-top: 20px;
    padding-bottom: 10px;
    clear: both;
    margin: 0px;
}
select {
	border: 1px solid #CCCCCC;
	font-family: Tahoma, Geneva;
	color: #2A2A2A;
	font-size: 14px;
	padding: 5px;
	line-height: 25px;
}
textarea {
    -moz-transition-duration: 0.3s;
    border: 1px solid #CDCDCD;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    font-family: Tahoma, Geneva;
    color:#2A2A2A;
    font-size: 14px;
    background-attachment: scroll;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 8px;
    margin-left: 0;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 0px;
}
textarea:active {
    -moz-transition-duration: 0.3s;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}
hr {
    padding-top: 10px;
    margin-bottom: 1px;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #CCCCCC;
}
#search-btn {
    vertical-align: middle;
}
#search_result {
    margin-top: 15px;
    margin-right: 25px;
    margin-bottom: 15px;
    margin-left: 25px;
    width: auto;
    padding: 4px;
    background-color: #F7F7F7;
    border: 1px solid #CCC;
    display: none;
}
#result_list a {
    color: #003300;
    background-image: url(../front/success.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
}
#result_list a:hover {
    text-decoration: underline;
    color: #666666;
}
#result_list li {
    color: #999999;
}

.rate {
    color: #666666;
    display: block;
    text-align: right;
    position: absolute;
    top: 0px;
    right: 0px;
}
.notice {
    border: 1px solid #fcefa1;
    color: #363636;
    vertical-align: middle;
    width:auto;
    background-color: #FFC;
    background-image: url(../front/icon_notice.png);
    background-position: 5px 12px;
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 30px;
    background-repeat: no-repeat;
    font-size: 14px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
    display: block;
    clear: both;
    margin: 0px;
}
#sub-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    height: 24px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
#content p {
    padding-top: 4px;
    padding-bottom: 4px;
}
#content .article {
    background-image: url(../front/article_text.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0px;
}
.more {
    padding-left: 10px;
    vertical-align: sub;
    font-size: 10px;
    color: #666666;
    font-weight: normal;
    cursor: pointer;
}
#content .list_title {
    font-size: 16px;
    margin-bottom: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
    color: #595757;
    position: relative;
}
#content .err-info {
    padding-left: 25px;
    color:#FF0000;
    background-image: url(../front/error_icon.png);
    background-repeat: no-repeat;
    background-position: 5px 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 18px;
    line-height: 18px;
}
#content .goback {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
}
/*************** Notifications ***************/

#notification {
    font-size: 13px;
    line-height: 20px;
}

#notification .warning{
    color:#666;
}

#notification .success{
    color:#000;
}
#notification .error{
    color:#f00;
    font-weight:bold;
}
/*Notifications end*/

#sreach_result {
    padding: 4px;
    margin: 15px;
    width: 755px;
}
#result_list a {
    color: #003300;
    background-image: url(../front/success.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
}
#result_list a:hover {
    text-decoration: underline;
    color: #666666;
}
#result_list li {
    color: #999999;
}
.ext_info {
    font-size: 13px;
    color: #333333;
}
.art-title {
    height: 30px;
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 2px;
    background-image: url(../front/title-bg.gif);
    background-repeat: no-repeat;
    background-position: 7px 7px;
    font-size: 18px;
    color: #0E85CB;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #EEE;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
}
.art-title a {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #06C;
    padding-top: 10px;
    margin-bottom: 5px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #06C;
}
.art-title a:hover {
    text-decoration: none;
    color: #0099FF;
}
#content .message {
    color : #333333;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    font-family: Georgia, "Times New Roman";
    word-break: break-all;
    line-height: 22px;
    display: block;
}
.message p {
    margin: 0px;
    padding: 0px;
}
#article_content ul {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-left: 30px;
}
#article_content ul li {
    list-style-type: disc;
}
#article_content ol {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
}
#article_content ol li {
    list-style-type: decimal;
}

#content p {
    padding-top: 3px;
    padding-bottom: 3px;
}
label {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin: 0px;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    height: 24px;
}
#content .description {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #666666;
    text-indent: 20px;
}
#content .article-list {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	font-size: 16px;
	line-height: 25px;
	height: 25px;
}
#content .ticket-list {
    margin-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 15px;
}
#content .sub-category-0 {
    margin-left: 10px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #76C6E4;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#content .sub-category-1 {
    margin-left: 10px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #B7E2F2;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#rateing {
    padding: 5px;
}
#wrapper #content #ticket-login {
    margin: 20px;
}

#menu #language {
    margin: 0px;
    padding: 2px;
    width: 100px;
}
#moreinfo {
    margin-left: 20px;
}
#moreinfo td img {
    margin: 0px;
    padding: 0px;
}
/*************** page-list ***************/

#page-list {
    line-height: 20px;
    text-align: right;
    padding: 10px 0;
}
#page-list .page {
    border: 1px solid #A1CFD4;
    color: #329ECC;
    text-decoration: none;
    margin-right: 4px;
    margin-left: 4px;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 2px;
    padding-left: 6px;
}
#page-list .page:hover {
    border: 1px solid #A1CFD4;
    background-color: #49B3DB;
    color: #FFFFFF;
}
#page-list a {
    text-decoration: none;
}
#page-list a:hover {
    color: #0000FF;
    text-decoration: none;
    border: 0px none #FFF;
}
#page-list .currentpage {
    border: 1px solid #A1CFD4;
    background-color: #49B3DB;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 4px;
    margin-left: 4px;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 2px;
    padding-left: 6px;
}

.label {
    font-size: 11px;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #BFBFBF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-top: 1px;
    padding-right: 4px;
    padding-bottom: 1px;
    padding-left: 4px;
    line-height: 12px;
}

.label.total {
    background-color: #CCC;
    color: #666;
    margin-top: 5px;
    text-transform: uppercase;
    padding-top: 4px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-left: 5px;
}

.label.new {
    background-color: #C5CC4F;
}

.label.open {
    background-color: #FF6600;
}

.label.resolved {
    background-color: #249B23;
}

.label.reopened {
    background-color: #00A1E9;
}

.label.closed {
    background-color: #3A3A3A;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    text-indent: -99999px;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    content: "↓2193";
    line-height: 29px;
    margin-left: 5px;
}

.caret_white {
    display: inline-block;
    width: 0;
    height: 0;
    text-indent: -99999px;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #FFF;
    opacity: 0.6;
    filter: alpha(opacity=60);
    content: "↓2193";
    line-height: 29px;
    margin-left: 5px;
}

.dropdown_menu {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 3px;
    position: absolute;
    font-size: 13px;
    left: -1px;
    z-index: 1000;
    display: none;
    min-width: 90px;
    _width: 90px;
    list-style: none;
    background-color: white;
    border-color: #CCC;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    margin: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCC;
    top: 100%;
    padding: 0px;
    margin: 0px;
    background-image: url(../images/popmenu_bg.png);
    background-repeat: repeat-y;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 25px;
    background-position: 2px;
}
.dropdown_menu li {
    text-align: left;
    height: 22px;
    line-height: 22px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
}

.dropdown_menu li:hover {
    background-color: #EBEBEB;

}

.dropdown_menu li a {
    color: #333;
    text-decoration: none;
    text-shadow: 0 0px 0px rgba(255, 255, 255, 1);
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    margin: 0px;
    padding: 3px;
    height: 18px;
}

.dropdown_menu li a:hover {
    color: #000;
    text-decoration: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 3px;
}
.dropdown_label {
    position: relative;
    display: inline-block;
}

.dropdown_menu hr {
    color: #CACACA;
    background-color: #CACACA;
    height: 1px;
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 1px;
}
.separator {
    height: 1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #EBEBEB;
    font-size: 1px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 25px;
}
#quick-links .quick-links-icons {
    float: left;
    width: 84px;
    padding-left: 16px;
    height: 80px;
}
#quick-links .quick-links-text {
    float: left;
    width: 320px;
    padding-left: 40px;
    height: 80px;
}
#lang_selector li {
    display: block;
    padding: 3px;
    line-height: 22px;
    margin: 0px;
    height: 22px;
}
#lang_selector a {
    font-size: 12px;
    text-decoration: none;
}

.form_area {
    margin-top: 10px;
    margin-left: 30px;
}
#share_btn {
    position: absolute;
    top: 8px;
    right: 0px;
}
#share_btn a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
}
#share_btn a:hover {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.dropdown_label a {
    text-decoration: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
#rate ul li {
    float: left;
    margin-left: 5px;
    line-height: 24px;
}
#rate {
    position: relative;
    height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FAFAFA;
}
.quick-links-text dl span {
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
}
.white_block {
    display: block;
    height: 30px;
}

#content .small_pic{
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 10px;
    border: 2px solid #FFF;
}

input.change_avatar,input.clear_btn{
    background:url(../images/reset.jpg) scroll no-repeat top left;
    border:none;
    text-shadow:none;
    width:22px;
    height:18px;

}

input.clear_btn{
    background: url(../images/clear.jpg) scroll no-repeat top left;
    float: left;
    margin-top: 46px;
}
input.change_avatar:hover,input.clear_btn:hover{
    cursor:pointer;
}
.submit_btn {
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}
.article-list .post-info ul li {
    float: left;
    margin-right: 10px;
}
.list_title .list-star {
    top: 0px;
    right: 0px;
    float: right;
}
.article-list .message {

}
.notice_text {
	font-size: 12px;
	color: #999;
	display: block;
	line-height: 20px;
	height: 20px;
}
.input_date {
    background-image: url(../images/ico_calendar.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 3px;
    line-height: 20px;
    border: 1px solid #CCCCCC;
    height: 20px;
}

.customer_info {
    border-radius: 4px 4px 4px 4px;
    color: #FF9900;
    display: block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    width: auto;
}