body, html {
    margin:0;
    padding:0;
    height:100%;
}

body {
    direction:rtl;
    text-align:right;
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
}

* {
    outline: none;
}

a{
    text-decoration:none;
    outline: none;
}

img{
    border:0px;
    vertical-align: middle;
}

table{
    /*  border-collapse: collapse;*/
}

.clearfloat{
    clear: both;
    height: 1px;
}

#container {
    width: 963px;
    /*width:100%;*/
    margin: 0 auto;
    min-height: 100%;
}

#top_area{
    top: 0px;
    left: 0px;
    width: 100%;
    background:black;	
}

.home-body{
    background: #ffffff url('../../images/front/indexbg.png') repeat-x center top !important;
}
.page-body{
    background: #ffffff !important;
    background: #ffffff url('../../images/front/bg_internal.gif') repeat-x center top !important;
}

#header_top {
    width:100%;
    min-height: 1px;
    height: 117px;
    margin: 0px;
    /*overflow: hidden;*/
    text-align: center;
    margin-top:5px;
    /*background-color:blue;*/
}

.header_wrapper{
    width:963px;
    margin: 0 auto;
    display: inline-block;
    /*background-color:fuchsia;*/
}

.header_right{
    float:right;
    width:120px;
}

.website_logo{
    width:115px;
    height:120px;
    margin-right:8px;
}

.header_left{
    float:left;
    width:830px;
    text-align:right;
    padding-left:0px;
    /*background-color:green;*/
}

.header_left_r{
    float:right;
    /*background-color:fuchsia;*/
}

.header_left_l{
    float:left;
    padding-top:5px;
    /*display: inline-block;
    background-color:maroon;*/
}


.menu_top_level1{
    font-size:11px;
    line-height:1.5em;
    color:#888888;
    height:15px;
    overflow:hidden;
    padding-bottom:5px;
    padding-left:0px;
    margin-bottom:8px;

}

.menu_top_level1 a:active{
    color:#888888;
    padding:0px 2px;

}

.menu_top_level1 a:focus{
    color:#888888;
    padding:0px 2px;

}

.menu_top_level1 a:visited{
    color:#888888;
    padding:0px 2px;

}

.menu_top_level1 a:link{
    color:#888888;
    padding:0px 2px;

}

.menu_top_level1 a:hover{
    color:#666666;
}

.website_name{
    color:#000000;
    font-weight:bold;
    font-family: Arial, Tahoma, Verdana, sans-serif; 
    padding-right:2px;
}

.website_name_ar{
    font-size:21px;
}

.website_name_eng{
    font-size:14px;
}

.header_social_icon{
    float:left;
}

.header_social_icon img{
    padding-left:3px;
}

.website_lang{
    float:left;
    background: url('../../images/front/map_lang.png') no-repeat left 1px;
    padding-left:15px;
    height:20px;
    margin-right:5px;
    margin-top:0px;
    margin-left: 2px;
}

.search_box_bg{
    background: url(../../images/front/search_box_bg.png) no-repeat center bottom;
    width:238px;
    height: 21px;
    clear:both;
    padding-top:13px;
}

.search_box_bg form{
    display:inline;
}

.search_box_input{
    width: 168px; 
    height: 18px;
    padding-top:1px !important;
    margin-top:0px;
    padding-right: 4px;
    float: right;
    border: 0px solid  red; 
    background-color: transparent; 
    font-size: 12px; 
    font-family:Tahoma, Arial, Verdana, sans-serif; 
    color: #000;
}

.search_btn{
    width: 21px; 
    height: 19px; 
    padding: 0px; 
    float: left; 
    border: 0px solid red;
}

/*========= menu =======*/

#main_menu{
    background: url('../../images/front/menu_bg.png') no-repeat scroll center center;
    height:31px;
    width:828px;
    text-align:right;
    display: inline-block;
    margin-top: 17px;
    margin-right:11px;
}

.main_menu_wrapper{
    width:790px;
    height: 31px;
    margin-left: auto;
    margin-right: auto;
    padding-top:0px;
    padding:0px 10px;
    /*overflow: hidden;*/
}

.main_menu_wrapper ul{
    list-style: none;
    margin:0px;
    padding:0px;
    width:790px;
    height:30px;
    font-family:Tahoma, Arial, Verdana, sans-serif;
    font-size:12.33px;
    color:#fff;
    position: relative;
}

.main_menu_wrapper ul li{
    float:right;
    background: url('../../images/front/menu_sp.png') no-repeat scroll left top;
    height: 23px;
    padding-top: 6px;
    padding-left:10px;
    padding-right:10px;
    cursor:pointer;
    overflow:hidden;
}

.main_menu_wrapper ul li:hover{
    border-top:2px #C23F1B solid;
    overflow:hidden;
    background: url('../../images/front/menu_sp.png') no-repeat scroll left -2px;
}

.main_menu_wrapper ul li a:active{
    text-decoration:none;
    color:#fff;
}

.main_menu_wrapper ul li a:focus{
    text-decoration:none;
    color:#fff;
}

.main_menu_wrapper ul li a:hover{
    text-decoration:none;
    color:#fff;
}

.main_menu_wrapper ul li a:visited{
    text-decoration:none;
    color:#fff;
}

.main_menu_wrapper ul li a:link{
    text-decoration:none;
    color:#fff;
}

.main_menu_wrapper ul ul {
    display: none;
}
.main_menu_wrapper ul li:hover > ul {
    display: block;
}
/*******************/
.main_menu_wrapper ul li {
    float: right;
}
.main_menu_wrapper ul li:hover a {
    color: #fff;
}

.main_menu_wrapper ul li a {
    display: block;
    /*padding:10px;*/
    text-decoration:none;
    color:#ffffff;
    font-size:16px; 
    text-decoration:none;
    /*font-weight: bold;*/
    font-family:  Arial, Tahoma, Verdana, sans-serif;
}


.main_menu_wrapper ul ul {
    position: absolute; 
    top: 100%;
    z-index: 960000;
    width: 200px;    
}
.main_menu_wrapper ul ul li{
    padding: 8px 10px 0 0;
    height: 20px;
    margin: 0;
    float: none; 
    position: relative;
    background: url('../../images/front/sub_menu_bg.png');
    border-bottom:#CCC solid thin;
}

.main_menu_wrapper ul ul li:hover {
    border-top:0px !important;
    background: #418A48;
    /*    background: url('../../images/front/sub_menu_bg.png') !important;*/
}
.main_menu_wrapper ul ul li a {
    display:block;
    color:#FFF;
    /*padding:2px;*/
    text-decoration:none;
    background: none;
    font-size: 13px;
    /*margin: 10px;*/
}	
.main_menu_wrapper ul ul li a:hover {
    /*background: none;*/
}

.main_menu_wrapper ul ul ul {
    position: absolute; 
    right: 100%; 
    top:0;
    z-index: 960000
}


.main_menu_wrapper ul ul li.first{
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.main_menu_wrapper ul ul li.last{
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.main_menu_wrapper ul ul li.first.last{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.main_menu_wrapper ul ul li.last{
    border-bottom:none !important;
}


#main_slider_container{
    clear: both;
    background:url('../../images/front/header_bg.png') no-repeat center center;
    width: 963px;
    height:313px;
    z-index:1;
    position:relative;
    margin-left: auto;
    margin-right: auto;
}


#flags_container{   
    position: absolute;
    left: 0px;
    top: 277px;
}

#flags_container ul{
    list-style:none;
    margin:0px;
    padding:0px;
    margin-left:14px;
}

#flags_container ul li{
    float:left;
    padding-right:5px;
}

#flags_container ul li img{
    border: none;
}
#content_wrapper{
    width:963px;
    margin-left: auto;
    margin-right: auto;
}



