﻿@import '//fast.fonts.net/cssapi/c4c19388-bee2-470c-98fc-53176dd789b9.css';

/***********************************************************************************************************/
/***********************************************************************************************************/
/*font-family:'Trade Gothic LT W01 Bd CnNo-20';
font-family:'Baskerville W01 Regular_705699';
    */

	/*Main Page*/
	body{
	    padding:0px;color:#6a5834;font-size:16px; margin:0px; font-family:"Baskerville W01 Regular_705699";
    }


  a{outline-style:none}

/***********************************************************************************************************/
/***********************************************************************************************************/
/*Website header*/
	div#TitleHolder{margin:0px auto 0px auto}
    div#TitleHolder table {}
	div#TitleHolder table td a.HomeBtn{display:none}
	div#TitleHolder table td p.MainTitle{display:none}
	a.TitleBtn{font-size:0.8em;}
    /*Main site title text - school name span - not needed if p.MainTitle is hidden*/
    span.TitleSchoolName{}
    span.TitleSubText{}


 header {
    background: #53403A;
    min-width: 994px;
}

    #portal_links a {
    color: #cfbeaf;
    font-family: "Baskerville W01 Regular_705699";
    font-size: 16px;
    width: 50%;
    background: #3A2D28;
}

    .fl {
    float: left;
}
#portal_links a.selected {
    background: #53403A;
    opacity: 1;
    cursor: default;
}
.jnr .inner .state, .snr .inner .state {
    position: absolute;
    width: 26px;
    height: 20px;
    background: url('images/sprite.png') -5px -593px no-repeat;
    display: none;
    left: 50%;
    margin-left: -13px;
}
#portal_links a {
    color: #cfbeaf;
}
#portal_links .jnr .inner {
    border: solid #281F1C 1px;
    padding: 7px 0;
    text-align: right;
}
.fc::before, .fc::after {
    content: " ";
    display: table;
}
.fc::after {
    clear: both;
}
#portal_links .snr .inner {
    border: solid #281F1C 1px;
    padding: 7px 0;
    text-align: left;
}
.jnr .inner > div, .snr .inner > div {
    display: inline-block;
    position: relative;
    width: 497px;
    text-align: center;
}
.selected.jnr .inner .state, .selected.snr .inner .state {
    display: block;
}
a:hover {
    opacity: 0.5;
}
.grid-root {
    margin: 0 auto;
    width: 994px;
    padding: 0 15px;
}

.header-logo {
    background: url('images/sprite.png') -20px -150px no-repeat;
    width: 192px;
    height: 120px;
    display: block;
}

/***********************************************************************************************************/
/***********************************************************************************************************/

/*Footer*/
	div#footer{height:100px;
        color: #cfbeaf;
        background: #53403A;
        font-size: 14px;
        font-family: "Baskerville W01 Regular_705699";
        overflow: hidden;
        min-width: 994px;
    }
	div#footer table{width:994px; margin:0 auto; height:100px}
    /*left hand cell of footer*/
	#footerCrest{}
    /*text in footer on the right*/
	#footerText{color:#cfbeaf; text-align:center; vertical-align:middle; width:100%;}
	#footerText a{color:#cfbeaf}




/***********************************************************************************************************/
/***********************************************************************************************************/
/*Page layout div and table*/

    div#MainContainer{}
    table#Content
    {
	    width: 1002px; 
        margin:20px auto; 
        border-collapse:collapse;
        border-top:0px; 
        background-color:White; 
        border:1px solid white;
    }
    td#MenuHolder{
	    width:230px;
	    vertical-align:top; 
        padding-top:10px;
    }
    td#ContentHolder{
	    vertical-align:top; 
        padding:10px 10px 10px 25px; 
    }


	/*main titles on each page*/
	h5
	{
        background-color:#fff; 
		clear:both; 
        margin:15px 0px 15px 0px; 
        padding:7px 0px 12px 0px; 
        font-weight:Normal; 
        font-family: "Baskerville W01 Regular_705699";
        color: #b38f55;
        font-size: 28px !important;
        text-transform: uppercase;
        margin: 0;
        font-weight: 200;
	}
	
	/*Scrolling div scrollbar and border colors - e.g. fixtures and results boxes on homepage*/
	div.Scrolling{
	    overflow-x:hidden; 
	    overflow-y:scroll; 
	    height:310px;

        scrollbar-face-color: #eee; 
        scrollbar-track-color: #fff;
	    scrollbar-shadow-color: white;
	    scrollbar-highlight-color: white;
	    scrollbar-3dlight-color: white;
	    scrollbar-darkshadow-color: white;
	    scrollbar-arrow-color: #eee;
	    padding-right:10px
	}

