﻿
/* top elements */
* { padding: 0; margin: 0; outline: 0; }

body {
	margin: 0;
	padding: 0;
	font: 11px/1.6em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #A9BAC3 url(bg.gif) repeat-x;
	text-align: center;
}

/* links */
a:visited {
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:link {
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: red;
	background-color: inherit;
	text-decoration:underline;
}

/* headers */
h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h2 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #B8860B; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

h3 {
	margin: 10px 15px;
}

h2 {
	margin: 10px 15px;
}

h1 {
	margin: 10px 15px;
}

p {
	margin: 10px 15px;
}
ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ol span {
	color: #666666; 
}

ul span {
	color: #666666; 
}

hr {
	width: 90%;
	text-align: center;
	line-height: 2px;
	color: blue;
	font-weight: bold;
}


gsc-branding {
  background-color: #000000;
  border: 1px solid;
  border-color: #ffffff;
  float:right;
  /* margin:5px 0px 5px 15px; */
}

.gsc-search-box {
  background-color: #000000;
  border: 1px solid;
  border-color: #ffffff;
  float:right;
  /* margin:5px 0px 5px 15px; */
}

.cse .gsc-control-cse {
  background-color: #000000;
  border: 1px solid;
  border-color: #ffffff;
  float:right;
  /* margin:5px 0px 5px 15px; */
}

/* images */
img {
	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 8px;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px 15px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 5px 10px 5px 20px;
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif;
    font-style: italic;
}

/* form elements */
form {
	margin:10px; padding: 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px 5px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding: 3px 5px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 5px 3px;
	color: #4284B0;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/* -------------------------------
	  LAYOUT
---------------------------------- */
#wrap {
	background: #FFF;
	width: 850px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}

	
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

.header-photo {
  border: none;
  padding: 0;
}


/* header */
#header {
	position: relative;
	height: 85px;	
	background: #000 url(headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

/* main */
#main {
	float: left;
	margin-left: 5px;
	padding: 0;
	width: 50%;		
}

#main-NoRight {
	float: left;
	margin-left: 5px;
	padding: 0;
	width: 75%;
}


.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.Byline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 15px;
}
.StoryTitle {
	font-family: bold 'Trebuchet MS', Arial, Sans-serif;
	font-size:  1.6em;
	font-weight:bold;
	color: #B8860B;
	margin: 0px;
	padding: 15px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 20%;
	margin: 0;	padding: 0; 
	display: inline;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:5px 0 5px 5px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 0px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:3px 5px 3px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:3px 5px 3px 10px;
	background: #f2f2f2;
	color: #6699FF;
	border-left:4px solid #6699FF;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;
	font-size:7pt		
}


/* Footer */
#footer { 
	clear: both;
    color: #fff;
	background: #A9BAC3;
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a:visited  {
	text-decoration: none;
	font-weight: normal;
}
#footer a:link  {
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
  color: #333;
}
#footer .footer-left{
	float: left;
	width: 45%;
}
#footer .footer-right{
	float: right;
	width: 50%;
}

#footer .footer-center{
	float: center;
	width: 50%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.align-center {	text-align: center; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }
.blue  {	color: #0000FF; }
.red   {	color: #FF0000; }
.gold  {	color: #B8860B; }


/* Tables without Tables */
#tblwrap {
	width:400px;
	margin:0px auto;
	border:1px solid #bbb;
	padding:10px;
}

#tblheader {
	border:1px solid #bbb;
	height:80px;
	padding:10px;

	font-size: 12;
	font-weight: bolder;

	background: #B8860B;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
	
}

#tblcontent {
	margin-top:0px;
	padding-bottom:0px;
}

#tblcontent div {
	padding:0px;
	/* border:1px solid #bbb; */
	float:left;
}

#tblcontent-left {
	margin-left:0px;
	width:135px;
	font-weight:bold;
	color: #B8860B;
	
}

#tblcontent-main {
	margin-left:10px;
	width:500px;
	height:150px;
}

#tblcontent-right {
	margin-left:0px;
	font-weight:bold;
	color: #B8860B;
}

#tblfooter {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #bbb;
	width:878px;
}
#tblbottom {
	clear:both;
	text-align:right;
}

