/* CSS for pages styles */

/* Init styles */
*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: verdana, sans-serif;
    font-size: 11px;
}
pre{
    display: none;
}
h1{
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    padding-bottom: 11px;
}
h2{
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}
h3{
    font-weight: bold;
    font-size: 11px;
    text-align: left;
}
.txt8px{
    font-size: 8px;
}
.txt9px{
    font-size: 9px;
}
.txt10px{
    font-size: 10px;
}
.txt11px{
    font-size: 11px;
}
.txt12px{
    font-size: 12px;
}
.txt14px{
    font-size: 14px;
}
.txt16px{
    font-size: 16px;
}
thead{
    font-weight: bold;
    text-align: left;
    color: #999;
}
tbody{
    text-align: left;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover{
    color: #fff;
}
img{
    border: 0px;
}
body#bodyPages{
    background-color: #eee;
}
.strong{
    font-weight: bold;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"]{
    border: 1px solid #000;
    padding-left: 5px;
    padding-right: 5px;
}
select, textarea{
    border: 1px solid #000;
}
ul{
    margin-left: 25px;
}
hr.hidden{
    clear: both;
    visibility: hidden;
}


/* Footer */
div#footer a{
    font-size: 9px;
}
.extLink2:hover{
    color: #ccc;
}

div#footer a.extLink{
    color: #ccc;
}
div#footer a.extLink:hover{
    color: #fff;
}


/* Menu */
div#levelOne{
    background-color: #069;
}
div#levelTwo{
    background-color: #ccc;
}
div#menu ul{
    list-style: none;
    line-height: 20px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 0px;
}
div#menu li{
    display: inline;
}
ul#public, ul#public a{
    color: #ccc;
}
ul#public a:hover, ul#thema a:hover{
    color: #fff;
}
ul#thema, ul#thema a{
    color: #069;
}
a#langSel{
    color: #fff;
}


/* Quick menu */
ul#quickMenu{
    margin-top: 49px;
    margin-left: 0px;
    width: 150px;
    list-style: none;
    line-height: 20px;
}
ul#quickMenu li{
    border-bottom: 1px solid #ccc;
}
ul#quickMenu li input#inputSearchText{
    position: absolute;
    padding-left: 3px;
    padding-top: 2px;
    width: 100px;
    height: 16px;
    display: block;
    border: 1px solid #000;
}
ul#quickMenu li input#inputSearchSubmit{
    position: absolute;
    margin-left: 128px;
    background-color: #fff;
}
ul#quickMenu li input#pers{
    margin-top: 5px;
}
ul#quickMenu input, ul#quickMenu li a{
    margin-left: 25px;
} 
ul#quickMenu li a:hover, ul#quickMenu li a.sel{
    color: #999;
}


/* Quick links */
div#quickAccessMenu a{
    padding-left: 10px;
    width: 113px;
    height: 20px;
    line-height: 20px;
    display: block;
    color: #000;
}
div#quickAccessMenu a:hover{
    background-color: #ccc;
}
div#quickAccessMenu a#aQuickAccessMenu{
    border: 1px solid #000;
    background-color: #fff;
    cursor: default;
}
a#aQuickAccessMenu label{
    position: absolute;
}
a#aQuickAccessMenu img{
    margin-left: 97px;
}
ul#listQuickAccess{
    list-style: none;
    border: 1px solid #000;
    background-color: #fff;
    margin-left: 0px;
    display: none;
}


/* Schools disciplines menu*/
div#disciplinesMenu img{
    display: block;
}


/* News */
div.newsTitle{
    width: 180px;
    padding-bottom: 3px;
    border-bottom: 1px solid #369;
    color: #369;
}
div.news{
    margin-top: 5px;
    padding: 6px 3px 3px 6px;
}
div.news:hover{
    padding: 5px 2px 2px 5px;
    border: 1px outset #ccc;
}
div.news:active{
    padding: 5px 2px 2px 5px;
    border: 1px inset #ccc;
}
div.news div{
    color: #069;
}

div#news_entry {
	padding-bottom: 15px;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-width: thin;	
	border-bottom-color: #ccc;
}

div#news_entry span#title{
	font-weight: bold;
	color: gray;	
}

div#news_entry.selected{
	font-size: 11px;	
}

div#news_entry.selected a {
	color: #999;
}

div#news_entry.selected a.link {
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

div#homeNews img {
    display: block;
    float: left;
    margin-right: 5px;
    clear: both;
}
div#homeNews a{
    display: block;
    color: #000;
}
div#homeNews a:hover{
    color: #999;
}
div#homeNews a#aNewsTitle{
	color: #369;
}
div#newsHighlight div.news {
    min-height: 20px;
}

/* Navigation menu */
div#navMenuTitle{
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #069;
    color: #069;
}
div#navMenu a{
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}
div#navMenu a:hover, div#menuDynPublic a.leaf:hover, div#menuDynThema a.leaf:hover{
    color: #999;
}
div#navMenu a.subMenu{
    display: list-item;
    list-style-image: url("../img/menu_arrow_close.gif");
}
div.lev{
    padding-left: 15px;
    text-align: left;
}
a.noPageLink{
    color: red;
}


/* Content */
div#content, div#contentFull{
    text-align: justify;
}
div#content a, div#contentFull a{
    color: #999;
    font-weight: bold;
    cursor: pointer;
}
div#content li, div#contentFull li{
    list-style-position: outside;
    list-style-type: square;
}


