/* CSS Document European MCL Network  */

.translate {
	color: #cc6633;
	font-weight: bold;
	padding-right: 10px;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
a {
	color: #13ac0c;
	text-decoration:none;
}
a:hover {
	color: #666;
	text-decoration:underline;
}
#content a.securelink  {
	color: #13ac0c;
	text-decoration:none;
	background: #fff url(images/infobox_icon_secure.png) no-repeat 0px top;
	padding: 2px 0 2px 20px;
}
#content a:hover.securelink  {
	color: #666;
	text-decoration:none;
	background: #fff url(images/infobox_icon_secure_over.png) no-repeat 0px top;
	padding: 2px 0 2px 20px;
}
img {
	border: none;
}
p {
	color: #666;
	padding-top: 0;
	margin-top: 0;
}
h1 {
	font: 1.7em Arial, Helvetica, sans-serif;
	padding-right: 1.6em;
	color: #666;
	font-weight: lighter;
}
h2.headerbar {
	font: 1.1em Arial, Helvetica, sans-serif;
	background: url(images/headerbar.png) repeat-x 0px center;
	color: #949494; 
	margin: 0 0 10px 0;;
	padding: 14px 0 4px 5px;
	font-weight: bold;
	height:27px;
	vertical-align:middle	
}
h2.headerbarwide {
	font: 1em Arial, Helvetica, sans-serif;
	background: url(images/headerbar.png) repeat-x 0px center;
	color: #4e4e4e; 
	margin: 0 0 5px 0;;
	padding: 14px 0 1px 2px;
	font-weight: bold;
	height:27px;
	vertical-align:middle	
}
h3 {
	font: 1.2em/1.3em Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #666;
	padding: 0;
	margin: 0 0 5px 0;
}
h4 {
	font-weight: bold;
	color: #666;
	padding: 5px 0 5px 0;
	margin: 0;
}
h5 {
	font-size: 1.0em;
	font-weight: bolder;
	color: #666;
	padding: 10px 0 2px 0;
	margin: 0;
}
form {
	margin: 0;
	padding: 0;
}
#content {
	font: 0.8em/1.5em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', Arial, sans-serif;
	margin: 40px 240px 0px 210px;
	padding: 10px;
	max-width:600px;
	min-width:400px 
}
#content a {
	color: #13ac0c;
}
#content a:hover {
	color: #666;
	background-color: #e5e8e4;
	text-decoration:none;
}
#content .linkdetail a{
	background: url(images/icon_arrow-right.gif) no-repeat right center;
	padding-right: 15px;
	text-decoration:none;
}
#content .linkdetail a:hover {
	background: url(images/icon_arrow-right2.gif) no-repeat right center;
	padding-right: 15px;
	text-decoration:underline;
}

#content .bulletlist {
	background: url(images/bg_list.png) no-repeat 0px top;
	padding: 5px 0 5px 0;
	width:580px;
	vertical-align:top;	
	border-bottom: #eaeced 1px solid;
}
#content .adresslist {
	font-size: 0.7em/0.7em;
	background: url(images/bg_list.png) no-repeat 0px top;
	padding: 5px 0 5px 0;
	width:580px;
	vertical-align:top;	
	border-bottom: none;
	color: #666;
}
#content ul {
	padding:0; 
	margin:0;
}
#content ul.dotlist {
	list-style-image:url(images/list_dot.gif); 
	padding-left:15px; 
	margin-left:2px;
}
#content ul.dotlist li {
	color: #666;
	padding-bottom: 7px;
}
#content .imageleft {
	border: #D2D2D2 1px solid;
	float: left;
	margin:0 5px 5px 0; 
	padding:1px;
}
#content .imageright {
	border: #D2D2D2 1px solid;
	float: right;
	margin:0 0 5px 5px; 
	padding:1px;
}
#content br {
	clear: both;
}
#content .pdflink a {
	background: url(images/icon_pdf.jpg) no-repeat 0px center;
	padding-left: 20px;
	margin: 10px 0 20px 0;
	text-decoration: none;
}
#content .pdflink a:hover {
	background: url(images/icon_pdf.jpg) no-repeat 0px center;
}
#content .urllink a {
	background: url(images/icon_external.png) no-repeat 0px center;
	padding-left: 20px;
	margin: 10px 0 20px 0;
	text-decoration: none;
}
#content .urllink a:hover {
	background: url(images/icon_external.png) no-repeat 0px center;
}