/***********************************************************************************************************/
/***********************************************************************************************************/
		
/*
    Custom Nav - only need to use these if it's coming from the database
    If custom nav is added using the newer javascript (custom.js) then any custom classes can be added instead
*/
    div.SchoolCustomNav_Main{}
    div.SchoolCustomNav_Main ul{}
    div.SchoolCustomNav_Main li{}
	div.SchoolCustomNav_Main li:hover{}
    div.SchoolCustomNav_Main a{}
	div.SchoolCustomNav_Main a:hover{}
	

/***********************************************************************************************************/
/***********************************************************************************************************/

/*Main menu styles*/
    td#MenuHolder img.Crest, p#MenuCrestHolder{display:none}
	div#MenuDiv{}
	
	a.MenuHeading{
		background-image:url('images/Link_MenuHeading.gif'); background-repeat:no-repeat
	}

    #MenuDiv h3 {
        background: #CFBEAF;
        display: block;
        font-family: "Trade Gothic LT W01 Bd CnNo-20";
        font-size: 26px;
        font-weight: 200;
        text-transform: uppercase;
        padding: 15px 0 15px 15px;
        margin: 0 0 1px 0;
        color: #53403a;
    }


	/*Menu Items*/
	a.MenuItem
	{
		text-align:left; 
		display:block;
		white-space:nowrap;
		border-radius:0px;
        border:0;
		
        background: #F0EBE6!important;
        display: block;
        font-family: "Trade Gothic LT W01 Bd CnNo-20";
        font-size: 18px;
        text-transform: uppercase;
        padding: 15px 0 15px 15px;
        position: relative;
        margin-bottom:1px;
        color:#b38f55;


	}


    a.MenuItem span{margin:0!important; padding:0!important;}
	a.MenuItem:hover{
        opacity: 1 !important;
        background: #CFBEAF !important;
	}


    a.CurrentMenuItem {
        background-color: #53403A !important;
        color: #fff !important;
        opacity: 1;
    }
    a.CurrentMenuItem span{color:#fff!important}
  a.CurrentMenuItem span.sub_arrow {
    width: 10px;
    height: 16px;
    background: url('images/sub_arrow.png') 0 0 no-repeat;
    position: absolute;
    right: -10px;
    top:50%; margin-top:-8px!important;
}

        a.CurrentMenuItem:hover {
        background: #53403A!important;
        color: #fff!important;
        opacity: 1!important;
        }

    /*Sub menu dropdown holder*/
    div.SubMenu{margin:0px 5px 10px 5px; display:none; font-size:0.9em}


    /*School website link in menu - showing by default*/
    /*
    a#SchoolHomeMenuLink{display:none}
        MenuResources
    */
    a#MenuResources{display:none}
/***********************************************************************************************************/
/***********************************************************************************************************/

/*Loading message box*/

	/*Loading div*/
	div#loading{
		display:none
	}


	/*Loading image border color*/
	#imgLoading{border:1px solid #e3c859}
	
	/*Page loading text*/
	#loading p{
		margin:20px; text-align:center; color:white
	}
	#loading h1{color:white}

    /*in loading box and left hand menu (unless hidden)*/
    img.Crest{border:0px; position:relative; z-index:100}

	.FixtureDetail{background-color:#fdf5ce}

/***********************************************************************************************************/
/***********************************************************************************************************/

/*content on all pages is in custom box - for websites with photo on the background and 
    no main container background color this can be used to give a background oto content */
	.CustomBox{margin:5px; background-color:#fff; padding:0px 0px 10px 0px}


/***********************************************************************************************************/
/***********************************************************************************************************/

/*Login and home buttons - change positioning etc*/

  #HomeLoginBtn,#HomeBtn{position:absolute; left:50%; margin-left:400px; top:80px; white-space:nowrap;
                    padding: 8px 30px 7px 9px;
                    line-height: 125%;
                    font-weight: normal;
                    text-decoration: none;
                    color: #cfbeaf!important;
                    font-size: 21px;
                    text-transform: uppercase;border:0; border-radius:0; background:transparent!important;
                    font-family:"Trade Gothic LT W01 Bd CnNo-20"
                  }
  a#HomeBtn{margin-left:220px!important;}
  #HomeLoginBtn span,#HomeBtn span{background:none; padding:0; margin:0;color: #cfbeaf!important;}

/***********************************************************************************************************/
/***********************************************************************************************************/

/*Featured school gold whistle box*/

    div#FYSSubMenu{padding:10px 5px 5px 5px; white-space:nowrap; margin:1px 1px 0px 0px; position:relative; z-index:2}
    p#SS{margin:0px; text-align:center}

/***********************************************************************************************************/
/***********************************************************************************************************/




/*General styles below which don't normally need to be edited*/
.invisible{
	display:none
}
a, #accordion a, #accordion2 a, .accordion a, .tabs a
{
	color:#b38f55; text-decoration:none
}
a:hover, #accordion a:hover, #accordion2 a:hover{
	text-decoration:underline
}
a.Link{
	background-image:url('images/Link_Arrow.gif');
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:12px;
}
a.Report, a.FixtureDetailsLink, a.Video{
	background-image:url('images/Link_Report.gif');
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:12px;
}
a.Email{
	background-image:url('images/Link_Email.gif');
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:14px;
}
a.School{
}
a.Back{
	background-image:url('images/Link_Back.gif');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:13px; font-weight:bold
}
a.NewWindow{
	background-image:url('images/Link_NewWindow.gif');
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:12px;
}
a.MapLink{
	background-image:url('images/Link_MenuHeading.gif');
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-right:15px;
}

