body {
    margin: 0;
    padding: 0;
    font-family: Arial;
    background: #f3f2f2 url(../img/bg.png) repeat-x;
}
.wrapper-content .menu{
 position: absolute;
 width: 255px;
 float: left;
 background-color: #e9e7e7;
 border-radius: 7px;
}
.menu li a.single{
 position:relative;
 top:8px;
}

.wrapper-content .menu > ul > li{
 position:relative;//
 background: url("../img/border.png") no-repeat left;
 border-bottom: 1px dotted black;
 padding: 5px 0 5px 0px;
}


.wrapper-content .menu .dropdown li a{
 font-size: 13px;
 font-family: georgia;
 color: #464646;
 background: url("../img/border.png") no-repeat left;
 background-position: 0px 5px;
 padding-left: 12px;
}

.menu li#end{
 border-right:0;
}
.wrapper-content .menu li:last-child{
 border-bottom:none;

}

.wrapper-content .menu li.active a{
 color:#080B5F; 
}

/*.wrapper-content .menu li:hover{
 border-bottom: 4px solid #01BCE2;
}*/
.wrapper-content .menu li a:hover{
 color:#008DD2;
 font-style:italic;
}
ul.dropdown ul.sub_menu{
  display:none;
  min-width: 170px;
  background: #e9e7e7;
  position: absolute;
  top: -8px;
  left: 225px;
  z-index:99999;
  padding-left: 15px;
  padding-top: 10px;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  }
  
ul.dropdown ul.sub_menu li{
 position: relative;
 white-space: nowrap;
 font-weight: normal;
 color: #464646;
 padding: 2px 15px;
 }
ul.dropdown ul.sub_menu li:hover{
 border-bottom:none;
}									  
                                  /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul.sub_menu li a{
 border-right: none;
 text-transform:none;
 width: 100%;
 display: inline-block;
 font-size: 13px;
 padding: 4px 12px 0px 2px;
} 
ul.dropdown ul.sub_menu li:last-child{
    border-bottom:none;
}
ul.dropdown ul li a:hover{
    border-bottom:none;
    color:#080B5F;
} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul
{ left: 100%; 
  top: 0;
  font-size:0.768em;
  width:auto;
  margin-left:0px; 
}
ul.dropdown li:hover > ul 			{  }

ul.dropdown ul li.more-item {
background-image:url("../img/ico1.png") ;
background-repeat: no-repeat;
background-position:  right 2px bottom 8px;
}
ul.dropdown ul li.more-item:hover {
background-image:url("../img/ico1000.png") ;
}


ul.dropdown li:hover > ul 			{ /* display:block; */ }



