/* Eric Meyer's CSS reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset end */

:focus { outline: 1px solid; }

html { overflow-y: scroll; }

body {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
}


/* base elements */

#container {
    margin: 0 auto;
    width: 980px;
}

#wrap {
    clear: both;
    background: url("/img/bg-main.png") repeat-y 797px 0;
    padding: 0 0 50px;
}

#main {
    float: left;
    width: 603px;
	border-top: 9px solid;
}


/* common rules */

#wrap p, #main { line-height: 1.2; }

pre, code, tt, textarea { font-family: 'Lucida Console', 'Andale Mono', monospace; }
big { font-size: 125%; }
small { font-size: 83%; }
hr { border-style: solid; }

a { text-decoration: none; }

#wrap a:hover { text-decoration: underline; }
#wrap a:active { text-decoration: none !important; }

a.createlinktext {
	text-decoration: none !important;
	color: #5a6168;
	border-bottom:1px dotted gray;
}
#leftnav a.createlinktext { border-bottom: none; }
a.createlink {
	text-decoration:none;
	position:relative;
	top:-0.5em;
	font-weight:bold;
	font-size:smaller;
	border-bottom:none;
}


h1, h2, h3, h4 { line-height: 1.2; }
h2, h3, h4 {
	margin: 1.5em 0 8px;
	font-weight: bold;
}
h2 { font-size: 17px; }
h3, h4 { font-size: 12px; }

.frame h2, .frame h3, .highlight h2, .highlight h3 { margin: 0; }

h1 a, h2 a, h3 a, h4 a { 
	text-decoration: none;
	color: inherit !important;
}

#wrap p { margin-bottom: 1.1em; }

#wrap li, #wrap dd { padding-bottom: 6px; }
#wrap dt {
	font-weight: bold;
	padding-bottom: 1px;
}

.hide { display: none !important; }

/*.vspace { margin-top:1.33em; }*/
code.escaped { white-space: nowrap; }
.indent { margin-left:40px; }
.outdent { margin-left:40px; text-indent:-40px; }

.frame, .highlight { 
	margin: 10px 0;
	padding: 4px; 
	background-color:#f9f9f9; 
}
.frame { border: 1px solid #cccccc; }

.invert, .invert * { color:#f9f9f9 !important; background-color:#5a6168; }
.lfloat { float:left; margin-right: 6px; }
.rfloat { float:right; margin-left: 6px; }
td.markup1 { border-bottom:1px solid #ccf; }
table.horiz td.markup1 { width: 23em; padding-right: 1em; border-right:1px solid #ccf; border-bottom: 0; }
table.horiz td.markup2 { padding-left: 1em; }
.editconflict { color:green; font-style:italic; margin-top:1.33em; margin-bottom:1.33em; }

input.text, input[type="text"], input[type="password"] {
    height: 16px;
    margin: -5px 3px 5px 2px;
    border: 1px solid;
    padding: 4px 0 2px 2px;
    outline: none;
}

input.button, input[type="submit"], input[type="file"] {
    height: 24px;
    margin-top: 2px;
    border: 0;
    padding: 1px 6px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input[type="file"] {
	margin-top: -6px;
	margin-bottom: 6px;
	padding: 4px 0 0 4px;
	width: 300px;
}

input.button:hover, input[type="submit"]:hover, input[type="file"]:hover { 
	text-decoration: underline;
}


/* page body text */

#main h1 {
	font-size: 22px;
	margin-bottom: 1em;
	font-weight: bold;
	padding-top: 6px;
}
#main h1.top-title, #wikitext h1:first-child { border: 0; }

#main .separator, #main table h2, #main table h3 {
    border-top: 9px solid;
    padding-top: 4px;
}

#main ul {
    list-style-type: disc;
	margin-bottom: 6px;
    padding: 6px 0 0 20px;
}

#main ol {
    list-style-type: decimal;
    padding-left: 30px;
    margin-bottom: 1.1em;
}

/*
ul, ol, dl { padding: 0.5em 0; }
li, dd { margin: 0 0 0.3em 25px; padding: 0; }
ul > li {
	margin-left: 10px;
	padding-left: 15px;
}
ol > li { margin-left: 23px; padding-left: 2px; }
*/

tr { vertical-align: top; }
td { padding: 2px 0; }


/* schoolnav */

#schoolnav { 
    height: 32px;
    border-bottom: 1px solid #e4e2df;
    padding-top: 4px;
	margin-left: -3px;
}
#schoolnav > li {
	z-index: 10;
    float: left;
    margin-left: -1px;
    position: relative;
    list-style-type: none;
    border-left: 1px dotted #e4e2df;
    border-right: 1px dotted #e4e2df;
}
#schoolnav > li.first { border-left: none; }
#schoolnav > li.last { border-right: none; }
#schoolnav li.rhs { float: right; }
#schoolnav li ul {
	display: none;
	position: absolute;
	left: -1px;
	margin-right: -1px;
	z-index: 10;
	background: white;
	border: 1px solid #c8c5c0;
	border-top: none;
	padding: 0 15px;
}
#schoolnav li:hover ul { display: block;  }
#schoolnav li.dropdown:hover {
	z-index: 12;
	border-left: 1px solid #c8c5c0;
	border-right: 1px solid #c8c5c0;
}