#tblcontent-box3 {
		/* padding:10px; */
		/* border:1px solid #bbb; */
		/* position:absolute; */
		/* margin-top:190px; */
		/* height:120px; */
	}

	#tblcontent-box2 {
		/* padding:10px; */
		/* border:1px solid #bbb; */
		/* position:absolute; */
		/* margin-top:190px; */
		/* height:120px; */
	}

	#tblcontent-box1 {
		/* padding:10px; */
		/* border:1px solid #bbb; */
		/* position:absolute; */
		/* margin-top:190px; */
		/* height:120px; */
	}

	#tblcontent-box1 {
		 margin-left:0px; 
		 width:100px;   
	}
	#tblcontent-box2 {
		margin-left:150px;
		width:200px; 
	}
	#tblcontent-box3 {
		margin-left:676px;
		width:202px;
	}

/* FEEDBACK FORM STYLE DATE STARTS HERE */

#FeedBack .element_label
{
    font-family:Arial;
    font-size:12px;
    color:#000000;
}
#FeedBack .error_strings
{
    font-family:Verdana;
    font-size:10px;
    color:#660000;
    border-style:solid;
    border-width:0px;
    border-color:#000000;
}
#FeedBack .sfm_float_error_box
{
    position:absolute;
    z-index:999;
    cursor:default;
    font-family:Verdana;
    font-size:10px;
    color:#660000;
    background-color:#ffff66;
    border-style:solid;
    border-width:1px;
    border-color:#660000;
}
#FeedBack .sfm_float_box_td
{
    padding:3px;
    cursor:default;
    font-family:Verdana;
    font-size:10px;
    color:#660000;
    background-color:#ffff66;
}
#FeedBack .sfm_close_box
{
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    color:#ffffff;
    background-color:#660000;
    border-width:0px;
    text-align:center;
}
#FeedBack .sfm_textbox
{
    padding:2px;
}
#FeedBack .sfm_textarea
{
    padding:2px;
}
#FeedBack .sfm_form_label
{
    font-family:Arial;
    font-size:12px;
    color:#000000;
}
#FeedBack .sfm_image_in_form
{
    border:0;
}
#FeedBack .sfm_captcha
{
    border:0;
}
#FeedBack .sfm_datepicker_icon
{
    border:0;
}

