*{
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif; 
	list-style-type: none;
	text-decoration: none;
	color: #000;
}
body{
	text-align: left;
	font-size: 12px;
	background-image: url(../images/body.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
img{
	border: 0px;
}
a{
	outline: 0;
}
p{
	line-height: 20px;
	padding: 6px 0px;
	color: #000;
}
h1{
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 6px;
	display: block;
}
h2{
	color: #011a3f;
	font-size: 1.2em;
	font-weight: bold;
	padding: 8px 0px;
}
h3{
	color: #494949;
	font-size: 1.2em;
	font-weight: bold;
	padding: 8px 0px 8px 0px;
	display: block;
}
#entirebody{
	width: 1020px;
	float: left;
	display: inline;
}
.top_area{
	width: 1020px;
	height: 267px;
	float: left;
	display: inline;
	position: relative;
}
.top_area .banner{
	width: 925px;
	height: 267px;
	float: left;
	display: inline;
	background-image: url(../images/banner.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	position: relative;
}
.top_area .banner .logo{
	width: 170px;
	height: 165px;
	float: left;
	display: inline;
	margin-left: 60px;
	margin-top: 59px;
}
.top_area .banner .topnav{
	width: 900px;
	height: 40px;
	position: absolute;
	left: 126px;
	top: 227px;
	float: left;
	display: inline;
}
.top_area .banner .topnav li{
	float: left;
	display: inline;	
}
.top_area .banner .topnav li a{
	float: left;
	display: inline;
	padding: 12px 7px;
	color: #011a3f;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
.top_area .banner .topnav li a:hover{
	color: #fff;
}
.top_area .banner .topnav li a.active{
	color: #fff;
}
.top_area .main_bar{
	width: 86px;
	height: 50px;
	position: absolute;
	top: 174px;
	right: 0px;
}
.top_area .main_bar ul{
	float: left;
	display: inline;
	margin-top: 22px;
}
.top_area .main_bar ul li{
	float: left;
	display: inline;
}
.top_area .main_bar ul li a{
	float: left;
	display: inline;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.top_area .main_bar ul li a.home{
	background-image: url(../images/home_ico.gif);	
}
.top_area .main_bar ul li a.info{
	background-image: url(../images/info_ico.gif);	
}
.top_area .main_bar ul li a.mail{
	background-image: url(../images/mail_ico.gif);	
}
.container{
	float: left;
	display: inline;
	width: 868px;
	padding: 30px 65px;
}
.content{
	float: left;
	display: inline;
	width: 630px;
}
.content a{
	color: #a10e0e;
	font-size: 13px;
}
.content a:hover{
	color: #ff4747;
}
.welcome_note{
	float: left;
	display: inline;
	width: 582px;
}
.welcome_note img{
	float: left;
	display: inline;
	padding: 0px;
	border: 1px solid #bfbfbf;
	margin-right: 10px;
}
.welcome_note  p{
	padding: 10px 0px;
}
.welcome_note  a{
	color: #004fc4;
}
.welcome_note  a:hover{
	color: #0067ff;
	text-decoration: underline;
}

.right_area{
	width: 212px;
	float: left;
	display: inline;
}
.right_area a{
	float: left;
	display: inline;
	padding: 0px;
	margin: 50px 0px 16px 0px;
}
.right_area img{
	float: left;
	display: inline;
	padding: 0px;
	border: 1px solid #bfbfbf;	
}





/* Forma 1 - app 1 */

.app_1{
	float: left;
	display: inline;
	width: 410px;
}
form.first_form{
	float: left;
	display: inline;
	width: 400px;
}
form.first_form ul{
	float: left;
	display: inline;
	width: 400px;
	padding: 8px 0px;
}
form.first_form ul li{
	float: left;
	display: inline;
	padding: 6px 0px;
	width: 400px;
}
form.first_form ul li input{
	float: left;
	display: inline;
	clear: both;
	width: 400px;
}
form.first_form ul li label.title{
	font-style: italic;
	font-size: 14px;
}
form.first_form ul li label.big{
	width: 400px;
	padding: 2px 0px;
}
form.first_form ul li label.small{
	width: 200px;
	padding: 2px 0px;
}
form.first_form ul li textarea{
	width: 400px;
}
form.first_form ul li label{
	float: left;
	display: inline;
	clear: both;
}
form.first_form ul li textarea.big_a{
	width: 400px;
	height: 180px;
	font-family: Times New Roman;
}

form.first_form ul li input.checkbox{
	width: auto;
	margin-right: 5px;
}
form.first_form ul li span.right_checks{
	float: left;
	display: inline;
	width: 200px;
}
form.first_form ul li span.right_checks .check{
	padding: 3px 0px;
	display: block;
}
form.first_form ul li label.bold{
	clear: none;
	font-weight: bold;
	color: #35339a;
	font-size: 14px;
}
form.first_form ul li.border{
	padding: 16px 0px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
form.first_form ul li.border-top{
	padding: 16px 0px;
	border-top: 1px solid #333333;
}

form.first_form ul li span.check_list{
	float: left;
	display: inline;
	width: 200px;
}
form.first_form ul li span.lists{
	padding: 8px;
	clear: both;
}
form.first_form ul li label.header{
	padding: 8px 0px;
}
form.first_form ul li ol{
	padding: 8px 0px;
	display: block;
	float: left;
}
form.first_form ul li ol li{
	padding: 0px;
	margin-left: 16px;
	list-style-type: decimal;
	padding-left: 8px;
	padding-bottom: 4px;
}
form.first_form ul li span.block{
	display: block;
	float: left;
	clear: both;
	width: 300px;
	padding: 8px 0px 0px 0px;
}
form.first_form ul li a{
	color: #35339a;
	float: left;
	display: block;
	padding: 8px 0px;
}
form.first_form ul li a:hover{
	text-decoration: underline;
}

/* END Forma 1 - app 1 */






/* Forma 1 - app 2 */

.app_2{
	float: left;
	display: inline;
	width: 560px;
}
form.sec_form{
	float: left;
	display: inline;
	width: 560px;
}
form.sec_form ul{
	float: left;
	display: inline;
	width: 550px;
	padding: 8px 0px;
}
form.sec_form ul li{
	float: left;
	display: inline;
	padding: 6px 0px;
	width: 550px;
}
form.sec_form ul li input{
	float: left;
	display: inline;
	clear: both;
	width: 550px;
}
form.sec_form ul li input.small_2{
	width: 300px; 
}
form.sec_form ul li label.title{
	font-style: italic;
	font-size: 14px;
}
form.sec_form ul li label.big{
	width: 550px;
	padding: 2px 0px;
}
form.sec_form ul li label.small{
	width: 280px;
	padding: 2px 0px;
}
form.sec_form ul li label{
	float: left;
	display: inline;
	clear: both;
}
form.sec_form select.s{
	width: 80px;
}
.app_2 table.fees{
	
}
.app_2 table.fees tr{
	
}
.app_2 table.fees tr td{
	border-color: #7f9db9;
}
.app_2 table.fees tr td.first{
	width: 240px;
	padding: 4px;	
}
.app_2 table.fees tr td.sec{
	width: 92px;
	padding: 4px;
}
.app_2 table.fees tr td.third{
	width: 92px;
	padding: 4px;
}
.app_2 table.fees tr td.fourth{
	width: 92px;
	padding: 4px;
}
.app_2 table.fees tr td.first input.checkbox{
	padding: 2px;
	margin-right: 4px;
	margin-top: 2px;
}
.app_2 h1{
	display: block;
	float: left;
	padding: 16px 0px 0px 0px;
}
.app_2 h2{
	display: block;
	float: left;
	clear: both;
	padding: 28px 0px 6px 0px;
}
.app_2 p{
	display: block;
	clear: both;
	padding: 4px;
}
.app_2 table.events{
	text-align: center;
}
.app_2 table.events tr{
	text-align: center;
}
.app_2 table.events tr td{
	text-align: center;
	width: auto;
}
.app_2 table.events tr td.first{
	width: 140px;
	padding: 4px;	
}
.app_2 table.events tr td.sec{
	width: 140px;
	padding: 4px;
}
.app_2 table.events tr td.third{
	width: 100px;
	padding: 4px;
}
.app_2 table.events tr td.fourth{
	width: 90px;
	padding: 4px;
}
.app_2 table.events tr td.fifth{
	width: 80px;
	padding: 4px;
}
.app_2 table.events tr td.last{
	text-align: right;
	padding: 4px 0px;
}
.app_2 table.events tr td.last span{
	padding: 4px 8px; 
}



/* javascript style */
ul#mainnav li.aids ul#submenu {
	width: 200px;
	position:absolute;
	display: none;
	clear: both;
	background: #82a5da;
	top: 30px;
	padding: 6px 0px 6px 0px;
	z-index: 5;
	margin-top: 8px;
	background-image: url(../images/pixel.gif);
	background-repeat: repeat-x;
	background-position: 0px 2px;
}
ul#mainnav li.aids ul#submenu li {
	float: left;
	display: block;
	clear:both;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
ul#mainnav li.aids ul#submenu li a {
	background-image: none;
	display:block;
	padding: 8px 16px;
	text-align:left;
	width: 168px;
	text-transform: none;
	color: #011a3f;
}
ul#mainnav li.aids ul#submenu li a:hover{
	text-decoration: none;
	color: #fff;
}
/* end javascript */









table.programme td{
	padding: 4px;
}
table.fee td{
	padding: 4px;
}
table.submission td{
	padding: 4px;
}
table.accommoditation td{
	padding: 4px;
}
a.reg{
	text-transform: uppercase;
	color: #d60303;
	text-decoration: underline;
	padding: 8px 0px;
	display: block;
}

a.reg:hover{
	color: #ff0000;
}


td.blue{
	background-color: #003077;
	color: #fff;
}
td.blue strong{
	color: #fff;
}


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}




.member_lectures{
	float: left;
	display: inline;
	width: 580px;
	margin-top: 18px;
}
.member_lectures li{
	float: left;
	display: inline;
	width: 580px;
	padding-bottom: 15px;
}
.member_lectures li span.shiriti{
	float: left;
	display: inline;
	width: 570px;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	background: #82a5da;
	margin-bottom: 15px;
}
.member_lectures li span.img{
	float: left;
	display: inline;
	text-align: center;
	width: 160px;
	margin: 0px 10px;
}
.member_lectures li  h4{
	font-size: 15px;
	display: block;
	/*margin-top: 114px;*/
	color: #011A3F;
}


.member_lectures li  h3{
	font-size: 12px;
	display: block;
	/*margin-top: 114px;*/
	color: #666;
	padding:2px 0px;
}

.member_lectures li  a.pdf{
	display: block;
	color: #011A3F;
	font-weight: bold;
	margin-top: 30px;
}






