* { margin: 0;	padding: 0;}
body{
	background: url(../images/bg.gif) repeat-x #504f54;
}

html{
 color:#ebebeb;
 font-family: Tahoma, Verdana, sans-serif; font-size:12px;
}

img{
border: none;
}

a{
	text-decoration:none;
	color: #febf01;
}

a:hover {
	text-decoration: underline; 
}

h1, h2, h3, h4 {
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: normal;
	color: #ffffff;
	padding: 10px 5px;
	clear: both;
	}
	
h1 {
	font-size: 2.4em;
	line-height: 28px;
}

h3 {
	font-size: 1.6em;
}

h2{
	font-size: 22px;
	line-height: 28px;
}

blockquote { margin: 5px 10px 1.5em 10px; padding: 0 0 0 10px; border-left: 2px solid #febf01; }

:focus {
	outline: 0;
}

p {
	padding: 5px 5px;
}

.main{
	width: 970px;
	margin: 0 auto;
}

.header{
	width: 1140px;
	height: 180px;
	margin: 0 auto;
}
.en{
	background: url(../images/header_en.jpg) no-repeat;
}
.bg{
	background: url(../images/header_bg.jpg) no-repeat;
}
.lang{
	display: block;
	width: 65px;
	height: 25px;
	position: relative;
	float: right;
	top: 60px;
	right:91px;
	color:#ffffff;
   font-family: Tahoma, Verdana, sans-serif; 
   font-size:11px;
	text-align: center;
	font-weight: bold;
  }

.logo {
	width: 215px;
	height: 115px;
	display: block;
	position: relative;
	top: 30px;
	left: 80px;
	float: left;
}
.content{
   width: 970px;
	min-height: 585px;
	height: auto !important;
	height: 585px;
	background: url(../images/content_img.jpg) no-repeat #5e5d62;
	margin: 0 auto auto auto;
	float: left;
	}
/* left box*/
.leftBox{
	background: url(../images/menu_bg.gif) repeat-x #757275;
	float: left;
	margin: 0;
	width: 201px;
	min-height: 585px;
	height: auto !important;
	height: 585px;
}
.menu{
  width: 201px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	text-align: right;
}

.menu ul{
	margin: 3px auto 10px auto;
	width: 201px;
	float: right;
}
.menu ul li{
	list-style: none;
	display: block;
	padding: 5px 0 0 0;
	background: url(../images/menuItembg.gif) repeat-x bottom;
	clear:both;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	
}
.menu ul li a{
	font-family: Tahoma, Verdana, sans-serif; 
	font-size:12px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	text-transform: uppercase;
	width: 183px;
	padding: 0 7px 0 0;
	
}
.menu ul li a:hover{
	text-decoration: none;
	color: #dcdcdc;
}

/*hidden menu*/
.menu ol{
	width:201px;
	padding: 8px 0 4px 0;
	clear:both;
	
}
.menu ol li{
	list-style: none;
	display: block;
	padding: 0 6px 3px 0;
	background: none;
	clear:both;
}

.menu ol li a{
	font-family: Tahoma, Verdana, sans-serif; 
	font-size:11px;
	font-weight: bold;
	color: #fbc100;
	text-decoration: none;
	text-transform: capitalize;
	background: url(../images/bullet.gif) no-repeat right center;
  padding: 0px 6px 2px 0px;
	clear:both;
	display: block;
}
.menu ol li a:hover{
	text-decoration: underline;
	color: #fbc100;
}


.vsBox{
   width: 201px;
	padding: 10px 0 0 0;
}
.vsBox p{
	font-family: Tahoma, Verdana, sans-serif; 
	font-size:13px;
	font-weight: bolder;
	text-transform: uppercase;
	color: white;
	padding: 0 0 5px 5px;
}
.vsBox img{
	margin: 0;
}

/* end of left box*/

/*middle*/
.middleBox{
	float: left;
	width: 553px;
	max-width: 553px !important;
}
.middleBox img{border:1px solid #8d898a;}
.quick_links_box{
	float:right;
	width: 177px;
	max-height: 246px !important;
	height: 246px;
	padding: 0 7px 0 0;
}

.quick_links{
	background: #757275;
	height: 223px;
	width: 177px;
	max-height:200px !important;
}
.quick_links ul{
	padding: 5px 5px 0 5px;
	float:left;
	margin:0;
}

.quick_links li{
  list-style: none;
  padding: 0 0 5px 7px;
  background: url(../images/bullet2.gif) no-repeat 0 5px;
  display: block;
}
.quick_links ul li a{
	font-family: Tahoma, Verdana, sans-serif; 
	font-size:10px;
	font-weight: bold;
	color: #fbc100;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 0px 0px 5px;
	clear:both;
}
.quick_links ul li a:hover{
	text-decoration: underline;
}
#title{ width:300px;
float: left;
	margin: 0;
	padding: 0 0 0 10px;
	}
#slideshow{
	position:relative;
    width:340px;
    height: 227px;
  float: left;
    margin: 0 3px 0 14px;
	padding: 0 0 0 5px;
/*	width: 350px;
	float: left;
	margin: 0;
	padding: 0 0 0 10px*/
	
}
#slideshow IMG {

    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.middle_txt{
	padding: 5px 0 10px 14px;
	line-height: 1.43em;
	float: left;
	width: 536px;
	margin: 0;
}

