body {
	margin:0;
	padding:0;
	border:0; 
	width:100%;
	background:#ffffff;
	min-width:600px;/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color:#369;
}

a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}

p 
{
	margin:.4em 0 .8em 0;
	padding:0;
}

img 
{
	margin:10px 0 5px;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	border-bottom:1px solid #000;
}

#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}

#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}

#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}

#header ul li a:hover {
	background:#369;
	color:#fff;
}

#header ul li a.active,
	#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}

#header ul li a span {
	display:block;
}

/* this is for the header images */
.pics {
	height: 150px;
	width: 100%;
	padding: 0;
	margin:0;
	margin-top: -9px;
	margin-bottom: 22px;
	display:block;
}

.pics img {
	padding: 5px;
	border:1px solid #ccc;
	background-color: #eee;
	width:99%;
	height: 150px;
	top: 0;
	left: 0;
	opacity:.75;
	-moz-opacity:0.75;
	filter:alpha(opacity=70); /* IE patch */  
	display:block;
}

#layoutdims {
	clear:both; 
	background: url(../img/nav.gif) repeat-x;	
	border-top:4px solid #000;
	margin:0;
	padding: 6px 15px; /*!important; */
	text-align:right;
	color: #FFFFFF;
	font-weight: bold;
}


/* new - main body stuff */
#contentwrapper {
		float:left;
		width: 100%;
}

#contentcolumn {
		margin-left: 200px; /* set left margin to LeftColumnwidth */
}


#leftcolumn {
		float: left;
		width: 200px; /*width of left column */
		margin-left: -100%;
}

.innertube {
		margin: 10px;/* margins for inner div inside each column to provide padding */
		margin-top: 0;
}

.home {
		background-color:#eee;
}

/*
#varsity, #jv, #freshman {
		text-align: center;
		font-size:  100%;
		border-left: 5px double #bebea9; 
		border-top: 5px double #bebea9; 
	    border-right: 5px double #909070; 
		border-bottom: 5px double #909070;
}
*/

#varsity, #jv, #freshman {
text-align: center;
font-size: 100%;
border-left: 5px double #bebea9;
border-top: 5px double #bebea9;
border-right: 5px double #909070;
border-bottom: 5px double #909070;

* border-left: 5px double #bebea9;
* border-top: 5px double #bebea9;
* border-right: 5px double #909070;
* border-bottom: 5px double #909070
} 

#sked, #vol-concession, #pForm, #fielddir, #coaches, #dates {
		padding-left: 20px;
		padding-top: 10px;
		/* border: 0px;  */
}

#Varsity, #JV, #Freshman {
	padding-left:  20px;
}

#headline {
		text-align: center;
		font-size:  24px;
		font-weight: bold;
		color: #927b4c;
}

#news {
		text-align: center;
		font-size:  18px;
		color: black;
}

#popup {
	width: 850px;
	height: 850px;
}

/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}

.col2,
.navcol,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}

/*accordian menu styles */ 
.arrowlistmenu{
	width: 180px; /* width of accordion menu */
	background: url(../img/arrowlistmenu.gif) repeat-y;
}

.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: #927b4c;
	/* background: black url(titlebar.png) repeat-x center left; */
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	margin-top: 0px;
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	/* cursor: hand;*/
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	/* background-image: url(titlebar-active.png); */
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	/* color: #A70303; */
	color:black;
	/* background: url(arrowbullet.png) no-repeat center left - custom bullet list image */
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
	color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}


#footer{
		clear: left;
		width: 100%;
		background: black;
		color: #FFF;
		text-align: center;
		padding: 4px 0;
}

#footer a{
		color: #FFFF80;
}

.innertube{
		margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
		margin-top: 0;
}

.ui-tabs-hide {
display: none;
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.ui-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

.ui-tabs-nav li {
	float: left;
	margin: 0 0 0 1px;
	min-width: 84px; /* be nice to Opera */
}

.ui-tabs-nav a, .ui-tabs-nav a span {
	display: block;
	padding: 0 10px;
	/* background: url(../images/tab.png) no-repeat; */
}

.ui-tabs-nav a {
	margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
	padding-left: 0;
	color: #27537a;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
	outline: 0; /* prevent dotted border in Firefox */
}

.ui-tabs-nav .ui-tabs-selected a {
position: relative;
top: 1px;
z-index: 2;
margin-top: 0;
color: #000;
}
.ui-tabs-nav a span {
width: 64px; /* IE 6 treats width as min-width */
min-width: 64px;
height: 18px; /* IE 6 treats height as min-height */
min-height: 18px;
padding-top: 6px;
padding-right: 0;
}

.ui-tabs-nav a span { /* hide from IE 6 */
width: auto;
height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
	padding-bottom: 1px;
}

.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
	background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
	background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
	background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
	background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}

.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
cursor: pointer;
}
.ui-tabs-disabled {
opacity: .4;
/* filter: alpha(opacity=40); */
}
.ui-tabs-panel {
	border-top: 1px solid #97a5b0;
	padding: 1em 8px;
	background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
	padding: 0 0 0 20px;
	background: url(../img/loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
.ui-tabs-nav { 
	display: inline-block;
}

.text label {
	display:block;
}

form fieldset {
	clear: both;
	font-size: 100%;
	border: 1px dashed #AAA;
	/*
	border-color: #000000;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	*/
	padding: 10px;
	margin: 0 0 0 0;
}

form fieldset legend {
	font-size: 120%;
	font-weight: normal;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 5px;
}

label {
	font-size: 80%;
	display: block;
}

form div {
	clear: left;
	display: block;
	width: 354px;
	/* height: expression('1%');*/
	margin: 5px 0 0 0;
	padding: 1px 3px;
}

#playerForm label.error {
		margin-left: 10px;
		width: auto;
		display: inline;
}

form fieldset div.notes {
	float: right;
	width: 158px;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #ffffe1;
	color: #666666;
	font-size: 88%;
}

form fieldset div.notes h4 {
/*	background-image: url(/images/icon_info.gif); */
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0 3px 27px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
	color: #666666;
	font-size: 110%;
}

form fieldset div.notes p {
	margin: 0em 0em 1.2em 0em;
	color: #666666;
}

form fieldset div.notes p.last {
	margin: 0em;
}

form div fieldset {
	clear: none;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	margin: 0 0 0 144px;
	padding: 0 5px 5px 5px;
	width: 197px;
}

form div fieldset legend {
	font-size: 100%;
	padding: 0 3px 0 9px;
}

form div.required fieldset legend {
	font-weight: bold;
}

form div label {
	display: block;
	float: left;
	width: 130px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
	font-size:  80%;
}

.image .caption { font-size: 80%;
	font-family: Verdana, Arial, sans-serif;
    text-align: center; 
	color: #666666;
}

td img {
		display: block;
		height: 150px;
		width:  150px;
}

#warning
{
	color: red;
	font-weight: bold;
}

.hideme {
	display:none;
}
/*
#iframe { 
	width:80%; 
	border:5px;  
	height:300px;
	background: black;
}
*/