.content_wrapper_bg{
    /*background:#FFFFFF url('../../../../images/front/front/content_bg.png') repeat-x scroll center top;*/
}


.aspf_about{
    height: 133px;
    padding: 0px 0px 0px 5px;
    background: url('../../images/front/about_bg.png') right top no-repeat;
    position: relative;
    overflow: hidden;
}

.aspf_about ul{
    list-style:none;
    margin:0px;
    padding:0px;
    float:left;
}

.aspf_about ul li{
    width: 290px;
    padding: 19px 0 0 0;
    margin: 0 25px 0 0;
    float: right;
    font-size: 12px;
    color: #fff;
}

.aspf_about ul li h1 {
    margin: 0 0 5px 0;
    display: block;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    border-bottom:1px #fff dotted;
    padding-bottom:4px;
}

.aspf_about ul li h1 a {
    display: inline;
    font-size: 13px;
    color:#FAB020;
    padding-top:2px
}

.aspf_about ul li h1 a:link,
.aspf_about ul li h1 a:visited,
.aspf_about ul li h1 a:focus,
.aspf_about ul li h1 a:active{
    color: #FAB020;
    text-decoration: none;
}

.aspf_about ul li h1 strong a:hover{
    color: #FAB020;
    text-decoration:underline;
}

.aspf_about ul li h1 img {
    margin: 0px 8px 0px 0px;
    vertical-align:-1px;
}

.aspf_about ul li div.content{
    line-height:1.4em;
}


#internal_content_sec_right{
    float:right;
    width:705px;
    margin-top:5px;
}

#internal_content_sec_left{
    float:left;
    width: 250px;
    margin-top:5px;
}

#content_sec_right{
    float:right;
    width:395px;
}

#content_sec_middle{
    float:right;
    width:290px; /*370px;*/
    margin-right:15px;
}

.wdg_box .wdg_box_head,
.wdg_box .wdg_box_head_only{
    background: url(../../images/front/wdg_box_header.png) repeat-x right top;
    font-family:Tahoma, Arial, Helvetica, sans-serif;   
}
.wdg_box .wdg_box_head_only {
    height:3px;
}
.wdg_box .wdg_box_head h2 {
    height: 29px;
    line-height: 24px;
    margin:0px;
    padding:0px;
    font-size:12px;
    width: 100%;
    overflow:hidden;
}

.wdg_box .wdg_box_head strong {
    display: block;
    padding: 10px 14px 0px 0px;
    color: #000000;
}

.wdg_box .wdg_box_head a {
    color: white;
}

.wdg_box {
    background:url('../../images/front/wdg_box_body.png') repeat-y;    
    width:249px;
}
.wdg_box_wrapper {
    margin-bottom: 7px;

}
.wdg_box_content{
    background:url('../../images/front/wdg_box_footer.png') repeat-x scroll center bottom;
    padding:8px 4px;
    text-align:right;
}

.wdg_box_content h2{
    margin:0px;
    padding:0px;
    color:#C3411E; 
    font-size:12px;
    margin-right: 86px;
}

.wdg_box_content .member_title{
    font-size:11px;
    padding-top:5px;
    color:#666666;
    margin-right: 86px;
}

.wdg_box_content .member_cv{
    padding-top:5px;
    color:#000000;
    margin-right: 86px;
}

.wdg_box_content .member_cv a:active,
.wdg_box_content .member_cv a:focus,
.wdg_box_content .member_cv a:visited,
.wdg_box_content .member_cv a:link{
    font-size:11px;
    color:#000000;
}

.wdg_box_content .member_cv a:hover{
    color:#000000;
    text-decoration:underline;
}

.wdg_box_content .member_pic{
    float:right;
    margin: 0px 3px 0 3px;
    width: 80px;    
    overflow: hidden;
}

.wdg_box_content .member_pic img{    
    height: 59px;
}

.inner_wdg_box .inner_wdg_box_head {
    height: 30px;
    line-height: 24px;
    font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#428B49;
}

.inner_wdg_box .inner_wdg_box_head h2 {
    margin:0px;
    padding:0px;    
    font-size: 17px;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    overflow:hidden;
}

.inner_wdg_box .inner_wdg_box_head strong {
    display: block;
    padding-right: 10px;
    color:  #428B49;
    border-bottom: 2px #428B49 solid;
}

.inner_wdg_box .inner_wdg_box_head a {
    color: #428B49;
}

.inner_wdg_box .pager_container{
    text-align: center;
}

.inner_wdg_box_wrapper {
    background:url('../../images/front/inner_wdg_box_footer.png') repeat-x scroll center bottom;
    padding:3px 0px 12px 0px;
    text-align:right;
    width: 100%;
    margin-bottom: 7px;
}
.inner_wdg_box_content{

}


.height_limit{
    min-height:465px;
}

.inner_wdg_box_wrapper .readmore{
    text-align:left;
    padding-left:15px;
    color:#DD0000;
    font-size:12px;
    padding-top:10px;
}

.inner_wdg_box_wrapper .readmore a:active,
.inner_wdg_box_wrapper .readmore a:focus,
.inner_wdg_box_wrapper .readmore a:visited,
.inner_wdg_box_wrapper .readmore a:link{
    color:#DD0000;
    text-decoration:none;
}

.inner_wdg_box_wrapper .readmore a:hover{
    color:#DD0000;
    text-decoration:underline;
}

.wdg_box_wrapper .readmore{
    text-align:left;
    padding-left:15px;
    color:#DD0000;
    font-size:12px;
    padding-top:10px;
}

.wdg_box_wrapper .readmore a:active,
.wdg_box_wrapper .readmore a:focus,
.wdg_box_wrapper .readmore a:visited,
.wdg_box_wrapper .readmore a:link{
    color:#DD0000;
    text-decoration:none;
}

.wdg_box_wrapper .readmore a:hover{
    color:#DD0000;
    text-decoration:underline;
}

.sideContainerCenter{
    text-align: center;
    margin-bottom:5px;
    margin-top:5px;
}

.weather{
    /*display:inline-block;*/ 
    text-align:center; 
    margin: 0px 5px 3px 2px;
}

.weather_title{
    float:right; 
    padding-left:10px; 
    padding-right:3px; 
    padding-top:4px; 
    color:#428B49; 
    font-weight:bold; 
    font-size:11px;
}

.weather_countries{
    float:right;
}

.weather_info{
    display:inline-block; 
    padding-top:8px; 
    width:100%; 
    border-bottom:1px #DCDCDC solid;
    padding-bottom:8px;
}

.weather_info .info{
    float:right;
    text-align:right;
    border-left:1px #DCDCDC solid;
    width: 140px;
}

.weather_info .info .temp{
    text-align: left;
    padding-left: 12px;
    padding-top:5px;
    font-size: 18px;
    font-weight: bold;
    color:#255EC6;
}

.weather_info .info .humidity{
    font-size:11px;
    padding-top:5px;
    padding-right:4px;
    color:#6D6D6D;
}

.weather_info .info .sunrise{
    font-size:11px;
    padding-top:5px;
    padding-right:4px;
    color:#6D6D6D;
}

.weather_info .info .sunset{
    font-size:11px;
    padding-top:5px;
    padding-right:4px;
    color:#6D6D6D;
}

.weather_info .icon{
    float:left;
    padding:0px 4px;
}

.weather_info .wind{
    clear: both;
    text-align: right; 
    font-size: 11px;
    padding-right: 4px;
    padding-top: 10px;
    color:#6D6D6D;
}

.weather_forcasting{
    padding-top:5px;
}

.weather_forcasting table{
    width:100%;
}

.weather_forcasting .day{
    color:#606060;
    font-weight:bold;
    font-size:11px;
}

