/* EUPARK: "general" ------------------------------------------- */

.abstract,
.headline_title, .headline_subtitle, 
.text_base, .pre_text_base, .text_small, .pre_text_small,
.form_base,
.ref_teaser, .ref_title, .ref_small,
.media_base, .media_simple,
.gallery_base,
.doculink,
.listview, .listview_action, .detailview,
.table_base,
.contentview,
.cms_input,
.searchbox, .leftsearchbox,
.footertext,
#leftmenu
{
	font: normal normal normal 10pt Tahoma;
	color: black;
}

A, A:hover { color: #ff6600; text-decoration: none; }

.doculink img { border: 0; }

/* END */

/* Box component ------------------------------------------------------------------------- */
td.box_line { padding: 5; border-right: 1px solid #4088C1; }
td.box_noline { padding: 10; }
td.box_noline_small { padding: 5; }

/* detailview */
.detailview{ font-size: 9pt; }
table.detailview { border-bottom: 1px solid #FFB200; padding: 1 2 1 2; }
table.detailview tr td { font-weight: bold; width: 25%; }
table.detailview tr td.detailview { font-weight: normal; width: 75%; }
th.detailview { text-align: left; background-color: #FFB200; color: white; }
td.detailview A { text-decoration: none; color: #FFB200;}
td.detailview A:hover { text-decoration: underline;}
A.detailview { text-decoration: none; color: #FFB200;}
A:hover.detailview { text-decoration: underline;}

/* EUPARK: "contentview" --------------------------------------------- */
th.contentview { 
	border-bottom: 1px solid #aaa; 
	text-align: left; 
	font-weight: bold;
}
/* END */

/* EUPARK: "media" ---------------------------------------- */
div.media_base {} 
 .media_base { font-size: 8pt; font-weight: bold; } 
 .media_base img { border: 1px solid #FF6600; } 
 .media_base A { border:0; } 
 .media_base A:hover { text-decoration: underline; } 
 
 div.media_simple {} 
 .media_simple { font-size: 8pt; font-weight: bold; } 
 .media_simple img { border: 0; } 
 .media_simple A { border: 0;  } 
 .media_simple A:hover { text-decoration: underline; } 
/* END */

/* Listview ---------------------------------------------------------------------------------- */
.listview { font-size: 8pt; }
table.listview { border-top: 1px solid #a0a0a0; }
th.listview { text-align: left; background-color: #0065a5; color: white; }
td.listview, td.listview_selected { border-bottom: 1px dotted #0065a5; }
tr.listview_selected { background-color: #e0e0ff; }
tr.listview {}
td.listview A { text-decoration: none; color: #0065a5;}
td.listview A:hover { text-decoration: underline;}
A.listview { text-decoration: none; color: #0065a5;}
A:hover.listview { text-decoration: underline;}
A.listview_action {
	display: block;
	color: black;
	background-color: #f8f8f8;
	width: 100px;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	padding: 3 5 3 5;
	text-decoration: none;
	text-align: center;
	font-size: 9pt;
}
A:hover.listview_action { background-color: 0065a5; color: white; text-decoration: none; }

.ref_title { font-size: 8pt; }
div.ref_title { margin: 8 0 5 0; }
td.ref_title { border-right: 1px solid #a0a0a0; padding: 0 5 0 5; }
.ref_title h1 { font-size: 8pt; font-weight: bold; display: inline; }
.ref_title h2 { font-size: 8pt; font-weight: normal; display: inline; color: #806060; }
.ref_title img { border: 0; margin: 5; }

/* EUPARK: "abstractref" ---------------------------------------- */
div.ref_small { 
 margin: 0 0 8 0; 
 padding: 5 0 5 0; 
 border-top: 2px solid #B03020; 
 border-bottom: 0 solid #B03020; 
 background-color: #FFFFFF; 
 } 
 td.ref_small { border-right: 1px solid #FFB200; padding: 0 5 0 5; } 
 .ref_small h1 { font-size: 9pt; font-weight: bold; margin: 0 0 5 0;  } 
 .ref_small h2 { font-size: 9pt; font-weight: normal; margin: 0 0 5 0;} 
 .ref_small img { border: 0; margin: 5; } 
 a.ref_small { display: block; text-align: right; height: 20px; padding: 5 5 0 0; text-decoration: none; font-weight: bold;} 
 
 div.ref_teaser { 
 display: block;  
 margin: 0 0 8 0; padding: 5 10 10 5;  
 background-color: #FFFFFF; 
 background-image: url(/public/docroot/eupark/style/form/formback-grey.jpg); 
 background-repeat: repeat-y;
 background-position: 0 -150; 
 border-top: 5px solid #ff6600; 
 border-bottom: 2px solid #013364; 
 } 
 .ref_teaser h1 { font-size: 12pt; font-weight: normal; margin: 0 0 5 0; } 
 .ref_teaser h2 { font-size: 9pt; font-weight: normal; margin: 0 0 5 0;} 
 .ref_teaser img { border: 0; margin: 5; } 
 a.ref_teaser { display: block; text-align: right; height: 20px; padding: 5 5 0 0; text-decoration: none; font-weight: bold;} 
 /* END */

/* EUPARK: "fullgallery" ------------------------------------------- */
table.fullgallery {
	background-color: #fffff0;
	border: 1px solid #ff6600;
	font: normal normal normal 9pt Tahoma;
	padding: 3;
}
table.fullgallery td { border: 1px solid #ffe0a0; }
/* END */

/* EUPARK: "form" ------------------------------------------------ */
input.cms_input, select.cms_input, textarea.cms_input, table.cms_input 
	{ width: 100%; border: 1px solid #4088c1; }
table.cms_input { padding: 3; background-color: #fff; }

.form_base_description { font-size: 8pt; }
table.form_base {
	background-color: #fffff0;
	border-top: 1px solid #ff6600;
	border-bottom: 1px solid #013364;
	padding: 4;
}
.form_base_valid, .form_base_invalid { 
	border-top: 1px solid #ffd0a0; 
	padding: 2px 5px;
}
.form_base_invalid {border: 1px solid #800000; }
A.form_base {
	display: block;
	ccolor: #000080;
	background-color: #f8f8f8;
	width: 120px;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	padding: 3 5 3 5;
	text-decoration: none;
	text-align: center;
}
.form_base A:hover { background-color: ff6600; color: white;}

/* END */

/* EUPARK: "table" -------------------------------------------- */
A.plspecial { display: block; width: 220; color: #222; padding: 3; }
A:hover.plspecial { color: white; background-color: #ff6600; }
.table_base, .table_base_gridv, .table_base_gridh, .table_base_gridhv { padding: 5;}
table.table_base { border-top: 1px solid #ff6600;  border-bottom: 1px solid #013364; padding: 0;}
tr.table_base { background-color: #fff8e0; }
th.table_base, th.table_base_gridv, th.table_base_gridh, th.table_base_gridhv 
	{ color: #ff6600; background-color: white; font-weight: bold;}
.table_base_gridv { border-right: 1px solid #e0e0ff; }
.table_base_gridh { border-bottom: 1px solid #e0e0ff; }
.table_base_gridhv { border-right: 1px solid #e0e0ff; border-bottom: 1px solid #e0e0ff; }
/* END */

/* EUPARK: "footer" ------------------------------------------- */
.footertext { font-size: 8pt; color: #f0f0f0; }
td.footerarea { 
	background-image: url( /public/docroot/eupark/backbar_black.jpg );
}

/* END */

/* EUPARK: "text" ---------------------------------------------- */
A.badLink { background-color: #a02020; color: white; }
.text_base, .pre_text_base, .text_small, .pre_text_small ul 
	{ list-style-image: url( /public/docroot/eupark/bullet-lightblue-arrow.gif ); }
div.text_base p { margin: 0; }

.text_small, .pre_text_small { 
	font-size: 8pt; 
	color: #202020; 
}

.abstract_meta { color: #a0a0a0; }
.abstract { font-weight: bold;}

/* END */

/* EUPARK: "headline" ----------------------------------------- */
h1.headline_title, h1.headline_subtitle {
	font-size: 16pt;
	font-weight: normal;
	margin: 0 0 9 0;
	color: #013364;
}
h1.headline_subtitle { font-size: 13pt; color: #ff6600; }

/* END */

/* EUPARK: "leftmenu" ----------------------------------------- */
ul#leftmenu, ul#leftmenu ul
	{ margin: 0;  border: 0 none;  padding: 0;  width: 200px;  list-style: none; }
ul#leftmenu li {  display: block;   border-bottom: 1px solid #e0e0ff; }
ul#leftmenu a {
  border: 1px solid #FFF;
  padding: 0 6px;
  display: block;
  background: #FFF;
  color: #013364;
  font: normal 10pt/25px Tahoma, Arial, Helvetica;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  border-left: 10px solid #e0e0ff;
  text-align: left;
}
ul#leftmenu a:hover
{
  background: #d0e0f0;
  border: 1px solid #4088c1;
  border-left: 10px solid #3078c1;
}
ul#leftmenu li li { border-bottom: 0;}
ul#leftmenu li li a { font-size: 8pt; text-indent: 10px; }

/* END */

/* EUPARK: "topleftlogo" ---------------------------------------- */
td.topleftlogo, td.topleftlogo A {
	font: normal normal bold 14pt Tahoma;
	color: #202080;
	text-decoration: none;
}
/* END */

/* EUPARK: mainpage and paper ------------------------------- */
body.mainpage {
	background-color: #9898b0;
}

table.paper { 
	background-color: #ffffff;
	border-left: 2px solid #888;
	border-right: 2px solid #888;
}

td.leftarea {
	background-color: #f0f0f0;
}

td.content {
	padding: 5 15;
}

td.footerarea { padding: 3 7; height: 5px; }

/* END */

/* Constants ------------------------------------------------------ */
.adminTable {
	font: normal normal normal 10pt/10pt Tahoma;
}

/* Areas ----------------------------------------------------------- */
td.topbar { height: 25px; padding: 3; }
td.topimage { height: 5px; }
