/*
 * AskAway Librarian's Portal CSS stylesheet
 */

body {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}
h6 {
	font-size: x-small;
        margin-top: 1em;
        margin-bottom: 1em;
}


div#container {}
div#bcelnbanner {
	width: 100%;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px;
	text-align: center;
/*
}
div#bcelnbanner_img {
	float: left;
}
div#bcelnbanner_text {
*/
	font-size: x-small;
/*
	float: right;
}
div#bcelnbanner_spacer {
	clear: both;
*/
}
div#sidebar {}
div#content {}
div#footer { 
	width: 100%; 
	font-size: 90%;
}

div#notification {
	border: 1px solid #555555;
	background: #eeeeee;
	padding: 0 5px;
}
div#notification p {
	text-align: center;
	font-weight: bold;
	color: red;
}

ul#navmenu {
	border-top: 1px solid #777777;
	border-right: 1px solid #777777;
	margin-left: 0;
	padding-left: 0;
}
li.menu_item {
	width: 140px;
	margin-left: 10px;
	margin-top: 7px;
	padding: 8px 4px;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
	border-left: 1px solid #777777;
	background-color: #dddddd;
	list-style-type: none;
	list-style-image: none;
	font-size: 80%;
	text-align: center;
}
li.menu_item a {
	text-decoration: none;
	color: green;
}
li.menu_item a:hover {
	text-decoration: underline;
}
li.current {
	background-color: #ffffff;
}

img { border: none; }
a img { border: none; }

div.ts_category p { color: white; font-size: 100%; font-weight: bold; /* line-height: 100%; */ background-color: blue; margin-bottom: 20px; }
div.ts_category a { color: white; font-weight: bold; background-color: blue; text-decoration: none; }
div.ts_prob_title { font-weight: bold; font-style: italic; margin-left: 20px; }
div.ts_prob_title a { color: black; text-decoration: none; }
div.ts_prob_title a:hover { text-decoration: underline; }
div.ts_explan { font-size: 90%; margin-left: 50px; }
div.ts_solu_title { font-size: 90%; font-weight: bold; margin-left: 30px; }
div.ts_top { text-align: right; font-size: 80%; }
ol li ol { list-style-type: none; }

.even {
	background-color: #eeeeee;
}
.odd  {
	background-color: #ffffff;
}
.past {
	color: #999999;
}
.present {
	font-weight: bold;
	color: red;
}
.future {
}
.description {
	font-size: small;
	color: #666666;
}
table#closures {
	font-size: small;
	margin-bottom: 20px;
}
table#closures tr {
	border: 1px solid #dddddd;
}

li#primary a:link {color: #000088}
li#primary a:visited {color: #000088}
li#primary a:active {color: #880000}
li#secondary a:link {color: blue}
li#secondary a:visited {color: blue}
li#secondary a:active {color: red}
li#tertiary a:link {color: #8888FF}
li#tertiary a:visited {color: #8888FF}
li#tertiary a:active {color: #FF8888}
li#secondary {color: #444444}
li#tertiary {color: #888888}

