﻿/* Default Styles */
body
{
	padding: 0;
	margin: 0;
	background: #6C79BD url(images/bg_body.jpg) repeat-x 0% 0%;
}
body, div, td, p, input, select, span
{
	font: 11px tahoma;
}
a
{
	cursor: pointer;
	color: #065F93;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: 0px;
}
a.mlink
{
	line-height: 20px;
	text-decoration: none;
	cursor: pointer;
}
a.mlink:hover
{
	text-decoration: underline;
}
.search
{
	position: absolute;
	top: 5px;
	right: 10px;
	width: 250px;
}
.lang
{
	position: absolute;
	top: 11px;
	right: 265px;
}
.header a
{
	color: #fff;
	text-decoration: none;
}
.header
{
	color: #FFF;
}
.header a:hover
{
	text-decoration: underline;
}
.us
{
	position: absolute;
	bottom: 10px;
	right: 185px;
	text-align: right;
	direction: ltr;
}
.cdate
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 170px;
}
.lng_dir
{
	direction:ltr;
}
/************************************************/
.layout
{
	width: 850px;
	margin: auto;
}
.body
{
	min-height: 340px;
	_height: 330px;
}
.header
{
	background: url(images/bg_head.jpg) no-repeat;
	height: 145px;
	margin: 20px 0px 0px 0px;
	position: relative;
}
.layout .mfooter
{
	height: 41px;
	margin: 7px 0px 7px 0px;
	background: url(images/bg_bar.png) repeat-x 0 -420px !important;
	position: relative;
	padding: 0px 15px 0px 15px;
}
.tmenu
{
	height: 41px;
	margin-top: 7px;
	background: url(images/bg_bar.png) repeat-x 0 -420px !important;
	position: relative;
	z-index: 10000;
	padding: 0px 8px 0px 8px;
}
.cl
{
	width: 8px;
	height: 41px;
	background: url(images/bg_bar.png) no-repeat 0 -337px !important;
	position: absolute;
	left: 0px;
}
.cr
{
	width: 8px;
	height: 41px;
	background: url(images/bg_bar.png) no-repeat -8px -337px !important;
	position: absolute;
	right: 0px;
	font-size: 0px;
}
.mfooter .rt
{
	top: 13px;
	position: absolute;
	color: #425A98;
	font-weight: bold;
}
.mfooter .pw
{
	top: 13px;
	right: 10px;
	width: 300px;
	position: absolute;
	color: #425A98;
	font-weight: bold;
	line-height: 11px;
}
.mfooter .pw img
{
	width: 72px;
	height: 11px;
}
.mfooter .cr
{
	background: url(images/bg_bar.png) no-repeat -8px -378px !important;
}
.mfooter .cl
{
	background: url(images/bg_bar.png) no-repeat 0 -378px !important;
}
.tmenu .cnt
{
	position: relative;
}
.tmenu ul, .tmenu li
{
	margin: 0px;
	padding: 0px;
}
.spacer
{
	clear: both;
	font-size: 0;
	line-height: 0;
}
.cnt_box
{
	margin: 5px 0px 0px 0px;
	padding: 1px;
	position: relative;
	width: 848px;
}
.s1
{
	width: 600px;
	float: left;
	margin-left: 5px;
}
.s2
{
	width: 848px;
}
.s3
{
	float: left;
	width: 240px;
}
.cnt_box .c
{
	width: 7px;
	height: 7px;
	position: absolute;
	background: #FEFEFF url(images/rc.png) no-repeat 0px 0px;
	font-size: 0px;
	line-height: 0px;
}
.cnt_box .ph
{
	background: #FEFEFF url(images/bg_cnt.jpg) repeat-x 0 100%;
	min-height: 330px;
	padding: 10px;
	border: 1px solid #BFC5E2;
}
#lt
{
	background-position: 0 0;
	top: 1px;
	left: 1px;
	_left: 1px;
}
#rt
{
	background-position: -7px 0;
	top: 1px;
	right: 1px;
}
#rb
{
	background-position: -7px -7px;
	bottom: 1px;
	_bottom: 1px;
	right: 1px;
}
#lb
{
	background-position: 0 -7px;
	bottom: 1px;
	left: 1px;
	_left: 1px;
	_bottom: 1px;
}
.map_path
{
	direction: ltr;
	display: block;
	background: #FEFEFF url(images/menu_br.gif) repeat-x 0 100%;
	padding: 5px 5px 10px 5px;
	color: #666666;
}
.dcontent
{
	text-align: left;
	font-size: 11px; 
	color: Black; 
	line-height: 18px; 
	width: 95%;
	margin:auto;
}
/***************************************/
/*Menu Styles*/
.tnav
{
	font: 11px tahoma;
	height: 30px;
	z-index: 10000;
}

