/* CSS Document */
@import url("/styles/wysiwyg.css");
@import url("/styles/ccs_forms.css");

body{
	background-color:#F5F2DF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
}
a#bsdlink {
	color:#8A7C59;
	text-decoration:none;	
}
a#bsdlink:hover {
	color:#8A7C59;
	text-decoration: underline;
}
a.ftr-link img {
	border:none;
	margin-bottom: -3px;
}
a.ftr-link img#twitter {
	margin-bottom: -2px;
}
.socialmedia { font-size: 14px; margin: 5px;}
.clear {
	clear:both;
}
#container {
	width:972px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #142E66;
}
#row1 {
	position:relative;
	width:100%;
	float:left;
}
#index #mainmenu {
	width:770px;
	float:left;
}
#whatsnew-title {
	float:left;
	width:200px;
	background-color: rgb(249,196,18);
	color: #142E66;
	text-align:center;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding-top:8px;
	padding-bottom:8px;
}
#row2 {
	clear:both;
}
#flash {
	float:left;
	width:770px;
}
#whatsnew {
	float:left;
	width:200px;
	background-image:url(/images/ccs_sidebar_bg.gif);
	background-repeat:repeat-x;	
	height:450px;
}

#whatsnew * {
	margin-left: auto;
	margin-right: auto;
}

#row3 {
	clear:both;
	width:100%;
}
.page_title_div {
	padding:10px 0px 0px 20px;
	font-size:16px;
	color:#1C4296;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
div, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
td {
	overflow:visible;
	padding:0px;
}
a:link, a:visited {
	text-decoration:underline;
	color:#2354BD;
}

a:hover, a:active {
	color:#66CCFF;
}

.footer {
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#142E66;
	color:#A0BDEB;
	font-size:9px;
}
.footer a:link, .footer a:visited {
	color:#A0BDEB;
}
.footer a:hover {
	text-decoration:underline;
}
.footer a:active {
	color:#A0BDEB;
	text-decoration:underline;
}

.footer-home {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4F4426;
}

.biotable {
	border:1px solid #D9D3AD;
	background-color:#E4E2D0;
	margin:0 auto 0 auto;
	width:80%;
	padding:10px 10px 10px 10px;
}


/* the following 3 are used on the class listing page */
.schooltitle {
	display:block;
	width:100%;
	padding:0 0 0 0;
	font-size:18px;
	font-weight:bold;
	line-height:1.4em;
	background-color:#00457C;
	color:#FFFFFF;
	border-right:1px solid #FFFFFF;
}
.classtitle {
	padding-left:15px;
	font-size:14px;
	font-weight:bold;
	line-height:1.2em;
	color:#D0900B;
}
.linetitle {
	padding-left:25px;
	color:#00457C;
}
.blogentry-container{
	width:550px;	
}
.blogentry-postedby{
	display:none;	
}
.blogentry-date{
	padding-top:15px;
}
.blogentry-title{
	padding-left:10px;
	padding-top:10px;
}
.blogentry-body{
	border-bottom: 1px dotted #666;
	padding-bottom: 1em;
	padding-left:10px;
	padding-top:10px;	
}
.navbutton {
	width:100%;
	color:#142E66;
	vertical-align:middle;
	text-align:right;
	font-size:10px;
	padding:5px 20px 5px 3px;
}
.navbutton a:link,.navbutton a:visited {
	display:block;
	color:#142E66;
	text-decoration:none;
	background-color:none;
}
.navbutton a:hover {
	position:relative;
	color:#FFFFFF;
	background-color:#142E66;
/*	background:#142E66; */
}
.navbuttonon {
	position:relative;
	width:100%;
	vertical-align:middle;
	text-align:right;
	font-size:10px;
	color:#FFFFFF;
	padding:5px 20px 5px 3px;
	background-color:#142E66;
	background:#142E66;
	cursor:hand;
}
.navbuttonon a:link, .navbuttonon a:visited {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
.navbuttonon a:hover {
	color:#FFFFFF;
	background-color:#142E66;
	background:#142E66;
}

/*Calendar Formatting*/
.calcontainer {
	height:100%;
	width:90%;
	position:relative;
}
.calcolumn{
	float:left;
	width:200px;
	padding-top:10px;	
}
.evtcolumn{
	/*float:left;*/
	padding-top:10px;	
}
.Calendar_monthYearHeading {
	padding:10px 0px 10px 0px;
	font-size:20px;
	color:#1C4296;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.Calendar_heading_right {
	display:block;
	font-size:12px;
	color:#1C4296;
}
.Calendar_heading_left {
	display:block;
	font-size:16px;
	color:#1C4296;
}

.Calendar_listEvent {
	border-bottom: 1px dotted #DCCCA8;	
	margin-bottom: 1em;
	padding-bottom: 1em;
}
div.calendar {
	padding-bottom:10px;
	padding-top:10px;
}

div.calendar table {
	background-color: #FFEB8A;
	border: 1px solid #999999;
}

.calendar td, .calendar th {
	height: 25px;
	text-align: center;
}

.calendar th {
	background-color: #EAE4BB;
	border-bottom: 1px solid #666;
}

.calendar td.has_events {
	background-color:#142E66;
}

.calendar td.current_day a {
	background-color: #EEFFCE;
	border: 1px dotted #142E66;
	color: #000;
}

.calendar a {
	display:block;
	font-family:Arial;
	text-decoration:none;
	height: 20px;
	padding-top: 5px;
}
.calendar a:hover {
	color:#2354BD;
	background-color:#999;
}
.calendar td.has_events a {
	color:#fff;
}
a.calmonthlinks {
	padding-bottom:15px;
}
#cal2 {
	clear:both;	
}
#cal2 #title {
	text-align:left;
	
}
/*End Calendar Styling*/

