/* Font SIZE */
.small  { font-size: 11px; }
.normal { font-size: 12px; }
.big    { font-size: 14px; }
.bigest { font-size: 18px; }

/* Font COLOR */
.black      { color: #000000; }
.gray_black { color: #7b7b7b; }
.white      { color: #ffffff; }
.gray       { color: #b1b1b1; }
.blue       { color: #006077; }

a { text-decoration: none; color: #b1b1b1; }
a:hover { color: #006077; }

.navigation_1 a { text-decoration: none; color: #b1b1b1; }
.navigation_1 a:hover { color: #ffffff; }

.navigation_2 a { text-decoration: none; color: #006077; }
.navigation_2 a:hover { text-decoration: underline; }

h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 0; margin: 0;
}

/* DIV */
.selector {    
	/*-moz-border-radius: 4px;    
	-webkit-border-radius: 4px;    
	border-radius: 4px; */   
	border: 1px solid #858585;
	width: 700px;
	background-color: rgba(256, 256, 256, 0.2); 
	/* For IE 5.5 - 7*/ 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33e5e5e5, endColorstr=#33e5e5e5); 
	/* For IE 8*/ 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	padding: 5px;
}
.center{
	background-color:#e5e5e5;
	padding:10px;
	text-align: left;
}
.main-menu {
	height: 51px; 
	background-image: url(../images/menu.jpg);	
}
.display-image {
	float: right; 
	padding: 0 0 20px 20px;
}
.text-field {
	padding: 5px 0 0 0;
}
.link {
	text-align: right; 
	padding: 0 10px 10px 0;
}
input[type=text] {
	border: none; padding: 4px;
	background-color: #eeeeee;
	font-size: 12px;
	color: #303030;
	border: #333 1px solid;
}
textarea {
	border: none; padding: 4px;
	background-color: #eeeeee;
	font-size: 12px;
	color: #303030;
	overflow: hidden;
	border: #333 1px solid;
	font-family: Tahoma, Geneva, sans-serif;
}
.button {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
    border: 1px solid #333;
	background-color: #006077;
	height:22px;
	padding-bottom: 2px;
	color: #ffffff;
}

/* LIST STYLE*/ 
ul{
	list-style-type: none;
	padding: 0; margin: 0;
	text-align: left;
	display: inline-block;
}
li{
	padding: 18px 23px 18px 28px; margin: 0;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/menu-line.png) repeat-y;
}

li:first-child {
	background: none;
}

li#selected{
	padding: 7px 23px 8px 28px; margin: 0;
}
.special-list {
	padding: 10px 0 0 20px;
}
.error-display{
	background-color: #f7f7f7;
	padding:10px; margin: 3px;
}
.error-display-wrapper{
	border: #006077 1px solid;
	margin: 20px;
	width: 300px;
}

/* GENERAL STYLE*/
body{
	background:#0D0D0D url(../images/main_eurosonel_background.jpg) center top no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#000;
}