
/* -------------------------------------------------------------------------*/
/* GENERAL STYLES THAT APPLY TO BASE HTML ELEMENTS */ 
/* -------------------------------------------------------------------------*/


body {
    font-family: Roboto, Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size:12pt;
    margin:0px;
	background-color:#ededed;
}

@font-face {
    font-family: 'socicon';
    src: url('font/socicon.eot');
    src: url('font/socicon.eot?#iefix') format('embedded-opentype'),
         url('font/socicon.woff') format('woff'),
         url('font/socicon.ttf') format('truetype'),
         url('font/socicon.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}

.socicon {
	font-size:large;
    font-family: 'socicon' !important;
}

a, a:link {
    text-decoration:none;
}

/* ----------------------------------------------------------
----- PAGE HEADING STYLES 
------------------------------------------------------------- */

.logoimage {
    text-align:left;
    float:left;
    height:50px;
    padding:5px;
    padding-right:10px;
}

.Header {
    font-size:16px;
    font-weight:700;
    height:102px;
    width:100%;
    color:white;
    text-transform:uppercase;
    font-family:Roboto;
    clear:both;
}

.Header2 {
    font-size:16px;
    font-weight:700;
    height:100px;
    background-color:black;
    width:100%;
    color:white;
    text-transform:uppercase;
    font-family:Roboto;
    clear:both;
}

.HeaderSmall {
    font-size:5pt;
}

.HeaderEmail {
    font-size:7pt;
    color:yellow;
}

.HeaderEmail  a:link,.FileHeader a:visited{
    font-size:7pt;
    color:orange;
}

.HistoryArea {
    padding:30px;

}

.BodyTitle {
    margin-left:5px;
	font-size:16pt;
	font-weight:400;
	color:#e7302c;
	margin-bottom:10px;
	font-family:Roboto;
}

/* ----------------------------------------------------------
----- COURSE STYLES
------------------------------------------------------------- */

.CourseContainer {
	background-color:white;
    height:70px;
    width:100%;
	margin-bottom:15px;
	border-right:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
}

.CourseDescContainer {
	background-color:white;
	margin-bottom:15px;
	border-right:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
}

.CourseName {
	padding:10px;
	font-size:16pt;
	font-weight:500;
    font-family:Roboto;
    color:black;
    float:left;
}

.CourseSuffix {
	font-size:12pt;
	font-weight:300;
    font-family:Roboto;
    color:#0e02a9;
}

.CourseImage {
    border-radius: 30px;
	text-align:left;
	width:60px;
    height:60px;
    margin:5px;
    margin-right:10px;
    margin-left:10px;
    float:left;
}

.CourseYearDate {
    background-color:black;
    margin:8px;
    padding:5px;
    padding-top:0px;
    font-size:22pt;
    width:80px;
    height:49px;
    color:white;
    font-weight:700;
    float:left;
    text-align:center;
    line-height:19px;
}

.CourseMonth {
    font-size:9pt;
    font-weight:300;
    text-transform:uppercase;
}

.CourseDescImage {
    border-radius: 50px;
	text-align:left;
	width:100px;
    height:100px;
    margin:5px;
    margin-right:10px;
    margin-left:10px;
    margin-top:10px;
    float:left;
}

.CourseDesc {
    margin-top:5px;
    margin-bottom:20px;
    margin-left:20px;
    margin-right:20px;
	font-size:medium;
	font-family:Roboto;
    font-weight:300;
	color:#484848;
}

CourseCertButton {
    float:right;
    margin-right:20px;
    font-size:8px;
    font-weight:300;
    font-family:Roboto;
    text-transform:uppercase;
}





























fieldset {
    padding:20px;
    margin-bottom:10px;
    border:0px solid black;
}

legend {
    background-color:black;
    color:white;
    width:1079px;
    font-weight:900;
    font-size:14pt;
    margin-left:-22px;
    padding:5px;
    text-transform:uppercase;
}









label {
    font-size:12pt;
    font-weight:bold;
    text-transform:uppercase;
    color:#674b01;
}


form {
    margin-bottom:0px;
}

input[type=password],input[type=text],select{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;border:1px solid #ddd;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.07);
    background-color:#f6f6f6;
    color:#333;
    outline:0;
    -webkit-transition:.05s border-color ease-in-out;
    transition:.05s border-color ease-in-out;
    font-size:12pt;
    margin-bottom:20px;
    width:100%;
    padding:5px;
}
input[type=password]:focus,input[type=text]:focus,select:focus{
    border-color:#01671e;
    -webkit-box-shadow:0 0 2px rgba(1,103,30,.8);
    box-shadow:0 0 2px rgba(1,103,30,.8);
    background-color:#fff;
}

input[type=radio]{
    width:20px;
    height:20px;
    margin-bottom:20px;
    padding:5px;
}
input[type=radio]:focus{

}

.radiotext{
    color:#686767;
    font-size:17pt;
}

input[type=button],input[type=submit],button{
    background-color:black;
    border:0px;
    padding:8px;
    color:white;
    font-size:12pt;
    margin-bottom:10px;
    text-transform:uppercase;
    font-weight:700;
}

h2{
    font-family:'Segoe UI Light';
    font-size:26pt;
    color:#674b01;

}

a {
    text-decoration:none;
}

/* -------------------------------------------------------------------------*/
/* LOGIN PAGE STYLES - THESE ARE ALL USED ON THE LOGIN SCREEN */ 
/* -------------------------------------------------------------------------*/

.Buttons{
    width:100%;
    text-align:right;
}

.BodyLogin {
    background-color:#f1f1f1;
}

.LoginLogo {
    text-align:center;
    padding-bottom:10px;
}

.LoginLogo img {
    width:400px;
}


.LoginContent{
        width: 400px;
        height: 600px;
        position:absolute;
        left:0; right:0;
        top:0; bottom:0;
        margin:auto;
        max-width:100%;
        max-height:100%;
}

.LoginBox {
    width:100%;
    height:300px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    border:1px solid #ddd;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.07);
    background-color:#fff;
    color:gray;
    outline:0;
    -webkit-transition:.05s border-color ease-in-out;
    transition:.05s border-color ease-in-out;
    font-size:12pt;
    padding:20px;
}

.ErrorBox{
    background-color:#ffdfdf;
    font-size:9pt;
    padding:10px;
    border:2px solid #8e0808;
    color:#8e0808;
    font-weight:bold;
    border-left:10px solid #8e0808;
}

/* -------------------------------------------------------------------------*/
/* MAIN INTERFACE STYLES */ 
/* -------------------------------------------------------------------------*/

.LeftNavBarSmall {
    background-color:#674b01;
    height:100%;
    width:60px;
    float:left;
}

.LeftNavBarLarge {
    background-color:#674b01;
    height:100%;
    width:200px;
    float:left;
}

.RightContent{
    width:100%;
    height:100%;
    background-color:#eeeeee;
}

.TopHeader{
    background-color:white;
    width:100%;
    height:70px;
    border-bottom:1px solid #d1caca;
}

.InterfaceLogo {
    height:60px;
    margin-top:5px;
    margin-left:10px;
}

.But {
    width:60px;
    height:40px;
    background-image:url(images/but_background.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButInactive {
    width:60px;
    height:40px;
}

.But i, .ButInactive i {
    font-size:23pt;
    margin-left:10px;
    color:white;
}

.ButInactive i{
    font-size:23pt;
    margin-left:10px;
    color:#d2c49e;
}

.ButBurger {
    width:60px;
    height:80px;

}


.ButHome {
    width:60px;
    height:40px;
    background-image:url(images/but_home1.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButExplore {
    width:60px;
    height:40px;
    background-image:url(images/but_explore1.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButGuide {
    width:60px;
    height:40px;
    background-image:url(images/but_guide1.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButSettings {
    width:60px;
    height:40px;
    background-image:url(images/but_settings1.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButPages {
    width:60px;
    height:40px;
    background-image:url(images/but_pages1.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButNews {
    width:60px;
    height:40px;
    background-image:url(images/but_news1.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButDocuments {
    width:60px;
    height:40px;
    background-image:url(images/but_documents1.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButBoard {
    width:60px;
    height:40px;
    background-image:url(images/but_board1.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButFields {
    width:60px;
    height:40px;
    background-image:url(images/but_fields1.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButEvents {
    width:60px;
    height:40px;
    background-image:url(images/but_events1.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButOpponents {
    width:60px;
    height:40px;
    background-image:url(images/but_opponents1.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButTeams {
    width:60px;
    height:40px;
    background-image:url(images/but_teams1.png);
    background-position:center;
    background-repeat:no-repeat;
}


.ButApps {
    width:60px;
    height:40px;
    background-image:url(images/but_apps1.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButUsers {
    width:60px;
    height:40px;
    background-image:url(images/but_users1.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButSponsors {
    width:60px;
    height:40px;
    background-image:url(images/but_sponsors1.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButLinks {
    width:60px;
    height:40px;
    background-image:url(images/but_links1.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButSnacks {
    width:60px;
    height:40px;
    background-image:url(images/but_snack1.png);
    background-position:center;
    background-repeat:no-repeat;
}



.ButHomeInactive {
    width:60px;
    height:40px;
    background-image:url(images/but_home2.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButExploreInactive {
    width:60px;
    height:40px;
    background-image:url(images/but_explore2.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButGuideInactive {
    width:60px;
    height:40px;
    background-image:url(images/but_guide2.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButSettingsInactive {
    width:60px;
    height:40px;
    background-image:url(images/but_settings2.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButPagesInactive {
    width:60px;
    height:40px;
    background-image:url(images/but_pages2.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButNewsInactive {
    width:60px;
    height:40px;
    background-image:url(images/but_news2.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButDocumentsInactive {
    width:60px;
    height:40px;
    background-image:url(images/but_documents2.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButBoardInactive {
    width:60px;
    height:40px;
    background-image:url(images/but_board2.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButFieldsInactive {
    width:60px;
    height:40px;
    background-image:url(images/but_fields2.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButEventsInactive {
    width:60px;
    height:40px;
    background-image:url(images/but_events2.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButOpponentsInactive {
    width:60px;
    height:40px;
    background-image:url(images/but_opponents2.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButTeamsInactive {
    width:60px;
    height:40px;
    background-image:url(images/but_teams2.png);
    background-position:center;
    background-repeat:no-repeat;
}


.ButAppsInactive {
    width:60px;
    height:40px;
    background-image:url(images/but_apps2.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButUsersInactive {
    width:60px;
    height:40px;
    background-image:url(images/but_users2.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButSponsorsInactive {
    width:60px;
    height:40px;
    background-image:url(images/but_sponsors2.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButLinksInactive {
    width:60px;
    height:40px;
    background-image:url(images/but_links2.png);
    background-position:center;
    background-repeat:no-repeat;
}

.ButSnacksInactive {
    width:60px;
    height:40px;
    background-image:url(images/but_snack2.png);
    background-position:center;
    background-repeat:no-repeat;
}

.MainContent {
    width:93%;
    padding-left:90px;
    border:0px;
    height:80%;
}

.TopUserInfo{
    border:0px;
    float:right;
    height:50px;
    text-align:right;
    width:300px;
}

.AvatarImage {
    height:60px;
    width:60px;
    padding-top:5px;
    padding-right:10px;
}

.UserInfo {
    padding-top:5px;
    padding-right:10px;
    text-align:left;
    float:right;
    font-size:10pt;
}

.UserFont {
    font-weight:bold;
    color:#2b6cae;
    text-transform: uppercase;
}

.EmailFont{
    font-weight:bold;
    color:gray;
    font-size:9pt;
}


.SectionTitles{
    color:#2b6cae;
    font-size:16pt;
    font-weight:bold;
    text-transform: uppercase;
    margin-right:20px;
}

.SectionTitlesInactive {
    color:gray;
    font-size:16pt;
    font-weight:bold;
    text-transform: uppercase;
    margin-right:20px;
}

.ExploreContent {
    width:100%;
    float:left;
    border:0px;
    height:80%;
    margin-top:20px;
    overflow-y:scroll;
}

.AddExploreContent {
    width:100%;
    float:left;
    border:0px;
    height:80%;
    margin-top:20px;
    overflow-y:scroll;
}


.ItemContainer {
    float:left;
    border:1px solid black;
    background-color:white;
    margin-right:10px;
    margin-bottom:10px;
    width:200px;
}

.ItemIcon {
    width:200px;
    height:200px;
}

.ItemInfoContainer {
    background-color:black;
    padding:5px;
    font-weight:bold;
    color:white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ItemAddContainer {
    float:right;
    width:25px;
    height:25px;
    background-image:url(images/icon_add.png);
    margin-top:5px;
}

.CategoryFont {
    color:yellow;
    text-transform: uppercase;
}

.AdminPanel {
    margin-top:20px;
}

.ActionDIV {
    float:right;
    height:75px;
    margin-right:30px;
}

.SearchTextBox {
    width:50% !important;
}

.StandardTextBox {
    width:50% !important;
}

.DatePicker,.TimePicker {
    width:50% !important;
}

.StandardSelect {
    width:auto !important;
}



.OpponentImage {
    width:75px;
    height:75px;
}

.SponsorImage {
    width:125px;
    height:80px;
}

*.CoachImage {
    height:80px;
}

#opener{
    margin-left:10px;
}


/* -------------------------------------------------------------------------*/
/* TABLE STYLES */ 
/* -------------------------------------------------------------------------*/

.table-6 {
    width: 99%;
    border: 1px solid #B0B0B0;
}
.table-6 tbody {
    /* Kind of irrelevant unless your .css is alreadt doing something else */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: middle;
    background: white;
}
.table-6 thead {
    text-align: left;
}
.table-6 thead th {
    background: #674b01;
    border: 0px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
}
.table-6 td {
    padding: 5px 10px;
}
.table-6 tr:nth-child(even) {
    background: #F2F2F2;
}

/**
 * FILE: jquery.ptTileSelect.css
 * 	Default style for the timeselect container.
 * 
 *  LAST UPDATED:
 * 
 * 		- $Date: 2009/04/12 20:23:02 $
 * 		- $Author: paulinho4u $
 * 		- $Revision: 1.1 $
 */
#ptTimeSelectCntr {
	width: 250px; 
	font-size: .9em;
	position: absolute;
	z-index: 10;
	display: none;
}
#ptTimeSelectCntr .ui-widget{
	padding: .2em;
}
#ptTimeSelectCntr .ui-widget-header {
	padding: .2em;
}
#ptTimeSelectCntr #ptTimeSelectUserTime {
	font-size: larger;
	padding: .2em;
	padding-left: 1em;
	text-align: center;
}
#ptTimeSelectCntr #ptTimeSelectCloseCntr {
	display: block;
	padding: .2em;
}
#ptTimeSelectCntr #ptTimeSelectCloseCntr a {
	display: block;
	padding: .2em;
}
#ptTimeSelectCntr .ui-widget-content {
	 margin-top: .1em;
	 margin-bottom: .1em; 
	 padding: .2em;	
}
#ptTimeSelectCntr .ui-widget.ui-widget-content {
	margin-top: 0;
}
#ptTimeSelectCntr .ptTimeSelectLeftPane.ui-widget-content {
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right-width: 2px;
}
#ptTimeSelectCntr .ptTimeSelectRightPane.ui-widget-content {
	border: none;
}
#ptTimeSelectCntr .ptTimeSelectHrCntr a,
#ptTimeSelectCntr .ptTimeSelectMinCntr a {
	display: block;
	float: left;
	padding: .2em;
	width: 1.9em;
	margin: 1px;
	text-align: center;
	text-decoration: none;
}
#ptTimeSelectCntr .ptTimeSelectHrAmPmCntr a {
	text-align: center;
	margin: 1px;
}
#ptTimeSelectCntr .ptTimeSelectTimeLabelsCntr {
	font-weight: bold;
	font-size: .9em;
}
#ptTimeSelectCntr #ptTimeSelectSetButton {
	padding-top: .2em;
	padding-bottom: .2em;
}
#ptTimeSelectCntr #ptTimeSelectSetButton a {
 	display: block;
	padding: .2em;
	width: 30%;
	text-align: center;
	float: right;
}