.middle_txt p{
	padding: 0 0 10px 0;
}
.middle_txt ul, .middle_txt ol {
	margin: 8px 0 8px 15px;
	list-style: square;
}
	

/*end of middle*/

/*right box*/


.rightBox{
	float: right;
	width: 216px;
	background: url(../images/rightbox_bg.gif) repeat-x #67656a;
	min-height: 585px;
	height: auto !important;

}
.banners{
	width: 200px;
	height: 90px;
	margin: 0 auto 10px auto;
}
.banners img{
	padding: 2px 0;
}

/*end of right box*/

/*footer*/
.footer{
	width: 970px;
	margin: 0 auto;
	height: 99px;
	background: url(../images/footer_bg.gif) repeat-x bottom;
	clear:both
}
.banners_footer{
   width: 970px;
	height: 99px;
	background: url(../images/corners.gif) no-repeat bottom;
}

.iec {
	width: 114px;
	height: 152px;
	background: url(../images/iec.jpg) no-repeat;
}

.welcome {
	float: left;
	width: 380px;
	padding: 0 0 0 20px ;
	text-align: justify;
}
/*IMAGES*/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #3e3e3e;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 3px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #686868;
color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background: white;
padding: 5px;
z-index: 5;
}

.yellow {
	color: #febf01;
	font-weight: bold;
}

.events_in {
	width: 525px;
	padding: 5px 0 10px 10px;
	margin: 0 0 8px 0; 
	border-bottom: 1px solid #febf01;
}

.events_in p {
	line-height: 15px;
	padding: 4px 0;
}

.events_in img {
	border: 1px solid #febf01;
}

.events_in_banner {
	float: right;
	margin: 0 10px 0 0;
}



/* NEWS */

.news {
	clear: both;
	padding: 5px 0;
	width: 520px;
}
.news h4 a{
color: #fbc100;
text-decoration: none;
font-size: 1.4em;
}
.news h4 a:hover{
text-decoration: underline;
}


/* MEDIA PARTNERS */

.pbold {
	font-weight: bold;
	margin: 12px 0 5px 0;
}

.media_partners {
	clear: both;
	margin: 0 0 20px 0;
}

.media_partners img {
	float: left;
	margin: 0 10px 40px 0;
}

.media_partners p {
	margin: 0;
	padding: 0;
}

/*-----------------------*/
/*     Visitor's Form    */
/*-----------------------*/

.visitor_form {
	margin: 0 0 0 20px;
}

.visitor_form span {
	display: block;
	width: 100%;
}

.input_field {
	float: left;
	padding: 5px 10px;
	
}

.visitor_form input {
	width: 120px;
	padding: 1px 5px 2px 5px;
	border: 1px solid #666;
}

.visitor_form textarea {
	width:250px;
	height: 50px;
}

.visitor_form input .check {
	padding: 0;
}

.visitor_form select {
	width: 160px;
}

.visitor_form option {
	padding: 0 0 0 5px;
	width: 155px;
}

.visitor_form fieldset {
	padding:10px 10px 5px 10px;
	margin: 10px 0;
	border: 1px solid #dedede;
	width: 400px;
}

.visitor_form legend {
	font-weight:bold;
	font-size: 1.27em;
	padding: 0 5px;
}

.message {
	font-weight: bold;
	color: #febf01;
	margin: 10px 0 0 0;
}

.input_field a{
	margin: 2px 2px 0 0;
	display: block;
	float:left;
	font-size: 10px;
}

.payment_options {
	margin: 5px 0;
}

.payment_options li {
	margin: 5px 0;
}

.visitor_form table {
	border-collapse: collapse;
	margin: 10px 0;
}

.visitor_form table tr td {
	border:1px solid white;
	padding: 5px;
}

.visitor_form table tr td input {
	width: 15px;
}

.u {
	color: red;
	font-size:2.4em;
}

.contacts {
	width: 270px;
	float: left;
	margin: 0 10px 0 0;
	display: block;
}