.weather_forcasting .temp{
    color:#255EC6;
    font-size:12px;
    font-weight:bold;
}


/* ====== Lang ========== */

* { margin: 0; padding: 0; }

body {
    background: #ccc;
}

header {
    display: block;
    background: #777;
    height: 50px;
    position: relative;
    min-width: 600px;
}

header h1 {
    font: bold 24px Arial, Helvetica, sans-serif;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 8px;
}

/* JS-created definition list */
.dropdownSelect {
    /*position: absolute;*/
    top: 13px;
    right: 0;
    width: 150px;
}

/* rought form styles for when JS is disabled */

.dropdownSelect form {
    width: 158px;
    padding: 0;
}

.dropdown dd ul li a em,
.dropdown a,
.dropdown dt a em {
    text-align: right;
    padding-right: 10px;
}

#language-select .dropdown dd { position: relative; }

#language-select .dropdown a {
    text-decoration: none;
    outline: 0;
    font: 11px Tahoma, Arial, Helvetica, sans-serif;
    display: block;
    width: 115px;
    overflow: hidden;
}

#language-select .dropdown dt a {
    background: #F0F0F0;
    border: 1px solid #CFCFCF;
    padding: 3px 5px 4px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #8B8B8B;	
}

#language-select .dropdown dt a.active {
    background: #C23F1B;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px dotted #CFCFCF;
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
    box-shadow: 0 3px 7px rgba(0,0,0,.5);
    color: #fff;
}


#language-select .dropdown dd{
    margin-right: 1px;
}

#language-select .dropdown dd ul {
    background: #097909;
    border: 1px solid #676768;
    color: #C5C0B0;
    display: none;
    position: absolute;
    z-index: 999;
    top: 0;
    /*left: 0;*/
    padding: 2px 0 5px 0;
    list-style: none;
    border-top: none;
    margin: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
    box-shadow: 0 3px 7px rgba(0,0,0,.5);
}

#language-select .dropdown dd ul li a {
    padding: 2px 0px 2px 8px;
}
#language-select .dropdown dt a img,
#language-select .dropdown dd ul li a img{
    float: left;
    width: 16px;
    height: 11px;
    vertical-align: middle;
    padding-top: 0px;
    cursor: pointer;        
}

#language-select .dropdown dd ul li a em,
#language-select .dropdown dt a em {
    font-style: normal;
    float: right;
    padding-right: 6px;
    cursor: pointer;
}

#language-select .dropdown dd ul li a em {
    color: #dbc3b5;
}

#language-select .dropdown dd ul li a:hover { background-color: rgba(255,255,255,.1); }
#language-select .dropdown dd ul li a:hover em { color: #fff; }


#footer {
    min-height: 1px;
    height: 182px;
    margin: 0px;
    margin-top: 5px;
    overflow: hidden;
    text-align: center;
    border-top:1px #E3E3E3 solid;
}


.footer_level_1{
    height:75px;
    overflow:hidden;
}

.footer_level_2{
    height:107px;
    background:#EEEEEE;
    overflow:hidden;
}


.footer_level_1_wrapper{
    width:963px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
}

.footer_level_1_wrapper .ports{
    width:100%;
}

.footer_level_1_wrapper .arrow_r{
    vertical-align:middle; 
    width:20px; 
    padding-left:5px;
}

.footer_level_1_wrapper .arrow_l{
    vertical-align:middle; 
    width:20px; 
    padding-right:5px;
}

.footer_level_1_wrapper .ports_list {
    position:relative;
    width:900px;
    height:57px; 
    overflow:hidden; 
    text-align:center;
}

.footer_level_1_wrapper .ports_list .port_logo{
    padding:0px 6px;
}

.footer_level_2_wrapper{
    width:963px;
    margin-left: auto;
    margin-right: auto;
}

.footer_level_2_right{
    float:right;
    background:url('../../images/front/magles_elwahda.jpg') no-repeat scroll right top;
    width:86px;
    height:90px;
}

.footer_level_2_left{
    float:right;
    padding-right:25px;
    text-align:right;
    font-size:11px;
    padding-top:17px;
}


.footer_level_2_left a:active,
.footer_level_2_left a:focus,
.footer_level_2_left a:visited,
.footer_level_2_left a:link{
    color:#585858;
    padding-left:3px;
    padding-right:3px;
}

.footer_level_2_left a:hover{
    text-decoration:underline;
}

.footer_level_2_left div{
    padding-bottom:5px;
}

.menu_btm{
    padding-top:6px;
}

.copyrights{
    color:#656565;
    padding-right:3px;   
    font-weight:bold;
    padding-bottom: 5px;
}

.amc_rights{
    padding-top:6px;
    color:#3A7C41;
}

.amc_rights a:active,
.amc_rights a:focus,
.amc_rights a:visited,
.amc_rights a:link{
    color:#3A7C41;
}

.newsletter_form input[type="text"]{
    margin:0px auto;
}
.newsletter_form input[type="submit"]{
    margin-right: 5px;
}
.newsletter_icon {
    background: url('../../images/front/ns_icon.png') no-repeat left 0px;
    text-align: right;
    padding: 5px 5px 0px;
}


.newsletter_note {
    font-family: Tahoma,Arial,Verdana,sans-serif;
    font-size: 10px;
    padding: 6px 0px 0px 50px;
    clear: both;
    color: #6E6E6E;
    line-height:1.5em;
    text-align: right;
}


input {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
    padding-bottom: 3px;
    margin: 0px;
    overflow: hidden;
    padding-top: 2px;
    font-family: Tahoma,Arial,Verdana,sans-serif;
}

.front_textfield {
    border-right: #cdcdcd 1px solid;
    border-top: #cdcdcd 1px solid;
    background: url('../../images/front/textfield-bg.gif') #ffffff repeat-x 0pt 1px;
    border-left: #cdcdcd 1px solid;
    border-bottom: #cdcdcd 1px solid;
    color: #000000;
    height: 13px;
}



div.form input[type="text"], 
div.form input[type="password"] {
    border-right: #cdcdcd 1px solid;
    border-top: #cdcdcd 1px solid;
    background: url('../../images/front/textfield-bg.gif') #ffffff repeat-x 0pt 1px;
    border-left: #cdcdcd 1px solid;
    border-bottom: #cdcdcd 1px solid;
    color: #000000;
}

div.form .disc{
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 11.33px;
    padding: 5px 5px 5px 5px;
    margin:12px 0px 8px 5px;
    text-align:justify;
    background-color:#DCDCDC;
}

div.form .errorSummary
{
    border: 2px solid #C00;
    padding: 7px 7px 12px 7px;
    margin: 0 0 20px 0;
    background: #FEE;
    font-size: 0.9em;
}

div.form .errorSummary p
{
    margin: 0;
    padding: 5px;
    color:#cc0000;
}

div.form .errorSummary ul
{
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
    color:#cc0000;
}

div.form span.required{
    color: red;
}

