html, body {
	padding: 0;
	margin: 0;
	font-family: 'Proxima Nova Regular', 'Helvetica Neue', Calibri, 'Droid Sans', Helvetica, Arial, sans-serif;
	/*background-image: url(download.gif);*/
	position:relative;
	width:100%;
	border:0px none;
	outline:0px none;
	background:none repeat scroll 0% 0% #EEE;
	font-size:1em;
	line-height:1.5em;
}
a{
	color:#0B5689;
}
a:link{
	text-decoration: none;
	color:#0B5689;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
*{
	border-collapse: collapse;
}
#main_div{
	box-shadow: 0px 20px 10px #555;
	background:none repeat scroll 0% 0% #fff;
	margin:0px auto;
	max-width:1150px;
	padding:0px;
}
#header{
	padding-top:0px;
	height:250px;
}
#logo_header{
	position:relative;
	max-height:250px;
	margin:-2px 10px 0px;
	background-image:url(../images/blue_bg.jpg); 
	background-repeat:no-repeat;
	color:#FFFFFF;
}
#main_container{
	position:relative;
	overflow:hidden;
	padding:0px 0px 20px 0px;
	width:900px;
}
#gallery {
	position:relative;
	height:360px
}
#gallery a {
	float:left;
	position:absolute;
}

#gallery a img {
	border:none;
}

#gallery a.show {
	z-index:500
}

#gallery .caption {
	z-index:600; 
	color:#000; 
	height:25px; 
	width:100%; 
	position:relative;
	bottom:0;
	opacity:0.8;
}

#gallery .caption .content {
	margin:0px 5px
}

#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#000;
}
.transbox{
	margin:30px;
/*	background-color:#FFFFFF;
	border:0px solid black;
	opacity:0.8;
	filter:alpha(opacity:80);
	z-index:1000;
	position:absolute;*/
}
.transbox p{
	margin:5px;
	font-weight:bold;
	color:#FFFF00;}
.transbox h2{
	margin:5px;
	font-weight:bold;
	color:#fff;}
#leftpanel{
	width:200px;
	webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:1px solid #EBEBEB;
	background-color:#FFFFFF;
	-webkit-box-shadow: #B3B3B3 4px 4px 4px;
	-moz-box-shadow: #B3B3B3 4px 4px 4px; 
	box-shadow: #B3B3B3 4px 4px 4px;
	padding:10px 0px 5px 5px;
	margin:10px 0px 5px 5px;
}
ul.menu1{
	list-style-type:none;
	margin:0px 0px 20px;
	padding:0px;
	width:190px;
}
ul.menu1 a{
	border-bottom:1px solid #EBEBEB;
	display:block;
	margin:0px;
	text-decoration:none;
	padding:5px 0px;
}
ul.menu1 li.menu1-home a
{
	font-weight:bold;
	background:url(../images/home-128.png) no-repeat scroll 10px 2px / 20px;
	padding-left:40px;
}

ul.menu1 li.menu1-ora a
{
	font-weight:bold;
	background:url(../images/organization.png) no-repeat scroll 10px 2px / 20px;
	padding-left:40px;
}
ul.menu1 li.menu1-pgm a
{
	font-weight:bold;
	background:url(../images/events-icon.png) no-repeat scroll 10px 2px / 20px;
	padding-left:40px;
}
ul.menu1 li.menu1-location a
{
	font-weight:bold;
	background:url(../images/location.png) no-repeat scroll 10px 2px / 20px;
	padding-left:40px;
}
ul.menu1 li.menu1-paper a
{
	font-weight:bold;
	background:url(../images/papers.png) no-repeat scroll 10px 2px / 20px;
	padding-left:40px;
}
ul.menu1 li.menu1-call a
{
	font-weight:bold;
	background:url(../images/call_for_papers_icon.png) no-repeat scroll 10px 2px / 20px;
	padding-left:40px;
}
ul.menu1 li.menu1-info a
{
	font-weight:bold;
	background:url(../images/info.png) no-repeat scroll 10px 2px / 20px;
	padding-left:40px;
}
#announcements {
	border:1px groove #EBEBEB;
	height: 280px;
	margin-bottom: 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: #B3B3B3 4px 4px 4px;
	-moz-box-shadow: #B3B3B3 4px 4px 4px; 
	box-shadow: #B3B3B3 4px 4px 4px;
}
#announcements a{
	color:#0B5689;
}
#right-panel{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 230px;
	float: left;
	
}
#right_title {
	height:32px; 
	background-color:#0279C2; 
	color:#fff; 
	vertical-align:middle; 
	font-weight:bold; 
	font-size:18px; 
	padding-top:5px; 
	-webkit-border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;
}
#marquee{
	position:relative;
	top: 10px;
	padding:8px;
	height:150px;
}
#mid_container{
	padding:5px 5px 10px 5px;
	margin:10px 5px 10px 9px;
	width:670px;
}
.middle-box{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:1px solid #EBEBEB;
	background-color:#FFFFFF;
	-webkit-box-shadow: #B3B3B3 4px 4px 4px;
	-moz-box-shadow: #B3B3B3 4px 4px 4px; 
	box-shadow: #B3B3B3 4px 4px 4px;
	padding-left:5px;
	
}
h1{
	color:#551A8B;
	line-height:1.5em;
}
h2{
	color:#095197;
	line-height:1.5em;
}
.page-title{
	border-bottom:1px solid #EBEBEB;
}
ul.menu2{
	list-style-type:none;
	margin:0px 0px 5px;
	padding:0px;
	width:195px;
}
ul.menu1 a{
	border-bottom:1px solid #EBEBEB;
	display:block;
	margin:0px;
	text-decoration:none;
	padding:5px 0px;
}
ul.menu2 li.menu2-item a
{
	padding-left:10px;
	background-color:#095197;
	background-repeat:repeat-x;
	background-image:linear-gradient(#0087D1, #095197);
	color:#FFFFFF;
	height:32px;
}
ul.menu2 li.menu2-item a:hover
{
	color:#000;
	background-image:linear-gradient(#FCDCAB, #F4B046);
}
ul.menu2 li.active a
{
	color:#000;
	/*font-weight:bold;*/
	background-color:#FFFF00;
	background-repeat:repeat-x;
	background-image:linear-gradient(#FCDCAB, #F4B046);
}
p{
	text-align:justify;
}
.rotate{
	display:block;
	position:absolute;
	top:100px;
	transform:rotate(-90deg);
	color:#F4B046;
	font-size:44px;
	left:-50px;
	font-weight:bold;
}
.logo-text{
	padding-left:70px;
	
	font-weight:bold;
	display:block;
	position:absolute;
	top:18px;
}
.logo-text h1{
	color:#FFFF00;
	line-height:0.8px;
	font-size:38px;	
}
.logo-text label{
	font-size:24px;
	line-height:44px;
}
.table {
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
}
.table th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #999999;
	background-color:#F6C06B;
}
.table td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #999999;
}
.table-noborder {
	border-width: 0px;
	border-color: #999999;
	border-collapse: collapse;
}
.table-noborder th {
	border-width: 0px;
	padding: 8px;
	border-style: solid;
	border-color: #999999;
	background-color:#F6C06B;
}
.table-noborder td {
	border-width: 0px;
	padding: 8px;
	border-style: solid;
	border-color: #999999;
}
#mid_container ul li{
background:url(../images/square.png) 0 0 no-repeat;
list-style:none;
padding-left:25px;
}
.div-intro{
	border-bottom:1px solid #EBEBEB;
}
.guidelines{
	border-bottom:3px dotted #000;
	border-top:3px dotted #000;
	padding:0 0 10px;
}
/* end - table */
select {
    font: normal .90em/1.5em 'Trebuchet MS', sans-serif;
    color: #444;
	padding: 2px;
	margin:5px;
	border:1px solid #6D6969;
}

