/* STYLES FOR ALL PAGES */

/* Styles for top-level page components */
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Helvetica', Arial, sans-serif;
	background-color: #003c9e;
	font-size: 12pt;
}
.PR2-PageMargins {
	background: url('../images/BodyBackground.png'); 
	background-repeat: repeat-x;
	background-color: #002690;
	background-color: white;
}
.PR2-Page{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}			

/* Universal page styles */
a:link {
	color: #003c9c;
}
a:visited {
	color: #002869;
}
img {
	border: 0px;
}
p {
	line-height: 120%;
}
td p {
	margin-top: 0px;
}

/* Top Bar (shodor logo, search box, etc.) */
#topBar{
	height: 153px;
	height: 141px;
	position: relative;
	z-index: 1000;
}
#logoBar{
	display: block;
	background: url('../images/logoBaro.jpg'); 
	width: 800px;
	height: 96px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-decoration: none;
}
#searchWords {
	position: relative;
	float: right;
	margin-top: 4px;
	margin-right: 4px;
	width: 165px;
	height: 20px;
	border: none;
	z-index: 1000;
}
.topBarLinks {
	width: 500px;
	height: 17px;
	position: absolute;
	right: 6px;
	top: 32px;
	font-size: 0.8em;
	color: #ffffff;
	z-index: 1000;
	text-align: right;
} 
.topBarLinks a {
	color: #FFFFFF;
	text-decoration: none;
}
#searchCell{
	position: absolute;
	right: 0px;
	top: 47px;
}
.searchButton {
	width: 60px;
	height: 25px;
	background-color: #071E51;
	border-style: solid;
	border-color: #680404;
	border-width: 2px;
	border-right: none;
	color:white;
	font-size: 14px;
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: bold;
	text-shadow: black 0px 1px 2px;
	position: relative;
	left: 4px;
}
.searchBox_large {
	border: 2px solid #680404;
	border-left: none;
	width: 90%;
	height: 19px;
	font-size: 14px;
	position: relative;
	top: 1px;
}
.searchBox_small {
	border: 2px solid #680404;
	border-left: none;
	width: 175px;
	height: 19px;
	font-size: 12px;
}

/* Navigation Bar (from which pulldown menus expand) */
#mainNavigation{
	background: url('../images/mainNavButtons2.gif'); 
	background-position: bottom;
	width: 800px;
	height: 40px;
	position: absolute;
	bottom: -3px;
	z-index: 1000;
}
.navButtons{
	float: left;
	display: block;
	width: 128px;
	height: 40px;
}
.navButtons:hover {
	background: url('../images/mainNavButtons2.gif');
	background-position: left;
	float: left;
	display: block;
	width: 107px;
	height: 40px;
}
.navButtons.selected{
	background: url('../images/mainNavButtons2.gif');
	background-position: top left;
	float: left;
	display: block;
	width: 107px;
	height: 38px;
}
#homeButton{
	width: 124px;
}
#homeButton:hover {
	width: 124px;
	background-position: -1px -41px;
}
#homeButton.selected {
	width: 124px;
	background-position: 0px 0px;
}
#aboutButton{
	width: 124px;
}
#aboutButton:hover {
	width: 124px;
	background-position: -125px -41px;
}
#aboutButton.selected {
	width: 124px;
	background-position: -124px 0px;
}
#studentsButton{
	width: 124px;
}
#studentsButton:hover {
	width: 124px;
	background-position: -249px -41px;
}
#studentsButton.selected{
	width: 124px;
	background-position: -248px 0px;
}			
#parentsButton{
	width: 124px;
}
#parentsButton:hover {
	width: 124px;
	background-position: -373px -41px;
}
#parentsButton.selected{
	width: 124px;
	background-position: -372px 0px;
}					
#educatorsButton{
	width: 123px;
}
#educatorsButton:hover {
	width: 123px;
	background-position: -497px -41px;
}
#educatorsButton.selected {
	width: 123px;
	background-position: -496px 0px;
}				
#activitiesButton{
	width: 180px;
}
#activitiesButton:hover {
	width: 180px;
	background-position: -620px -41px;
}
#activitiesButton.selected {
	width: 180px;
	background-position: -620px 0px;
}
.navMenu {
	z-index: 1000;
}