a.LogOut{font-weight:normal}
a.Edit{font-weight:normal}
.Save{font-weight:normal}
.Reset{font-weight:normal}
.Cancel{font-weight:normal}
p.Right{text-align:right}
p.Center{text-align:center}

span.SubTitle{
	font-size:90%
}
div.ActionPHolder{
	 width:280px; float:left; margin:5px; padding:5px; border:1px solid #eee; background-color:#fff
 }
table.ContentTable{
	border:1px solid gray; margin:0 auto; margin-top:20px; margin-bottom:20px; text-align:center; border-collapse:collapse; font-size:0.9em
}
table.ContentTable th{
	background-color:#eee; border :1px solid silver; text-align:center; padding:6px;
}
table.ContentTable td{
	background-color:#fff; border:1px solid silver; text-align:center; padding:6px
}
h1{
	margin:0px 0px 0px 0px; font-size:1.3em; text-align:center; color:#000; 
}
h2{
	text-align:center; font-size:1.2em;margin:20px 20px 0px 20px; clear:both
}
h3{font-weight:normal;font-size:0.9em}
h4{
	text-align:left; font-size:1.1em;margin:20px 20px 0px 20px; clear:both
}
#TeamPhotoHolder{
	display:none
}
iframe#OverviewFrame{
	width:100%; border:0px; height:60px; background-color:#eee
}
select{
	vertical-align:middle
}
.SportsMap{
	width: 100%; height: 250px; margin:20 auto; border:1px solid gray;
	}
.HomeSportsMap{
	width: 100%; height: 195px; margin:0 auto; border:0px;
	}
table.DetailsTable,table.edDetailsTable{
	border:1px solid gray; margin:0 auto; margin-top:20px; margin-bottom:20px; text-align:center; border-collapse:collapse; font-size:0.9em
}
table.DetailsTable th{
	background-color:#eee; border:1px solid silver; text-align:right; padding:6px;
}
table.DetailsTable td{
	background-color:#fff; border:1px solid silver; text-align:left; padding:6px
}
table.edDetailsTable th{
	background-color:#fff; border:1px solid silver; text-align:right; padding:6px;
}
table.edDetailsTable td{
	background-color:#eee; border:1px solid silver; text-align:left; padding:6px
}
/*this one is for news*/
div.Thumbnail{margin-top:5px;border :1px solid gray; width:60px; height:40px; background-repeat:no-repeat; background-position: center center;}