/* form elements */
form {
    margin:0px 15px; padding: 0;
    border: 0px solid #F7FCF9; 
}
label {
    font-weight:bold;
    margin:5px 0;
}
input{
    padding: 2px;
    border:1px solid #6D6969;
    font: normal 1em 'Trebuchet MS', verdana, sans-serif;
    color:#777;
    autocomplete:ON;
	margin:5px;
}
input[type="text"] {
    padding: 2px;
    border:1px solid #6D6969;
    font: normal 1em 'Trebuchet MS', verdana, sans-serif;
    autocomplete:ON;
	margin:5px;
	height:30px;
}
input[type="image"] {
    padding: 2px;
    border:1px solid #6D6969;
    font: normal 1em 'Trebuchet MS', verdana, sans-serif;
    autocomplete:ON;
	margin:5px;
}
input[type="password"] {
    padding: 2px;
    border:1px solid #6D6969;
    font: normal 1em 'Trebuchet MS', verdana, sans-serif;
    autocomplete:ON;
	margin:5px;
}
textarea {
    width:100%;
    padding:2px;
    font: normal 1em 'Trebuchet MS', verdana, sans-serif;
    border:1px solid #6D6969;
    height:45px;
    display:block;
    color:#777;
}
input.button { 
    margin: 0; 
    font: bold 1em Arial, Sans-serif; 
    border: 1px solid #CCC;
    background: #FFF; 
    padding: 2px 3px; 
    color: #333;	
}
.payment { 
    margin: 0; 
    font: bold 1em Arial, Sans-serif; 
    border: 1px solid #CCC;
    padding: 2px 3px; 
    color: #333;
	background:url("../images/payment.png");
	width:202px;
	height:53px;
	background-repeat:no-repeat;
}
input.error {
    border: 1px dotted #F00;
}
span.error {
    color: #F00;
	display:block;
}
.submit { 
    margin: 0; 
    font: bold 1em Arial, Sans-serif; 
    border: 1px solid #CCC;
    padding: 2px 3px; 
    color: #333;
	background:url("../images/submit.png");
	width:152px;
	height:53px;
	background-repeat:no-repeat;
}
input.watermark { color: #999; }