@charset "utf-8";

/* CSS Document */

/*  the baseline rules */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border:0;
}

fieldset, img {
	border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

ul {
	list-style-type:disc;
}

ol {
	list-style-type:decimal;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

/*  default rules for Daintra */

body {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	line-height:110%;
	width:760px;
	margin:0 auto 0 auto;
	height: auto;
	background-color: #6666FF;
}

#banner img {
	margin:0;
	padding:0;
}

/*  this is the top and bottom navigation area   */	
#navtop ul, #navbottom ul{
	list-style-type:none;
	margin:0;
	padding:0;
	border:0;
	font: bold .9em Verdana, Arial, Helvetica, sans-serif;
}

#navtop ul li, #navbottom ul li {
	display:inline;
	margin-right: 2px;
	float:right;
	1background-color: #efe9a4;
	background-color: #cccccc;
	border-left: 1px solid #999;
	border-top: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

#navbottom ul li {
	1background-color:#FFCC66;
	background-color: #cccccc;
	}

#navtop ul li.float_left, #navbottom ul li.float_left {
	float:left;
}

li#date, #bottomnnav li#counter {
	background-color: #cccccc;
	color: #0000CC;
	font-weight:bold;
	border:none;
	1padding-right:25%;
	margin: 0 40% 0 40%;
	font-style: normal;
}


/* Main containter section of page */


#container {
	clear:both;
	width:100%;
}

#navside {
	width:150px;
	height:100%;
	text-align:left;
	float:left;
	background-color:#336699;
}

#center {
	margin-left:3px;
	margin-right:3px;
	padding-top:10px;
	padding-left:5px;
	width:350px;
	height:430px;
	overflow:auto;
	float:left;
	background-color: #f2f2ed;
	
}


#footer {
	clear:both;
	font-size:.9em;
	font-weight:900;
	color: #000000;
	width:750px;
	padding-right:6px;
	padding-top:5px;
	background-color: #CCCCCC;
	text-align:center;
	height: 40px;
}

#banner, #navside, #center, #announce, #footer {
	border-left: 2px solid #999;
	border-top: 2px solid #fff;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #666;
}

pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

ul {
	list-style-type:disc;
	margin-left:20px;
	padding-left:15px;
}
.poem li{
	list-style-type:none;
	line-height:100%;
	}

.none li {
	list-style-type:none;
	}

ol {
	margin-left:20px;
	padding-left:15px;
}

p {
	text-indent:15px;
	padding-bottom:15px;
	line-height:140%;
	}

#double {
	text-indent:0;
	line-height:250%;
	padding:10px;
}

.noindent p {
	text-indent:0;
}



p.noindent {
	text-indent:0;
}

.bold {
	font-weight:bold;
	margin-top:5px;
}

.red {
	color:#FF0033
}

img {
	padding:5px 5px 5px 0;
	}

h1, h2, h3, h4, h5, h6 {
	text-align:center;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 90%;
}

h5 {
	font-size: 70%;
}

h6 {
	font-size: 50%;
}

h2 {
	font-weight:900;
	margin-bottom:5px;
}

/* Add this style for warning messages */
.warning {
	font-weight:bold;
	color:#FF0000;
}

/*  -------- side navigation ---------*/

#nav1, #nav2, #nav3, #nav4, #nav6{
	margin:0 0 10px 0;
	width:100%;
	padding:0;
	text-align:left;
	background-color:#CCC;
}
#nav4 {
	margin: 10px 0 10px 0;
	}
/* faux column */	
#nav5 {
	margin:0 0 0 0;
	width:100%;
	height:140px;
	padding:0;
	text-align:left;
	background-color:#CCC;
}

#nav1 ul, #nav2 ul, #nav3 ul, #nav4 ul, #nav6 ul {
	list-style-type:none;
	display:block;
	background:#CCC;
	margin:0;
	padding:0;
	font: bold .9em Verdana, Arial, Helvetica, sans-serif;
}