ul.dropdown {
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.wrapper-content .menu .dropdown li ul.sub_menu li a{
    background-position: 0px 9px;
}
/*
 * @project Informasiya texnologiyalari 
 * @autor Agshin Pashayev
*/

.wrapper-header{//
 background:url("../img/hb1.png") no-repeat center;
}
.wrapper-header .header{
     background-color: #008DD2;
 width:1000px;
 padding-top: 10px;
 margin:0 auto;
}
.wrapper-header .header .header-top{
 height:40px;
}
.header .header-top .language{
 float:left;
 width:120px;
 margin-top:9px;
}
.wrapper-header .header-top .social{
 float:right; 

}
.social .search-tool,.media{
  float:left;
}
.social .search-tool{
 margin-top: 3px;
 padding-right:5px;
 background: #d4b1b0;
 border-radius: 4px;
}
.search-tool .search{
 border:0;
 width: 180px;
 padding: 5px 10px;
 background: #d4b1b0;
 border-radius: 4px;
}
.search input::-moz-placeholder{
 font-family:Myriad Pro;
 font-size:15px;
 font-weight:Regular;
 color:#286AA4;
}
.search input::-webkit-placeholder{
 font-family:Myriad Pro;
 font-size:15px;
 font-weight:Regular;
 color:#286AA4;
}
.search input::-ms-placeholder{
 font-family:Myriad Pro;
 font-size:15px;
 font-weight:Regular;
 color:#286AA4;
}
.search-tool .src-btn{
position: relative;
top: 3px;
right: 0;
border: 0;
width: 17px;
 height:16px;
 background-image: url("../img/search-btn.png");
 background-position: 0px 0px;
 background-repeat: no-repeat no-repeat;
 background-color: #d4b1b0;
}

.social .media{
 margin-right:5px;
 margin-left:15px;
 margin-top: 4px;
}

.social .media a {
 width: 30px;
 height:30px;
}
.social .home-icon{
 width:30px;
 height:30px;
 margin-top: 2px;
 margin-right: 10px;
 float: left;
 background:url('../img/domik.png') left no-repeat;
}

.social .tv-icon {
    margin-top: 5px;
    margin-right: 6px;
    padding: 14px 40px;
    font: 13px/20px "Tahoma";
    color: #4177AB;
    float: left;
    background: url('../img/infotv.png') left no-repeat;
    
}

a.fb {
    margin-right: 10px;
    margin-left: 20px;
    
}


.social .sitemap_icon {
    margin: 7px 30px 0 0px;
    font: 13px/20px "Tahoma";
    float: left;
    background: url("../img/sitemap.png") no-repeat;
    width: 20px;
    height: 20px;
}
.language a{
 padding:4px;
 color: white;
 font-family:Courier New;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
 margin:0 2px;
}
.language a.active{
 background: #d4b1b0;
 color: #FFFFFF;
}
.language a:hover{
 background:#d4b1b0;
 color:#fff;
}
.header .logo-section{
 width:1000px;
 margin:0 auto;
 background: #0e1a6b;
 border-radius: 7px;
 height: 135px;
 position: relative;
}

.header .logo_ru{
 position: absolute;
 margin-top: -35px;
 display: block;
 margin-left: 476px;
}
.header .logo_en{
 position: absolute;
 margin-top: -35px;
 display: block;
 margin-left: 434px;
}

.header .logo_az{
 position: absolute;
 margin-top: 10px;
 display: block;
 margin-left: 10px;
}

.header .logo_right{
 position: absolute;
 margin-top: 10px;
 display: block;
 right: 10px;
}

.header .logo_right img{
 height: 114px;
 width: auto;
}

.header .logo-text{
 width: 1000px;
 margin: 0 auto;
 padding-top: 42px;
 font-family: Philosopher;
}
.logo-section .text1{
 padding:0 10px;
 font-family:Century Gothic;
 color: #393C7F;
 background: #fff;
 font-size:25px;
 text-transform: uppercase;
}

.logo-section .text2{
 padding:0 10px;
 font-family:Century Gothic;
 color: #393C7F;
 background: #fff;
 font-size:25px;
 margin-top:8px;
 text-transform: uppercase;
}
.wrapper .wrapper-content{
 width: 1000px;
 margin: 15px auto;
}

/*info tv*/
.content-infotv {
 margin:10px 0 0;
}
.content-infotv .manshet{
 width:470px;
 height:300px;
 float:right;
}
.content-infotv .infotv{
 width:470px;
 height:300px;
}
.cycle-comment { 
    font-family: tahoma, arial;
    position: absolute;
    bottom: 4px; 
    width: 383px;
    height:50px; 
    z-index: 600;
    background: #EEEEEE; 
    color: white;
    padding: 15px 42px 15px 45px; 
    opacity: 0.9;
}
.cycle-comment .m-date{
 font-size:13px;
 font-family:Arial;
 color:#0195b4;
 font-weight:bold;
}
.cycle-comment .m-text{
 font-size:13px;
 font-family:Arial;
 color:#3f3f3f;
 font-weight:bold;
}
/*info tv end*/


.wrapper-content .content-banner{
 height:230px;
 margin-top:20px;
}
.latest-news{

padding-bottom: 5px;

width: 733px;

float: right;

border-top: 8px solid #f3f2f2;

margin-top: 20px;
}
.latest-news .head-line{
 border-bottom: 1px solid black;
 width: 700px;
 margin: 12px auto;
 padding-bottom: 5px;
}
.latest-news .head-line .head-word{
 font-family: Palatino Linotype;
 color: #000;
 font-size: 20px;
}
.latest-news .news4{
  width: 700px;
  margin: 15px auto;
}
.all {
    float: left;
    font: 13.5px/20px Palatino Linotype;
    font-style: italic;
    width: 700px;
}
.latest-news .news4 .news-li{
  width: 310px;
  height: 70px;
  margin-right: 40px;
  margin-bottom: 30px;
  float:left;
}
.page-text{
font-size: 13px;

color: #4A4A4A;
font-family: Arial;
width: 700px;margin: 0px 12px 0px 15px;padding-bottom: 10px;}
.latest-news .news4 #end , .leftpart #end{
 margin-right:0 !important;
 border: none;
}
.latest-news .news4 .short-text{
 font-family:Arial;
 font-size:12px;
 color:#3F3F3F;
 margin-top: 4px;
 display: block;
}
.latest-news .news4 .news-time{
 font-family: Palatino Linotype;
 color: #008DD2;
 font-size: 14px;
 font-style: italic;
}
.page-content{
 margin: 0px 15px 0px 15px;
 color: #008DD2;
}

 .page-content .news-li{
width: 310px;      height: 70px;      margin-right: 40px;      margin-bottom: 30px;      float: left;}
 .page-content .gal-li{
  width: 700px;
  height: 80px;
  background: #F3F2F2;
  position:relative;
  float:left;
  margin-bottom: 5px;
}
.page-content .gal-li .phgalleryimg{
 margin: 5px 8px 5px 5px;
 float: left;
}
 .page-content #end{
 margin-right:0 !important;
}
.page-content .short-text{
 font-family: Palatino Linotype;
 font-size: 14px;
 color:#3F3F3F;
}
.page-content .news-time{
font-family: Palatino Linotype;      color: #008DD2;      font-size: 14px;      font-style: italic;}
.page-content .news-img {
 width: 170px;
 float:left;
 background: url("../img/point2.gif") repeat-x bottom;
 padding-bottom:5px;
}

.news-img  a{
 font-size:12px;
 font-family:Arial;
 color:#B4B4B4;
}
.news-img  .fotos{
  background: url("../img/fotos.png") no-repeat left;
  padding-left: 25px;
  margin-right:12px;
  font-weight: bolder;
  font: 15px/17px 'Palatino Linotype';
}

.news-img  .videos{
  background: url("../img/videos.png") no-repeat left;
  padding-left:20px;
}

.news-li .fotos{
  /* background: url("../img/fotoss.png") no-repeat left; */
  /* padding-left:20px; */
  /* margin-right:12px; */
  /* color: #BBB6C6; */
  /* font-weight: bolder; */
  background: url("../img/fotos.png") no-repeat left;    padding-left: 20px;    margin-right: 12px;    /* color: #1C1F8B; */    color: #7901B7;    font-weight: bolder;
}

.news-li  .videos{
  background: url("../img/videos.png") no-repeat left;
  padding-left:20px;
}
.news-li  a{
 font-size:12px;
 font-family:Arial;
 color:#B4B4B4;
}
.wrapper-content .static-content{
 margin-top:20px;
}
.leftpart {
 float: right;
 width: 733px;
 background-color: #fff;
 margin-bottom: 5px;
 min-height: 580px;
 border-radius: 7px;
}

.leftpart .services-li{
  width: 700px;
  margin: 12px auto;
  border-bottom: 1px solid black;
  width: 700px;
  padding-bottom: 5px;
}
.leftpart .services-li  .anons a,.fotog a, .videog a{
font-family: Palatino Linotype;      color: #000;      font-size: 20px;}
.leftpart .services-li .anons{
}
.leftpart .services-li .fotog{
 padding: 2px 0px 5px 30px;
 background:#EAEAEA url("../img/fotog.png") no-repeat ;
}
.leftpart .services-li .videog{
 padding: 2px 0px 5px 30px;
 background:#EAEAEA url("../img/videog.png") no-repeat ;
}
.leftpart .services-li .servise-top-text{
 font-family:Arial;
 font-size:14px;
 color:#FFFFFF;
}
.leftpart .services-li .first-image{
 width:225px;
 height:118px;
 margin:0 -10px 0 -10px;
 position:relative;
}
.leftpart .services-li .first-image img{
 width:225px;
 height:118px;
}
 .vplay{

width: 39px;

height: 39px;

position: absolute;

top: 22px;

left: 35px;

background: url("../img/videoplay.png") no-repeat;
}
/*prikol*/
.leftpart .services-li .active-item{
}
.leftpart .services-li .active-item span.span-icon{
}
.leftpart .services-li .active-item span.span-date{
}
.leftpart .services-li .active-item DIV:first-child {

 margin: 0 -10px;
 padding:0 10px;
}
.leftpart .services-li ul.green .active-item DIV:first-child {
  background:#0FC20F;
}
.leftpart .services-li ul.blue .active-item DIV:first-child {
  /* background:#00BCE2; */
}
.leftpart .services-li ul.red .active-item DIV:first-child {
  background:#FC5504;
}

/*prikol end*/
.leftpart .services-li span.span-icon{
 
font: 13px/18px Palatino Linotype;
 
color: #000;
 
/* display: block; */
 
/* width: 200px; */
 
/* font-style: italic; */
}
.leftpart .services-li span.span-date{
 display:block;
 color: #008DD2;
 font: 14px/18px courier new italic;
 font-style: italic;
 margin-bottom: 5px;
}
.leftpart .services-li li{
 width: 220px;
 float: left;
 margin-top: 24px;
 border-right: 1px dotted #565656;
 padding-left: 6px;
 padding-right: 6px;
 height: 75px;
 margin-bottom: 18px;
}
 li#end{
  background:none;
}
.first-image{
 display:none;
}
.active-item .first-image{
 display:block;
}
/*right part*/
.rightpart {
 float:right;
 width:225px;
 /* height: 714px; */
}
.rightpart .service-content{
  height: 652px;
  background: #EAEAEA;
  padding: 10px;
  width: 205px;
  background: #EAEAEA;
}
.service-content ul.service-ul-end li{
 padding:15px 0;
 background: url("../img/point2.gif") repeat-x bottom;
}

.rightpart .service-content .service-ul-end li .veb-service{
 padding:  0px 0px 4px 42px;
 font-size:16px;
 background: url("../img/vebser.png") no-repeat left;
}
.rightpart .service-content .service-ul-end  li .veb-service a{
 font-family:Courier New;
 color:#0271EE;
 text-decoration:underline;
}
.rightpart .service-content .service-ul-end  li .service-text{
 font-size:12px;
 font-family:Arial;
 color:#7F7F80;
}
.rightpart .service-content .service-ul-end  li .design-service{
 padding:  0px 0px 4px 35px;
 font-size:16px;
 background: url("../img/designser.png") no-repeat left;
}
.rightpart .service-content .service-ul-end  li .design-service a{
 font-family:Courier New;
 color:#209301;
 text-decoration:underline;
}
.rightpart .service-content .service-ul-end  li .print-service{
 padding:  7px 0px 4px 42px;
 font-size:16px;
 background: url("../img/printser.png") no-repeat left;
}
.rightpart .service-content .service-ul-end  li .print-service a{
 font-family:Courier New;
 color:#3f51b5;
 text-decoration:underline;
}
.rightpart .service-content .service-ul-end  li .canta-service{
 padding:  1px 0px 4px 36px;
 font-size:16px;
 background: url("../img/cantaser.png") no-repeat left;
}
.rightpart .service-content .service-ul-end  li .canta-service a{
 font-family:Courier New;
 color:#CB6501;
 text-decoration:underline;
}
.rightpart .service-content .service-ul-end  li .elib-service{
 padding:  1px 0px 4px 36px;
 font-size:16px;
 background: url("../img/elib.png") no-repeat left;
}
.rightpart .service-content .service-ul-end  li .elib-service a{
 font-family:Courier New;
 color:#7901B7;
 text-decoration:underline;
}
.service-content .service-ul-end  li  a{
 font-size:15px;
}
.service-ul-end #end {
 border:0;
}
.wrapper-content .banner{
 background: #fff;
 height: 65px;
 padding-top: 17px;
 margin-top: 15px;
 width: 733px;
 float: right;
}
/*footer*/
.wrapper .footer{
 width: 1000px;
 margin:0 auto;
 background-color: #e9e7e7;
 height: 70px;
 margin-bottom: 20px;
 margin-top: 20px;
}
.footer ul li{
float:left;


background: url('../img/bottomline.png') no-repeat left;padding: 5px 11px 5px 11px;margin: 0 auto;}
.footer ul li#end{
margin-right:0 !important;
}
.footer ul li .footer-head a{
 font-family: georgia;
 font-size: 14px;
 color: #464646;
}
/*.footer ul li .footer-head a:hover{
  cursor:default;
}*/
.footer ul li ul{
 margin-top:3px;
}
.footer ul li ul li{
 padding:0;
}
.footer ul li:first-child {
 background:none;
}
.footer ul li ul a{
 font-family:Arial;
 color:#767676;
 font-size:12px;
}
.footer ul li a:hover{
 
 color:#008DD2;
}
.footer .point-line{
 margin: 4px 0;
}
.quyruq{
margin: 0 auto;
display: table;
z-index: -5;
position: relative;
width: 940px;
height: 70px;
background: url("../img/footer.png") no-repeat scroll center center transparent;
top: -25px;

}


