/* 
    Document   : defaultStyle.css
    Created on : Jan 21, 2009, 1:06:39 AM
    Author     : Bod Toki
    Description:
        Stylesheet for the whole website.
*/

body {
	background-color: #F9EFF9;  /* site background color */
	color: black;
	font-family: Georgia, Arial, sans-serif;
	font-size: 14px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
h1, h2 {
	text-indent: -10px;
}
h1 {
	font-size: 18px;
	color: #F15A29;         /* site orange */
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.moreLink a {
	font-size: 10px;
	color: #009966;
}
li span.underline:hover {
    text-decoration: underline;
}
#oneColumn, #twoColumns {
	border: 5px solid #FFFFFF;
	background-color: #EAEAEA;
	padding: 10px;
	z-index: 1;
}
#navigation {
	background-color: #9E51A0;  /* navigation bar color */
	color: #FFFFFF;
	font-size: 12px;
	border: 5px solid #FFFFFF;
	border-bottom-width: 1px;
	padding: 0px;
	position: relative;
	z-index: 2;
	border-bottom-width: 1px;
}
#navigation a {
	color: #FFFFFF;
}
#navigation #navi-publications {
	position: absolute;
	background-color: #9E51A0;  /* navigation bar color */
	border: 2px solid #FFFFFF;
	top: 20px;
	left: 480px;
	z-index: 2;
	visibility: hidden;
}
#navigation #navi-publications li {
	display: block;
	text-align: left;
	border-left: none;
}
#navigation #navi-publications ul {
	/* margin: 5px; */
	list-style-type: none;
}
#navigation li {
	display: inline;
	padding: 0px 10px;
	border: 1px none #FFFFFF;
	border-left-style: solid;
}
#navigation ul {
	margin: 5px;
	text-align: center;
}
#navigation li.firstLink {
	border-left-style: none;
}
#twoColumns #secondaryContent {
	width: 240px;
	position: relative;
	float: right;
}
#twoColumns #secondaryContent #publicationsTable td{
	vertical-align: top;
	font-size: 12px;
	padding: 2px;
}
#twoColumns #secondaryContent #publicationsTable td.pixCell{
	width: 80px;
}
#twoColumns #secondaryContent #publicationsTable h1 {
	font-size: 14px;
	color: #F15A29;
}
#mainContent {
	position: relative;
	top: auto;
	padding: 10px;
}
#twoColumns #mainContent {
	width: 400px;
	border-right: 2px solid #FFFFFF;
}
#runningCourses {
	height: 120px;
	width: 400px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 10px;
}
#runningCourses p, h1, h2 {
	margin: 0px;
	padding: 0px 10px;
}
#runningCourses h1 {
	color: #333333;
}
#runningCourses h2 {
	font-size: 12px;
	color: #F15A29;
}
#runningCourses td {
	padding: 10px;
}
#runningCourses td.pixCell {
	width: 80px;
}
#footer {
	text-align: center;
	font-size: 12px;
}
#footer p, #footer a {
    color: black;
}
#publicationsTable h2 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
#publicationsTable p, h1, h2 {
	margin: 0px;
}
#header #caption {
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	width: 300px;
	left: 20px;
	top: 120px;
}
#header {
	position: relative;
	height: 80px;
}
#header #caption h1 {
	font-size: 14px;
	color: #FFFFFF;
}
#admin ul {
	margin: 5px;
	text-align: center;
}
#admin li {
    font-size: 12px;
	display: inline;
	padding: 0px 4px;
	border: 1px none #FFFFFF;
	border-style: none solid;
}
#edit a, #edit li {
    color: black;
}
#edit .title {
    color: white;
    font-weight: bold;
}
#edit .group {
    border-bottom: 1px solid white;
}
form table {
	margin: 30px 15px;
	font-size: 12px;
}
form table td.label {
	text-align: right;
	vertical-align: top;
}
form table #submit {
	color: #FFFFFF;
	background-color: #7CC9A4;
}
form table #reset {
	color: #FFFFFF;
	background-color: #F15A29;
}

/*----page specific----*/
#homepage h1 {
	color: #000000;
}
#homepage #header {
	height: 250px;
}
#homepage #navigation {
	border-top-width: 1px;
}
#coursesPage #options-1, #options-2, #options-3, #options-4, #options-5,
 #options-6, #options-7, #options-8, #options-9, #options-10 {
	display: none;
}