#navside li {
	margin:0;
	width:100%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #666;
}

h3.nav {
	color: #000099;
	margin-bottom: 3px;
	font-size:100%;
}

/* two column center section for tables */
	
#twocol table {
	width: 90%;
	border: 1px gray;
	margin:0 auto 0 auto;
	background-color:#f2f2ed;
	
}

#twocol caption {
	text-align:center;
	font-size:130%;
	font-weight:900;
	padding-bottom:15px;
}

#twocol th {
	text-align:left;
	color:#000;
	font-size:100%;
	font-weight:bold;
	background-color:#CCC;
}

#twocol th, td {
	border:1px solid #333;
	padding:3px;
}

tr.alternate {
	background-color: #FFFFCC;
}


/* --- normal definition list styles ---*/
dl {
	width:500px;
	margin:0 auto 0 auto;
	padding:2px;
}

dt {
	color:#000;
	background-color: #CCC;
	border-style:solid;
	border-width:1px;
	border-color:#FFF #AAA #666 #FFF;
}

dd {
	padding-left:10px;
}

li {
	line-height:150%;
}

/* ---- rules for forms ---*/


form {
	margin:0;
	padding:0;
	background-color:#CCCCCC;
	border:1px double #CC0000
}

fieldset {
	font: normal Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	padding:5px;
	border:1px solid #333;
	background-color:#CCCCCC;
}

fieldset dt {
	float:left;
	width:150px;
	margin:0;
	padding:5px;
	background-color:#CCCCCC;
	border:0;
}

fieldset dd {
	margin:0;
	padding:5px;
}

fieldset dl {
	width: auto;
	margin: 0 10px 0 5px;
	border:1px solid #999;
}

label {
	font-weight:bold;
	background-color: #CCCCCC;
}


#building, #room, #otherarea, #description, #person {
	width:350px;
}

input, textarea {
	border-top: 2px double #333;
	border-right: 2px double #333;
	border-bottom: 2px double #333;
	border-left: 2px double #333;
}

#jump form {
	float:right;
}

#form p {
	padding-bottom: 8px;
}

td.formlabel {
	font-weight:700;
	width: 30%;
	background-color: #CCCCFF;
	}

/* --- miscellaneous rules --- */

*.note {
	font-size: .9em;
	padding-left:20px;
	padding-right:20px;
	font-style:italic;
	text-indent:0;
}

/*  navigation menu hyperlinks */

ul a:link, ul a:visited, ul a:hover, ul a:active {
	padding:3px;
	text-decoration:none;
}

ol a:link, ul a:visited, ul a:hover, ul a:active {
	padding:3px;
	text-decoration:none;
}

ul a:hover {
	color: #FFFFFF;
	background-color: #000099
}

/* two column page */

#twocol #announce {
	display:none;
	} 
	
div.spacer {
	clear:both;
}


#twocol #navside {
	float:left;
}

#twocol #center {
	float:right;
	margin:0;
	width:569px;
	padding:10px 10px 10px 20px;
	border-left: 2px solid #ccc;
	border-top: 2px solid #fff;
	border-right: 2px solid #999;
	border-bottom: 2px solid #666;
	height: 530px;
	background-color: #f2f2ed;
	overflow:auto;
}

/* --- one column page ---*/

#onecol #navside, #onecol #announce {
	display:none;
}

#onecol {
	width:auto;
	padding:2px;
	border-left: 2px solid #ccc;
	border-top: 2px solid #fff;
	border-right: 2px solid #999;
	border-bottom: 2px solid #666;
	height: 620px;
	background-color:#f2f2ed;
	overflow:auto;
}

#onecol table {
	border: 1px gray;
	padding:10px;
	margin:0 auto 0 auto;
	background-color:#f2f2ed;
}

table#recnav {
	width:auto;
	}

table#formmenu {
	width:auto;
	}