.speakers {
	border-bottom:1px solid #44424d;
	padding: 10px 0;
	float: left;
	clear: both;
	text-align: justify;
	width: 530px;
}

.speakers img {
	float: left;
	margin: 10px 10px 5px 0;
}

.name_head b {
	text-decoration: underline;
	color: #febf01;
	cursor: pointer;
}

.speakers1 {
	border-right:1px solid #44424d;
}

/* HOTELS - ACCOMODATION */

.hotels {
	width: 100%;
	height: 220px;
	padding: 15px 0;
	border-bottom:1px solid #44424d;
	float: left;
}

.hotels_img {
	width: 120px;
	height: 140px;
	float: left; 
}

.hotels img {
	margin: 0 0 7px 0;
	border: 1px solid #666;
	display: block;
}

.hotels_txt {
	width: 370px;
	height: 170px;
	float: right;
	font-size: 11px;
}

.hotels_txt p {
	margin-top: 0;
	padding-top:0; 
}

.type_room option {
	width: 60px;
}

a.reserve {
	display: block;
	padding: 2px 6px 4px 6px;
	margin: 10px;
	background: #535257;
	float: right;
	text-decoration:none;
	color: white;
	border: 1px solid #666;
} 

a.reserve:hover {
	background: #313035;
}
/* AGENDA TABLE */

.agenda {
	border-collapse: collapse;
	width: 533px;
	text-align: center;
	background: #c1c1c1;
	color: black;
	margin: 0 0 10px 0 ;
	font-size: 10px;
}

.agenda th {
	text-transform: uppercase;
	color: White;
}

.agenda td, .agenda th, agenda tr {
	border: 1px solid #3f3f41;
	padding: 5px;
}

.black {
	background: #535257;
}

.time_hall {
	width: 80px;
}

.track {
	width: 30px;
	padding: 2px;
}

/* REGISTER BOX IN CONFERENCE */

.register_box {

}

.register_box a {
	background: #535257;
	width: 220px;
	text-align: center; 
	padding: 15px 2px;
	font: bold 14px Tahoma, sans-serif;
	text-transform: uppercase;
	display: block;
	float: left;
	clear: both;
	border: 1px solid #919191;
	margin: 0 0 30px 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-opera-border-radius: 7px;
}

.register_box_add {
	float: left;
	width: 350px;
	margin: 0 0 0 30px;
}

.bio {
	visibility: hidden;
	overflow: hidden;
	height: 0;
}

.links_days {
	display:block; background: #535257; padding: 3px;float:left; margin:0 10px 10px 0;border: 1px solid #3f3f41;
}

.more_txt {
	visibility: hidden;
	overflow: hidden;
	height: 0;
	display: block;
	text-align: justify;
	clear:both;
}

.read_more {
	font-size: 9px;
	cursor:pointer;
	background: #535257;
	color: #febf01;
	float: right;
	padding: 2px 4px;
	margin: 0 0 0 10px;
}

.show_all_message, .collpase_all_message {
	float:right; 
	text-transform: lowercase; 
	margin: 0 165px 0 0;
}

.event_img {
	padding: 0 10px;
	text-align: center;
	float: left;
}

.event_img a {
	margin: 0 20px;
}

.event_img a img {
	border: 1px solid #44424d;
}

#gallery a {
	margin: 1px;
	float: left;
}
#gallery a.vertical{
 margin: 1px 1px 1px 13px;
 float: left;
}
#gallery a.ct{
 margin: 1px 3px 1px 1px;
 float: left;
}

#gallery a.vertical1{
 margin:1px 5px 1px 1px;
 float: left;
}
#gallery a.vertical2{
 margin:1px 5px 1px 1px;
 float: left;
}


.img_border{border: 1px solid #44424d;}
.pdf_ {
	height: 20px;
	width: 100px;
	background: url(../images/pdf_.gif) no-repeat;
	text-align: left;
	padding: 0 0 0 20px;
}

.mp3_ {
	height: 20px;
	width: 100px;
	background: url(../images/mp3_.gif) no-repeat;
	text-align: left;
	padding: 0 0 0 20px;

}

.paragraphTitle {
font-weight: bold;	
margin: 40px 0px 0px 0px;
}

.caption {
	font-size: 11px;
}

.file { width: 90%; clear:both; float: left; margin: 0 0 20px; border-bottom: 1px solid #888; padding: 20px 10px;}


.file { width: 90%; clear:both; float: left; border-bottom: 1px solid #888; padding: 20px 10px 10px 10px;}
a.downloads { margin: 0 0 0 20px; font-weight: bold; float:right }
object { float:left; clear:both }