#content .doclink a {
	background: url(images/icon_document.gif) no-repeat 0px center;
	padding-left: 20px;
	margin: 10px 0 20px 0;
	text-decoration: none;
}
#content .doclink a:hover {
	background: url(images/icon_document.gif) no-repeat 0px center;
}
#content .button {
	text-decoration:none;
	font: 11px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: #FFFFFF;
	background-color: #13ac0c;
	border: none;
	padding: 2px;
	vertical-align: middle;
	font-weight: bold;
	margin-top: 5px;
	text-transform: uppercase;
}
#content .button:hover {
	text-decoration:none;
	font: 11px Arial, Helvetica, sans-serif;	
	letter-spacing:1px;
	color: #FFFFFF;
	background-color: #13ac0c;
	border: none;
	padding: 2px;
	vertical-align: middle;
	font-weight: bold;
	margin-top: 5px;
	text-transform: uppercase;
}
#content .buttonlight {
	text-decoration:none;
	font: 11px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: #FFFFFF;
	background-color: #959595;
	border: none;
	padding: 2px;
	vertical-align: middle;
	font-weight: bold;
	margin-top: 5px;
	text-transform: uppercase;
}
#sidebar {
	position: absolute;
	width: 190px;
	top: 160px;
	right: 10px;
	padding: 10px 10px 10px 10px;
}
#sidebar p {
	font: 0.75em/1.5em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 2px 8px 18px 8px;	
}
#sidebar a.morelink {
	font: 0.85em/1.5em Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform:uppercase;
	float:right;
}
.login {
	background: url(images/bg_login.png) no-repeat 0px top;
	margin: 0 0 20px 0;
	height: 24px;
	width: 170px;
	border-bottom: #D2D2D2 1px solid;
	border-right: #D2D2D2 1px solid;
}
.loggedin {
	margin: 0 0 15px 0;
	width: 170px;
	background-color: #F4F7FB;
	border-bottom: #D2D2D2 1px solid;
	border-right: #D2D2D2 1px solid;
}
.login a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #13ac0c;
	font-weight: bolder;
	text-decoration: none;
	padding: 5px;
}
.login a:hover {
	color: #333;
	text-decoration: none;
}
.infobox {
	margin: 0 0 15px 0;
	width: 180px;
	background-color: #fefefe;
	border-bottom: #e8e9eb 1px solid;
	background: url(images/infobox_top.png) no-repeat top;
}
.infobox h1 {
	font: 100% 'Georgia', Helvetica, sans-serif;
	color: #767676;
	margin: 0 0 0 8px;
	padding: 4px 0 4px 20px;
}
.infobox h1.headlogin {
	background: url(images/infobox_icon_login.png) no-repeat 0px center;
}
.infobox h1.headsecure {
	background: url(images/infobox_icon_secure.png) no-repeat 0px center;
}
.infobox h1.headnews {
	background: url(images/infobox_icon_news.png) no-repeat 0px center;
}
.infobox h1.headmeets {
	background: url(images/infobox_icon_meets.png) no-repeat 0px center;
}
.infobox .headline {
	font: 100% 'Georgia', Helvetica, sans-serif;
	color: #767676;
	font-weight: lighter;
	padding-left: 8px;
	background: url(images/menu_off.gif) no-repeat 0px center;
}
.sidebox_plugon {
	background: url(images/bg_login.png) no-repeat 0px top;
	margin: 0 0 0px 0;
	height: 24px;
	width: 170px;
	border-bottom: #D2D2D2 1px solid;
	border-right: #D2D2D2 1px solid;
}
.sidebox_plugon a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #65B3BB;
	font-weight: bolder;
	text-decoration: none;
	padding: 5px;
}
.sidebox_plugon a:hover {
	color: #333;
	text-decoration: none;
}
.backlink a {
	font: 80%/1.7em Arial, Helvetica, sans-serif;
	background: url(images/icon_arrow-left.gif) no-repeat 0px center;
	padding-left: 15px;
	text-decoration: none;
}
.backlink a:hover {
	background: url(images/icon_arrow-left2.gif) no-repeat 0px center;
	padding-left: 15px;
	text-decoration: none;
}
#menu {
	font: 0.8em Arial, Helvetica, sans-serif;
	font-weight:bolder;
	position: absolute;
	width: 160px;
	top: 200px;
	padding: 0px 10px 0 16px;
}
#menu ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	width: 164px;
}
#menu li {
	margin: 0;
	border-bottom: 1px dotted #D4D4D4;
	background: transparent;
	padding: 4px 0 4px 0;
}
#menu li.active {
	background: transparent;
	color: #333;
	margin: 0;
	padding: 2px 0 4px 0px;
}
#menu li.active a {
	color: #13ac0c;
	background: url(images/menu_on.gif) no-repeat 0px center;
}
#menu li.sub {
	color: #13ac0c;
	background: url(images/menu_on.gif) no-repeat 0px center;
	margin: 0;
	padding: 2px 0 4px 10px;
	font-weight: bold;
}
#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #949494;
	padding-left: 10px;
	background-color: transparent;
}
#menu li a:hover {
	color: #666;
	background: url(images/menu_off.gif) no-repeat 0px center;
}
/************************* Submenu ******************************/

