

/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: Verdana, Arial, Helvetica, sans-serif; color: #222; }
PRE { font-family: monospace; }
A { color: #0080b1; text-decoration: underline; }
A:hover { color: #0080b1; text-decoration: none;}
A:active { color: #0080b1; }
A:visited { color: #0080b1; }
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 10px 0px; text-align:justify; }
P, TD, UL, LI, OL { font-size: 11px; color: #222 }
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 11px; }


/********************************/ 
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { font-weight: bold; }

DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #333333; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #333333; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
DIV.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }
				
/******************/
/* Headers, plain */
/******************/
H1 {
	font-size: 16px;
	margin: 20px 0px 10px;
	color: #0080b1;
	font-weight: bold;
	border-bottom: solid 1px #0080b1;
}
H2 { font-size: 14px; color: #E8A300; font-weight: bold; }
H3 { font-size: 14px; color: #222; font-weight: bold;}
H4 { font-size: 12px; color: #222; font-weight: bold;}
H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 10px; margin-bottom: 2px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #0080b1; text-decoration: none; }
H2 A { color: #0080b1; }
H3 A { color: #222; }
H4 A { color: #8A0020; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; }

/* Header date */
P.csc-header-date { font-size: 11px; color: #186900; }

/* Subheader, general */
P.csc-subheader { font-style: italic; background-color: #EDEBF1; }

/* Subheader, specific */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 { color: #186900; }
P.csc-subheader-2 { color: #10007B; }
P.csc-subheader-3 { color: #8A0020; }



/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext { font-size: 11px; color: #222; }
P.bodytext A { font-weight: bold; }

/* RTE / Bulletlists */
UL { margin-top: 0px;  }
UL UL LI { font-size: 10px; }
OL { margin-top: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }

/* RTE / Table styling */
TABLE.contenttable { border: 1px #EDEBF1 solid; margin: 10px 0px 10px 0px; width: 100%; }
TABLE.contenttable TR TD { padding: 3px 3px 3px 3px; }
TABLE.contenttable TR TD P.bodytext { font-size: 11px;  vertical-align: middle; text-align:center  }
TABLE.contenttable TR { background-color: #EDEBF1; }



/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption { font-size: 10px; font-style: italic; }

/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 0px; }

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
TABLE.imgtext-nowrap { border: 0px; }
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0px; }

p.bodytext a img { border:none;}



/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
UL.csc-bulletlist LI { font-size: 11px; }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { color: #222; }
UL.csc-bulletlist-1 { color: #186900; list-style-type : decimal; }
UL.csc-bulletlist-2 { color: #10007B; list-style-position : inside; }
UL.csc-bulletlist-3 { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }



/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable {  vertical-align: middle; text-align:center  }
TABLE.contenttable P { font-size: 11px; }
TABLE.contenttable TR TD { vertical-align: middle; text-align:center }

/* Tables, specifically */
TABLE.contenttable-0 P { color: #222; }

TABLE.contenttable-1 P { color: #186900; }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
TABLE.contenttable-1 TR.tr-0 TD { background-color: #D1D2E4;}
 
TABLE.contenttable-2 P { color: #10007B; }
TABLE.contenttable-2 TR TD.td-0 { background-color: #F5FFAA;}
TABLE.contenttable-2 TR TD.td-0 P { font-weight: bold; }

TABLE.contenttable-3 P { color: #8A0020; }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color: #D1D2E4;}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight: bold; }



/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { border: 0px; }
TABLE.csc-uploads TR TD P { background-color : transparent; font-size: 11px; }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { background-color: #EDEBF1; }
TABLE.csc-uploads TR.tr-odd { background-color: #D8D7DC; }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 6px; padding-right: 6px; width: 1%; text-align: center; vertical-align: middle; }
TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 80%; padding-left: 5px; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A { font-weight: bold; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style: italic; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space: nowrap; padding-left: 6px; padding-right: 6px; }

/* Filelinks, specifically */
TABLE.csc-uploads-1 { border-color: #186900; }

TABLE.csc-uploads-2 { border-color: #10007B; }

TABLE.csc-uploads-3 { border-color: #8A0020; }
TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 2px solid #333333; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 2px solid #333333; }
				




/*****************/ 
/* Various Forms */ 
/*****************/ 

/* Email, Login and Search forms generally:*/ 
/*FORM TABLE TR TD { padding-left:0px; padding-right:20px; }*/
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell {  }
FORM TABLE TR TD.csc-form-fieldcell { background-color:#EDEBF1; }
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border:1px solid #ccc; width: 50%; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-style:italic; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label { color: #222;} 


/* Email form, specifically */ 
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { color: #222; }

/* Search form, specifically */ 
FORM TABLE.csc-searchform { width:100%; }
FORM TABLE.csc-searchform TR TD {padding:5px 0px 5px 0px; }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { color:#000000; background:#FFFFFF; width: 200px; }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell { background:#FFFFFF }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT {  background:#FFFFFF; }
TD.csc-searchResultRange { border-bottom: #ccc solid 1px; }

/* Login form, specifically */ 
FORM TABLE.csc-loginform { width:70%; }

/* Contact Form */
#mailform { margin: 0px;}
.csc-mailform { border: none; margin: 0px; }
.csc-mailform input,  .csc-mailform textarea { padding: 3px; }
.csc-mailform-field label { width: 150px; display:block; float: left; vertical-align: middle; line-height: 22px;}
.csc-mailform-field {  margin: 0px; padding-bottom: 10px; }


/*****************/ 
/* Search result */ 
/*****************/ 

/* Search Result, result information box:*/ 
TABLE.csc-searchResultInfo { margin-left:0px; margin-top:10px; width:100%;}
TABLE.csc-searchResultInfo TR { /*background-color:#EDEBF1; */}
TABLE.csc-searchResultInfo TR TD P { padding:0px 5px 0px 5px;}
TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P { font-weight:bold; }
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext { text-align:right; }

/* Search Result, header + abstract:*/ 
LI.csc-searchResultHeader A { font-weight:bold; }
LI.csc-searchResultHeader { 
	margin-left:20px;
	list-style-position: outside;
	list-style-image: url(../../style_v.1.0/img/icons/arrow_left.gif);
 }
P.csc-searchResult { margin-left:20px;}

/* Search word markup */ 
SPAN.csc-sword { font-weight:bold; color:red; }
h3.csc-noSearchResultMsg {color:#8d0000; font-weight:bold; }


/****************************/ 
/* SEO Sitemap				*/ 
/****************************/ 

DIV.tx-flseositemap-pi1 {}
DIV.tx-flseositemap-pi1 UL {
	list-style-position: inherit;
	list-style-type:none;
}
DIV.tx-flseositemap-pi1 UL LI  { margin-top: 1em; }
DIV.tx-flseositemap-pi1 UL LI A { font-weight:bold;}
DIV.tx-flseositemap-pi1 UL LI UL {
	list-style: disc url(none);
}
DIV.tx-flseositemap-pi1 UL LI UL LI { margin-top: 0.3em;}


/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; } 

/* Default styles for the Admin Panel */
TABLE.typo3-adminPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #9BA1A8; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 10px; color: black; }			
TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }


/*************/
/* Debugging */
/*************/
/*
H1, H2, H3, H4, H5, P, UL, OL, LI, BLOCKQUOTE, PRE { border: 1px dotted #999999;}
TD TABLE { border: 1px dotted #000099;}
DIV { border: 1px dotted #990000;}
IMG.spacer-gif { border: 1px solid black; }
*/

.rootline a { color: #FFFFFF; text-decoration: none; }
.rootline a:hover { color: #FFFFFF; text-decoration: underline; }




.tx-newloginbox-pi1 { }
.tx-newloginbox-pi1 p {  }
.tx-newloginbox-pi1 h3 { font-size: 11px; font-weight: bold; margin-bottom: 10px;}
.tx-newloginbox-pi1 table { margin-left: -2px}
.tx-newloginbox-pi1 input.go { margin: 10px 0px; background-color:#0080b1; border:1px solid #0080b1; color:#FFFFFF; font-weight: bold; vertical-align: middle;}


div.myebf { width: 180px; font-size:9px; padding: 0px 10px; padding-bottom: 20px; color:#0080b1;}
div.myebf a { line-height: 15px; font-size: 10px;}

div.logincell {font-size:9px;}
div.logincell a { margin: 0px 10px; font-weight: bold; font-size: 9px; display:block; }

div.logincell div.tx-felogin-pi1{ margin: 10px; color: #0080b1; font-size:10px; }
div.logincell div.tx-felogin-pi1 p { color: #0080b1; font-size: 10px; font-weight: bold; text-align:left;  }
div.logincell div.tx-felogin-pi1 h3 { font-weight: bold; margin-bottom: 5px; color:#0080b1;}
div.logincell div.tx-felogin-pi1 table { margin-left: 0px; color: #0080b1; font-size: 10px;  }
div.logincell div.tx-felogin-pi1 table td{ color: #0080b1; font-size: 9px; font-weight: bold; }
div.logincell div.tx-felogin-pi1 input { font-size: 10px; background-color:#fff; border:1px solid #0080b1; font-weight: bold; vertical-align: middle; color:#0080b1;}
div.logincell div.tx-felogin-pi1 input.go { margin-top: -2px; margin-left: 1px; font-size: 11px; background-color:#0080b1; border:1px solid #0080b1; color:#FFFFFF; font-weight: bold; vertical-align: middle;}

div.logincell div.tx-feuserloginsystem-pi2 { margin: 10px; color: #0080b1; font-size:10px; }
div.logincell div.tx-feuserloginsystem-pi2 p { color: #0080b1; font-size: 10px; font-weight: bold; text-align:left;  }
div.logincell div.tx-feuserloginsystem-pi2 h3 { font-weight: bold; margin-bottom: 5px; color:#0080b1;}
div.logincell div.tx-feuserloginsystem-pi2 table { margin-left: 0px; color: #0080b1; font-size: 10px;  }
div.logincell div.tx-feuserloginsystem-pi2 table td{ color: #0080b1; font-size: 9px; font-weight: bold; }
div.logincell div.tx-feuserloginsystem-pi2 input { font-size: 10px; background-color:#fff; border:1px solid #0080b1; font-weight: bold; vertical-align: middle; color:#0080b1;}
div.logincell div.tx-feuserloginsystem-pi2 input.go { margin-top: -2px; margin-left: 1px; font-size: 11px; background-color:#0080b1; border:1px solid #0080b1; color:#FFFFFF; font-weight: bold; vertical-align: middle;}



/*.logincell { width: 180px; font-size:10px; padding:10px; padding-bottom: 0px; color:#0080b1;}
.logincell p { float:left; font-size:10px; color:#0080b1; margin-bottom: 10px; }
.logincell h3 { font-size:11px; color:#0080b1; }
.logincell label { float: left; width: 100%;}
.logincell form { font-size: 10px; font-weight: bold; margin-bottom: 0px;}
.logincell input.go { margin: 10px 0px; background-color:#0080b1; border:1px solid #0080b1; color:#FFFFFF; font-weight: bold; vertical-align: middle;}

.tx-feuserloginsystem-pi1 input.go {background-color:#0080b1; border:1px solid #0080b1; color:#FFFFFF; font-weight: bold; vertical-align: middle;}
.tx-feuserloginsystem-pi1 th.tx-mmforum-th { background:#99cce1; color:#222; font-size: 11px;}
.tx-feuserloginsystem-pi2 { margin:10px; padding:0px; font-size:10px; color:#0080b1; }
.tx-feuserloginsystem-pi2 td { font-size: 9px; color:#0080b1; padding: 1px; font-weight: bold; }
.tx-feuserloginsystem-pi2 input { font-size: 10px; color:#0080b1; border:1px solid #0080b1;}
.tx-feuserloginsystem-pi2 input.go {font-size: 11px; background-color:#0080b1; border:1px solid #0080b1; color:#fff; font-weight: bold; vertical-align: middle; margin-top: 5px;}
.tx-feuserloginsystem-pi2 div {margin-top: 10px; } */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu{
padding: 0;
margin-top: 20px;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font-weight: bold;
font-size: 11px;
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
font-weight: bold;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 2px 6px;
text-decoration: none;
background-color: #666; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: #0080b1; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #0080b1; /*Brown color theme*/ 
border-color: #0080b1; /*Brown color theme*/ 
}


#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 2px;
line-height: 1px;
background: #0080b1; /*blue color theme*/ 
}

span.error {
	display: block;
	color: #000000;
	padding: 5px 5px 5px 25px;
	margin: 10px 5px;
	background: #FFCC33 url(../template07/img/exclamation.png) no-repeat 3px 3px;
	border: 1px solid #FF9900;
	font-weight: bold;
}
span.hint {
	display: block;
	color: #000000;
	padding: 5px 5px 5px 25px;
	margin: 10px 5px;
	background: #FFFF99 url(../template07/img/lightbulb.png) no-repeat 3px 3px;
	border: 1px solid #FFCC33;
	font-weight: bold;
}
span.ok {
	display: block;
	color: #000000;
	padding: 5px 5px 5px 25px;
	margin: 10px 5px;
	background: #CCFF66 url(../template07/img/accept.png) no-repeat 3px 3px;
	border: 1px solid #33CC33;
	font-weight: bold;
}
span, ok li, span.hint li, span.error li{
list-style-type: none;
list-style-position:outside;
}