/* CSS Document */
html {
	height:100%;
}
body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #555555;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
a {
	color: #00A8E0;
}
h1,.pagetitle {
	font-size: 24px;
	color: #00a8e0;
        padding: 35px 0 0 0;
}
h2 {
	font-size: 18px;
	color: #00a8e0;
}

h3,
.font .title {
	font-size: 12px;
    margin-bottom: 2px;
	font-weight: bold;
}

input,select {
	width:77%;
	border:1px solid #D5D5D5;
	background:url(img/formbg.gif) repeat-x;
	margin-bottom:10px;
	font-size:14px;
	font-style:italic;
	color:#8E8E8E;
	padding: 4px 0;
}
input[type=submit] {
    width: 19.8%;
}
textarea {
	width:100%;
	border:1px solid #D5D5D5;
	background:#F5F5F5;
	margin-bottom:10px;
	font-size:14px;
	font-style:italic;
	color:#8E8E8E;
}

.cb {
	width:auto;
	border: none;
	background: none;
	padding:0px;
}


hr {
	border:0px;
	border-bottom:1px solid #555555;
	margin-left:0px;
        margin-bottom: 20px;
}


header {
	background:#2A2F35 url(img/logoBg.jpg) no-repeat center;
	height:150px;
        position: relative;
}
header h1 {
    padding: 50px 0 0 35px;
    margin:0px;
    width: 265px;
    height:90px;
    background: url(/img/logo.jpg) no-repeat center;
}
header h1 span {
    display:none;
}
header h1 a {
    display:block;
    width: 265px;
    height: 90px;
}
header h2 {
    position: absolute;
    top: 48px;
    left: 350px;
}
#blueline {
	background:url(img/bl.gif) repeat-x;
	height:40px;
}
#blueline div {
        width:960px; 
        height: 40px;
        margin:0 auto;
}
#blueline a {
        display: block;
        float: left;
        margin: 10px 12px;
        color: white;
        font-weight: bold;
        text-decoration: none;
}
.bltext {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
#body {
	background:#EEEEEE;
}
#bodyholder {
    width:980px !important; 
    margin:0 auto !important; 
}
#body-top-banner {
    /*margin-top: 15px !important; */
}
.left_panel {
        width: 740px; 
        margin-right: 10px;
        float: right;
}
.right_panel {
        width: 210px;
        float: right;
        background: #D5D5D5;
        padding: 0px 10px 20px;
}
.right_panel .title, .right_panel .title a {
        font-weight: bold;
        margin-bottom: 10px;
        color: #555;
        padding-left: 0px;
}
.right_panel a {
        display: block;
        padding-left: 20px;
        margin-bottom: 5px;
        text-decoration: none;
}
.right_panel a:hover {
        text-decoration: underline;
}
#langMenu {
	position:absolute;
	right:0;
	top:0;
}
.hello {
	position:absolute;
	left: 330px;
	top:20px;
	text-align:center;
	width:650px;
}
.menu {
	position:absolute;
	left: 300px;
	top:125px;
	text-align:center;
	width:700px;
}
#footer {
	background:#2A2F35;
}
.footer_text {
	font-size:12px;
	color:#A6A6A6;
        width: 400px;;
        text-align: center;
}
.footer_menu {
    text-align: right;
}
.wh {
	color:#FFFFFF;
}

.menu .but {
	background:url(img/menu_bg.gif) repeat-x;
	float:left;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	position:relative;
	color:#000000;
	text-decoration:none;
}
.menu .selected {
	background:url(img/menu_bg_sel.gif) repeat-x;
	color:#FFFFFF;
}
.menu .hover {
	background:url(img/menu_bg_hov.gif) repeat-x;
	color:#FFFFFF;
}
.menu .down {
	position:absolute;
	border:0px;
	top: 33px;
	left:43.5%;
}
.menu .arrow {
	position:absolute;
	border:0px;
	top: 24px;
	left:6px;
	border:0px;
}
.menuL2 {
	position:absolute;
	top:33px;
	left:-3px;
	width:300px;
	border:1px solid #FF0000;
	background:#999999;
	display:none;
}

.auth {
	background:#EAEAEA;
	padding:10px;
}
.news {
	font-size:12px;
}
.news .date{
	font-size:9px;
	color:#A7A7A7;
	margin-top:10px;
}
.error {
	color:red;
	font-size:10px;
}







div.font {
    background-color: #e5e5e5;
    padding: 10px;
    margin-bottom: 10px
}
div.font h3{
    margin-top: 0px;
}
div.font .info {
    font-size: 90%;
    margin: 3px 0;
}
div.font .img {
    border: 1px solid #555;
    padding: 5px;
    background-color: #FFF;
    height:45px;
    overflow: hidden;
}
div.fontlink {
    margin: 20px 0;
    text-align: center;
    font-size: 130%;
    font-weight: bold;
}



#fontmap {
    cursor: pointer;
    
}

.ui-widget {
    font-size: 13px  !important;
}
.ui-widget-content {
    background: none !important;
    border: none !important;
}
.ui-widget-header {
    background: none !important;
    border: none !important;
}
.ui-tabs .ui-tabs-panel {
    border: 1px solid #555 !important;
    padding: 10px 5px !important;
    background-color: #FFF !important;
    text-align: center !important;

}
.ui-tabs .ui-tabs-nav li a {
    padding: 5px !important;
    font-weight: bold;
}


#item_left_ad {
    float: left;
    width: 340px;
    margin-right: 15px;
    
}
#item_right_ad {
    margin-left: 360px;
}
#item_right_ad ul {
    padding: 0px;
}
#item_right_ad li {
    list-style:none;
}
#link-ad {
    text-align: center;
}
.title-line-links {
    margin-top: -10px;
    margin-bottom: 20px;
}




div.comment,
div.add_comment {
    background-color: #e5e5e5;
    padding: 10px 10px;
    margin-bottom:10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
div.comment .title {
    font-weight: bold;
}
div.add_comment .title {
    font-weight: bold;
    margin-bottom: 10px;
}
div.comment .title small {
    font-size: 10px;
}

.input_title {
    padding-left: 20px;
    font-size: 80%;
}
.input_field {
    margin-bottom: 10px;
    padding-left: 20px;
}
.input_field input,
.input_field textarea,
.input_field select {
    margin:0px;
    width: 60%;
}
.input_submit {
    margin-left: 20px;
}
.input_submit input {
    width: 20%;
   
}
.add_comment .error {
    font-size: 13px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.add_comment .title {
	margin: 10px 0;
	font-weight: bold;
	color:#00A8E0;
}

.add_comment .msg {
    font-size: 13px;
    margin-left: 20px;
    margin-bottom: 10px;
    color: darkgreen;
        
}