@charset "UTF-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E2E2E2;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#wrapper1  {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/wrapper01.jpg);
	background-repeat: repeat-y;
} 
#header  {
	height: 65px;
	text-align: right;
	padding-right: 35px;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 80px;
	padding-bottom: 15px;
	background-image: url(images/menuBckgnd.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 0px;
	vertical-align: top;
	border: 0px;
}
#mainContent  {
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 172px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 48px;
} 
#mainContentpadded {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 172px;
	padding-top: 0px;
	padding-right: 72px;
	padding-bottom: 0px;
	padding-left: 48px;
}
#flashPanel {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: left 45px;
	border: 0px;
	border-right: 0px;
	padding-left: 45px;
}
#footer  {
	background-image: url(images/baseBckgnd.jpg);
	background-repeat: no-repeat;
	background-color: #E2E2E2;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	font-size: 11px;
} 
#footer a {
	color: #6785A7;
	text-decoration: none;
}
#wrapper2 {
	background-image: url(images/wrapper02.gif);
	background-repeat: no-repeat;
}
#loginPanel {
	margin-top: 50px;
	width: 150px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
}
#eventsPanel {
	float: right;
	width: 265px;
	margin-left: 25px;
	background-image: url(images/rightPanel.gif);
	background-repeat: repeat-y;
}
#eventsTop {
	background-image: url(images/rightPanel_top.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 15px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 10px;
}
/* --------------------TOOL TIP CONTENT ENDS ------------------------*/
#eventsBase {
	background-image: url(images/rightPanel_base.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	color: #083058;
	text-transform: uppercase;
	font-size: 16px;
	width: 100%;
	background-color: #FFF;
	height: 15px;
}
#eventsContent {
	padding-right: 10px;
	padding-left: 12px;
}
.newsletter {
	margin-bottom: 10px;
	float: left;
	margin-right: 5px;
}
h1 {
	font-size: 22px;
	color: #083058;
}
h2 {
	color: #6785A7;
	font-size: 16px;
	margin-bottom: 0px;
}
a {
	color: #6785A7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border : 0;
	text-decoration: none;
}
.fltrt {
	float: right;
	margin-left: 8px;
	margin-bottom: 10px;
}
.fltlft {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*-------------------- Menu Styling Starts Here --------------------*/

.arrowlistmenu{
	width: 150px;
}
.arrowlistmenu h2 a {
	font-size: 12px;
	color: #083058;
	text-decoration: none;
	font-weight: bold;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.arrowlistmenu h2 {
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: none; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-top: 0px;
	background-color: #083058;
	background-repeat: repeat-x;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(menus/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
	background-color: #FFF;
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #003c78; /*custom bullet list image*/
	display: block;
	padding-left: 30px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	background-image: url(menus/beeBullet.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}

.arrowlistmenu ul li a:visited{
	color: #003c78;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #003c78;
	background-color: #FBF7BE;
	padding-left: 30px; /*link text is indented 19px*/
	background-image: url(menus/beeBullet_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
}
.menuheader a {
	color: #FFF;
	text-decoration: none;
}
.menuheader a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* -------------------- Menu Styling Ends Here --------------------*/

/* --------------------TOOL TIP CONTENT------------------------*/

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: relative;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #FFFFCC;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
	padding-bottom: 10px;
	background-image: url(images/paperLines.gif);
}
.subheading {
	font-weight: bold;
	text-transform: uppercase;
}
table, tr, th {
	font-weight: normal;
}
.teacherPanels {
	padding-right: 5px;
	padding-bottom: 10px;
}
ul  {
	margin-left: 0px;
	padding-left: 15px;
}
h3 {
	margin-bottom: 0px;
}
#mapPanel {
	float: right;
	width: 400px;
	margin-left: 25px;
}