/* Pulldown Menu styles */
.Pulldown {
	position: absolute;
	width: 94px;
	top: 32px;
	height: auto;
	background-color: #d0e0f5;
	border: 2px inset #071e51;
	z-index: 1000;
}
.Pulldown ul {
	list-style-type: none;
	font-family: sans-serif;
	font-size: 0.75em; color: #7b1308;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}
.Pulldown li, .Pulldown li a, .Pulldown li a span {
	height: 10px;
}
*>.Pulldown li, *>.Pulldown li a, *>.Pulldown li a span  {
	height: auto;
}
.Pulldown li a {
	display:block;
	position:relative;
	border-width:0px 0px;
	border-color:#d0e0f5;
	border-style:solid;
	color:#7b1308;
	text-decoration:none;
	margin:2px 1px;
	z-index: 1000;
	background-color:#e7edf8;
	padding-top: 4px;
	padding-bottom: 4px;
	height: auto;
}
.Pulldown li a span {
	display:block;
	border-width:0 0px;
	border-color:#d0e0f5;
	border-style:solid;
	position:relative;
	margin:0 0px;
	z-index: 1000;
	padding: 1px 8px;
}
.Pulldown li a span.indent {
	padding-left: 15px;
}
.Pulldown li a:hover {
	border-color:#003c9c;
	color:#ffffff;
	z-index: 1000;
}
.Pulldown li a:hover {
	border-color:#003c9c;
	background-color:#003c9c;
	z-index: 1000;
}
#aboutPulldown{
	left: 127px;
}
#studentsPulldown{
	left: 251px;
}
#parentsPulldown{
	left: 375px;
}
#educatorsPulldown{
	left: 499px;
}
#activitiesPulldown{
	left: 622px;
	width: 170px;
}

/* Page Footer */
#footer{
	height: 109px;
	position: relative;
	width: 798px;
	margin-left: auto;
	margin-right: auto;
}
#btmTxtStrip{
	background: url('../images/BottomBarLogos.gif'); 
	display: block;
	width: 798px;
	height: 35px;
	position: absolute;
	top: -1px;
	left: 0px;
}

/* Content area and titles on content pages */
.ContentWrapper {
	background: white;
	border-left: 1px solid #2D71AE;
	border-right: 1px solid #2D71AE;
	/*background: url('../images/newsletter_background.jpg') no-repeat;*/
}
.PR2-MainPage .ContentWrapper{
	background: none;
	border: none;
}
.ContentWrapperText {
	z-index: 1001; 
	padding: 20px;
	padding-top: 10px;
	min-height: 500px;
	height: 500px;
}
*>.ContentWrapperText {
	height: auto;
}
.PR2-MainPage .ContentWrapperText{
	padding: 0;
	min-height: 1px;
	min-height: none;
}
.title {
	font-size: 1.8em;
	font-weight: bold;
}
.PR2-MainPage .title{
	height: 0;
}
.subtitle {
	font-style: italic;
	padding-bottom: 2px;
	border-bottom: 1px solid #d1d1d3;
	margin-bottom: 3px;
}
.PR2-MainPage .subtitle{
	padding: 0;
	margin: 0;
	border-bottom: none;
}
#copus{
	position: absolute;
	right: 0;
	text-align: right;
	top: 8px;
	z-index: 1000;
}
/* Breadcrumbs on content pages */
.breadcrumbs {
	color: gray;
	font-size: 85%;
	margin-bottom: 15px;
}
.PR2-MainPage .breadcrumbs{
	margin: 0;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	color: gray;
}
.breadcrumbs a:active {
	color: black;
}

/* Styles that apply to the page content */
.leftContent {
	display: block;
	float: left;
	width: 49%;
}
.rightContent {
	display: block;
	margin-left: 50%;
	width: 49%;
}
#leftFeatureBox {
	display:block;
	width: 100%;
}
#rightFeatureBox {
	display:block;
	width: 100%;
}
div.contentFeature {
	background-image: url('../images/contentFeatureBG.png');
	background-repeat: repeat-x;
	padding: 5px;
}
div.contentFeature .title {
	font-size: 110%;
	font-weight: bold;
}
div.contentFeature .subtitle {
	margin-bottom: 10px;
}
div.contentFeature ul {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 5px;
}

div.contentFeature ul li {
	padding: 0em 0em 0.5em 0em;
}

div.contentFeature ul ul {
	padding-left: 3em;
}