#submenu {
	font: 1em Arial, Helvetica, sans-serif;
	background: #fff url(images/bgdot.gif) bottom left repeat-x;
	color: #949494;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}
#submenu a {
	text-decoration: none;
	color: #949494;
}
#submenu a:hover {
	color: #333333;
	text-decoration: none;
	background: #fff
}
#submenu a.active {
	text-decoration: none;
	color: #432423;
}
#header {
	height: 120px;
}
#header .toppic {
	position: absolute;
	top: 0px;
	left: 215px;
	padding: 0;
}
#header .logo {
	position: absolute;
	top: 12px;
	left: 16px;
	padding: 0;
	width: 199px;
}
#header .metanav {
	position: absolute;
	top: 12px;
	right: 40px;
	padding: 0;
	width: 199px;
	text-align:right;
}

#header .metanav a {
	font: 0.7em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #949494;
	background-color: transparent;
	margin-left: 10px;
}
#header .metanav a:hover {
	color: #666;
	
}
#overview {
	padding: 5px 0 5px 0; 
}
/************************* News ******************************/
#news p {
	color: #666;
	padding: 0 0 10px 0;
	margin-top: 0;
	background: #fff url(images/bgdot.gif) bottom left repeat-x;
}
#news .newsdetail a {
	background: url(images/arrow_circle_off.gif) no-repeat right center;
	padding-right: 15px;
	text-decoration: none;
}
#news .newsdetail a:hover {
	background: url(images/arrow_circle_over.gif) no-repeat right center;
	padding-right: 15px;
	text-decoration: none;
}
#newsfooter {
	padding: 5px 0 5px 0;
	background: #fff url(images/bgdot.gif) top left repeat-x;
}
#newsfooter .pdflink, #newsfooter .urllink {
	float: right;
}
#newsfooter .newsback {
	float: left;
}
#newsfooter .pdflink a {
	font: 1em Arial, Helvetica, sans-serif;
	background: url(images/icon_pdf.jpg) no-repeat 0px center;
	padding-left: 20px;
	margin: 10px 0 20px 0;
	text-decoration: none;
}
#newsfooter .urllink a {
	font: 1em Arial, Helvetica, sans-serif;
	background: url(images/icon_external-off.gif) no-repeat 0px center;
	padding-left: 20px;
	margin: 10px 0 20px 0;
	text-decoration: none;
}
#newsfooter .urllink a:hover {
	font: 1em Arial, Helvetica, sans-serif;
	background: url(images/icon_external-on.gif) no-repeat 0px center;
	padding-left: 20px;
	margin: 10px 0 20px 0;
	text-decoration: none;
}
#newsfooter .newsback a {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', Arial, sans-serif;
	text-decoration: none;
}
#newsfooter .newsback a:hover {
	/*background: url(images/icon_arrow-left2.gif) no-repeat 0px center;
	padding-left: 15px;*/
	text-decoration: none;
}
/************************* Tables ******************************/
.datatable {
	color: #666;
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 400px;
}
.datatable td {
	border: 1px solid #D6DDE6;	
	padding: 4px;
}
.datatable th {
	border: 1px solid #828282;
	background-color: #E2E4E6;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
}
.datatable caption {
	font: 80%/1.7em Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #65B3BB;
	padding-bottom: 8px;
	margin: 0;
}
.datatable tr.altrow {
	background-color: #DFE7F2;
	color: #666;
}
/************************* Tables ******************************/
.studytable {
	color: #666;
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 580px;
}
.studytable td {
	border: 1px solid #D6DDE6;
	padding: 4px;
	vertical-align: top;
}
.studytable tr.altrow {
	background-color: #f1f3f4;
	color: #666;
}
.studytable a.pdflink {
	background: url(images/icon_pdf.jpg) no-repeat 0px center;
	padding-left: 20px;
	margin: 10px 0 20px 0;
	text-decoration: none;
}
.studytable a.doclink {
	background: url(images/icon_document.gif) no-repeat 0px center;
	padding-left: 20px;
	margin: 10px 0 20px 0;
	text-decoration: none;
}
 
