
body {
  font-family: "Times New Roman", "times new roman", Times, times, Georgia, georgia, serif;
  font-size: 10pt;
  color: #000000;
  background-color: #ffffff;
  text-align: left;
}

/* ---------- Site COLORS --------------
dark purple
  color: #674CAD;
medium dark purple
  color: #68217A;
light purple
  color: #9D80E6;
deep blue PMS 526
  color: #3B00ED;
orangeish yellow PMS 1365
  color: #FFB547;
*/


a.footer:link      { color: #68217A;   text-decoration: none; }
a.footer:active    { color: #68217A;   text-decoration: none; }
a.footer:visited   { color: #68217A;   text-decoration: none; }


/* --- Styles Imported into FCK editor --- */

/* main header */
h1 {
  font-family: "Century Gothic", "century gothic", Georgia, georgia, serif;
  font-weight: bold;
  font-size: 16pt;
  color: #3B00ED;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

t {
  
  color: green;
  background-color: #ffffff;
 
}


.footer_text{
   color: #000000;
   font-weight:400;
   vertical-align: bottom;
   text-align: center;
   font-size: 10pt;
}
/*
table.page_table {
  background-color:white;
  border-left:   solid 4px;
  border-right:  solid 4px;
  border-top:    solid 4px;
  border-bottom: solid 4px;
  border-color: #FCBA5E;
}*/

td.body_content {
  vertical-align: top;
  padding: 5px;
}

p {
   padding: 4px;
}


/*------------------------------------RIGHT COLUMN------------------------------------*/

td.right_margin {
	width: 190px;
	vertical-align: top;
	padding-top: 24px;
	border-top: 1px solid #C00;
	background: #EAEAEA;
	padding-bottom: 20px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin-left: 42px;
}

/*----------------------For the hover colors in the coaches player listing page and parent portal------------------------------------*/
.row_css {
  background-color:#EEEEEE;
}
.highlight_css {
  background-color:#DDDDDD;
}

.even_row_css_smaller {
  background-color:#EEEEEE;
  font-size:10pt;
}
.odd_row_css_smaller {
  background-color:#FFFFFF;
  font-size:10pt;
}
.highlight_css_smaller {
  background-color:#DDDDDD;
  font-size:10pt;
}

/*----------------------Styles below are for the ws_pubreg (Parent Protal)------------------------------------*/

div.box {
    background-color:#DDD;
    padding:15px;
    margin-bottom:20px;
}

div.navbox {
    background-color:#DDD;
    padding:5px;
    margin-bottom:10px;
    font-size:10pt;
}

div.errorblock {
    color:#F37924;
    font-weight:bold;
    font-size: 11pt;
    border: 2px #F37924 solid;
    padding:5px;
    margin:5px;
}

div.messageblock {
    font-size: 11pt;
    border: 2px #CCC solid;
    padding:10px;
    margin:5px;
}

#page_frame {
    margin: 5px 20px 5px 20px;  /*T R B L*/
    font-size: 11pt;
}

#page_frame a:link {
    color:#3B00ED;
}
#page_frame a:visited {
    color:#3B00ED;
}
#page_frame a:hover {
    color:#3B00ED;
    text-decoration:none;
}

.warning {
    color:#F37924;
    font-weight:bold;
}

fieldset {
     font-weight:bold;
     background-color:#DDD;
}

fieldset.no_bold {
     font-weight:normal;
     background-color:#DDD;
}

legend, input[type=submit],input[type=button],input[type=reset]{
    font-family: "Century Gothic", "century gothic", Georgia, georgia, serif;
    font-weight: bold;
    font-size: 11pt;
    color: #3B00ED;
}
h2.page_header {
  font-family: "Century Gothic", "century gothic", Georgia, georgia, serif;
  font-weight: bold;
  font-size: 12pt;
  color: #3B00ED;
  background-color: #ffffff;
}

h3.policy_label {
  font-family: "Century Gothic", "century gothic", Georgia, georgia, serif;
  font-weight: bold;
  font-size: 12pt;
  color: #3B00ED;
  margin:0px 0px 0px 2px;
}

tr.link_failure {
    background-color:#FFB547;
}


  