.tnav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	direction: ltr;
}
.tnav ul li
{
	position: relative;
	display: inline;
	float: left;
	direction: ltr;
}
.tnav ul li a
{
	display: block;
	background: url(images/sep_bar.gif) no-repeat 100% 1px;
	padding: 12px 10px 12px 10px;
	margin-left: 0px;
	border-bottom-width: 0;
	color: #2d2b2b;
	text-decoration: none;
}

.tnav ul li a:hover
{
	color: #990000;
}
.tnav ul li ul
{
	position: absolute;
	left: 0;
	display: block;
	border: 1px solid #535354;
	font-size: 0px;
	line-height: 0px;
	direction: ltr;
	width: 162px;
	visibility: hidden;
	z-index: 1000000;
	background: #DCE1F1 url(images/tnav_bg.jpg) repeat-y 0 0%;
}
.tnav ul li ul li
{
	display: list-item;
	float: none;
	font-size: 0px;
	line-height: 0px;
	width: 160px;
	padding: 0px;
	border-left: 1px solid #E8EBF4;
	border-right: 1px solid #B0BBDF;
}
.tnav ul li ul li ul
{
	top: 0;
}
.tnav ul li ul li a
{
	font: normal 11px tahoma;
	color: #333333;
	padding: 7px 5px;
	margin: 0;
	background: url(images/tnav_br.gif) repeat-x 0 100%;
	margin: 0px 5px;
}

.tnav ul li ul li a:hover
{
	color: #990000;
}
.tnav ul li ul li.last a
{
	background: none;
}
.tnav ul li ul li.last
{
	border-bottom: 1px solid #6075BF;
}
.tnav ul li ul li.first
{
	border-top: 1px solid #E8EBF4;
	border-bottom: 0px;
}
.tnav ul li ul li.first a
{
	background: url(images/tnav_br.gif) repeat-x 0 100%;
}
.arr_d
{
	position: absolute;
	top: 18px;
	right: 7px;
}