.celllinetable {
	color: #666;
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
}
.celllinetable td {
	border: 1px solid #D6DDE6;
	padding: 4px;
	vertical-align: top;
	font: 0.8em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', Arial, sans-serif;
	white-space: nowrap;
	text-align: left;
}
.celllinetable td.darkcell {
	color: #fff;
	background-color: #bdbebe;
	font-weight:bold;
}
.celllinetable tr.altrow {
	background-color: #f1f3f4;
	color: #666;
}
/************************* Admin-Stuff ******************************/
.logintable {
	background: #fff url(images/bg_list.png) no-repeat 0px top;
	padding: 5px 0 5px 0;
	margin: 10px 0 10px 0;
	width:380px;
	vertical-align:top;	
	border-bottom: #eaeced 1px solid;
}
.formtable {
	background: #fff url(images/bg_list.png) repeat-x 0px top;
	border-bottom: #b6b6b6 1px solid;
	border-left: #d8dbde 1px solid;
	border-right: #d8dbde 1px solid;
	margin: 10px 0 10px 0;
	width: 600px;
}
.listtable {
	background: #fff url(images/bg_list.png) repeat-x 0px top;
	margin: 10px 0 10px 0;
	width: 600px;
}
.formtable td {
	padding: 5px;
}
.formtable select, .formtable textarea {
	font: 0.9em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', Arial, sans-serif;
	color: #333333;
	border: 1px solid #d8dbde;
	text-align: left;
	padding: 2px;
	background:  #f3f3f3 url("images/formgrad.png") repeat-x 0px top;
}
.formtable input.button, .formtable .button, .listtable .button {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #537AA8;
	border: none;
	padding: 2px;
	vertical-align: middle;
	font-weight: bold;
	margin-top: 5px;
	text-transform: uppercase;
}
.listtable td {
	padding: 5px;
	border-bottom: #D2D2D2 1px solid;
}
.listtable td.altrow {
	padding: 5px;
	background-color: #FFFFFF;
	border-bottom: #D2D2D2 1px solid;
}
#alertPositive {
	border: 1px solid #349901;
	background: url(images/add.png) no-repeat 3px center;
	color: #349901;
	font-weight:bold;
	margin-top: 5px;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 20px;
	width: 578px;
}
#alertNegative {
	border: 1px solid #9B0505;
	background: url(images/error.gif) no-repeat 3px center;
	color: #9B0505;
	font-weight:bold;
	margin-top: 5px;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 20px;
	width: 578px;
}
/************************* Submit Button Styling ******************************/

