/* CSS Style Sheet */

/* General formatting */
body {
	color: #ffffff;
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
a:link {
	color: #CC6633;
	text-decoration: none;
	}
a:visited {
	color: #CC6633;	text-decoration: none;
	}
a:hover {
	color: #999966;	text-decoration: none;
	}
a:active {
	color: #CC6633;	text-decoration: none;
	}
a:focus {
	color: #CC6633;
		text-decoration: none;
	}
h2 {
	margin: 0px 0px 0px 0px;
	font-size: 18px;
}
table {
	font-size: 12px;
}
table th {
	background-color: #ffffdd;
	border-bottom: 1px solid silver;
}
table td {
	vertical-align: top;
}
hr {
	height: 1px;
	width: 90%;
	border: none;
	color: #222222;
	background-color: #222222;
}

/* TB Stuff */

#TB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	top: 0px;
	left: 0px;
	position: fixed;
	_position: absolute;
	background: #000;
	z-index: 102;
	color:#ffffff;
	display:none;
	border: 2px solid #525252;
	font: 100%/1em Arial, Helvetica, sans-serif;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
}

#TB_caption{
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#000000;
}

#TB_ajaxContent{
	padding:2px 15px 15px 15px;
	overflow:auto;
}

#TB_load{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index:101;
}

#TB_loadContent  {
	margin-left: -125px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 250px;
	height: 100px;
	visibility: visible;
}

/* Div-specific formatting */
#header-logo img {
	border: none;
}
#timetable th {
	text-align: center;
}
#timetable td {
	text-align: center;
}
#seminartable th {
	background-color: #ffffdd;
	border-bottom: 1px solid silver;
}
#downloadtable {
	background-color: #000000;
	border: none;
	margin: none;
	padding: none;
}
#downloadtable th {
	text-align: center;
	vertical-align: middle;
	background-color: #333333;
	padding: 3px 7px 3px 7px;
	border-bottom: none;
}
#downloadtable td {
	background-color: #222222;
	padding: 3px 7px 3px 7px;
	margin: none;
	text-align: center;
	vertical-align: middle;
}

/* Styles (i.e. classes) */
.floatright {
	float: right;
	margin: 5px 5px 5px 5px;
	border: 1px solid #666666;
	padding: 2px;
}
.borderrightsilver {
	border-right: 1px solid silver;
}
.bordertoprightsilver {
	border-right: 1px solid silver;
	border-top: 1px solid silver;
}
.borderbottomsilver {
	border-bottom: 1px solid silver;
}
.bordertopsilver {
	border-top: 1px solid silver;
}
.borderrightandbottomsilver {
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}
.listhead {
	list-style: none;
	font-weight: bold;
}
.center {
	text-align: center;
}
.thumb {
	margin: 5px 5px 5px 5px;
	border: 1px solid #666666;
	padding: 2px;
}
.thumbcell {
	margin: none;
	border: none;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}
.xsmall {font-size: x-small}
.xxsmall {font-size: xx-small}
.black {
	color: #000000;
	font-size: xx-small;
}

/* Liquid Two Column Layout */

#container {
	width: 967px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding: 0px;
	text-align: left;
	background-color: #000000;
}
#header {
	width: 967px;
	height: 102px;
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: #000000;
}
#header-logo {
	float: left;
	width: 967px;
	height: 102px;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
}
#header-text {
	float: left;
	width: auto;
	height: auto;
	font-family: Georgia, Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #ffffff;
	padding-top: 34px;
	padding-left: 22px;
}
#subheader {
	height: 20px;
	background-color: #000000;
}
#main {
	width: 960px;
	border: 2px solid #A3784D;
	background-color: #000000;
}
#leftcolumn {
	z-index: 1;
	clear: both;
	float: left;
	width: 180px;
	padding: 0px;
}
#content {
	z-index: 0;
	margin-left: 180px;
	width: auto;
	padding: 15px 20px;
	line-height: 18px;
	background-color: #000000;
	border-left: 2px solid #A3784D;
}
#footer {
	clear: both;
	width: auto;
	padding: 10px;
	border-top: 2px solid #A3784D;
	background-color: #000000;
	color: #666;
	font-size: 11px;
	text-align: right;
}

/* Navigation List */

#leftcolumn ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftcolumn li {
	margin: 0px;

}
#leftcolumn a {
	display: block;
	width: 130px;
	padding: 8px 25px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
#leftcolumn a:hover {
	background-color: #000000;
}
.active {
	/* Use with current page link */
	background-color: #000000;
	border-right: 2px solid black;
	border-top: 2px solid #A3784D;
	border-bottom: 2px solid #A3784D;
}
.active-top {
	/* Use with active link at top of the list */
	background-color: #000000;
	border-right: 2px solid black;
	border-top: none;
	border-bottom: 2px solid #A3784D;
}
.inactive {
	/* Use with inactive links, i.e. not current page */ 
	background-color: #405045;
	border-right: 2px solid #A3784D;
	border-bottom: 2px solid #A3784D;
}
.inactive-above {
	/* Use with inactive link above active link, if any */
	background-color: #405045;
	border-right: 1px solid 2px solid #A3784D;
	border-bottom: none;
}