/*mini-cal popup*/
/*Calendar pop-up styling */
.calendar_details_popup{
	border:1px solid #142E66;
	padding:0px;
	text-align:left;
}
.calendar_details_popup b{
	display:block;
	text-align:center;
	margin:0px;
	padding:5px 0px 5px 0px;
	width:100%;
	font-size:normal;
	background-color: #142E66;
	color:#fff;
}
.calendar_details_popup i{
	margin:0px;
	display:block;
	text-align:left;
	font-size:x-small;
	padding:8px;
	background-color:#DAD8CA;
}
.calendar_details_popup p{
	margin:0px;
	text-align:left;
	font-size:small;
	padding:3px 8px 8px 8px;
}

/*end mini-cal popup*/

/*YUI Menus - Interior Pages*/
/*no border around menus*/
.yui-skin-sam .yuimenu .bd {
	border: none;
}
.yui-skin-sam .yuimenuitem-selected {
	background-color: #142E66;	
}
.yui-skin-sam .yuimenu ul {
	padding:0px;
}
ul.first-of-type {
	background-color: rgb(249,196,18);
	border: 1px solid #fff;
}
/*submenus have a lighter background*/
ul.first-of-type ul.first-of-type {
	background-color: #F9DF60;
}
ul.first-of-type li {
	list-style-type: none;
	display:block;
	border-top: 1px solid #fff;
	padding:5px;
	padding-left:2px;
	font-size:10px;	
	z-index:10;
}
ul.first-of-type a {
	text-decoration: none;	
}
.yuimenuitemlabel {
	text-align: right;
	color: rgb(20,46,102);
	font-size:10px;
}
.yuimenuitem a:visited, .yuimenuitem a:link{
	color: #142E66;
	font-size:12px;
}
/*when a menu item is highlighted, show text in white*/
span.yuimenuitemlabel-selected a:link, span.yuimenuitemlabel-selected a:visited{
	color: #FFF;
}
a.yuimenuitemlabel-selected:link, a.yuimenuitemlabel-selected:visited{
	color: #FFF;
}
/*Submenus align to left*/
ul.first-of-type li li .yuimenuitemlabel {
	text-align: left;
}


