﻿/* COMMON STYLES */

/******  SPC CSS Styles  *******/
.spcIntroBox {
    padding-bottom: 15px;
    border-bottom: 1px solid #4B4B4B;
}

.introInfoContent
{
/*	float:left;   */
	width:auto;
}

.pnlArc {
	border: 1px solid #4c6492;
	background: #fbf1ce url('images/icons/icon_arcPart.jpg') no-repeat top left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 5px 10px 75px;
/*	height: 44px;  */
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.pnlArc_Closed {
	border: 1px solid #4c6492;
	background: #e8e8e8 url('images/icons/icon_arcPart.jpg') no-repeat top left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 5px 0px 75px;
	height: 44px;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	margin:25px 0 0 0;
}

div.spcSchoolName
{
    letter-spacing: 0.03em;
    margin-bottom: 0.58em;
}


div.spcSchoolMotto
{
    margin-bottom: 0.58em;
}

.spcContentBox {
    margin-top: 15px;
    width: 100%;
    max-width: 100%;
}


.spcContentBoxLeft
{
	float:left;
	max-width:58%;
}

.spcContentBoxRight
{
	float:left;
	margin-left:15px; 
	max-width:42%;
}


.spcInfoBox {
    border-bottom: 1px solid #4B4B4B;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 400px;
}

.spcInfoBoxNoBorder {
    border-bottom: none !important;
}

.spcInfoBoxLeft
{
	float:left;
	width:50%;
	text-align:left;
	font-weight:bold;
	line-height:1.30em;
}

.spcInfoBoxRight
{
	float:left;
	width:50%;
	margin-left:0px;
	line-height:1.30em;
}

.spcInfoHeading {
    padding-bottom: 10px;
}

.spcInfoLabel {
    display: inline-block;
    width: 50%;
    font-weight: bold;
    line-height: 1.30em;
    vertical-align: top;
}

.verticalBaseline {
    vertical-align: baseline;
}

.spcInfoData {
    display: inline-block;
    width: 50%;
    line-height: 1.30em;
}

.piacImage {
    max-width: 90px !important;
}

.spcAddressBox {
    padding: 0px 0px 10px 10px;
    font-size: initial;
    font-weight: initial;
}


.spcLinkBtnBox {
 margin-bottom:5px;
}


.aodaLinkBtnWS, .aodaLinkBtnDF {
	display:inline-block;
}

.aodaLinkBtnWS {
	margin-right:2%;
}


.aodaLinkBtnWS a:focus .btnBoxStandard,
.aodaLinkBtnDF a:focus .btnBoxStandard  {
	border:0.14em dotted green;
}

.spcMapBox
{
	border:1px solid #ccc;
	margin:100px 0 0 10px !important;
	max-height:375px;
	max-width:288px;
	overflow:hidden;
}



.schoolMotto, .schoolIntro
{
    margin-top:10px;
}


span.dataheading
{
    font-weight: bold;
}

span.datavalue
{
    font-weight: normal;
}

div.datarow
{
    overflow: auto;
    margin-bottom: 15px;
}

div.dataheading
{
    font-weight: bold;
    display: block;
    float: left;
}

div.datavalue
{
    display: block;
    float: left;
}

.clear
{
    clear: both;
}
/* end of COMMON STYLES */

/* MAIN LAYOUT */
div.SchoolContent
{
 /*   width: 708px; */
	width:auto;  
}

div.SchoolIconMenu
{
    width: 206px;
}

/* end of MAIN LAYOUT */



/* ICON LINKS  and Left Nav Items */

div.iconBox
{
    margin-bottom: 10px;
    margin-left: 6px;
    margin-right: 0;
    text-align: center;
    width: 200px;
}

/*
div.iconBox div.iconImage 
{
    float: left;
    height: 50px;
    margin-right: 10px;
    width: 50px;
}
*/

div.iconBox div.iconText 
{
    text-align: left;
}

div.iconBox div.iconText a
{
    color: #000000;
    font-size: 0.92em;
    line-height: 1.02em;
    text-decoration: none;
}

.iconText
{
    border-bottom: 1px dotted #C9CDCD;
    margin: -18px 0 -6px;
    overflow: hidden;
    padding: 2px 0 6px;
}

/* end of ICON LINKS */



/* HOME LAYOUT */
div.homeMapColumn
{
    float: right;
    width: 240px;
    margin-left: 5px;
    margin-right: 5px;
}


div.homeMainColumn
{
    margin-right: 5px;
}


div.SPCGradeHead
{
	margin-bottom:25px;
}


div.homeMainColumn div.homePeople
{
    width: 390px; 
    
}

div.homeMainColumn div.homeAddress
{
    width: 390px;
}


span.homedatalabel
{
    width: 120px;
}


div.homedatalabel
{
    width: 120px;
}


div.external_links
{
	float: right;
	margin-top: 5px;
}


div.external_links img.external_link_image
{
	width: 22px;
	height: 22px;
	margin-left: 1px;
	border: 0px none #000000;
}
/* end of HOME LAYOUT */

/* FEATURE LAYOUT (also used by HOME page) */
div.feature {
    margin-top: 15px;
}

div.featureImage {
    display: block; 
    float: left; 
    width: 160px;
}

div.featureTextWithImage {
    display: block; 
    float: left; 
    width: 480px;
}
div.featureTextNoImage {
    display: block; 
}
/* end of FEATURE LAYOUT (also used by HOME page) */

/* DETAILS */
div.detailsinformation {
    float: left; 
 /*   width:400px; */
}

div.detailsimage 
{
     float: left; 
     width:240px;
}

/* end of DETAILS */

/* OTHER INFORMATION */
div.StudentLifeText
{
    float: left; 
    width: 440px;
    margin-right: 10px;
}
div.StudentLifeImage
{
    float: left; 
    width: 200px; 
    padding-left: 15px;
}

div.MoreInfoLeftColumn {
    float: left;
    width: 200px;
}

div.MoreInfoRightColumn {
    float: left;
    width: 400px;
}

div.ColourHeading {
    float: left;
    width: 130px;
}

div.ColourDisplay 
{
    float: left;
    width: 20px; 
    height: 20px; 
    border: 1px solid #000;
}

ul.MoreInfoResources
{
    margin-left: 5px;
}
/* end of OTHER INFORMATION */

/* COURSE CHART */
h2.CourseChartTitleRow {
    background-color: #737373;
    color: #ffffff;
    font-size: 1.2em !important;
    font-weight: bold !important;
    padding: 10px;
    margin: 25px 0 !important;
}

div.noResultContainer {
    background-color: #fbeed9;
    padding: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}


.searchSchoolBtn {
    margin-bottom: 20px;
}

br.clearFix {
    clear: both;
}

div.CourseChartFilterText {
    float: left;
    width: 240px;
    font-weight: bold;
}

div.CourseChartFilterValue select{
    max-width: 100% !important;
}
table.martop {
    margin-top: -25px;
}

table.CourseChart {
    width: 100%;
    background-color: #F2F2F2;
    margin-bottom: 10px;
}

tr.CourseChartPrintRow {
	padding:0;
}


tr.CourseChartPrintRow th.Print button {
    font-size: 0.90em;
    border: 1px solid #c4c2c2;
    background-color: #fbeed9;
    width: 100%;
	padding:4px 0;
}

tr.CourseChartPrintRow th.Print button:hover {
    border: 1px solid #737373;
    background-color: #737373;
	color:#fff;
}


th.Print {
    text-align: center;
	padding:0;
}


.capSubject {
    font-size: 1.5em;
    font-weight: bold;
}

tr.CourseChartSubjectRow td, tr.CourseChartSubjectRow th {
    background-color: #59786C;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 4px 0px 10px 10px;
}

tr.CourseChartSubjectRow td.SubjectTitle, tr.CourseChartSubjectRow th.SubjectTitle {
    text-align: left;
}


tr.CourseChartSubjectRow th.Level {
    text-align: center;
}

tr.CourseChartDataRow {
}

tr.CourseChartDataRow th.CourseTitle {
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FFFFFF;
}

tr.CourseChartDataRow td.CourseColumn 
{
    width: 100px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FFFFFF;
}

tr.CourseChartNoData td
{
    padding:40px 20px 0px 20px; 
    font-weight: bold;
    text-align: center;
}


/**** Styles for the course button function ****/
td.CourseColumn input {
	border:1px dotted #59786C!important;
	width:98%;
	padding:2px;
	border-radius:4px;
}

td.CourseColumn input:hover {
	background-color:#59786C;
	color:white;
}



/* end of COURSE CHART */

/* FACTS and FIGURES */

div.FactsLeftHeader, div.FactsRightHeader
{
    border: solid 1px #f2f2f2;
    padding: 4px 0px 10px 10px;
    background-color: #d3d3d3;
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
}

div.FactsRightHeader
{
    float: right;
    width: 150px;
}

.FactsLeft, div.FactsAlternateLeft,
.FactsRight, div.FactsAlternateRight  {
	float:left;
}

.FactsLeft, div.FactsAlternateLeft {
   padding: 4px 10px 5px 10px; 
	width:80%;
}

.FactsRight, div.FactsAlternateRight {
    padding: 4px 8px 5px 0px;
	text-align:right;
	width:18%;
}

div.FactsAlternateLeft {
   background-color: #f1f1f1;  
    padding: 4px 0px 5px 10px;
}

div.FactsAlternateRight {
	background-color: #f1f1f1; 
	text-align:right;
}


.SPCfcHead
{
   	margin-bottom:1.60em;
}
/* end of FACTS and FIGURES */


div.feature h2
{
    line-height:0.50em;
	margin-bottom:-0.70em;
}

div.SchoolContent h2
{
    line-height:-0.20em;
	margin-bottom:-0.20em;
	letter-spacing:0.03em;
}





/* STAFF */
#staff div.staffheading {
	font-weight: bold;
}