div.form fieldset{
    padding: 0px 15px 10px 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

div.form fieldset legend{
    color:#295C2F;
    font-family: Tahoma,Arial,Verdana,sans-serif;
    font-weight: bold;
    padding:4px 10px;
}

input[type="reset"], 
input[type="button"], 
input[type="submit"] {
    background: #428B49 url('../../images/front/button_bg.jpg') repeat-x scroll center top !important ;
    border: 1px solid #1E4623;
    color: #FFFFFF;
    padding: 2px 8px;
    font-family: Tahoma,Arial,Verdana,sans-serif;
    font-size: 11px;
}

input[type="reset"]:hover, 
input[type="button"]:hover, 
input[type="submit"]:hover {
    background-color: #295C2F;
    background-image: url('../../images/front/button_bg_over.jpg');
    border: 1px solid #51A85B;
    font-family: Tahoma,Arial,Verdana,sans-serif;
    font-size: 11px;
}

div.form div.error label, div.form label.error, div.form span.error {
    color: #C00;
}
div.form div.error input, div.form div.error textarea, div.form div.error select, div.form input.error, div.form textarea.error, div.form select.error {
    border-color: #C00;
    background: url('../../images/front/textfield-bg.gif') #ffffff repeat-x 0pt 1px;
}

div.form div.success input, div.form div.success textarea, div.form div.success select, div.form input.success, div.form textarea.success, div.form select.success {
    border-right: #cdcdcd 1px solid;
    border-top: #cdcdcd 1px solid;
    background: url('../../images/front/textfield-bg.gif') #ffffff repeat-x 0pt 1px;
    border-left: #cdcdcd 1px solid;
    border-bottom: #cdcdcd 1px solid;
    color: #606060;
}

div.form select {
    background-image: url('../../images/front/textfield-bg.gif');
    background-repeat: repeat-x;
    border: 1px solid #cdcdcd;
    color: #606060;
    font-family: Tahoma,Arial,Verdana,sans-serif;
    font-size: 11.33px;
    direction: rtl;
}

div.form .errorMessage {
    color: red;
    font-size: 0.9em;
}


.bottom_area{
    clear:both; 
    margin:10px 0px 1px 0px; 
    display:inline-block;
}

.bottom_area_wdg{
    float:right;
    width:305px; 
    height:100px;
    overflow:hidden;
    background:#F3F3F3; 
    border:1px #E6E6E6 solid; 
    padding:5px;
}

.bottom_area .left{
    float:left;

}

.bottom_area .middle{
    margin:0px 6px 0px 6px;
}

.newsletter_title {
    font-size:11px;
    color:#4A4A4A;
    font-weight:bold;
    line-height:1.5em;
    padding-left:20px;
}

.bottom_area .social{
    background: url('../../images/front/social_icon.png') no-repeat left 0px;
    text-align: right;
}

.voting_widget {
}

.pollContainer h1, .voting_widget h1 {
    font-family: Tahoma,Arial,Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height:1.4em;
    color: #428B49;
    text-align: right;
    padding: 0px 8px 12px 5px;
}
.voting_error .errorMessage{
    font-weight: bold;
    font-style:italic;
}
.voting_options {
    padding-right: 8px;
}

.voting_options p{
    float:right;
    padding-left:10px;
    position: relative;
    padding-bottom:5px;
}

.voting_options input{
    position: absolute;
    top: 8px;
    right: 2px;	padding-bottom:5px;
}

.voting_widget label {
    font-family: Tahoma,Arial,Verdana,sans-serif;
    font-size: 12px;
    color: #1A1A1A;
    padding-bottom: 5px;
    padding-right: 19px;
}

.voting_widget_action {
    padding: 8px 10px 10px 0px;
    clear:both;
}

.voting_widget_action a:link, 
.voting_widget_action a:visited, 
.voting_widget_action a:focus, 
.voting_widget_action a:active {
    font-family: Tahoma,Arial,Verdana,sans-serif;
    font-size: 11px;
    color: #428B49;
    text-decoration: none;
    padding-right: 10px;
}

.voting_widget_action a:active {
    text-decoration:underline;
}



.no_poll{
    font-family: Tahoma , Arial, Verdana, sans-serif;
    font-size: 13px;
    color: #428B49;
    text-align: center;
    padding-top:15px;
    padding-bottom:15px;
}

.pollContainer{
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    color:#000;
}
.pollContainer h1,
.voting_widget h1{
    font-family: Tahoma , Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight:700;
    color: #428B49;
    text-align:right;
    padding:0px 3px 5px 5px;
}
.pollContainer p{
    color:#000;
}
.pollContainer{
    padding:5px;
}

.pollContainer .pollques{
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    color:#000;
    padding-bottom: 5px;
}
.pollContainer .option{
    margin:1px 0;
    float: right;
    padding:0px 3px 0px 10px;


}
.pollContainer .option .fullBar{
    background-color: #fff;
}

.pollContainer .option p{
    font-family: Tahoma, Arial, Verdana, sans-serif;
    line-height:1.1em;
    font-size:11px;
    color:#000000;
}
.pollContainer .bar{
    height:10px;
    background:#428B49;
    margin-top:2px;
    margin-bottom:1px;
}
.pollContainer .yourvote{
    background:#113399;
}

.News_list{	
    margin: 0px;
    padding:0px;
    list-style: none;
    text-align:right;
    margin-right: 5px;
}

.News_list li h2{	
    padding:0px;
    margin:0px;
    font-weight:normal;
    font-size:11px;
}

.News_list li h2 a:active,
.News_list li h2 a:link,
.News_list li h2 a:focus,
.News_list li h2 a:visited{
    color: #535353;
    text-decoration:none;
}

.News_list li h2 a:hover{
    color: #535353;
    text-decoration:underline;
}


/*Main topic css*/

.main_topic{
    float:right; 
    width:240px; 
    height: 465px;
    border-left: 1px #D2D2D2 dotted; 
    padding-left: 6px;
}

.main_topic .main_topic_wrapper{
    color:#4A4A4A; 
    background-color:#E6E6E6;
    overflow: hidden;
    border: 1px solid #E6E6E6;
}

.main_topic .main_topic_wrapper img{
    margin:0px; 
    padding:1px; 
    background-color:white;
}

.main_topic .main_topic_wrapper h1{
    font-size: 12px;  
    padding: 4px 3px; 
    margin: 0px;  
    text-align: right; 
    font-family: tahoma; 
    line-height: 1.45em;
}


.main_topic .main_topic_wrapper h1 a:active,
.main_topic .main_topic_wrapper h1 a:link,
.main_topic .main_topic_wrapper h1 a:focus,
.main_topic .main_topic_wrapper h1 a:visited{
    color:#4A4A4A; 
    text-decoration:none;
}

.main_topic div.desc{
    text-align:right; 
    line-height:1.5em; 
    padding-top:5px;
}

.inner_wdg_box_wrapper .sub_topics{
    float:left; 
    width:146px;
}

.sub_topics .News_list div{
    color:#747474;
    font-size:11px;
}	

.sub_topics{
    overflow: hidden;
    height:420px;
}
.sub_topics .News_list li{
    color: #535353;
    padding: 0px;
    border-bottom: 1px #AFAFAF dotted;
    height: 133px;
    overflow: hidden;
    margin-bottom:7px;  
}

.sub_topics .News_list li h2{	
    padding:0px 2px 5px 2px;
    line-height:1.4em;
}
.sub_topics .News_list li h2 img{
    border: 1px solid #E6E6E6;
    margin:0px; 
    padding:1px;
    /*display: block;*/
}

.main_topicContainer .pager_container img{
    margin-top: 10px;
}
/*events top list css*/

.attach{
    text-align:right;
    padding:2px 4px 0px 0px;
    font-weight:bold;
    font-size:11px;

}

.attach a:active,
.attach a:link,
.attach a:focus,
.attach a:visited{
    color:#428B49;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
}


.main_event{
    border-bottom:1px #CCCCCC dotted;
}

.main_event .main_event_wrapper{
    color:#4A4A4A;
}


.main_event .main_event_wrapper h1{
    font-size: 12px;  
    padding: 4px 3px; 
    margin: 0px;  
    text-align: right; 
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.45em;
}


.main_event .main_event_wrapper h1 a:active,
.main_event .main_event_wrapper h1 a:link,
.main_event .main_event_wrapper h1 a:focus,
.main_event .main_event_wrapper h1 a:visited{
    color:#4A4A4A; 
    text-decoration:none;
}

.main_event .main_event_wrapper div.desc{
    text-align:right; 
    line-height:1.4em; 
    padding:5px 4px;
}

.main_event .main_event_wrapper .attach{
    text-align:right;
    padding:2px 4px 12px 0px;
    font-weight:bold;
    font-size:11px;

}

.main_event .main_event_wrapper .attach a:active,
.main_event .main_event_wrapper .attach a:link,
.main_event .main_event_wrapper .attach a:focus,
.main_event .main_event_wrapper .attach a:visited{
    color:#428B49;
}
.sub_event{
    padding: 0px; margin: 0px; clear: both;
}
.sub_event ul.News_list{
    margin: 0px;
    padding: 0px;
    padding-top:5px;
    padding-right:6px;
    list-style: none;
    text-align: right;
}

.sub_event ul.News_list li{
    height:auto;
    border:none;
    padding:0px;
    margin:0px;
    background: url('../../images/front/green_bullit.png') no-repeat 99% 7px;
    padding-right: 12px;
}

.sub_event ul.News_list li h2{
    padding: 2px 2px 5px 2px;
    line-height:normal;
}


/* ================= internal ========================== */

#main_internal_slider_container{
    clear: both;	
    width: 963px;
    height:160px;
    z-index:1;
    position:relative;
    margin-left: auto;
    margin-right: auto;
    color:#656565;
}