.arr_r
{
	position: absolute;
	top: 9px;
	right: 5px;
}
/************************************************/
/* ToolTip Styles*/
.rcap .txt
{
    position: relative;
    margin-left: 15px;
    width: 110px;
}
.rcap .help
{
    float: left;
    width: 12px;
    height: 12px;
    background: url(images/help.gif) no-repeat;
    cursor: pointer;
    margin-top: 1px;
}
#tt
{
    position: absolute;
    display: block;
    z-index: 20000;
}
#ttcont
{
    display: block;
    padding: 5px;
    background: #FBF4EC;
    color: #3B3B3B;
    text-align: left;
    direction: ltr;
    border: 1px solid #333333;
    max-width: 200px;
    _width: 200px;
    line-height: 18px;
}
/************************************************/
/* Pager Styles */
.paging
{
    font-family: tahoma;
    font-size: 11px;
    clear: both;
    height: 30px;
}
.paging .link, .paging .no
{
    display: block;
    float: left;
    color: #000000;
    line-height: 25px;
    height: 25px;
    padding: 0px 8px 0px 8px;
    margin: 0px 3px 0px 3px;
}
.paging .navlink a, .paging .nolink a
{
    display: block;
    float: left;
    line-height: 25px;
    height: 25px;
    padding: 0px 8px 0px 8px;
    margin: 0px 3px 0px 3px;
    border: 1px solid #CCDBE4;
}
.paging .navlink .link
{
    border: 1px solid #CCDBE4;
    background: #EAEDF2;
}
.paging .nolink .no
{
    font-weight: bold;
}
.paging a
{
    font-family: tahoma;
    font-size: 11px;
    text-decoration: none;
    color: #3666D4;
    background: #EAEDF2;
}
.paging a:hover
{
    color: #FFFFFF;
    background: #3666D4;
    border-color: #2B55AF;
}
/************************************************/
/*Search Styles*/
#search_result .item
{
    border-bottom: 1px dotted #FFFFFF;
    padding-bottom: 30px;
    margin-bottom: 10px;
    position: relative;
    overflow: auto;
    height: 100%;
}
#search_result .title
{
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
    direction: ltr;
}
#search_result .lead
{
    text-align: left;
    direction: ltr;
}
#search_result .title a
{
    text-decoration: underline;
}
#search_result .title a:hover
{
    text-decoration: none;
}
#search_result .image
{
    float: left;
    margin-right: 10px;
}
#search_result .date
{
    position: absolute;
    display: block;
    right: 2px;
    bottom: 0px;
    height: 15px;
    line-height: 15px;
    padding: 4px;
    color: #999999;
}
.found_words
{
    color: #FF0000;
    font-weight: 600;
}
#search_result
{
    margin: 10px 20px 10px 20px;
}
#search_result table
{
    width: 100%;
}
.search_icon
{
    background: url(images/search.gif) no-repeat;
    width: 55px;
    height: 21px;
}
/************************************************/
/* Form Styles*/
.mform
{
    direction: ltr;
    padding: 0px;
    width: 700px;
    margin: 0px;
    z-index: 100;
    position: relative;
}
.mform .header
{
    color: #003366;
    padding: 0px 0px 8px 8px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
    height: auto;
    background: url(images/br_shead.gif) repeat-x 0 100%;
}
.mform .subheader
{
    color: #003366;
    width: 100%;
    padding: 8px 0px 8px 0px;
    border-bottom: 1px dotted #FFFFFF;
}
.mform .items
{
    clear: both;
    padding: 0px 5px 15px 5px;
    text-align: left;
}
.mform .footer
{
    clear: both;
    text-align: right;
    padding: 10px 20px 20px 20px;
    background: url(images/border_dash.gif) repeat-x right top;
}
.mform .footer a
{
    text-decoration: underline;
}
.mform .header a
{
    text-decoration: underline;
}
.mform .item
{
    padding: 7px 0 7px 0;
    margin: 0px 0px 0px 15px;
    clear: both;
    background: url(images/br_fitem.gif) repeat-x 0 100%;
}
.mform .label
{
    float: left;
    width: 130px;
    text-align: left;
    padding-right: 10px;
    padding-top: 1px;
}
.mform .control
{
    margin-left: 140px;
    text-align: left;
    direction: ltr;
}
.small .label
{
    width: 80px;
}
.small .control
{
    margin-left: 80px;
}
.control input, .control textarea
{
    border: 1px solid #B7B9BD;
    border-bottom-color: #DEE2ED;
    border-left-color: #DEE2ED;
}
input.normal_input, textarea
{
    height: 16px;
    width: 150px;
}
.control select
{
    border: 1px solid #545454;
    border-bottom-color: #A1A1A1;
    border-left-color: #A1A1A1;
    height: 20px;
    width: 152px;
}
.form_desc
{
    padding: 10px 0px;
    text-align: left;
    direction: ltr;
    color: #666666;
}
.shead
{
    background: url(images/br_shead.gif) repeat-x 0 100%;
    padding: 7px 4px 7px 4px;
    margin: 15px 0px 5px 0px;
    text-align: left;
    direction: ltr;
}
.thead
{
    background: url(images/arr_title.gif) no-repeat left 4px;
    border-bottom: 1px dotted #7277B9;
    color: #455A99;
    direction: ltr;
    font-weight: 600;
    margin: 2px 4px 5px 4px;
    padding: 2px 3px 7px 13px;
    text-align: left;
    clear:both;
    min-height:10px;
}
.thead *
{
    font-weight: bold;
    color: #5668A8;
    font-family: Verdana;
    font-size: 14px;
}
.shead .arr
{
    background: url(images/shead_arr.gif) no-repeat left 4px;
    padding-left: 12px;
}
.btnCommand
{
    line-height: 13px;
    padding: 1px 10px 3px 10px;
    text-align: center;
    background: #A7B9BE url(images/btn_bg.gif) no-repeat 0 0;
    border-top: 1px solid #006600;
    border-right: 1px solid #006600;
    border-left: 1px solid #006600;
    cursor: pointer;
    min-width: 80px;
}
/************************************************/
/*News Styles*/
.news_cat
{
    clear: both;
}
.news_cat .thumb
{
    overflow: hidden;
    text-align: center;
    padding: 2px;
    float: left;
    padding: 1px;
    margin: 4px;
}
.news_cat .thumb img
{
    border: 1px solid #444444;
}
.news_cat .desc
{
    text-align: left;
    direction: ltr;
    float:left;
}
.news_cat .title
{
    line-height: 12px;
    background: url(images/arr_blue.gif) no-repeat left 5px;
    padding-left: 9px;
}
.news_cat a
{
    font-weight: bold;
    line-height:12px;
}
.news_cat .date
{
    clear: both;
    text-align: right;
    color: #444444;
    padding-bottom: 5px;
    margin-bottom: 5px;
    background: url(images/br_fitem.gif) repeat-x 0 100%;
}
.news_det .image
{
    padding: 1px;
    float: left;
}
.news_det .image img
{
    padding:1px;
    border:1px solid #699EDE;
}
.news_det .text
{
    margin-left: 10px;
    direction: ltr;
    text-align: justify;
    float: left;
}
.news_det .text *
{
    line-height:15px;
}
.news_det .date
{
    margin: 10px 0px 0px 0px;
    padding: 5px;
    text-align: right;
    direction: ltr;
    color: #777777;
    border-top: 1px solid #fff;
}
/*Top News*/
.top_news
{
    overflow:auto;
    overflow-x:hidden;
    border-bottom:1px dotted #7A7DB0;
    padding-bottom:5px;
    margin:0 5px 5px 5px;
    clear:both;
}
.top_news .thumb
{
    padding: 1px;
    float: left;
    margin-right:5px;
    border:1px solid #4E4C73;
}
.top_news .desc
{
    text-align: justify;
    direction:ltr;
}
.top_news .title a
{
    background:url(images/arr_li.gif) no-repeat left 3px;
    padding-left:10px;
    display:block;
    margin-bottom:5px;
    line-height:12px;
    text-align:left;
}
.top_news_list
{
    margin:0px 5px;
}
.top_news_list a
{
    background:url(images/arr_yello.gif) no-repeat left 6px;
    padding-left:10px;
    display:block;
    margin-bottom:5px;
    text-align:left;
    line-height:15px;
}