div.btn_submit input { border: 0; padding: 1px 10px 9px 12px; margin: 0; color: #FFF; font-size: 10px; font-weight: bold; background-color: #FFF; font-family: Verdana,Arial,Helvetica,sans-serif; }
div.btn_submit input:active { padding: 2px 10px 8px 12px; }
div.btn_submit { background: url('images/btn_l_on.gif') top left no-repeat; }
div.btn_submit input { background: url('images/btn_r_on.gif') top right no-repeat; }
div.btn_submit:hover { background: url('images/btn_l_over.gif') top left no-repeat; }
div.btn_submit input:active, div.btn_submit input:hover { background: url('images/btn_r_over.gif') top right no-repeat; }

/************************* Submenu Tab-Style ******************************/
#sub-nav {
	margin-bottom: 10px;
	background: url(images/tab-line.png) bottom repeat-x;
	font: 80% Arial, Helvetica, sans-serif;
	color: #949494;
	overflow: auto;
	width: 600px;
}
#sub-nav br {
	clear: both;
}
#sub-nav ul {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 1em;
	list-style: none;
}
#sub-nav li {
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
	background: url(images/tab-back.png) 100% -100px;
	float: left;
	border-bottom: 1px solid #B6B6B6;
	font: 1.25em Arial, Helvetica, sans-serif;
}
#sub-nav li.righttab {
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
	background: url(images/tab-back.png) 100% -100px;
	float: right;
	border-bottom: 1px solid #949494;
}
#sub-nav li.active {
	border-bottom: 1px solid #fff;
	background: url(images/tab-back.png) 100% 0;
}

#sub-nav li.righttab-active {
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
	background: url(images/tab-back.png) 100% 0;
	float: right;
	border-bottom: 1px solid #fff;
}

#sub-nav li a, #sub-nav li span {
	display: block;
	padding: 5px 6px 5px 6px;
	color: #333;
	text-align: center;
	white-space: nowrap;
	background: url(images/tab-back.png) 0 -100px;
	text-decoration: none;
	min-height: 14px; /* fixes FX/Mac issue */
}
#sub-nav li.active a, #sub-nav li.active span, li.righttab-active a {
	background: url(images/tab-back.png) 0 0;	
	color: #333;
	font-weight: bold;
}
#sub-nav li span {
	color: #333;
	font-weight: bold;
}
#sub-nav li img {
	vertical-align: middle;
}
/************************* Lists ******************************/
.dates {
	padding: 10px 0 0 0;
	margin: 0;
	background: #fff url(images/bgdot.gif) top left repeat-x; 
}
.dates p {
	color: #666;
}
.dates .urllink a {
	background: url(images/icon_external-off.gif) no-repeat 0px center;
	padding-left: 20px;
	margin: 10px 0 20px 0;
	text-decoration: none;
}
.dates .urllink a:hover {
	background: url(images/icon_external-on.gif) no-repeat 0px center;
	padding-left: 20px;
	margin: 10px 0 20px 0;
	text-decoration: none;
}
.dates .pdflink a {
	background: url(images/icon_pdf.gif) no-repeat 0px center;
	padding-left: 20px;
	margin: 10px 0 20px 0;
	text-decoration: none;
}
.dates .doclink a {
	background: url(images/icon_document.gif) no-repeat 0px center;
	padding-left: 20px;
	margin: 10px 0 20px 0;
	text-decoration: none;
}
.subheader {
	color: #666;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	background: #fff url(images/bgdot.gif) bottom left repeat-x;
	font-weight: bold;
}