#main_internal_slider_container .sec_title{
    padding-right: 50px;
    padding-top: 30px;
    font-size: 25px;
    font-family:Arial,Tahoma,Verdana,sans-serif;
    font-weight: bold;
    color: #428B49;
}

#main_internal_slider_container .sec_dec{
    padding-right: 50px;
    padding-top: 3px;
    font-size: 13px;
    width: 250px;
    line-height: 1.4em;
    font-family:Tahoma,Arial,Verdana,sans-serif;
    height: 72px;
    overflow: hidden;
}

#side_menu{
    margin-top: 26px;
}

#side_menu .title_wrapper{
    padding: 0 5px;
    margin: 0 10px;
    position: relative;
    top: 0;
    left: 0;
    color: #F3F05C;
    font-family: Tahoma,Arial,Verdana,sans-serif;
}

#side_menu .title_wrapper div {
    font-size: 11px;
    font-weight: 600;
    width:100%;
    margin: 0;
    padding: 0;
    float: right;
    white-space: nowrap;
    background:#428B49;
}

#side_menu .title_wrapper_left {
    display: block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: url(../../images/front/side_menu_cor_left.gif);
    position: absolute;
    top: 0;
    left: -7px;
}

#side_menu .title_wrapper_right {
    display: block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: url(../../images/front/side_menu_cor_right.gif);
    position: absolute;
    top: 0;
    right: -7px;
}

.side_menu_item{
    clear:both;
    background:#428B49;
    margin: 0px 15px;
}

.side_menu_item ul{
    margin: 0px;
    list-style: none;
    padding: 15px 0px 0px 0px;
    min-width:200px;
}

.side_menu_item ul li{
    background: url('../../images/front/arrow.gif') no-repeat scroll 95% 6px; 
    color: #ffffff; 
    font-family: Tahoma,Arial,Verdana,sans-serif; 
    font-size: 12.88px; 
    padding:0px 25px 3px 5px;
}

.side_menu_item ul li.active{
    background-color:#C23F1B;
}

.side_menu_item ul li a:link, 
.side_menu_item ul li a:visited, 
.side_menu_item ul li a:focus, 
.side_menu_item ul li a:active {
    color: #ffffff;
    text-decoration: none;
}

.side_menu_item ul li a:active {
    color: #ffffff;
    text-decoration:underline;
}

#side_menu .footer_wrapper{
    position: relative;
    top: 0;
    left: 0;
    color: #F3F05C;
    font-family: Tahoma,Arial,Verdana,sans-serif;
}

#side_menu .footer_wrapper div {
    font-size: 11px;
    font-weight: 600;
    width:100%;
    margin: 0;
    padding: 0;
    float: right;
    white-space: nowrap;
    background: #428B49;
    height: 12px;
}

#side_menu .footer_wrapper_left {
    display: block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: #ffffff url(../../images/front/side_menu_b_cor_left.gif);
    position: absolute;
    top: 0;
    left: 0px;
}

#side_menu .footer_wrapper_right {
    display: block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: #ffffff url(../../images/front/side_menu_b_cor_right.gif);
    position: absolute;
    top: 0;
    right: 0px;
}

.page_path {
    height: 14px;
    overflow: hidden;
    padding: 0px 0px 5px 5px;
    font-size: 11px;
    color: #626262;
    border-bottom:1px #A9A9A9 dotted;
}

.page_path a:link, 
.page_path a:visited, 
.page_path a:focus, 
.page_path a:active{
    color: #626262;
    text-decoration: none;
}

.page_path a:hover{
    text-decoration:underline;
}

.page_title {
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    padding: 10px 30px 2px 0px;
    background:url(../../images/front/bullite2.png) no-repeat scroll 99% 14px;
}

.page_content {
    padding: 5px 30px 5px 10px;
    font-size: 13px;
    line-height: 1.4em;
}

.content_sub_title, .content_sub_title div {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 2px 0px 5px 0px;
}

.content_detail_source {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 16px;
    color: #428B49;
    padding-top:10px;
    padding-bottom:5px;
    font-weight: bold;
}


.jcSlider .carousel-next {
    top: 20px;
}

.jcSlider .carousel-prev {
    top: 20px;
}

/*************************/

#side_right_wdgt{
    margin: 5px 15px 16px 15px;
    /*background-color:black;*/
}

#side_right_wdgt .title_wrapper{
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 0;
    left: 0;
    color: #F3F05C;
    font-family: Tahoma,Arial,Verdana,sans-serif;
}

#side_right_wdgt .title_wrapper h2 {
    font-size: 11px;
    font-weight: bold;
    width: 91%;
    height: 12px;
    margin: 0;
    padding: 0;
    float: right;
    white-space: nowrap;
    background: #428B49;
    margin-right: 12px;
}

#side_right_wdgt .title_wrapper_left {
    display: block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: url(../../images/front/side_wdg_top_cor_left.gif);
    position: absolute;
    top: 0;
    left: 0px;
}

#side_right_wdgt .title_wrapper_right {
    display: block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: url(../../images/front/side_wdg_top_cor_right.gif);
    position: absolute;
    top: 0;
    right: 0px;
}

#side_right_wdgt .content{
    clear:both;
    background:#428B49;
    padding:0px 5px 0px 5px;
    display: inline-table;
}

#side_right_wdgt .content h2 {
    font-size: 12px;
    font-weight: bold;
    font-family:Tahoma, Arial, Verdana, sans-serif;
    color:#FFFF00;
    border-bottom: 1px #306A35 solid;
    padding: 0px 8px 5px 8px;
}

#side_right_wdgt .content ul{
    list-style:none;
    margin:5px 10px 0px 10px;
    padding:0px;
}

#side_right_wdgt .content ul li{
    background: url('../../images/front/arrow-down_small.gif') no-repeat scroll 100% 7px;
    padding-bottom:5px;
    padding-right:13px;
    line-height:1.4em;
    color:#ffffff;
}

#side_right_wdgt .content ul li a:link, 
#side_right_wdgt .content ul li a:visited, 
#side_right_wdgt .content ul li a:focus, 
#side_right_wdgt .content ul li a:active{
    color:#FFFFFF;
    text-decoration:none;
}

#side_right_wdgt .content ul li a:hover{
    text-decoration:underline;
}