div.contentFeature ul ul li {
	padding-top: 2px;
	padding-bottom: 10px;
}
.PR2-MainPage div.contentFeature{
	padding: 0;
}
div.ContentEndClearance {
	clear: both;
}
.right {
	float: right;
	margin-left: 5px;
}
.left {
	float: left;
	margin-right: 5px;
}
.leftImage {
	float: left;
	margin: 2px 10px 8px 0px;
}
.rightImage {
	float: right;
	margin: 2px 0px 8px 10px;
}
.rightImage, .leftImage {
	width: 252px;
	font-size: 90%;
	font-style: italic;
	color: #525252;
}
.announcement {
	background: rgb(255, 250, 205);
	border: 1px solid #f8d859;
	margin: 5px 7px 5px 0px;
	padding: 5px;
	clear: both;
}
.boardMember{
	float: left;
}
.section{
	padding: 10px 10px 20px 5px;
	overflow: hidden;
}
/* Bottom Bar styles */
#bottomBar {
	background: url('../images/BottomBackground.gif');
	background-color: #002690;
	background-color: #003c9e;
	width: 100%;
}
.bottomBarBtn {
	display: block;
	position: absolute;
	top: 0px;
	height: 36px;
}
#licensingBtn {
	width: 85px;
	left: 0px;
}
#privacyBtn {
	width: 85px;
	left: 155px;
}
#donationBtn {
	width: 315px;
	left: 302px;
}
#nsdlBtn {
	width: 120px;
	right: 0px;
}

/** Licensing page **/
#licensingDiv {
	background: white;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border:1px solid black;
	font-size: 11pt;
	font-color: gray;
}
#licensingText {
	text-align: center;
}

/* STYLES FOR SPECIFIC PAGES */

/* Emeriti Page */
.staffMiniList {
	margin: 15px;
}
.staffProject {
	font-weight: 700;
}
.emeritiQuote {
	font-size: 1.2em;
	font-style: italic;
	padding-left: 31%;
}
.emeritiImageDiv {
	float: left;
	border-right: 2px #dddddd solid;
	border-bottom: 2px #dddddd solid;
	background-color: #eeeeee;
	padding: 3px;
	width: 200px;
}
.emeritiImage {
	/*border-color: #000000;
	border-width: 1px;
	border-style: solid;*/
	width: 200px;
}
/*.emeritiName {
	margin-left: 30%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.emeritiCaption {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}*/	

.emeritiCaption .emeritiDetails {
	color: gray;
	font-size: 80%;
	font-style: italic;
	margin-left: 5px;
}
.emeritiContainer, .emeritiContainerEven {
	padding: 20px;
	margin: 4px;
}
.emeritiContainerEven {
	background-color: #d4e7f8;
}
.emeritiCredit {
	padding-left: 40%;
}
.emeritiCredit .emeritiName {
	margin: 0px;
	font-size: 110%;
	font-weight: bold;
}
.emeritiName {
	margin: 0px;
	font-size: 110%;
	font-weight: bold;
}
.emeritiCredit .emeritiCaption {
	padding-left: 1.5em;
}
.emeritiExperience {
	padding-left: 30%;
	font-size: 95%;
}
.emeritiExperience ul {
	margin-top: 0px;
	list-style-type: square;
}

/* Leading sub-pages (i.e., Students home) */
/* Images spanning both columns */
.splashContent {
	display: block;
	width: 765px;
	height: 191px;
}
.splashContent span {
	display: none;
}

/* Listing on PR pages (awards, etc.) */
.prlist td {
padding: 12px;
}

/* Home Page Content */
/* The upper half of the main home page */
#splash{
	height: 196px;
	position: relative;
	margin-top: 4px;
	z-index: 0;
}
#splashSctn1{
	background: url('../images/transforming.gif'); 
	width: 328px;
	height: 193px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#splashSctn2{
	background: url('../images/welcome.gif'); 
	width: 462px;
	height: 193px;
	position: absolute;
	top: 0px;
	right: 0px;
}
/* The Bottom Half plus Headline news strip */
#bottomArea{
	height: 180px;
	position: relative;
	z-index: 0;
}
#headlineNews{
	background: url('../images/headlineNews.gif'); 
	width: 800px;
	height: 34px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#headlineNewsLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
	height: 32px;
	border: 0px;
}
.headlineText{
	width: 700px;
	height: 32px;
	position: absolute;
	color: #1c4e88;
	top: 7px;
	left: 140px;
}
/* (Three) feature buttons along the bottom of the home page */
.homeFeature {
	width: 266px;
	height: 136px;
	display: block;
	position: absolute;
	top: 37px;
}
.homeFeature img {
	border: 0px;
}
#homeFeature1 {
	left: 0px;
}
#homeFeature2 {
	left: 267px;
}
#homeFeature3 {
	right: 0px;
}


/* Staff page styles */
.staffProgram {
	font-weight: 100;
	font-size: 0.8em;
	line-height: 0;
	margin-left: 15px;
}
.staffName {
	font-weight: 700;
	font-size: 1.1em;
	line-height: 0;
	margin-top: 4px;
	margin-bottom: 0.7em;
}

.videoDescription {
	font-size: 90%;
}

.PR2-Slot-TopBarAltText {
	display: none;
}


/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* Standard Listing Styles */
/*----------------------------------------------------*/