#bb_left{
    float:left;
    margin-left: 8px;
    margin-top: 8px;
}
#bb_right{
    float:right;
    margin-right: 8px;
    margin-top: 8px;
}
#bottombanner_container{
    margin-left: 40px;
    margin-right:40px;
    position:relative;
    overflow:hidden;
    /*width:886px;*/
}
#bottombanner_container img {
 margin-right:5px;
}
#bottombanner_container ul{
    list-style-type:none;
    display:block;
    width:999999px;
    position:absolute;
    left:0px;
    top:0px;
}
#bottombanner_container ul li{
    display:block;
    float:left;
    position:relative; 
}
#bottombanner_container ul li a{
    display:block;
    float:left;
    text-decoration: none;
}
#bottombanner_container ul li span.title span{
    background: #FB8C09;
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
} 
/*tree-tool*/
.title-tool{
 width:100%;
 background:orange;
}
.title-tool .title{ 
 float:left;
}
.title-tool .tool{ 
 float:right;
}

ul .oful{
 display:none;
}
/*MENU*/

/* 
	LEVEL ONE
*/





/* 
	LEVEL TWO
*/

.leftpart .link-tree{
      margin: 12px auto;
      border-bottom: 1px solid black;
      width: 700px;
      padding-bottom: 5px;
      font-family: Palatino Linotype;
      color: #000;
      font-size: 17px;
      }