#side_right_wdgt .footer_wrapper{
    position: relative;
    top: 0;
    left: 0;
    color: #F3F05C;
    font-family: Tahoma,Arial,Verdana,sans-serif;
}

#side_right_wdgt .footer_wrapper h2 {
    font-size: 11px;
    font-weight: 600;
    width:100%;
    margin: 0;
    padding: 0;
    float: right;
    white-space: nowrap;
    background: #428B49;
    height: 12px;
}

#side_right_wdgt .footer_wrapper_left {
    display: block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: #ffffff url(../../images/front/side_wdg_b_cor_left.gif);
    position: absolute;
    top: 0;
    left: 0px;
}

#side_right_wdgt .footer_wrapper_right {
    display: block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: #ffffff url(../../images/front/side_wdg_b_cor_right.gif);
    position: absolute;
    top: 0;
    right: 0px;
}

/*************************************************/

.sitemap {
    padding-right: 8px;
}

.sitemap_root {
    float: right;
    margin-left: 18px;
    min-width: 140px;
}

.sitemap_root h1 {
    margin: 0px;
    padding: 0px;
    margin-top: 25px;
}

.sitemap_root h1 img {
    margin-top: 6px;
}

.sitemap_root h1 span a, 
.sitemap_root h1 span {
    font-weight: bold;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 15px;
    color: #2B920A;
    padding-right: 8px;
}

.sitemap_L2 {
    margin: 0px;
    padding: 5px 18px 5px 25px;
    list-style: none;
}

.sitemap_L2 li {
    color: #444444;
    font-size: 12px;
}

.sitemap_L2 li a:link, 
.sitemap_L2 li a:visited, 
.sitemap_L2 li a:focus, 
.sitemap_L2 li a:active {
    color: #444444;
}

.sitemap_L2 li a:hover {
    text-decoration:underline;
}

.sitemap_L3 {
    padding: 3px 28px 5px 25px;
}

.page_content ul{
    margin: 0px; 
    list-style-image: url('../../images/front/blit.gif');
}

.page_content ul li{
    padding-bottom: 6px;
}

.page_content ul ul{
    margin: 5px 25px 5px 0px; 
    list-style-image: none;
    list-style: disc;
}

.page_content ul li span p{
    padding: 0px 5px 0px 5px;
}

/********************************************/
.sec_content_odd{
    background-color:#FFFFFF;
    border-bottom:1px #DDDDDD solid;
}

.sec_content_even{
    background-color:#FFFFFF;
    border-bottom:1px #DDDDDD solid;
}

.wd_news_info{
    background: url('../../images/front/news_info.jpg') no-repeat scroll right 3px;	
    height: 20px;
    font-size:10px;
    color:#A0A0A0;
    padding-right:15px;
    /*margin-right:4px;*/
}

.wd_news_sp{
    padding:0px 3px;
}


.wdr_table_right_col{
    /*    width:350px;*/
    padding:8px 0px 10px 5px;
    vertical-align:top;
}

.wdr_table_right_col h1{
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size:14.88px;
    color:#4E6B84;
    font-weight:600;
    padding-bottom:6px;
    margin:0px;
}

.wdr_table_right_col h1 a:link,
.wdr_table_right_col h1 a:visited,
.wdr_table_right_col h1 a:focus,
.wdr_table_right_col h1 a:active{
    /*font-family: Arial, Verdana, sans-serif;*/
    font-size:15px;
    color:#4E6B84;
    font-weight:bold;
    text-decoration:none;
}

.wdr_table_right_col h1 a:hover{
    color:#4E6B84;
}

h2.wd_content_title a:hover{
    color:#4E6B84;
}

.wd_content_img{
    float:right;
    border:1px #808080 solid;
    text-align: center;
    width: 80px;
    margin-left: 5px;
}

.wd_content_img_inner{
    height:59px;
    width: 78px;
    border:1px #D1D1D1 solid;
    overflow: hidden;
}
.wd_content_img img{
    padding: 0px;
    margin: 0px;
    height:59px;
    width:78px;
}

.wd_content_disc{
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size:12.88px;
    color:#5A5A5A;
    padding-left:5px;
    /*margin-right:5px;*/
    line-height: 1.5em;
    text-align: right;
}

.wd_content_more,
.wd_content_more a:link,
.wd_content_more a:visited,
.wd_content_more a:focus,
.wd_content_more a:active{
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size:10.33px;
    color:#C60000;
    text-align:left;
    padding-left:3px;
    text-decoration:none;
}

.wd_content_more a:hover{
    text-decoration:underline;
    font-weight:600;
}

.wd_content_title{
    margin:0px;
}

.wd_content_title a:link,
.wd_content_title a:visited,
.wd_content_title a:focus,
.wd_content_title a:active{
    font-family: Arial, Verdana, sans-serif;    
    color:#428B49;
    font-weight:bold;
    text-decoration:none;
}

.wd_content_title a:hover{
    color:#428B49;
}
div.wd_content_title{
    font-size:13px;
}
h2.wd_content_title{
    font-size:17px;
}

/**********************************************************/

.content_blocks {
    /*margin-right: 20px;
    margin-bottom: 20px;*/
    margin-top:20px;
    width: 615px;

}

.content_blocks div.content_col_left {
    float: left;
    margin: 0px 10px 0px 5px;
}

.content_blocks div.content_col_right {
    float: right;
    margin: 0px 5px 20px 0px;
}

.content_blocks div.content_col_left,
.content_blocks div.content_col_right {
    width: 295px;    
}
.content_blocks h2{
    background-image: url('../../images/front/heading_module_bg.gif');
    background-repeat: repeat-x;
    margin: 0px;
    height: 29px;
    padding: 10px 5px 0 11px;
    text-align: right;
}
.content_blocks h2,
.content_blocks h2 a:link,
.content_blocks h2 a:visited,
.content_blocks h2 a:focus,
.content_blocks h2 a:active,
.content_blocks h2 a:hover{
    font-weight:bold;
    color: #428B49;
    font-size: 13px;

}
.content_blocks .photo{
    border: 1px solid #C4D8E9;
    margin: 0;
    padding: 0;
    width:293px;
}

.content_blocks p{
    margin:0px;
    padding:0px;
    padding-top:5px;
    font-size:13px;
    height: 80px;
    line-height: 1.4em;
    clear: both;
}

.content_blocks .readmore{
    padding:0px;
    margin:0px;
    text-align:left;
    padding-left:6px;
    line-height: normal;
    height: 10px;
}

.read_more_icon{
    border: 0;
    vertical-align: top;
    margin-top: 5px;
}


.content_blocks .readmore a:link,
.content_blocks .readmore a:visited,
.content_blocks .readmore a:focus,
.content_blocks .readmore a:active{
    color: #084887;
    font-weight:normal;
    font-size:11px;
    text-decoration: underline;
}

.content_blocks .readmore a:hover{
    color: #084887;
    font-weight:normal;
    font-size:11px;
    text-decoration:none;
}

/*============== START content_list Horizotal style ==================== */
.content_list_wrapper_h{
    margin-top:10px;
}

.content_list_wrapper_h .content_list_item{
    width:270px;
    border-right:3px #428B49 solid;
    padding:0px 9px 3px 5px;
    float:right;
    margin-left:11px;
    margin-bottom:10px;
}

.content_list_wrapper_h .content_list_item_pr_title{
    font-family:Arial, Tahoma, Verdana, sans-serif;
    color:#1A3B1E;
    font-weight:bold;
    font-size:16px;
    padding:0px;
    margin:0px;
}
.content_list_wrapper_h .content_list_item_pr_title a,
.content_list_wrapper_h .content_list_item_pr_title a:link,
.content_list_wrapper_h .content_list_item_pr_title a:visited,
.content_list_wrapper_h .content_list_item_pr_title a:focus,
.content_list_wrapper_h .content_list_item_pr_title a:active{
    color:#1A3B1E;
    text-decoration:none;
}