.Listing { border-bottom:1px solid black; margin-bottom:20px;}

/* Listing Header */
.Listing .listingHeader
{
	background-color:#2661C3;
	color:white;
	font-weight:bold;
	font-size:11pt;
	line-height:150%;
	border:1px solid black;
	width:100%;
}

.Listing .listingHeaderText
{
	display:block;
	padding:5px;
}

/* Listing Rows */
.Listing .rowContainer
{	font-size:11pt;
	border:1px solid black;
	border-top:1px dashed gray;
	border-bottom:none;

	width:100%; 
	
	padding:0px;
	margin:0px;
	}
	
.Listing .firstInSection .rowContainer { border-top:none;}
.Listing .evenRow .rowContainer { background-color:#f8f9ff; }
.Listing .oddRow .rowContainer { background-color:#f3f6ff; }

.Listing .rowTitle
{	display:block;
	float:left;
	width:160px;
	padding:5px;
	font-weight:bold;
	line-height:120%;	}

.Listing .rowContent
{	margin:0px;
	margin-left:180px;
	line-height:130%;
	padding: 5px;	}

/* Listing Thumbnails */
.Listing .thumbnail
{
	display:block;
	width:150px;
	height:80px;
	border:1px solid #d9d9d9;
	background-position: center;
	background-color: black;
	background-repeat: no-repeat;
	margin-bottom:5px;
}
.Listing .thumbnail.clickable
{	cursor:pointer;	}
.Listing .thumbnail.clickable:hover
{	border:1px solid blue; }
.Listing .thumbnail.clickable:active
{	border:1px solid darkblue; }

/* Listing Links */
.Listing a:link, .Listing a:visited{
	color: blue;
	text-decoration:none;
	border-bottom: 1px dotted blue;
}
.Listing a:hover{ border-bottom: 1px solid blue; }
.Listing a:active
{ color: darkblue; border-bottom: 1px solid darkblue; }

/* CategoryLinks and Listing Query (see descriptions below) */
.CategoryLinks, .ListingQuery
{	font-size:11pt;
	background-color:#2661C3;
	color:white;
	line-height:150%;
	border:1px solid black;
	border-bottom:none;
}

.CategoryLinks {width:100%;}
	
.ListingQuery {
	width: auto;
	padding-right: 5px;
}

/* CategoryLinks (at the top of the list, to the diff categories */
.CategoryLinks .categoryLinksContainer
{	display:block;
	padding:5px; }
.CategoryLinks a:link, .CategoryLinks a:visited
{	color:white; }

/* ListingQuery (the search box at the top of the list */
.ListingQuery .queryContainer { display:block; padding:5px; background-color:#2661C3; }
.ListingQuery input { font-size:11pt; font-family:sans-serif; padding-left:3px;padding-top:2px;}
.ListingQuery .results { margin-left:10px; color: white;}

/* No Results Pane (shows up when result count is 0) */
.Listing .listingNoResults
{	display:none; }

.Listing .listingNoResults div
{
	font-style:italic;
	padding:20px;
}
.clear{
	clear: both;
}


img.floatLeft {
	float: left;
	margin-right: 5px;
}

img.floatRight {
	float: right;
	margin-left: 5px;
}


/* MAIN SDR ResultSet */
.highlightedSearchTerm {
	background: #FBEE64;
}

#sbox{
	width: 150px;
}


.ResultSet-ItemTitle {
	font-size: 110%;
	font-weight: bold;
}
.ResultSet-Table {
	width: 100%;
	border: none;
}
.ResultSet-Table td {
	border: none;
	padding: 0px;
}
.ResultSet-ItemEven, .ResultSet-ItemOdd {
	padding: 10px;
}

.ResultSet-ItemEven {
	background: #f3f6ff;
}
.ResultSet-StatsBox {
	background-color: #ffffff;
}
.ResultSet-SearchBox td {
	padding: 10px;
}
.ResultSet-SearchBox {
	width: 100%;
	border:1px solid #CCC;
	border-collapse: collapse;
	margin-top:10px;
}
.ResultSet-SearchRow {
	width: 100%;
	background-color: #f3f6ff;
	border:#f3f6ff;
	border-width:10px;
	padding:0px;
}
.ResultSet-Query {
	font-weight: bold;
}

/*----------------------------------------------------*/
/* Flash */

#FlashWell td
{
	padding: 10px;
	background-color: white;
}

#FlashWell .flashNotice {
	border:2px dotted red;
	background: orange;
	color: black;
	padding: 20px;
}

.PR2-MetaSlot-FlashWell {
	margin: 4px;
	padding: 10px;
	background: orange;
	border-left: 4px solid #700f0f;
	border-top: 1px solid #700f0f;
}