#schoolnav a {
    display: block;
    margin-left: 3px;
    padding: 10px 15px 8px 15px;
    font-size: 12px;
    line-height: 12px;
    color: #716b63 !important;
}
#schoolnav a:hover { text-decoration: underline; color: #565049; }
#schoolnav .dropdown { padding-right: 15px; }
#schoolnav .dropdown > a { background: url("/img/schoolnav-arrow.gif") no-repeat right 13px; }

#schoolnav li li { clear: left; width: 100%; border: none; }
#schoolnav li li a {
	background: white;
	border-bottom: 1px dotted #928B81;
	padding: 10px 0;
}
#schoolnav li li:first-child a { margin-top: 4px; border-top: 1px dotted #928B81; }
#schoolnav li li:last-child a { border-bottom: none; }


/* header */

#header-logoarea {
    position: relative;
    height: 98px;
    padding-top: 25px;
}

#header-logo img {
    float: left;
}

#header-right {
    float: right;
    /*width: 287px;*/
    width: 182px;
}

form#header-search {
    display: block;
    float: right;
    width: 182px;
    height: 24px;
}

#header-search input.text {
    float: left;
    width: 126px;
    margin: 2px 3px 0 0;
}

#header-search input.button {
    float: left;
    width: 49px;
}

#header-lang {
    width: 182px;
    display: block;
    margin-top: 33px;
    padding-bottom: 5px;
    overflow: hidden;
}

#header-lang ul {
	margin-left: -7px;
	line-height: 16px;
}

#header-lang li {
	display: inline;
    list-style-type: none;
    margin-left: 2px;
    border-left: 1px solid;
    padding: 2px 0 0 4px;
    font-size: 12px;
    background: white; /* IE8 compat. mode fix */
}

#header h1 {
    height: 30px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.0;
    margin: 0;
    border: 0;
    padding: 7px 0 0 7px;
}


/* top navigation */

#topnav {
    padding: 0;
    height: 33px;
}

#topnav ul li { list-style-type: none; } 
#topnav li { float: left; }

#topnav li a {
    float: left;
    font-size: 16px !important;
    font-weight: bold;
    height: 33px;
    line-height: 32px;
    padding: 0 7px;
    display: block;
    text-decoration: none;
}

#topnav li.admin { float: right; }


/* page actions */

#actions {
    display: block;
    float: right;
    overflow: hidden;
}

#actions ul {
	float: right;
	margin-right: -5px;
    padding-top: 20px;
    padding-bottom: 5px;
	line-height: 16px;
}

#actions li {
	display: inline;
    list-style-type: none;
    margin-right: 2px;
    border-right: 1px solid;
    padding: 1px 2px 0;
}
#actions li:last-child { border-color: transparent; }

/*#actions li { float: left; }*/



/* breadcrumb trail */

#breadcrumb {
    padding-top: 20px;
    height:29px;
}


/* leftnav */

#leftnav {
    border-top: 9px solid;
    float: left;
    margin: 0 18px 0 0;
    padding: 2px 0;
    width: 162px;
    overflow: hidden;
}

#leftnav ul { margin: 0; }
#leftnav ul ul { margin-left: 10px; }

#leftnav li {
	padding: 3px 0 0 0;
	list-style-type: none;
}

