/*
-------------------------------------------------------
Universiteit Gent - Stylesheet for Faculty pages
== faculty.css ==
[overrules certain color values of portal.css, in order to obtain Faculty color variant]
Author: Universiteit Gent, Namahn.com
Layout and css by namahn.com (inspired by layout vanlooveren-gobert.be),  copyright 2005  
Version: 10 August 2005
-------------------------------------------------------
*/

/* === Styling for content === */
/* content and contentsmall (contentsmall = content with rightboxes) */
#content a, #contentsmall a { text-decoration: none; }
#content a:visited, #contentsmall a:visited { color:#369; }
#content a:hover, #contentsmall a:hover { color:#D3D332; }

/* === Top banner === */
/* siteid, with picture and site title */
#siteid { background: #fff url("../img/balkjefaculty.png") left top repeat; z-index: 10; margin: 0; padding: 0;}

/* login - login-act: login box, active and non-active */
#login-act { background-color:#fee; top: 108px; }
#login     { top: 108px; }

/* main (primary) navigation: blue tabs */
#mainnav ul li a { color: #fff; }
#mainnav ul li a:hover { color: #D3D332; }

/* ==== left column: secundary navigation and target-group/quicklinks ===*/
#nav li#selected {background-color: #D3D332; }
#nav li.subnav li#selected { background-color: #D3D332;} 

/* set font for headings */
#content h1, #content h2, #content h3, #content h4 { margin-top: 0em; margin-bottom: 0em; padding: 0; }
#contentsmall h1, #contentsmall h2, #contentsmall h3, #contentsmall h4 { margin-top: 0em; margin-bottom: 0em; padding: 0; }  

#content h1, #contentsmall h1 { font-size: 1.37em; color:#369; line-height: 1.1em; margin-bottom: 1.15em; font-weight: bold;} 
#content h2, #contentsmall h2 { font-size: 1.13em; color:#333; line-height: 1.1em; margin-top: 1.02em; margin-bottom: 1.05em; font-weight: bold;} 
#content h3, #contentsmall h3 { font-size: 1.00em; color:#333; line-height: 1.0em; margin-top: 0.8em; margin-bottom: 0.4em; font-weight: bold;}
#content h4, #contentsmall h4 { font-size: 1.00em; color:#333; line-height: 1.0em; margin-bottom: 0.4em; font-style: italic; font-weight: normal;}

/* set font for navigation */ 
#nav li { font-size: 0.85em; }
#mainnav ul li.first a { border-left: 0px; }

#mainnav ul li a { padding: 0.30em 0.60em; }

a.ugentcolor-blue { color: #369 }
a.ugentcolor-green { color: #D3D332 }

.ugentcolor-blue { color: #369 }
.ugentcolor-green { color: #D3D332 }

a.externelink { clear:both; padding-right:18px; background: transparent url(../img/externesite.gif) right center no-repeat; }
a.toplink { clear:both; padding-left:15px; background: transparent url(../img/top.gif) left center no-repeat; font-size: 85%; }

hr { height: 1px; }

/* edit-box */
#adminbox { position: absolute; top: 140px; right: 20px; z-index: 12; font-size: 0.85em; background:#FEFADD url(../img/edit.gif) no-repeat left center ; background-position: 3px; border-top: 1px solid #69C; border-bottom: 1px solid #69C; padding: 5px 3px 5px 18px;}
#adminbox a, #login-act a{ text-decoration:none;}

#login, #login-act, #adminbox { width: 60px; }

/* aangepaste ugent-tabel */
table { border-collapse: collapse; }

.ugenttable2 { border-collapse: collapse; border-left: hidden; border-right: hidden }
.ugenttable2 td { border: solid 1px #369; padding: 1px 1px 2px 2px; background-color: #fff; vertical-align:top; }
.ugenttable2 tr td.center { text-align: center;}
.ugenttable2 tr.tabelheader td { border-top: 0; background-color: #369; padding-top: 4px; padding-bottom: 5px; color: #fff; font-weight:bold; border-left: hidden;}
.ugenttable2 tr.subheader td { font-weight:bold; background-color: #F2F5FE; padding-top: 4px; padding-bottom: 5px; }
.ugenttable2 tr.legende td { border-top: 0; color: #369; background-color: #FFF; font-size: 0.85em;  text-align: left;}
.ugenttable2 tr.unityheader td { padding-bottom: 4px;}
.ugenttable2 tr.unity td {border-top: 0;}
.ugenttable2 tr td.unity-subheader { font-style: italic;}
.ugenttable2 tr td.unity-indent { padding-left: 16px;}
.ugenttable2 tr.bottom td { border-bottom: 1px solid #369; padding-bottom:10px;}

.ugenttable2 td p { margin: 0px; }

 
div.clear {
  clear: both;
}
 