/* Error page styles */
div.pageError li{
    padding-top: 3px;
}
div.pageError a{
    color: #999;
}


/* Search */
div.searchArea input.searchInput{
    width: 321px;
}
div.searchArea input.submit{
    width: 100px;
}
div.searchArea div.searchTitle{
    font-weight: bold;
    color: #069;
}
div.searchArea div.searchWords p{
    color: #999;
}
div.searchArea div.searchAdvenced, div.searchArea div.searchWords label{
    color: #999;
    font-weight: bold;
}


/* Contact */
div#contactTxt{
    text-align: left;
}


/* Sitemap */
div#menuDynPublic div.topMenu, div#menuDynThema div.topMenu{
    color: #069;
    font-weight: bold;
    font-size: 14px;
    padding-top: 22px;
}
div#menuDynPublic div.subMenu, div#menuDynThema div.subMenu{
    color: #000;
    font-weight: bold;
    font-size: 12px;
    margin-top: 10px;
}
div#menuDynPublic a.leaf, div#menuDynThema a.leaf{
    display: list-item;
    list-style-image: url("../img/menu_arrow_close.gif");
    margin-left: 15px;
}

/* Press */
table.common tr td{
    padding: 5px;
}
table.common tr.odd{
    background-color: #eee;
}


/* partners */
img.partnerImg{
    border: 1px solid #ccc;
}
div#partners{
    text-align: left;
}


/* publications & projects */
table.search{
    width: 500px;
}
table.search th{
    padding-top: 15px;
    font-weight: bold;
}
table.search td{
    padding-left: 5px;
}
table.search td.cell{
    width: 200px;
}
table.search input{
    width: 268px;
}
table.search input.year{
    width: 30px;
}
table.search select{
    width: 280px;
}
table.search select.year{
    width: 55px;
}
table.search select.dep{
    padding-left: 2px;
}
div.submit{
    padding-top: 30px;
    text-align: center;
}


/* publications */
div.publication{
    margin-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
}
div.publicationOdd{
    margin-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
    background-color: #eee;
}
div#contentFull>div.publication, div#contentFull>div.publicationOdd{
    margin-left: 40px;
}
div.publicationImg{
    float: left;
    margin-top: 11px;
    margin-left: 20px;
}
div.publication span.author, div.publicationOdd span.author{
    font-weight: bold;
}
div.publication p.title, div.publicationOdd p.title{
    font-style: italic;
}
div.publicationSummary{
    margin: 5px;
}
div.publicationSummary p{
    text-align: justify;
    margin-bottom: 10px;
}
div.publicationSummary a{
    color: #999;
}


/* projects */
div.project{
    margin-left: 60px;
    margin-top: -12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
}
div.projectOdd{
    margin-left: 60px;
    margin-top: -12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
    background-color: #eee;
}
div.project_rad{
    margin-left: 15px;
    margin-top: -12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
}
div.projectOdd_rad{
    margin-left: 15px;
    margin-top: -12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
    background-color: #eee;
}
div#contentFull>div.project, div#contentFull>div.projectOdd{
    margin-left: 40px;
}
div.projectImg{
    float: left;
    margin-left: 20px;
    margin-top: 0px;
}
div.projectsDetails{
    border-style: outset;
    border-width: 2px;
    padding: 10px;
    margin-bottom: 50px;
    width: 685px;
    text-align: left;
}
div.projectsDetails div.box{
    border-style: outset;
    border-width: 2px;
    padding: 2px;
    width: 120px;
    text-align: center;
    float: left;
    margin-left: 71px;
}
div.projectsDetails div.title{
    margin-top: 20px;
    margin-bottom: 20px;
}
div.projectsDetails div.text{
    text-align: justify;
    margin: 5px;
}
div.projectsDetails table.description{
    margin-top: 15px;
}
div.projectsDetails table.description th{
    padding-top: 5px;
    font-weight: bold;
    width: 200px;
}
div.projectsDetails table.description a{
    color: #999;
}
p.close{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}


/* lessonplans */
div.lessonplans_title{
    background: #A1BCC3;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    padding: 20px;
}
table.lessonplans_years{
    background-color: #A9C7CE;
    text-align: center;
    margin-bottom: 4px;
    border-spacing: 5px;
}
table.lessonplans_years th{
    background-color: #C9E7EE;
    font-weight: bold;
    padding: 10px;
}
table.lessonplans_years th.diploma{
    background-color: transparent;
}
table.lessonplans_years td{
    background-color: #FFF;
}
table.lessonplans_years td.diploma{
    background-color: #DEDEDE;
}
div.lessonplans_module{
    background: #E7F0F2;
    padding: 10px;
    margin-bottom: 4px;
}
tr.lessonplans_details td{
    background-color: #E7F0F2;
    padding: 10px;
    text-align: center;
}
div.lessonplans_book{
    background: #EFF3F0;
    text-align: center;
    padding: 20px;
    margin-bottom: 11px;
}


/* books order */
div.block{
    margin-bottom: 30px;
}
div.block div.line{
    margin-bottom: 5px;
    margin-left: 15px;
}
div.block div.line div.name{
    float: left;
    width: 100px;
}
div.block div.line input{
    width: 170px;
}
div.block div.line textarea{
    width: 180px;
    overflow: auto;
}