#FeedBack #heading_container
{
    position:absolute;
    left:8px;
    top:9px;
    width:510px;
    height:35px;
    z-index:11;
}
#FeedBack #heading
{
    position:absolute;
    left:116px;
    top:-10px;
    width:278px;
    height:44px;
    text-align:center;
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
    color:#000066;
}
#FeedBack #Name_container
{
    position:absolute;
    left:54px;
    top:54px;
    z-index:2;
}
#FeedBack #Name
{
    float:left;
    width:307px;
    height:16px;
    z-index:2;
}
#FeedBack #label_container
{
    position:absolute;
    left:10px;
    top:56px;
    width:39px;
    height:20px;
    z-index:1;
}
#FeedBack #label
{
    position:absolute;
    left:-1px;
    top:0px;
    width:40px;
    height:19px;
    text-align:right;
}
#FeedBack #Email_container
{
    position:absolute;
    left:54px;
    top:80px;
    z-index:4;
}
#FeedBack #Email
{
    float:left;
    width:332px;
    height:16px;
    z-index:4;
}
#FeedBack #label1_container
{
    position:absolute;
    left:11px;
    top:82px;
    width:38px;
    height:20px;
    z-index:3;
}
#FeedBack #label1
{
    position:absolute;
    left:0px;
    top:0px;
    width:38px;
    height:19px;
    text-align:right;
}
#FeedBack #label2_container
{
    position:absolute;
    left:3px;
    top:113px;
    width:44px;
    height:20px;
    z-index:6;
}
#FeedBack #label2
{
    position:absolute;
    left:-3px;
    top:-8px;
    width:47px;
    height:27px;
    text-align:right;
}
#FeedBack #Age_Group_container
{
    position:absolute;
    left:382px;
    top:113px;
    z-index:7;
}
#FeedBack #Age_Group
{
    float:left;
    width:44px;
    height:16px;
    z-index:7;
}
#FeedBack #label4_container
{
    position:absolute;
    left:330px;
    top:115px;
    width:37px;
    height:20px;
    z-index:8;
}
#FeedBack #label4
{
    position:absolute;
    left:-3px;
    top:-8px;
    width:40px;
    height:27px;
    text-align:right;
}
#FeedBack #Player_Name_container
{
    position:absolute;
    left:56px;
    top:113px;
    z-index:5;
}
#FeedBack #Player_Name
{
    float:left;
    width:252px;
    height:16px;
    z-index:5;
}
#FeedBack #label5_container
{
    position:absolute;
    left:13px;
    top:148px;
    width:33px;
    height:20px;
    z-index:10;
}
#FeedBack #label5
{
    position:absolute;
    left:-5px;
    top:0px;
    width:38px;
    height:19px;
    text-align:right;
}
#FeedBack #Coach_Name_container
{
    position:absolute;
    left:56px;
    top:146px;
    z-index:9;
}
#FeedBack #Coach_Name
{
    float:left;
    width:216px;
    height:16px;
    z-index:9;
}
#FeedBack #label7_container
{
    position:absolute;
    left:33px;
    top:193px;
    width:318px;
    height:20px;
    z-index:12;
}
#FeedBack #label7
{
    position:absolute;
    left:0px;
    top:-8px;
    width:286px;
    height:27px;
    text-align:left;
}
#FeedBack #satisfied_0_container
{
    position:absolute;
    left:382px;
    top:180px;
    width:100px;
    height:18px;
    z-index:13;
}
#FeedBack #satisfied_1_container
{
    position:absolute;
    left:382px;
    top:197px;
    width:100px;
    height:18px;
    z-index:14;
}
#FeedBack #label8_container
{
    position:absolute;
    left:35px;
    top:236px;
    width:307px;
    height:20px;
    z-index:15;
}
#FeedBack #label8
{
    position:absolute;
    left:0px;
    top:-8px;
    width:301px;
    height:27px;
    text-align:left;
}
#FeedBack #yes_no_0_container
{
    position:absolute;
    left:382px;
    top:223px;
    width:86px;
    height:18px;
    z-index:16;
}
#FeedBack #yes_no_1_container
{
    position:absolute;
    left:382px;
    top:241px;
    width:100px;
    height:18px;
    z-index:17;
}
#FeedBack #label9_container
{
    position:absolute;
    left:34px;
    top:278px;
    width:322px;
    height:36px;
    z-index:18;
}
#FeedBack #label9
{
    position:absolute;
    left:0px;
    top:0px;
    width:321px;
    height:36px;
    text-align:left;
}
#FeedBack #agree_options_0_container
{
    position:absolute;
    left:381px;
    top:268px;
    width:100px;
    height:18px;
    z-index:19;
}
#FeedBack #agree_options_1_container
{
    position:absolute;
    left:381px;
    top:286px;
    width:100px;
    height:18px;
    z-index:20;
}
#FeedBack #agree_options_2_container
{
    position:absolute;
    left:381px;
    top:304px;
    width:100px;
    height:18px;
    z-index:21;
}
#FeedBack #label10_container
{
    position:absolute;
    left:36px;
    top:342px;
    width:310px;
    height:20px;
    z-index:22;
}
#FeedBack #label10
{
    position:absolute;
    left:0px;
    top:0px;
    width:294px;
    height:19px;
    text-align:left;
}
#FeedBack #yes_no2_0_container
{
    position:absolute;
    left:382px;
    top:332px;
    width:100px;
    height:18px;
    z-index:23;
}
#FeedBack #yes_no2_1_container
{
    position:absolute;
    left:382px;
    top:350px;
    width:100px;
    height:18px;
    z-index:24;
}
#FeedBack #label12_container
{
    position:absolute;
    left:36px;
    top:390px;
    width:288px;
    height:20px;
    z-index:27;
}
#FeedBack #label12
{
    position:absolute;
    left:0px;
    top:0px;
    width:243px;
    height:19px;
    text-align:left;
}
#FeedBack #yes_no3_0_container
{
    position:absolute;
    left:382px;
    top:380px;
    width:100px;
    height:18px;
    z-index:28;
}
#FeedBack #yes_no3_1_container
{
    position:absolute;
    left:382px;
    top:398px;
    width:100px;
    height:18px;
    z-index:29;
}
#FeedBack #label11_container
{
    position:absolute;
    left:33px;
    top:442px;
    width:224px;
    height:20px;
    z-index:25;
}
#FeedBack #label11
{
    position:absolute;
    left:0px;
    top:0px;
    width:219px;
    height:19px;
    text-align:left;
}
#FeedBack #Comments_container
{
    position:absolute;
    left:33px;
    top:458px;
    z-index:26;
}
#FeedBack #Comments
{
    float:left;
    width:452px;
    height:48px;
    z-index:26;
}



#none {
}