.top_news a
{
    text-decoration: none;
    line-height: 20px;
}
.top_news a:hover
{
    text-decoration: underline;
}
.adv
{
    width: 140px;
    margin-bottom: 5px;
    text-align: center;
    padding: 5px;
}
/*Gallery Styles*/
.gallery_cat
{
    width: 104px;
    height: 130px;
    text-align: center;
    float: left;
    margin: 5px;
}
.gallery_cat .image
{
    height: 100px;
    border: 1px solid #777777;
    text-align: center;
    padding: 1px;
    background: #FFFFFF;
    vertical-align: middle;
}
.gallery_cat .name
{
    height: 20px;
    line-height: 18px;
}
.gallery_cat a
{
    color: #444444;
}
.gallery_det .text
{
    margin: 20px auto;
    width: 400px;
    text-align: justify;
    direction: ltr;
    color: #333333;
}
/*Message Box*/
#msg_box
{
    border: 1px solid #D6DADD;
    margin: 5px 2px 2px 2px;
    background: #F9FBFD;
    display: none;
}
#msg_box .ph
{
    border: 1px solid #C1D8F1;
    padding: 10px 20px;
    text-align: left;
    direction: ltr;
    line-height: 18px;
}
#msg_box .ph .icon
{
    width: 16px;
    height: 16px;
    float: left;
    position: relative;
    margin-right: 3px;
    _position: static;
    z-index: 10;
}
#msg_box .ph.t0 /*help*/
{
    color: #165A14;
}
#msg_box .ph.t0 .icon
{
    background: url(images/icons.gif) no-repeat 0px 0px;
}
#msg_box .ph.t1 /*question*/
{
    color: #165A14;
}
#msg_box .ph.t1 .icon
{
    background: url(images/icons.gif) no-repeat 0px 0px;
}
#msg_box .ph.t2 /*warning*/
{
    color: #A45200;
}
#msg_box .ph.t2 .icon
{
    background: url(images/icons.gif) no-repeat -20px 0px;
}
#msg_box .ph.t3 /*final message*/
{
    color: #165A14;
}
#msg_box .ph.t3 .icon
{
    background: url(images/icons.gif) no-repeat 0px 0px;
}
#msg_box .ph.t4 /*user eleftor*/
{
    color: #A45200;
}
#msg_box .ph.t4 .icon
{
    background: url(images/icons.gif) no-repeat -20px 0px;
}
#msg_box .ph.t5 /*application eleftor*/
{
    color: #A45200;
}
#msg_box .ph.t5 .icon
{
    background: url(images/icons.gif) no-repeat -20px 0px;
}
.mess_final
{
    margin:50px auto;
    padding:10px;
    direction:ltr;
    width:500px;
}
/*User Grid*/
.user_grid
{
    direction: ltr;
    width: 700px;
}
.user_grid td
{
    background: url(images/tnav_br.gif) repeat-x 0 100%;
    vertical-align: top;
    line-height: 20px;
}
.user_grid td
{
    padding: 5px;
    text-align: left;
    direction: ltr;
}
.user_grid .image
{
    width: 120px;
    height: 110px;
    text-align: center;
}
.user_grid .image .bg
{
    width: 96px;
    height: 106px;
    background: url(images/uimg_bg.gif) no-repeat;
    padding: 4px;
    text-align: center;
}
.bg img
{
    width: 96px;
    height: 106px;
}
/*Side Tree Menu*/
.tree_item ul, .tree_item li
{
    direction: ltr;
    margin: 0px;
    padding: 0px;
    line-height: 18px;
    text-align: left;
    list-style-type: none;
}
.tree_item
{
    display: block;
    padding-left: 10px;
}
.tree_item a
{
    text-decoration: none;
}
.tree_item a:hover
{
    text-decoration: underline;
}
.tree_item ul.l1 li
{
    line-height: 22px;
    background: url(images/arr_lblue.gif) no-repeat left 11px;
    padding-left: 9px;
}
.tree_item ul.l2
{
    margin-left: 10px;
}
.tree_item ul.l2 li
{
    line-height: 16px;
    background: url(images/arr_li.gif) no-repeat left 5px;
    padding-left: 10px;
}
.tree_item ul.l2 li a
{
    color: #555555;
}
.vprofile .image
{
    border: 1px solid #444444;
    padding: 1px;
    width: 120px;
}
.vprofile td
{
    vertical-align: top;
}
.vprofile .about
{
    margin-top: 20px;
    text-align: justify;
    direction: ltr;
}
.top_art
{
    float: left;
    width: 260px;
    background: url(images/br_grad.jpg) no-repeat 100% 0%;
    padding-right: 2px;
    padding: 3px;
    margin-bottom:5px;
    min-height:300px;
}
.sm
{
    width: 173px;
}
.top_art .thumb
{
    float: left;
    padding: 2px;
    border:1px solid #9DAAD6;
}
.top_art .thumb img
{
    width: 60px;
}
.top_art .title a
{
    background:url(images/arr_li.gif) no-repeat left 4px;
    padding-left:10px;
    display:block;
    margin-bottom:5px;
    line-height:14px;
    text-align:left;
    border-bottom:1px dotted #7E7BBE;
    padding-bottom:5px;
}
.top_art .desc
{
    margin:0 5px 0px 70px;
}

.top_art .text
{
    direction: ltr;
    text-align: justify;
    margin-top: 10px;
}
.top_art .links
{
    text-align: left;
    margin:0px 8px;
}
.thead_br
{
    border-bottom:1px dotted #7E7BBE;
    margin:5px;
}
.top_art .links a
{
    background:url(images/arr_red.gif) no-repeat left 5px;
    padding-left:10px;
    display:block;
    text-align: left;
    margin-bottom:3px;
}
.links a.list
{
    background:url(images/arr_blue.gif) no-repeat left 5px;
    padding-left:10px;
    display:block;
    margin-bottom:5px;
    text-align: left;
}
.artcat_cap
{
    text-align: left;
    direction: ltr;
    padding: 5px;
    border-top: 1px dotted #555555;
}
.top_image
{
    margin: 3px 8px;
    padding-bottom: 5px;
    background: url(images/br_fitem.gif) repeat-x 0 100%;
    text-align: center;
    margin-bottom: 5px;
}