.ActionPThumb{
	height:75px; border:0px; margin:0px
}
.TeamPThumb{
	width:100px; height:55px; border:0px;
	}
.ReportText, .HistoryText{
	border:1px solid gray; padding:10px; background-color:white; font-size:1.2em
}
#Loading{
	color:gray
}


.ThumbHolder{float:left; width:120px; margin:10px;  padding:10px 0px 10px 0px; background-color:#eee}
.ThumbHolder div{border:1px solid #eee;width:100px; height:55px; margin:0 auto; overflow:hidden;}
.ThumbHolder div:hover{border:1px solid gray; background-color:gray}
p.Dev{
	color:#000; font-style:italic; text-align:center; margin:40px; font-size:1.2em
}
.EmptyDataMessage{margin:40px; text-align:center; padding:10px; background-color:white}
div#SelectDiv{text-align:center; padding:7px}
.TeamsTable{width:97%; margin:0 auto; border-collapse:collapse;}
.TeamsTable td{border-bottom:5px solid #eee; border-top:5px solid #eee; background-color:#fff; padding:5px; vertical-align:middle}
.TeamsTable td img{border:0px; vertical-align:middle}
.TeamsTable th{text-align:left; font-weight:bold; background-color:#eee; padding:5px}
.TeamsSubTable{border-collapse:collapse; width:100%}
.TeamsSubTable th{text-align:right; color:gray; border:0px; font-weight:normal; width:80px; background-color:Transparent; vertical-align:top}
.TeamsSubTable td{text-align:left; border:0px; vertical-align:top}
Table.TeamSummary{border-collapse:collapse; margin:0 auto; border:1px solid silver; background-color:#fff}
Table.TeamSummary th{text-align:center; font-weight:normal; background-color:#eee; padding:5px; border:1px solid silver; color:gray}
Table.TeamSummary td{text-align:center; border:1px solid silver; padding:5px; font-weight:bold; background-color:#fff}
div#accordian{font-size:0.9em; font-weight:normal;}
div.HomePageBox{ border:1px solid silver; padding:3px 3px 10px 3px; margin:0px 2px 4px 2px; background-color:white}
table.HomeHeader{background-color:#eee; margin:0 auto; border-collapse:collapse; width:100%; margin-bottom:10px}
table.HomeHeader th{font-size:1.1em; text-align:left; font-family:"Trade Gothic LT W01 Bd CnNo-20"; text-transform:uppercase; font-size:18px; font-weight:normal!important; color:#53403a}
table.HomeHeader td{text-align:right; font-weight:normal; }

.ui-dialog-titlebar {font-size:8pt; height:20px }
div.ui-datepicker{font-size:8pt}
		

table.FixtureDetail{border:1px solid gray; margin:0px; background-color:white; width:100%}
td.MatchDate{vertical-align:top; white-space:nowrap; border-right:1px solid #eee;}
td.MatchDetail{vertical-align:top; border-right:1px solid #eee; text-align:center}
td.ResultDetail{vertical-align:top}
td.edFixtureRow{background-color:#eee}
a.More{font-size:9pt; font-weight:normal}
.TitleBtn{font-weight:normal; text-align:left; margin:2px}

.HomeTabContent{background-color:white; margin:-5px; padding:5px;height:327px!important;}
.ui-widget-content{background-color:white; background-image:none}
div.HomePageBox .tabs{border:0px; }
img.SportIcon{vertical-align:middle; border:0px}
div.HomePageBox .More{margin-right:15px;} 
.ui-tabs-panel .More{margin-right:0px!important;margin-bottom:-7px!important} 


.ui-button{background:#b38e54!important}
.ui-button-text, .ui-tabs-anchor{font-family:"Trade Gothic LT W01 Bd CnNo-20"; text-transform:uppercase; font-size:18px; font-weight:normal!important; color:#53403a}
.ui-tabs-anchor{ font-size:15px!important; }

p.HomeFixtureDateHeading[style]{color:#53403a!important;font-family:"Trade Gothic LT W01 Bd CnNo-20"; }
p.HomeFixtureDateHeading b{font-weight:normal!important }
p[style]{color:#6A5834!important}