#staff div {
	float: left;
}
#staff div.staffname {
	width: 200px;
}
#staff div.stafftitle {
	width: 150px;
}
#staff div.staffphone {
	width: 100px;
}
#staff div.staffemail {
	width: 200px;
}
/* end of STAFF */

/* NEWSLETTERS */
#newsletters div.newsletter {
}
/* end of NEWSLETTERS */

/* STUDENT FEES */
#studentfees div.studentfee {
}
/* end of STUDENT FEES */


/* PRINT PROFILE */
.PrintProfilePDFlayouts {
	text-align: center;
	float: left;
	margin: 10px 40px 20px 40px;
}
/* end of PRINT PROFILE */


/********** CSS for Open House Tables *************/
.openHouseListTable, .openHouseListTableHome
{
	width:100%;
	border:1px solid #FFF;
	padding:0 0;
	border-left:none;
}

.openHouseListTableHome
{
	margin-left:-5px;
	width:100%; 
	max-width:400px;
}

.openHouseListTable tr th, .openHouseListTableHome tr th
{
	border-right:#FFF;
}

.openHouseProgramsDropDownMenu
{
	border:1px solid #CCC;
	height:26px;
	margin-top:1px;
	font-size:0.80em;
}

.openHouseListTableHome tr th, .openHouseListTableHome tr td
{
	text-align:left;
	border-right:#FFF;
	border:4px solid #fff;
	font-size:12px;
	padding:0 0 0 10px;
}