.link-tree a{
font-family: Palatino Linotype;      color: #000;      font-size: 17px;}
.link-tree span.tree_arrow{
 padding:0 5px 0 5px;
 margin: 0 5px;
 background:url('../img/arrow_tree.png') no-repeat;
 background-position: 50% 50%;
}
.link-tree .paslink{
 font-size:13px;
 font-weight:bold;
}
.page-tools{
 margin: 10px 12px 15px 12px;
 position:relative;
}
.page-tools select{
 width:200px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 margin-left: 5px;
 font-family:Arial;
 color:#8B8A8A;
 padding-left:3px;
 border:1px solid #BBBBBB;
 background:url('../img/selectarrow.png') no-repeat right;
}
.archive{
 padding:5px 0 2px 22px;
 margin-left:10px;
 font-family:Arial;
 color:#8B8A8A;
 font-size:12px;
 /* background:url('../img/archive.png') no-repeat left; */
}
.page-tools .option{
 float:right;
 margin-top:9px;
}
.page-tools .page-title{
  display:block;
  float:left;
  width:580px;
  font-weight:bold;
  font-family: Palatino Linotype;
  color: #3F3F3F;
  font-size: 15px;
}
.option .sent-msg{
 padding:5px 18px;
 background: url("../img/dark2.png") no-repeat left;
 background-position: 0px 0px;
}
.option .print{
 padding:5px 13px;
 background: url("../img/dark2.png") no-repeat left;
 background-position: -35px 0px;
}
.option .plus{
 padding:5px 12px;
 background: url("../img/dark2.png") no-repeat left;
 background-position: -65px 0px;
}
.option .minus{
 padding:5px 12px;
 background: url("../img/dark2.png") no-repeat left;
 background-position: -90px 0px;
}

.option .sent-msg:hover{
 background: url("../img/blue2.png") no-repeat left;
 background-position: 1px 1px;
}
.option .print:hover{
 background: url("../img/blue2.png") no-repeat left;
 background-position: -35px 0px;
}
.option .plus:hover{
 background: url("../img/blue2.png") no-repeat left;
 background-position: -65px 0px;
}
.option .minus:hover{
 background: url("../img/blue2.png") no-repeat left;
 background-position: -90px 0px;
}
.leftpart .news-div{
 width: 524px;
 float:right;
}
.news-text .news-time{
 font-style:normal;
}
.news-text .istinad{
 font-size:13px;
 font-family:Arial;
 color:#0195B4;
 margin: 10px 0 10px 0;

}
.news-text  .sosial{
 margin:30px 0;
}
.news-text .news-title{
font-family: Palatino Linotype;      color: #008DD2;      font-size: 16px;      }
.news-text .text{
 text-align:justify;
 font-size:13px;
 color:#4A4A4A;
 font-family:Arial;
 line-height:18px;
}
.news-text .read{
 margin: 12px 0;
 font-family: Palatino Linotype;
 color: #008DD2;
 font-size: 16px;
}
.read .read-text{
 /* font-family:Arial; */
 /* font-size:13px; */
 /* text-decoration:underline; */
 /* color: #24A2BF; */
}
.read .hit{
 /* font-family:Arial; */
 /* font-size:13px; */
 /* color: #24A2BF; */
}
.user-comment{
 margin-top:15px;
}
.user-comment label{
 color:#666666;
 font-family:Arial;
 font-weight:Regular;
 font-size:12px;
}
.user-comment .commentbox{
 
 float:right;
 width:406px;
}
.commentbox #combox{
 padding:0;
 height:75px;
 width:406px;
 border:1px solid #B3B3B3;
}
.commentbox .cbutton{

color: #636363;
text-decoration: none;
border: 1px solid #cccccc;
margin: 4px 1px;
padding: 8px 16px;
background-image:url("../img/btn.png");
}
/*contact*/
.cont_form{
 margin-top:10px;
 font-family:Arial;
 font-size:13px;
}
 td.td-name{
 width:67px;
 color:#4A4A4A;
}
 .map{
 margin:10px 0;
}
.contact_addr span{
 padding:0 5px;
 background:#EAEAEA;
 color:#1C1F8B;
}
.contact-right{
 width:320px;
 float:right;
 color:#666666;
 font-family:Arial;
 font-size:14px;
}
.contact-left{
 width:345px;
 float:left;
 color:#666666;
 font-family:Arial;
 font-size:14px;
}
.contact-left .inp{
 border:1px solid #B3B3B3;
 width:330px;
 padding:5px;
}
.contact-left .row{
 margin-bottom:6px;
}
.contact-right .txt{
 border:1px solid #B3B3B3;
 width:308px;
 height:74px;
 padding:5px;
}
.row .button {
 float:right;
 color: #636363;
text-decoration: none;
border: 1px solid #cccccc;
margin: 0 1px;
padding: 8px 16px;
background-image:url("../img/btn.png");
}
 /*pagination*/
.pagination-center{
 margin:20px auto;
 text-align:center;
 width: 600px;
 margin-top: 40px;
padding-top: 55px;
}
.pagination-center .total{

font-family: arial;
font-size: 12px;
color:#3F3F3F;
}
.pagination .ox{
 background:#E2E2E2;
 margin:0 2px;
 padding:0 2px;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
 
}

.pagination .ox:hover{
 background-color:#EAADAC;
}
.pagination a{
 color:#A4A4A4;
 margin: 0 6px;
 font-size:12px;
}

.pagination span{
 color:#1D1E8A;
 margin: 0 6px;
 font-size:12px;
}

 .point-line{
  height: 2px;
  background: url("../img/point2.gif") repeat-x scroll 0% 0% transparent;
  margin:3px 0;
}
.footer .copy-content{
 font-size:12px;
 color:#1E1F8B;
 font-family:Arial;
}
.footer .e-mail{
 font-size:12px;
 font-family:Arial;
 color:#777777;
}
#gallery{
 display:none;
}
.gallery-info{
 width:630px;
 padding:3px 0 0 5px;
 background:#EAEAEA;
 margin:100px auto 0;
}
.gallery-info .gallery-text{
 width:416px;
 float:left;
 }