.content_list_wrapper_h .content_list_item_pr_title a:active{
    text-decoration:underline;
}

.content_list_wrapper_h .content_list_item_title{
    font-family:Arial, Tahoma, Verdana, sans-serif;
    color:#428B49;
    font-weight:normal;
    font-size:12px;
    padding:0px;
    margin:0px;
    padding-bottom: 5px;
    padding-top: 2px;
}

.content_list_wrapper_h .content_list_item img{
    display: inline-block;
    width: 78px;
    height: 59px;
    float: right;
    margin-left: 7px;
    border: 1px solid #D5D5D5;
    padding: 1px;
}


.content_list_wrapper_h .content_list_item_content{
    height: 60px;
    overflow: hidden;
    line-height: 15px;
    font-family: tahoma;
    font-size: 12px;
}

.content_list_wrapper_h .content_list_item_sp{
    clear:both;
    border-bottom:1px #D8D8D8 solid; 
    height:2px; 
    margin-bottom:10px;
}


/************************************************/
.eventCalDate{
    float: right;
    background: url('../../images/front/event_icon.png') no-repeat;
    width: 51px;
    height: 60px;
    text-align: left;
    font-size: 9px;
    margin-bottom: 5px;
}

.past_event_line{
    border-bottom: 1px solid #E7E7E7;
    padding-top: 8px;
}

.eventCalDate .ecday,
.eventCalDate .ecmonth,
.eventCalDate .ecyear
{
    width: 38px;
    height: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 9px;
    text-align: center;
    float: left;
}
.eventCalDate .ecday{
    color: #666464;
    font-size: 15px;
    line-height: 11px;
    /*padding-left: 10px;*/
}

.eventCalTitle{
    float: right;
    margin: 2px 5px;
    width: 500px;
}
.eventCalTitle a{
    color: #000;
    font-size: 13px;
    font-weight: bold;
}
.eventCalLocation{
    color: #8A8A8A;
    padding-right: 1px;
    padding-top: 3px;
    font-size: 12px;
}

.past_event_more a{
    color: #000;
    font-size: 15px;
    text-decoration: underline;
}

.events_wraper{
    font-family: Arial,Tahoma, Verdana, sans-serif;
    font-size: 14px;
    color:#000;
    text-align:right;
}

.event_line_odd{
    text-align:right;
    padding:5px;
    background-color:#F6F6F6;
    border-bottom:1px #DDD solid;
}

.event_line_even{
    text-align:right;
    padding:5px;
    border-bottom:1px #DDD solid;
}

.past_event_line{
    text-align:right;
    padding:5px;
    border-bottom:1px #DDD solid;
}

.event_icon{
    margin-left:5px;
    font-weight:bold;
}

.event_icon span{
    padding:0px 5px 0px 5px;
}

.event_date,
.event_date a:link,
.event_date a:visited,
.event_date a:focus,
.event_date a:active{
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 14px;
    color:#3A7C41;
    font-weight:bold;
    text-decoration:none;
}

.event_date a:hover{
    text-decoration:underline;
}

.past_event_date a:link,
.past_event_date a:visited,
.past_event_date a:focus,
.past_event_date a:active,
.past_event_date{
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 13px;
    color:#494949;
    font-weight:bold;
    margin-top:50px;
    color:#494949;
    text-decoration:none;
}
.past_event_date a:hover{
    text-decoration:underline;
}

.event_data{
    padding-right:30px;
}

.event_items{
    margin:0px;
    padding:0px;
    list-style:none;
}

.event_items li a:link,
.event_items li a:visited,
.event_items li a:focus,
.event_items li a:active{
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    padding:0px;
    padding-bottom:2px;
    text-decoration:none;
    color:#494949;
    font-weight:bold;
}

.event_items li a:hover{
    text-decoration:underline;
}

.event_desc{
    margin-top:5px;
}

.event_details_items{
    /*list-style-image: none !important;*/
    list-style: none inside !important;
}

.event_details_desc p,
.event_details_desc ul,
.event_details_desc ol{
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
}

.event_details_desc ul,
.event_details_desc ol{
    padding-right: 4px;
}

.past_events_wraper{
    font-family: Arial,Tahoma, Verdana, sans-serif;
    font-size: 13px;
    color:#494949;
    text-align:right;
}

.past_event_title,
.past_event_title:link,
.past_event_title:visited,
.past_event_title:focus,
.past_event_title:active{
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    padding:0px;
    padding-bottom:2px;
    padding-right:20px;
    color:#494949;
    text-decoration:none;
}

.past_event_title:hover{
    text-decoration:underline;
}

.past_event_more,
.past_event_more a:link,
.past_event_more a:visited,
.past_event_more a:focus,
.past_event_more a:active{
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    color:#C60000;
    text-align:left;
    padding-left:3px;
    text-decoration:none;
}

.past_events_main_title{
    font-family: Arial,Tahoma, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: green;
    padding-top: 15px;
    padding-bottom: 5px;
}

/****************************/

.pager_container{
    /*margin-top: 10px;*/
    text-align: center;
}

.pager_container a{
    color: #3A7C41 !important;
    border-color: #3A7C41 !important;
}

.pager_container .selected a{
    background: #3A7C41 !important;
    color: #fff !important;
}

/*****************************************/
.message{
    overflow: hidden;
    height: 34px;
}

#adminForm {
    padding: 3px 10px 10px 10px !important; 
}

.row{
    padding-top: 5px;
}

div.form {
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    border: 1px solid #CCE1CE;
    border-radius: 4px;
    margin-top: 3px; 
}

div.form label{
    display: block;
    margin: 8px 0px 4px 0px;
}

div.form input[type="text"],
div.form input[type="password"]{
    border-right: #cdcdcd 1px solid;
    border-top: #cdcdcd 1px solid;
    background: url('../../images/textfield-bg.gif') #ffffff repeat-x 0pt 1px;
    border-left: #cdcdcd 1px solid;
    border-bottom: #cdcdcd 1px solid;
    color: #000000;
}

div.form .form_item_label,
div.form .form_item_label label{
    font-family: Tahoma , Arial, Verdana, sans-serif;
    font-size: 11.88px;
    font-weight:500;
    color:#232323;
    padding:8px 0px 2px 0px;
    display: inline;
}




div.form .op_item{
    font-family: Tahoma , Arial, Verdana, sans-serif;
    font-size: 11px;
    color:#424242;
    vertical-align:top;
}

div.form .form_title{
    font-family: Tahoma , Arial, Verdana, sans-serif;
    font-size: 13px;
    font-weight:700;
    color:#FFFFFF;
    background-color:#0779E0;
    margin:0px 0px 8px 5px;
    padding:5px 5px 5px 0px;
}

div.form select{
    background-image:url('../../images/textfield-bg.gif');
    background-repeat:repeat-x;
    border:1px solid #cdcdcd;
    color: #606060;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    direction: rtl;
}

div.form table{
    width:100%;
}

div.form table td{
    vertical-align:top;
}


div.form .disc{
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 11.33px;
    padding: 5px 5px 5px 5px;
    margin:12px 0px 8px 5px;
    text-align:justify;
    background-color:#DCDCDC;
}

div.form .errorSummary
{
    border: 2px solid #C00;
    padding: 7px 7px 12px 7px;
    margin: 0 0 20px 0;
    background: #FEE;
    font-size: 0.9em;
}

div.form .errorMessage
{
    color: red;
    font-size: 0.9em;
}

div.form .note{
    /*font-style: italic;*/
    font-size: 12px;
    margin-bottom: 5px;
}

