@charset "utf-8";
/* CSS Document */
html { height: 100%; margin-bottom: 1px; }  body {min-height:101%}/* forces a scrollbar so page doesn't jump */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,table,th,td,blockquote,fieldset,input,div,span,img
{margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;}
ul,ol {list-style:none;}
:link,:visited {text-decoration:none;}
/* End of Remove browser defaults */

/*General styles */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #06275C;
	background: black;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	background: white;
	margin: 20px 20px 0;
	padding-bottom: 30px;
	text-align: left;
}

#header {
	background: url(../images/header_bkg2.gif) no-repeat;
	height: 149px;
	position: relative;
	text-align: left;
}
#header img {
	margin-top: 10px;
	margin-left: 18px;
	border: none;
}

h2 {
font-size: 1.5em;
margin: 10px;
}

h1#title {
	display: none;
}

h1#text_title {
	position: absolute;
	top: 83px;
	left: 185px;
	width: 700px;
	font-size: 2em;
	color: #000;
}

div.clearer {clear:both; line-height: 0; height: 0;}

/* End General */

/* Footer2  */
#footer2 {
	width: 960px;
	margin:3px auto 20px;
	color: #ccc;
	font-size: 0.7em;
	text-align: center;
}

#footer2 span {
	padding-left: 40px;
	line-height: 1.2em;
}

#footer2 a:link {
	color: #950000;
}

#footer2 a:hover, #footer2 a:visited {
	color: #d18d3e;
}

/* End Footer2 content */


/* navigation*/
#navbar {
	margin: 0;
	padding: 3px 0;
	background: #950000;
	border: 1px solid #C0D6CF;
}
#navbar ul {
	padding: 0;
	margin: 0;
}
#navbar li {
	list-style-type: none;
	display: inline;
	padding: 0 ;
	margin: 0;
}

#navbar li a, #navbar li a:visited {
	padding: 2px 10px;
	font-weight: normal;
	font-size: 85%;
	text-decoration: none;
	background: #950000;
	color: #fff;
	border-right: 1px solid #C0D6CF;
}
#navbar li a:hover, #navbar li a:active {
	text-decoration: none;
	background: #000;
}



/*  Library specific */
#catalog_title { 
	position: absolute;
	top: 80px;
	left: 189px;
	width: 700px;
}

p#search {
width: 325px;
margin: 0 10px;
float: left;
}

p#search input {
margin-right: 10px;
}

p#buttons {
margin-bottom: 10px;
}

#rows_table {
	width: 100%;
}

th {
text-align: left;
font-size: 1.2em;
}

td {
padding-right: 5px;
padding-bottom: 3px;
vertical-align: top;
}

tr.even_row {
background: #ccc;
}


td.c0 {
font-style: italic;
}

/* End Library specific */



/* Calendar specific */

#cal_container	{
	margin: 20px 20px 0;
	text-align: left;
	background: white;
}

#cal_header 	{
	padding: 0;
	margin: 0 0 10px 0;
	height: 149px;
	background: url(../images/header_bkg2.gif) no-repeat;
	position: relative;
}
	
#cal_header #logo {
	margin-top: 10px;
	margin-left: 18px;
	border: none;
}

h1#title {
	display: none;
}

h1#text_title {
	position: absolute;
	top: 83px;
	left: 185px;
	width: 700px;
	font-size: 2em;
	color: #000;
}


#title_img {
	position: absolute;
	top: 80px;
	left: 189px;
	width: 700px;
}

#cal_contents { margin: 0;}

#sidebar {display: none;}


/* End Calendar specific */

/* Calendar month buttons formatting ********************* */ 
#cal_months {
	padding: 0 0 5px;
	margin-left: 205px;
	margin-top: 10px;
	line-height: 1.5em;
} 

h1 {
 	float: left;
 	width: 200px;
 	padding: 5px 0 0;
	margin-left: 5px;
}

	
#cal_months li {
 	list-style: none;
 	display: inline;
	float: left;
 	padding: 0;
	margin: 0 10px 0 0;
} 

#cal_months a, #cal_months a:visited {
	padding: 1px 3px;
	margin: 0;
	font-weight: normal;
	font-size: 90%;
	background: #C0D6CF;
	text-decoration: none;
  	color: #000;
	border: solid 1px #8CB3A7;
}	

#cal_months a:hover, #cal_months a:active {
	background: #8CB3A7;
 	text-decoration: none;
	border: solid 1px #8CB3A7;
	color: #fff;
}

#cal_months span#current_month a {
	font-weight: bold;
	color: #000;
	background: #8CB3A7;
	text-decoration: none;
	border: solid 1px #8CB3A7;
}

#cal_months span.selected_month a {
	font-weight: bold;
	background: #fff;
	color: #000;
}

/* Calendar table formatting ********************* */ 

table#calendar_grid {
	width: 99%;
	margin: 4px;
	text-align: left;
	border: 0px solid black; 
	border-width: 0 1px 0 0;
}

/* Calendar table cells formatting ********************* */ 

table#calendar_grid th {
	border: 0px solid black; 
	border-width: 1px 0 1px 1px;
	width: 14%;
	font-weight: normal;
	font-size: .90em;
	padding: 1px 2px;
	background: #EAF1EF;
}

table#calendar_grid td {
	border: 0px solid black; 
	border-width: 0 0 1px 1px;
	height: 100px;
	vertical-align: top;
	
}

.daynum {
 	margin-bottom: 0.25em;
	width: 20px;
	border: 1px solid #45557B;
	border-width: 0 1px 1px 0;
	padding-left: 4px;
}
 
/* Calendar event formatting ********************* */ 

#calendar_grid td p {
 	font-size: .85em;
	padding: 0 3px;
}
	
	
span.time {
 	display: block;
	font-weight: bold;
	font-size: 
 }
span.description {
 	display: block;
	}
span.location {
 	display: block;
	font-style: italic;
	margin-bottom: 3px;}

/*Calendar special event formatting ********************* */	
.special_event {
	margin: 3px;
	padding: 2px;
	border: 1px solid #45557B;
	background: #ffff99;
}

div.special_event span {
	display: block;
} 

.moreinfo a {
 	font-size: .75em;
	text-decoration: underline;
	}
.moreinfo a:hover {
 	color: red;
}

	

/* Calendar non-current month formatting ********************* */	


.ncmonth{
	background: lightgrey;
}