/*YUI Menus - Home Page*/
.bd.top {
	margin-left:auto;
	margin-right:auto;
}
#index ul.first-of-type li {
	border-top:none;
}
#index ul.first-of-type li ul.first-of-type li {
	border-top: 1px solid #fff;
}
.yui-skin-sam .yuimenubarnav .yuimenubaritem {
	border:none;
}
.yui-skin-sam .yuimenubarnav li {	padding:5px;
}
/*remove this to put the arrow back in */
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel{
	padding:5px;
}
.yui-skin-sam .yuimenubaritemlabel {
	border:none;	
	padding:0px;
	text-align: center;
	color: rgb(20,46,102);
	font-size:10px;
}
.yui-skin-sam .yuimenubaritem-selected {
	background:none;
	background-color: #142E66;	
}
.yuimenubaritem a:visited, .yuimenubaritem a:link{
	color: #142E66;
	font-size:12px;
}
/*when a menu item is highlighted, show text in white*/
span.yuimenubaritemlabel-selected a:link, span.yuimenubaritemlabel-selected a:visited{
	color: #FFF;
}
#index.yui-skin-sam a.yuimenuitemlabel-selected:link, a.yuimenuitemlabel-selected:visited{
	color: #FFF;
}
#index.yui-skin-sam a.yuimenubaritemlabel-selected:link, a.yuimenubaritemlabel-selected:visited{
	color: #FFF;
}

/*override items from yui menu sytlesheet*/
#index.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected{
	border-width:0px;
	margin-left:0px;
	cursor:pointer;
	}
#index.yui-skin-sam .yuimenubar {
	background:none;
	border:none;
}
#index.yui-skin-sam .yuimenubaritemlabel{
	text-align:center;
	white-space:normal;	
}
/*remove this to put the arrow back in */
#index.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu{
	background:none;
}
.yui-skin-sam .yuimenubar {
	line-height: 1;
}
/* END YUI Menus */


/* BEGIN Sitemap menu */

#content-right li ul {
	margin-bottom: 1em;
}

#content_right li{
	text-indent: 1em;
}


#content_right li li {
	text-indent: 2em;
}

#content_right div.yuimenu,
#content_right div.bd,
#content_right div.yuimenu * ul {
	border: 0px 0px 0px 0px;
	background-color: #F5F2DF;
	border-color: #F5F2DF;
	margin-bottom: 1em;
}

#content_right li {
	margin-left: 2em;
	margin-bottom: 0.5em;
}

#content_right li div.yuimenu {
	margin-top: 0.5em;
}



#content_right .yuimenu, #content_right .yuimenu, #content_right .yuimenubar,  #content_right .yuimenu {
	left: auto;
	position: relative;
	top: auto;
	visibility: visible;
}


/* END Sitemap menu */


/* BSD blog */
.blogarchive-container {
	border: 1px solid #DCCCA8;
	float: left;
	margin-left: 3em;
	padding: 0.5em 1em;
}

.blogentry-container {
	float: left;
	padding: 1em;
}

.blogentry-title {
	color:#1C4296;
	display:block;
	font-size:12px;
}

.blogentry-date {
	color:#1C4296;
	display:block;
	font-size:16px;
}
/*
a.category_2 { background-color: #B0D3FF; border: 1px solid #B0D3FF; }

a.category_3 { background-color: #D6ED9A; border: 1px solid #D6ED9A; }

a.category_4 { background-color: #F9A7A6; border: 1px solid #F9A7A6; }

a.category_5 { background-color: #F7F49F; border: 1px solid #F7F49F; }

a.category_6 { background-color: #DFC1EB; border: 1px solid #DFC1EB; }
*/
a.category_2, b.category_2 { background-color: #0000FF; border: 1px solid #0000FF; }

a.category_3, b.category_3 { background-color: #009900; border: 1px solid #009900; }

a.category_4, b.category_4 { background-color: #FF0000; border: 1px solid #FF0000; }

a.category_5, b.category_5 { background-color: #FF9900; border: 1px solid #FF9900; }

a.category_6, b.category_6 { background-color: #990099; border: 1px solid #990099; }

a.ticket_button {
	border: 1px solid #000000;
	background-color:#CCCCCC;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display:block;
	text-decoration: none;
	width: 200px;
}
#error {
	color:red;padding-top:10px;
	}
}