div.form span.required{
    color: red;
}

div.form .errorSummary p
{
    margin: 0;
    padding: 5px;
    color:#cc0000;
}

div.form .errorSummary ul
{
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
    color:#cc0000;
}
div.form div.error label,
div.form label.error,
div.form span.error
{
    color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
    border-color: #C00;
    background: url('../../images/textfield-bg.gif') #ffffff repeat-x 0pt 1px;
}
div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
    border-right: #cdcdcd 1px solid;
    border-top: #cdcdcd 1px solid;
    background: url('../../images/textfield-bg.gif') #ffffff repeat-x 0pt 1px;
    border-left: #cdcdcd 1px solid;
    border-bottom: #cdcdcd 1px solid;
    color: #606060;
}


div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
    font-family: Tahoma , Arial, Verdana, sans-serif;
    font-size: 10.88px;
    font-weight: bold;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
    font-family: Tahoma , Arial, Verdana, sans-serif;
    font-size: 12px;
}

div.flash-success
{
    background:#E6EFC2;
    color:#597128;
    border-color:#C6D880;
    font-family: Tahoma , Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

/************************************************************/
.members_countries table{
    width: 100%; 
    border-top: 2px solid #428B49; 
    border-bottom: 1px solid #428B49;
    font-size:12px;
}

.country_label{
    padding: 8px 5px 8px 0; 
    border-bottom: 1px solid #428B49; 
    background-color: #c3d9c5; 
    font-size: 12px;
}

.members_label{
    padding: 5px 5px 5px 0; 
    background-color: #c3d9c5; 
    border-bottom: 1px solid #428B49; 
    border-right: 1px solid #428B49;
    font-size: 12px;
    text-align: center;
}

.members_label_col{
    padding: 2px 5px 2px 0; 
    border-bottom: 1px solid #428B49; 
    background-color: #c3d9c5; 
    font-size: 12px;
    border-right: 1px solid #428B49;
    text-align: center;
}

.member_row_even{
    background-color:#F0F0F0;
}

.member_row_odd{
    background-color:#fff;
}

.country_flg{
    vertical-align:top; 
    width: 34px; 
    padding-top:5px; 
    padding-right:6px;
}

.country_name{
    vertical-align:top; 
    padding-top: 8px; 
    color:#515151;
}

.member_list{
    vertical-align:top;
    padding-top:2px; 
    padding-bottom:2px;
    border-right: 1px solid #428B49;
    text-align: center;
}

.member_list ul{
    margin: 0px; 
    padding: 0px;
    padding-right:5px;
    list-style: none;
}

.member_list ul li{
    color:#515151;
}

.member_list ul li a:link, 
.member_list ul li a:visited, 
.member_list ul li a:focus, 
.member_list ul li a:active{
    color:#515151;
}

.member_list ul li a:hover{
    color:#515151;
    text-decoration:underline;
}

/*- Menu Tabs C--------------------------- */
#tabsC {
    float:left;
    width:100%;
    /*background:#EDF7E7;*/
    font-size:93%;
    line-height:normal;
    border-bottom: 2px solid #84C25F;
    clear: both;
}

#tabsC ul {
    margin:0;
    padding:5px 20px 0 50px;
    list-style:none;
}

#tabsC li {
    display:inline;
    margin:0;
    padding:0;
}

#tabsC a {
    float:right;
    background:url("../../images/front/tableftC.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabsC a span {
    float:left;
    display:block;
    background:url("../../images/front/tabrightC.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#464E42;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsC a span {float:none;}
/* End IE5-Mac hack */
#tabsC a:hover span {
    color:#FFF;
}
#tabsC a:hover {
    background-position:0% -42px;
}
#tabsC a:hover span {
    background-position:100% -42px;
}

#tabsC #current a {
    background-position:0% -42px;
}
#tabsC #current a span {
    background-position:100% -42px;
}

/*************************************************/
ul.yiiPager {
    font-size: 12px;
    line-height: 100%;
}

ul.yiiPager .hidden a{
    border: 1px solid #DEDEDE !important;
    color: #888888 !important;
}

/************************************/
.directory_item_odd td,
.directory_item_even td{
    padding: 3px;
}

.directory_item_odd{
    background-color:#F2F1F0;
    border-bottom:1px #DDDDDD solid;
}

.directory_item_even{
    background-color:#FFFFFF;
    border-bottom:1px #DDDDDD solid;
}

.com_dir_item_logo img{
    margin: 5px;
}

.dir_more a{
    color: #295A2D;
    font-weight: bold;
}

.formHints{
    margin-top: 4px;
    color: #828282;
}

.noListing{
    list-style-type: none !important;
}

.listingBullets{
    list-style-image: none !important;
}

.directory-activity{
    font-weight: normal;
}

div.form .extra_selector{
    margin-right: 5px;
    height: 21px;
}

.extra_row{
    margin-top: 2px;
}

.extra_row .extra_selector{
    margin-right: 0px !important;
}

.extra_row input[type="text"]{
    margin-right: 2px;
}

.delete-extendable-icon{
    padding-right: 3px;
}

.search_more{
    color: #295A2D;
    font-weight: bold;
}

.sec_content_date_time{
    font-size: 10px;
    color: #828282;
}

.search_result_items{
    color: #828282;
}

.grid-view .summary{
    font-size: 11px;
    margin-right: 6px;
    color: #999999;
}

.grid-view{
    padding: 4px 0px 4px 4px;
} 

#login-form{
    /*border: 1px solid #D7F1DA;*/
    /*border-radius: 4px;*/
    /*margin-top: 8px;*/
    background-color: #EDF5EE;
    padding: 10px;
} 

.rememberMe{
    margin: 8px 0px;
}
/********************************************/
.module_item{
    background-position: center bottom; 
    margin:4px; 
    width: 87px; 
    height: 101px; 
    border: 1px solid #A8D3FF; 
    background-image:url('../../images/module_bg.jpg'); 
    background-repeat:repeat-x; 
    text-align:center; 
    vertical-align: top; 
    float:right;
    padding: 4px;
}

.module_icon,
.module_icon a,
.module_icon a:link,
.module_icon a:visited, 
.module_icon a:active{
    vertical-align: middle;
    text-decoration:none;	
}

.module_icon a:hover{
    vertical-align: middle;
    text-decoration:underline;	
}

.module_text,
.module_text a,
.module_text a:link,
.module_text a:visited, 
.module_text a:active{
    font-family: Tahoma, Arial, Verdana, sans-serif;
    color: #79BCFF;
    font-size: 11px; 
    font-weight: 700;
    margin:0px;
    text-decoration:none;	
}

.module_text a:hover{
    font-family: Tahoma, Arial, Verdana, sans-serif;
    color: #79BCFF; 
    font-size: 11px; 
    font-weight: bold;
    text-decoration:underline;	
}

.action_area{
    border: 1px #CCE1CE solid;
    overflow: auto;
    border-radius: 7px;
    background-color: #EDF5EE;
}
.dialogBoxs{
    display: none;
}

.btn_area{
    padding:6px; 
    text-align: center;
    float:right;
}

.btn_label,
.btn_label a,
.btn_label a:link,
.btn_label a:visited, 
.btn_label a:active{
    padding-top: 2px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    color: #004891;
    font-size: 10px;
    font-weight: bold;
    text-decoration:none;	
}

.btn_label a:hover{
    font-family: Tahoma, Arial, Verdana, sans-serif;
    color: #004891; 
    font-size: 10px; 
    font-weight: bold;
    text-decoration:underline;
}

.detail-view{
    margin-top: 6px !important;
}

.search-form .wide{
    padding: 10px;
}

.maillist div.form{
    border: 0px;
}

#votes_inside{
    border: 0px;
}