/* Table of contents*/

/*  1. RESET 
	2. GENERAL STYLES
	3. THE BASIC LAYOUT 
		3.1 header layout 
		3.2 main area layout
	
	4. LOCALES (languages)
	
	
*/

/* colors used 
	blue: #3680e1
	green: #9bc806



/***** 1. RESET ******/
/* from http://meyerweb.com/eric/tools/css/reset/  */

@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/****** 2.GENERAL STYLES ******/
body{
	background:transparent url(../images/bg.png) repeat-y scroll left center;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	background-color:#fff;
	font-size:12px;
	line-height:1.4em;
}

#wrapper{
	width:700px;
	margin:0 0 0 50px;
	/*overflow:hidden;*/
}

a:link {color: #1B3D70; text-decoration:none;}    
a:visited {color: #1B3D70;text-decoration:none;}
a:hover {color:#1B3D70; text-decoration:none; background-color:#DFE6F5;}  
a:active {color: #1B3D70;text-decoration:none;}

h1 {
	color:#1B3D70;
	font-family:arial;
	font-size:18px;
	font-weight:normal;
	line-height:1.3em;
	margin-bottom:15px;
	margin-top:0;
	padding-bottom:0;
	padding-top:0;
}

p{
	padding: 5px 0px;
}
.more_padding{padding:10px;}

ul li{
	margin-bottom:6px;
}
.font_10px{ font-size:10px;}

/*****3.1 header layout ******/

#top{
	margin:30px 0 30px 0 ;
	background:transparent url(../images/symv_miniicon.gif) no-repeat scroll left center;
	font-family:arial;
	font-size:10px;
	line-height:27px;
	margin-top:23px;
	padding-left:45px;
}

#header{
	width:930px;
	height: 128px;
	margin:0 0 20px 0 ;
}
#main_container{
	width:980px;
}

#leftcolumn{
	float: left;
	width:140px;
}

#middlecolumn{
	float:left;	
	font-size:12px;
	margin:0 30px;
	width:530px;
}

#rightcolumn{
	float:left;
	font-size:12px;
	margin-right:0;
	width:200px;
}
ul#menu {
	font-size:12px;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}
ul#menu li {
	line-height:16px;
	/*margin-bottom:6px;*/
	/*width:140px;*/
}

ul#menu li a {
	color:#1B3D70;
	display:block;
	text-decoration:none;
}

ul#menu li a:hover {
	background-color:#DFE6F5;
	width:100%;
}

ul.list {
	color:#000000;
	font-family:arial;
	font-size:12px;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
}

ul.list li {
	background-color:#DFE6F5;
	line-height:16px;
	margin-bottom:10px;
	margin-left:0;
	padding:0;
}

/***** 4 LOCALES ******/
#locales_transparent_bg{
	position:absolute; 
	top:10px; 
	right:5px;
	background-color:#fff;	
	filter:alpha(opacity =30);
	opacity: 0.30;
	-moz-opacity:0.30;
	width:220px;
	height:25px;
}

#locales {
	position:absolute; 
	top:17px; 
	right:10px;
}

#locales .locale {
	float: left; 
	font-size:10px;
}

#locales .locale a.flag {
	background-repeat:no-repeat; 
	background-position: 0px 0px; 
	line-height:12px; 
	display: block; 
	padding-left: 20px; 
	margin-left: 10px; 
	color:#fff;
}
#locales .current a {
	text-decoration: underline;
	color:#fff;
}
#locales a.flag:hover {		
	text-decoration: underline;
	background-color:#597212;
}
#locales .locale a.flag.locale-gr { 
	background-image:url(../images/flag-gr.gif); 
}
#locales .locale a.flag.locale-en {
	background-image:url(../images/flag-en.gif);
}
#locales .locale a.flag.locale-de {
	background-image:url(../images/flag-de.gif);
}

/******* abstract_submission form ******/

#abstract_submission{
	margin-top:10px;
	
}
#abstract_submission .container{
	
}

#abstract_submission span.error{
	color:red;
}

#abstract_submission label{
	padding-top:5px;
	display:block;
	font-size:12px;
	float:none!important;
	width:300px !important;
}

.form_comments{
	font-size:11px;
	font-style:italic;
	color:#666;
}

.asterisk, .required-asterisk, .asterisk-required{
	color:red;
}
.surname span.asterisk-required{display:none;}

.reg_input{width:300px;}
.td_center{text-align:center;}
.emphasis{font-weight:bold;}

.multi .container input, .multi .container label{float:left;}

.prestype{margin:5px 0px;}
.prestype label {padding:0px 15px 5px 0;}
.prestype input {padding:5px 0 0 0;}
.typelabel{
	margin:5px 0px;}

.technicallabel{
	clear:both;
	padding:10px 0 5px 0;
}

.technical label {padding:0px 15px 5px 0;}

.other{float:left;}
.other input{
	width:100px;
}
.other label{
	padding:0px 10px;
}
.file{
	clear:both;
	padding:5px 0 0 0;}




/* end abstract_submission form */



