/*
  "green_super_dark"=>"#003300"
  "green_dark"=>"#009900",
  "green_medium"=>"#96DA83",
  "green_light"=>"#e2ebd8"
*/

html {
   background-color: #f0f0f0;
}

#Header a {
 background-color: #336;
 background: url(/students/img/studentbanner.jpg) no-repeat;
}

#OuterContainer, #Footer, #Header a {
  width: 799px;
}

#ContentContainer 

{

width: 570px;

}

.box-title
{
	font-size: 75%;
	color: #999;
	font-weight: bolder;
	margin-bottom: -3px;
	margin-top: 0px;
	margin-left: 9px;
	font-style: italic;
}

.Content {
  width: 620px;
}

.StudentContent { 
  float:left;
  width:450px;
}

.StudentContent ul {
  list-style-image: url("/core/img/navigation-greenarrow.png");
  padding-top: 5px;
  padding-left:20px;
  margin-left: 0px;
  margin-top: 5px;
}

.StudentContent ol {
  padding-top: 5px;
  padding-left:20px;
  margin-left: 0px;
  margin-top: 5px;
}

.pagetitle {
  display: none;
}

/* sidebar stuff - JB -  7/31/06 3:43 PM */
.RightSidebar { 
  float:right; 
  width: 150px; 
  margin-left: 20px;
}

.RightSidebar h2 {
background-color: #66cc00;

color: #ffffff;

font-size: 11px;

padding-top: 6px;

padding-right: 5pt;

padding-bottom: 6px;

padding-left: 10px;

text-transform: uppercase;
}

.RightSidebar ul {
  background-color: #e2ebd8;
  padding-top: 4px;
}

.RightSidebar table {
  background-color: #e2ebd8;
}

.RightSidebar li {
  border-bottom: 1px dotted #009900;
  padding-bottom: 1px;
  padding-left: 3px;
}

.RightSidebar li a {
  text-decoration: none;
}

/* */
#Menu ul li.current a {
  background: #003300 url(/core/img/navigation-whitearrow.png) 9px 50% no-repeat;
}

.actbox {
  margin-bottom: 5px;
  background: #e2ebd8;
  padding: 3px;
  border: 1px dotted #009900;
}
.actbox a { font-size: 80%; }

.caption { color:#666; font-size: 75%; }
.photo { padding: 5px; margin: 5px; }

p { font-size: 90%; }
.StudentEvents table { font-size: 10px; }
.StudentEvents td { border-bottom: 1px dotted #96DA83; }
.StudentEvents {
  border-top: 1px solid #96DA83;
  margin-bottom: 4px;
  margin-right: 3px;
}

#StudentsAboutUs {
  padding-left: 15px;
  padding-right: 10px;
  margin-right: 5px;
}

.StudentsMainColumn {
  margin-top: 5px;
}

.StudentNewsItem {
  margin-top: 5px;
  padding-bottom: 3px;
  overflow: auto;
}

.StudentNewsItem .photo
{
	overflow: hidden;
	display: inline-block;
}

h2
{
	white-space: normal;
}

.StudentsMainColumn h2, .StudentNewsItem h2 {
  font-size: 14px;
  color: #003300;
  border-bottom: 1px #003300;
  margin-bottom: 3px;
  white-space: normal;
}
#mapContainer {
  border: 3px solid #e2ebd8;
}
/* custom blog post display */
.greenline { border-bottom: 1px dotted #003300; }
.postheadsmall { font-size: 90%; }
.comments { font-size: 9px; color: #666; }