.gallery-info .gallery-sosial{
 width:100px;
 float:right;
 }
 .gallery-text .gall-name{
  font-size:13px;
  font-family:Arial;
  color:#1c1f8b;
  text-decoration:underline;
 }
 .gallery-text .gall-date{
  font-size:13px;
  font-family:Arial;
  font-style:italic;
  color:#1c1f8b;
  margin-left:20px;
 }
/*dissertation*/
.dis {display:table;}
.dis .row {
 display:table-row; 
 height:45px;
 }
.dis .cell{
  display:table-cell;
  width:200px;
}

.dis .head-row{
display:table-row;
 }
.head-row .cell{
  border-bottom:2px solid #1C1F8A;
  border-top:2px solid #1C1F8A;
  padding:5px 0;
  color:#1D1E8B;
  font-family:Arial;
  font-size:14px;
  font-weight:bold;
}

.row .cell{
 background: url("../img/point2.gif") repeat-x bottom;
 font-family:Arial;
 font-size:12px;
 color:#606060;
 padding:10px 0 2px;
}
.row #ltd{
 vertical-align:bottom;
 text-align:right;
}
#ltd .more-icon{
 padding-right:20px;
 background: url("../img/pubic.png") no-repeat right;
}
#ltd a{
 font-size:11px;
 font-family:Arial;
 color:#606060;
}
.cell:nth-child(5){
 text-align:right;
 padding-right:18px;
}
.conference li{
 margin:10px 0;
}
.conference a{
 font:13px/14px Arial;
 color:#000;
}
.c-time{
 font-family: Arial;
 font-size: 13px;
 font-weight: bold;
 color: #019CBB;
}
#datetimepicker6{
 width:20px;
 height:25px;
 border:1px solid red;
 font-size:0;
 position: absolute;
 top: -5px;
 margin-left: 8px;
 border:none;
 background: url('../img/archive.png') no-repeat left;
}
#datetimepicker6:hover{
 cursor:pointer;
}
table.tred tr{
 border-bottom:1px solid red;
}
a.s-res {
font-family: Palatino Linotype;
font-size: 15px;
padding-left: 14px;
color: #008DD2;
background: url("../img/border.png") no-repeat left;
}
.kiv-text {
    font-family: times new roman;
    color: black;
    font-size: 16px;
    float: left;
    width: 534px;
    /* display: block; */
    margin-left: 10px;
}
.kiv-time {
    font-family: times new roman;
    color: #0195B4;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    /* width: 552px; */
    float: left;
    /* display: block; */
    /* margin-left: 160px; */
}
.leftpart .kiv-div{
 width: 715px;
 padding: 15px 0 0px 0;
}

