/* CSS Document */
/* properties that begin with an underscore (_) only apply to Internet Explore 6.x and below */

/*reset all*/
html, body, div, dl, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }


body { /* gray BG */
	background-color: #6b6b6b;
	background-position: 0px -131px;
	background-repeat: repeat-x;
	background-attachment: fixed;
 	/*background-color: #6b6b6b;*/
	font-family: sans-serif;
	zoom:60%;
}
/*-------------------------Container Divs-----------------------------------------------------*/
.header{
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
#navBar	{ /* navigation Menu system fits in this div*/
	display: none;
	}
#searchBar { /* search Bar fits in this Div*/
	display:none;
}

#footer{ /*this dictates the placement and size of the footer Box on every page*/
	display:none;
}
.mainDiv{
	position: absolute;
	left: 0;
	right: 0;
	top: 1px;
	min-width: 1000px;
}
.bodyDiv{
	position: relative;
	z-index: 0;
	margin-left: auto; 
	margin-right:auto;
	margin-bottom: 20px;
	width: 1000px;
	background-color: #FFFDFE;
	padding: 20px 0px 10px 0px;
}
.leftDiv{
	display: none;
}
.rightDiv{
	position: relative;
	z-index: 0;
	margin-left: 15px;
	margin-right:15px;
	width: 680px;
	_width: 680px;
	float: left;
}
.headerIMG{
	display:none;
}
.box{
	position: relative;
	z-index: 1;
	margin:15px 0px 0px 0px;
	padding-top: 30px;
	float: left;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
}
.slideshow{
	display:none;
}
blockquote {
	background-color: #B0B0B0;
	background-repeat:no-repeat;
	background-position:2px 2px;
	color: #efefef;
	padding: 5px;
	margin: 20px 30px 20px 30px; 
	border-left: 3px solid #FFFF00;
}
/*-------------------------Search Bar Divs-----------------------------------------------------*/	
#topLeft {
	display:none;
}
#topMiddle{
	display:none;
}
#topRight {
	display:none;
}
/*------------------------------Search Function Placement Divs (IE button and text field)----------------------------*/
#searchbox {
	display:none;
}
.searchbox {
	display:none;
}
#searchButton{
	display:none;
}
/*-------------------------Navigation Bar Divs-----------------------------------------------------*/
#navLeft {
display:none;
}

#navCenter{
display:none;
}

#navRight {
	display:none;
}
#nav {
	display:none;
}
#navSystem { /* insert JS in this div*/
	display:none;
}
/*--------------------------BORDERS----------------------------------------------------------*/
.contentTopLeft {
	display:none;
}
.contentTopRight {
	display:none;
}
.contentTopCenter { /*Insert your box title in this div plz*/
	display:none;
}

.contentTopCenter a:link, .contentTopCenter a:visited, .contentTopCenter a:active {

}
.boxBorder{	
	padding: 4px 10px 10px 10px;
	margin-top:0px;
}
.imgborder{
display:none;}
img{margin: 5px;}

/* -----news box-------------------------*/
.newsbarHeadline {
	font-weight: bold;
	font-family:sans-serif;
	font-size:small;
}

.newsbarStory {
	position:relative;
	left:15px;
	width:180px;
	font-size:smaller;
	font-family:sans-serif;
	color:#666;
	margin-top:0px;
	margin-bottom:5px;
	margin-right:15px;
}

/*---------------text type------------------*/
a:link {
    text-decoration: underline;
    color: #000000;
	}

a:visited {
    text-decoration: underline;
    color: #000000;
	}

a:active {
    text-decoration: underline;
    color: #000000;
	}

a:hover {
    text-decoration: underline;
    color: #B8860B;
	}

.align-center {
	text-align:center;
}


/*------------- Calendar Sizing and stuff------*/
/*Generic calendar CSS, applies to all calendars regardless of size*/
.calBorders {
	display:none;
}
#today{
	display:none;
}
/*CSS pertaining to the larger, full-page calendar*/
.calheadersize {
	display:none;
}
.event1{
}
.calboxsize {
	display:none;
}
/*CSS for the smaller, sidebar calendar*/
.calheader {
display:none;
}
.smcalboxsize{
display:none;
}
.upcomingevents {
display:none;
}
p.upcomingevent{
	display:none;
}
p.tip /*This is for identifyin tooltips..hidden*/
{
	display:none;
}
/*
This part is for the calendar/attendance system @author david
*/
td#selected
{
	display:none;
}
div#CalendarMainBar
{
	display:none;
}
div#CalendarSideBar
{
	display:none;
	
}
div#Calen
{
	display:none;
}
table#TestCalendar
{
	display:none;
}
div#foot
{
	display:none;
}
.footertext
{
	display:none;
}
.error
{
	color:#F00;
	font-size:small;
	text-align:center;
}
td.daywidth
{
	width:14.3%;
	min-height:100px;
	vertical-align:top;
}
.center
{
	margin-left: auto;
	margin-right: auto;
}
/*-------------------this is where hiroshi begins to css-ify all the content pages.. fun...-------*/
div.entry
{
	position:relative;
	display:inline-block;
	margin:5px;
}
div.img
{
	display: block;
	position: relative;
	padding: 3px;
	float:left;
}
div.icon
{
	float: left;
	position:relative;
	padding: 5px;
	height: 72px;
	_height: 72px;
	padding-top: 30px;
}
a.external {
	background: url(../images/external.png) center right no-repeat;
	padding-right:13px;
}
/**********************************
	Link lists for navigation.
***********************************/
.wbi-list
{
	margin: 0;
	padding: 0;
}
.wbi-list li
{
    clear: both;
	margin: 0;
    margin-bottom: 1.5em;
	list-style-type: none;
}
.wbi-list li .list-image
{
    float: left;
	margin: 0;
    margin-bottom: 1.5em;
}
.wbi-list li .list-title
{
    display: block;
	margin-left: 200px;
}
.wbi-list li .list-description
{
	margin-left: 200px;
}
.special{
	display: block;
}