#leftnav a, #leftnav span {
	display: block;
	padding: 0 0 3px 0;
	background: url("/img/bg-main-navi-top-level-GRAY.gif") no-repeat left bottom;
	font-weight: bold;
    text-decoration: none;
}

#leftnav li li a, #leftnav li li span {
	background: none;
	font-weight: normal;
	text-decoration: none;
}

#leftnav li li.here > a,
#leftnav li li.here > span
{ text-decoration: underline; }

#leftnav a:hover { text-decoration: none; }

body.empty-leftnav #leftnav { visibility: hidden; }


/* sidebar */

#sidebar {
    float: left;
    margin: -15px 0 0 35px;
    overflow: hidden;
    width: 162px;
}

#sidebar > * {
	padding: 0 5px 0 15px; 
	margin-top: 15px;
}

#sidebar h3 {
    margin: 15px -5px 14px -15px;
    border-top: 9px solid;
    padding: 4px 0 0 15px;
}
#sidebar h3:first-child { margin-top: 0; }

body.empty-sidebar #wrap { background: none; }
body.empty-sidebar #footer-right { display: none; }
body.empty-sidebar #footer-left { width: 100%; }


/* compact dl */

#main dl.compact dt {
	float: left;
	clear: left; 
	text-align: right;
    width: 80px;
}
#main dl.compact dd { 
	margin-left: 85px;
	padding-bottom: 6px;
}


/* linklist */

.linklist li, .shortcuts li, .listmore li, a.more, .more a {
	position: relative;
    list-style-type: none;
    margin-left: -10px;
    padding: 0 0 3px 10px;
    line-height: 1.2em;
}
#main a.more, #main .more a { margin-left: 10px; }

.linklist li:before, .shortcuts li:before, .listmore li:before, a.more:before, .more a:before {
	position: absolute;
	display: block;
	border: 4px solid transparent;
	border-left-color: inherit;
	border-left-width: 5px;
	width: 0;
	height: 0;
	top: 3px;
	left: 1px;
	content: "";
}

.linklist a, .shortcuts a { 
	text-decoration: none !important;
	color: inherit !important;
}
.linklist a:hover, .shortcuts a:hover { text-decoration: underline !important; }


/* news list */

.newslist dt { font-weight: normal; }

#main .newslist dd a { text-decoration: underline !important; }
#main .newslist a:hover { text-decoration: none !important; }
#main .newslist dt {
	float: left;
	clear: left;
    width: 90px;
}
#main .newslist dd { 
	margin-left: 95px;
	padding-bottom: 6px;
}

#sidebar .newslist dd a { text-decoration: none !important; }
#sidebar .newslist a:hover { text-decoration: underline !important; }
#sidebar .newslist dt {
	padding-bottom: 1px;
}
#sidebar .newslist dd { 
	padding-bottom: 8px;
}


/* footer */

#footer {
	position: relative;
    clear: both;
    margin-top: -23px;
    padding-bottom: 45px;
}

#footer-left {
	float: left;
    width: 783px;
    margin-top: 14px;
	border-top: 9px solid;
}

#footer-right {
	float: left;
    margin-left: 35px;
    width: 162px;
	border-top: 14px solid white !important;
	border-bottom: 9px solid;
}

#footer-copyright {
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 11px;
	font-weight: bold;
	background: white;
	padding-right: 6px;
	padding: 2px 6px 2px 0;
}

#footer p { padding: 33px 0 13px 0; }

#footer a:hover { text-decoration: underline; }

#createdate:hover, #editdate:hover, #draftdate:hover { border-bottom: 1px dotted; } 

#footer ul li {
    float: left;
    list-style-type: none;
}

#footer ul a {
    display:block;
    float:left;
    height:14px;
    padding:0 10px 0 22px;
    text-decoration:none;
}

#footer-nav a#footer-feed {     background: url("/img/bg-footer-RSS.gif") no-repeat 0 0; } 
#footer-nav a#footer-sitemap {  background: url("/img/bg-footer-sitemap.gif") no-repeat 0 0; } 
#footer-nav a#footer-index {    background: url("/img/bg-footer-index.gif") no-repeat 0 0; } 
#footer-nav a#footer-feedback { background: url("/img/bg-footer-feedback.gif") no-repeat 0 0; } 
#footer-nav a#footer-print {    background: url("/img/bg-footer-print.gif") no-repeat 0 0; } 
#footer-nav a#footer-info {     background: url("/img/bg-footer-info.gif") no-repeat 0 0; }
#footer-nav a#footer-login {    background: url("/img/bg-footer-login.png") no-repeat 0 0; }