.openHouseListTableHome tr td
{
	padding:2px 2px 2px 5px;
    vertical-align: top !important;
}

td.cellDateCol
{
	width:70px; 
}

.spcContentBoxOpenHouse
{
/*	border:1px solid #F0F;  */
}

.openHouseProgram
{
	padding-left: 5px;
}

.progCol, .schoolColSize, .dateColSize, .programColSize {
	font-size:0.84em;
}

.dateColSize {
	width:12%;
}

/******* End of CSS for Open House Tables *********/


/********** CSS for Facilities Condition Index page *************/

.FCIcontainer {
	width: 200px;
	border: 1px solid #a5c9a2;
	text-align: center;
	margin-bottom: 40px;
}

.FCItitle {
	display: block;
	background-color: #cbf7c8;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5em;
}

.FCIvalue {
	display: block;
	background-color: #f2fdf1;
	font-size: 48px;
	line-height: 1.5em;
}

.SchoolContent table, .SchoolContent table td, .SchoolContent table th {
    background-color: none;
    border: none;
}

    .SchoolContent table td, .SchoolContent table th {
        border-bottom: 1px solid #FFF;
        margin-bottom: 1px;
    }
/*
.SchoolContent table td:nth-child(even) {
    background-color: #fdf6ec;
}
*/
/********** End of CSS for Facilities Condition Index page *************/
@media screen and (max-width: 860px) {
    .spcInfoBox {
        max-width: 100%;
    }
    .spcContentBoxLeft {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: auto;
    }
    .spcContentBoxRight {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: auto;
    }
    .spcMapBox {
        width: 100% !important;
        max-width: 100% !important;
        margin: 30px 0 0 10px !important;
    }

    #mapSpc iframe {
        width: 100%;
    }
}


@media screen and (max-width: 780px) {
.spcContentBox,
.homeLeftColumn .openHouseListTableHome {
	margin-left:0px!important;
	width:100%;
	max-width:100%;
}
}


@media only screen 
and (min-device-width : 568px) 
and (max-device-width : 824px) {
.homeLeftColumn .openHouseListTableHome {
	margin-left:0px;
}
}

/*
@media screen and (max-width: 415px) {
.homeLeftColumn .openHouseListTableHome {
	margin-left:0px;
	width:100%;
	max-width:100%;
}
}
table th {
    background-color: initial;
    color: initial;
    text-align: left;
}*/