/*************
 * TAG LEVEL *
 *************/

body {
	color: #000000;
	background: #e9ecff url('http://bsok.org/img/bg.gif') repeat-x;
	font-family: Arial;
	font-size: 10pt;
}

form {
	margin: 0px;
}


/******************
 * LAYOUT CLASSES *
 ******************/

.layout1 {
	width: 800px;
	border: 1px solid #000000;
	color: #000000;
	background: #ffffff;
}

.headerImage {
	border-bottom: 1px solid #000000;
}

.navPanel {
	width: 190px;
	border: 0px;
	margin: 0px;
	padding: 5px;
	float: left;
	text-align: left;
}

.navBody {
	padding-left: 10px;
}

.mainBody {
	width: 590px;
	border: 0px;
	margin: 0px;
	padding: 5px;
	float: left;
	text-align: left;
}

.break {
	clear: left;
}

.title {
	height: 26px;
}

.titleMiddle {
	background: url('http://bsok.org/img/title_middle.gif') repeat-x;
	font-size: 16pt;
	text-align: center;
	float: left;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	height: 26px;
}

.titleImg {
	height: 26px; 
	width: 2px; 
	float: left;
}

.tags {
	width: 80px;
	height: 15px;
	border: 0px;
	padding: 5px;
}


/*******************
 * GENERAL CLASSES *
 *******************/

.wcButton {
	border: 0;
	width: 88px;
	height: 31px;
	padding: 10px;
}

.pageTitle {
	font-size: 18pt;
	font-weight: bold;
	text-decoration: underline;
}

.pageSubTitle {
	font-style: italic;
}

.loginText {
	font-weight: bold;
}

.loginTextInput {
	border: 1px solid #000000;
	font-family: Arial;
	font-size: 9pt;
}

.loginSubmit {
	padding: 2px;
	background: #e9ecff;
	color: #000000;
	border: 2px solid #000000;
	font-weight: bold;
	margin: 4px;
	cursor: pointer;
}


/**************
 * BOX STYLES *
 **************/

.warning, .error {
	padding: 2px;
	border: 2px solid #ff0000;
	background: #efefef;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	margin: 20px;
}

.message {
	padding: 2px;
	border: 2px solid #00ff00;
	background: #efefef;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin: 20px;
}

.div-head {
	border: 1px solid #000000;
	color: #000000;
	background-color: #efeeee;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

.div-body {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #ffffff;
	padding: 5px;
	text-align: left;
}

.div-footer {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #fefefe;
	padding: 5px;
}


/****************
 * TABLE STYLES *
 ****************/

.tableGrey tr td {
	border: 1px solid #e0e0e0;
	padding: 4px;
	margin: 0px;
	text-align: center;
}

.tableGreyHead {
	font-weight: bold;
	padding: 5px;
	text-align: center;
	font-size: 12pt;
	background: #efefef;
}

.tableGreyTitle {
	font-weight: bold;
	text-align: center;
	background: #efefef;
}

/************
 * CALENDAR *
 ************/

a.info{
	position:relative; /*this is the key*/
	z-index:24;
	text-decoration:none;
	text-align: left;
}

a.info:hover{
	z-index:25; 
}

a.info span{
	display: none
}

a.info:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2em; 
	left:2em; 
	width:15em;
	border:1px solid #0cf;
	background-color:#cff; 
	color:#000000;
	text-align: left;
}