/* frontpage */

body.frontpage #actions { 
	background: white; 
	width: 340px;
}
body.frontpage #actions ul { height: 29px; }

body.frontpage #breadcrumb { display: none; }
body.frontpage #leftnav { display: none; }

body.frontpage #wrap {
    background-position: 619px 0;
    margin-top: 20px;
    padding: 0 0 30px 0;
}

body.frontpage #main, body.frontpage #footer-left { width: 600px; }
body.frontpage #sidebar, body.frontpage #footer-right { 
	width: 340px; 
    margin-left: 40px;
}
body.frontpage #sidebar { padding-bottom: 115px; }


/* wide pages */

body.widepage #wrap { background: none; }

body.widepage div#main { width: 800px; }
body.widepage.empty-leftnav #main { width: 100%; }

body.widepage #footer-left { width: 100%; /* 980px */ }
body.widepage #footer-right { display: none; }


/* file icons */

.fileicon { display: inline; vertical-align: bottom; }
#main .fileicon { display: inline; vertical-align: bottom; }
#sidebar .fileicon { display: none; }


/* wiki messages */

.wikimessage {
	margin: 10px 40px;
	border: 2px solid #ff0000;
	padding: 2px;
	color: #ff0000;
	text-align:center;
}
h3.wikimessage { border: none; }
div.wikibox {
	padding: 2px;
	border: 1px solid #cccccc;
	background-color: #f9f9f9;
}


/* publications list */

.publist li { margin-top: 1em; }
.publist li:first-child {margin-top: 0; }
.publist a, .projbox a {
	color: #5a6168;
	text-decoration: none !important;
	border-bottom: 1px solid #dae0e6;
}
.publist a:hover, .projbox a:hover { border-bottom: 1px solid; }

.publist dt { float: left; padding-right: 0.5em; }
.publist dd { margin: 0 0 0.6em 12em; }
.publist dd *, .publist td.ti * { font-weight: bold; }
.publist td { padding: 0 0.5em 0.6em 0; }
.publist tr:hover { background-color: #f0f0f0; }
.publist td.num { width: 3em; }
.publist td.au { width: 12em; }

.pubref div, .pubref table { margin: 1em 0 2em 40px; border-color: #cccccc; }
.pubref td { padding-right: 0.5em; }

.pubtitle { margin-top: 1.33em; }


/* attachtable */

.attachtable td, .attachtable th { padding-right: 10px; white-space: nowrap; }
.attachtable .titlerow, .attachtable th {
	color: #999;
	font-style: italic;
	font-weight: normal;
	font-size: 10px;
	text-align: right;
}
.attachtable th a { color: #999 !important; }
.attachtable .del-show { display: block; margin-bottom: 3px; }
.attachtable a { text-decoration: none !important; }
.attachtable a:hover { text-decoration: underline !important; }
.attachtable .del, .attachtable .del a { color: #ccc !important; }
.attachtable tbody tr:hover { background-color: #eee; }
.attachtable thead tr:hover th, .attachtable tfoot tr:hover th, .attachtable .titlerow:hover,
	.attachtable .del:hover, .attachtable .del:hover a { color: #666; }
.attachtable .orphan { color: #c00; font-weight: bold; }
.attachtable .missing { font-style: italic; }
.attachtable .refbox {
	display: none;
	position: absolute;
	z-index: 5;
	margin: -1.5em 0 0 1.25em;
	padding: 0.25em;
	max-width: 50em;
	background-color: #eee;
	color: #000;
	border: 1px solid #ccc;
	text-align: left;
}
.attachtable .refbox ul, .attachtable .refbox li { padding: 0; margin: 0; background: none; }
.attachtable td:hover .refbox { display: block; }

.attachtable .fileinfo {
	display: block;
	width: 0.8em;
	text-align: center;
	padding: 1px;
}
.attachtable a.fileinfo:hover {
	padding: 0;
	border: 1px solid;
	text-decoration: none !important;
}
.attachtable .refbox table { line-height: 1.0 !important; }


/* sitemap */

#main #sitemap ul {
    padding-left: 20px;
    margin-bottom: 0;
}