.kiv-page-tools > .option {
    float: right;
    margin-top: 9px;
}

.news-title{
    font-family: times new roman;
    color: black;
    font-size: 16px;
}

img.im {
    float: left;
    display: block;
}
.kiv-li {
    padding: 15px 0 0px 0;
}

.news-time_in{
    font-family: times new roman;
    color: #0195B4;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

.news-title_in{
    font-family: times new roman;
    color: black;
    font-size: 16px;
}

.kiv-div .text p img{
    max-width:715px;
}

.kiv-page-tools .page-title{
width: 695px;
padding-left: 20px;
font-family: Arial;
font-weight: bold;
color: #1C1F8B;
background: url('../img/point2.png') no-repeat left;
}
.datetimepicker5{
 width:20px;
 height:25px;
 border:1px solid red;
 font-size:0;
 position: absolute;
 margin-left: -28px;
 border:none;
 background: url('../img/archive.png') no-repeat left;
}

.datetimepicker5:hover{
 cursor:pointer;
}
.kiv-li .kiv-img {
    float: left;
    display: block;
    width: 153px;
}
.kiv-text {
    font-family: times new roman;
    color: black;
    font-size: 16px;
    float: left;
    width: 540px;
    display: block;
    margin-left: 10px;
}
.kiv-a{
    font-family: times new roman;
    color: black;
    font-size: 16px;
    text-decoration: underlline;
}
.text img {
width: 715px;
}
.foto-l {
    width: 37%;
    float: left;
    margin-left: 1px;
    margin-top: 4px;
    margin-bottom: 5px;
}

.video-l {
    /* width: 50%; */    
    float: right;    margin-left: 1px;    margin-top: 4px;
    margin-bottom: 5px;
}
span.short-names {
    font-family: Palatino Linotype;
    font-size: 13px;
    color: #000;
}

.news-div-gal {
    width: 700px;
    float: right;
    margin-top: 0px;
}
ul.gallery_in li img {
  width: 150px;
  height: 100px;
}
ul.gallery_in li {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
ul.gallery_in {
    margin-top: 20px;
}
a.fotos {
    /* float: right; */
}
.news-li .fotoss {
  /* background: url("../img/fotoss.png") no-repeat left; */
  /* padding-left: 20px; */
  /* margin-right: 12px; */
  /* color: #BBB6C6; */
  /* font-weight: bolder; */
  /* background: url("../img/fotos.png") no-repeat left; */
  padding-left: 20px;
  margin-right: 12px;
  /* color: #1C1F8B; */
  color: #7901B7;
  font-weight: bolder;
  float: right;
}

/*site map*/
ul.sitemap li{
  padding:3px 0;
}
ul.sitemap li.headli>a{
   font-size:14px;
   color: #000;
   font-family: Palatino Linotype;
   text-decoration:underline;
}
ul.sitemap li a{
   font-size: 15px;
   color: #000;
   font-family: Palatino Linotype;
}
ul.sitemap li ul.sub_map a:hover{
   
   font-style:italic;
    font-size:15px;
   color: #000;
   font-family: Palatino Linotype;
}

ul.sitemap ul.sub_map{
     margin-left:35px;
}

/*site map end*/



span.amea {
    font-family: arial;
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
    display: table;
    letter-spacing: 1px;
}

span.heb {
    font-family: arial;
    font-size: 25px;
    color: #fff;
    display: table;
    letter-spacing: 1px;
    margin: 0 auto;
}

.newss-img {
    width: 100px;
    float: left;
}

.news-textt {
    float: left;
    width: 200px;
    margin-left: 10px;
}

.all a {
    color: #008DD2;
}

span.linesss {
    width: 575px;
    height: 12px;
    display: block;
    float: right;
    border-bottom: 1px dotted black;
}

ul.banner-ul {
    width: 930px;
    margin: 0 auto;
    padding-top: 21px;
}
.copy-content {
    width: 1000px;
    margin: 0 auto;
    color: #fff;
    padding-top: 22px;
}

.copy {
    background-color: #008DD2;
    height: 60px;
    min-width: 1000px;
}

span.copy-content {
    font-size: 13px;
    font-family: arial;
}

.link-tree span {
font-family: Palatino Linotype;      
color: #000;      
font-size: 17px;}

.phgallerytxt {
    margin: 5px 0px 5px 0px;
    width: 580px;
    float: left;
}

.mainannounceimg {
    width: 80px;
    //height: 70px;
    float: left;
}

.mainannouncetxt {
    width: 135px;
    float: left;
    margin-left: 5px;
}

span.copy-content a {
    color: white;
}

.live_inter {
float: right;
width: 255px;
margin-top: 8px;
background-color: #F3F2F2;
}

.live_inter a img {
    float: right;
    margin-top: 20px;
}

ul#gallery1 li {
    float: left;
    margin: 0px 10px 15px 10px;
}
span.photogallryname {
    font-family: Palatino Linotype;
    font-size: 15px;
    color: #3F3F3F;
    padding-bottom: 15px;
    display: block;
}
.page-text table.form span {
    line-height: 22px;
}

.page-text ul, .news-text .text ul{
  margin-left:20px;
}
.page-text ul li,  .news-text .text ul li{
  margin-bottom:5px;
}

.page-text p {
    line-height: 18px;
}
