/*C-1
Sky High Volleyball
*/
body {
	color: #000;
	background-color: #fff;
	background-image: none;
	background-position: bottom left;
	background-repeat: no-repeat;
	font-family: 'vardana', 'arial', san-serif;
	font-size: .8em;
	padding: 0px;
	margin: 0px 0px;
}

* {
	margin-top: 0px;
	margin-bottom: 0px;
}
td {
	font-size: 12px;
	vertical-align: top;
}
ul li {
	text-align:left
}
a:link, a:visited {
	color: #6f0b14;
}
a:hover, a:active {
	color: #acacac;
}
.container {/*main body container*/
	min-width: 900px;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
  background-image: none;
	background-position: center top;
	background-repeat: repeat-x;
	border-top: 0px solid #f3f4f3;
}
.holder {/*inner containter for graphics*/
  background-image: none;
	background-position: center bottom;
	background-repeat: repeat-x;
}
.masthead{/*header above nav bar*/
	background-color: transparent;
  background-image: url('images/skyhighvolleyball/header_BG.png');
  background-repeat: repeat-x;
	background-attachment:scroll;
	background-position: center top;
	height: 200px;
}
.masthead div {/*goes to 4 divs deep for image placement last div with "background:transparent;" needs "height:auto;" for text to align properly in FF*/
  background-image: none;
  /* replace below for rotating GIF */         
  background-image: url('image.aspx?id=166');
 /*orig background-image: url('images/skyhighvolleyball/header_C.gif'); */
  background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
}
.masthead div div {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right top;
	height: 200px;
}
.masthead div div div {
  height: auto;
	background: transparent none;
}
.header1 {
display:none;
  padding: 0px 0px 0px 0px;
  background: transparent none;
	font-variant: normal;
  text-align: left;
}
.header2 {
display:none;
  padding: 0px 0px 0px 0px;
  background: transparent none;
	font-variant: normal;
  text-align: left;
}
.header1 h1 span span {
  font-size: 35pt;
	font-family: serif;
  color: #000!important;
}
.header2 h2 span span {
  font-size: 14pt;
	font-family: serif;
  color: #000!important;
}
.footerLeft, .footerRight {
	background: #000000;
}
.footerLeft{
	float: left;
	text-align:left;
	width: 30%
}
.footerRight {
	text-align: right;
}
p {
	margin: 0px 5px 10px 5px;
}
.sponsors ul li p {
	font-size: 14px !important;
	text-align: center;
	margin: 0px 0px 8px 0px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Geneva, Gadget, Arial, sans-serif;
	color: #000000;
}
h3 {}
.top h3 {
	background-color: transparent;
	background-image: none;
  background-position: right top;
  background-repeat: no-repeat;
  text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: auto;
}
.top h3 span {
	color: #000;
	display: block;
	background-color: transparent;
	background-image:none;
  background-position: left top;
  background-repeat: no-repeat;
	font-family: Tahoma, Verdana, Geneva, Gadget, Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	font-variant: auto;
	text-transform: normal;
	letter-spacing: 0px;
	padding-right: 0px;
	margin: 0px;
	white-space: nowrap;
	height: auto;
}
.top h3 span span {
	background-image: none;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-left: 40px;
  padding-top: 8px;
  height: auto;
}
.events h3, .messageBoard h3  {
}
h4 {
	font-size: 14px !important;
	font-weight: bolder;
	text-align: center;
	margin: 5px 0px 8px 0px;
	font-family: Tahoma, Verdana, Geneva, Gadget, Arial, sans-serif;
}
h6 {/* copy right */
	font-size: 10px;
	text-align: center;
	margin-bottom: 8px;
}





/* FORMAT NAVIGATION */
td.banner { /* header and nav TD */
  background-color: #fff;
  background-image: none;
  background-position: center bottom;
  background-repeat: repeat;
  padding-bottom: 0px;
  border-bottom: 2px solid #000;
}
div.nav {/* nav bar width container */
  background-color: transparent;
  background-image: none;
  background-position: center center;
  background-repeat: repeat;
  border-top: 0px solid #b731fe;
  border-right: 0px solid #b731fe;
  margin: 0px;
  padding-left: 0px;
}
div.nav div {/* nav bottom div */

  background-color: transparent;
  background-image: none;
  background-position: center center;
  background-repeat: repeat;
  padding: 0px;
  margin: 0px;
  zoom: 1;
}
div.nav div div{
  background: transparent;
}
div.nav div span {/* nav second div */
}
/* div <a> container  */
/* DO NOT EDIT below!!****************/
div.navLink { display: inline; float: left; /* inline = H -- none = V */
/* DO NOT EDIT above!!****************/
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: auto;
}
div.navLink div {/* div before <a>*/
	white-space: nowrap;
}
div.navLink div { /* placement div  hides the "welcome" box*/
	height: auto;
	display: inline;
}
html body .holder div.navLink a {/* links themselves */
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: bolder;
	font-variant: Auto;
	font-family: Arial, sans-serif;
	text-decoration: none;
	letter-spacing: 0px;
	margin: 0px;
}
html body .holder div.navLink a {/* old?? */
	margin: 1px;
	padding: 2px 0px 2px 2px;
	border-right: 2px solid #6f0b14;
}
html body .holder div.navLink a span {
	display: block;
	padding: 4px;
}
html body .holder div.navLink a:hover {/* link rollovers */
	background: url(images/skyhighvolleyball/header_BG.png) repeat-x center center;
	color: #6f0b14;
	padding: 0px;
	border: 2px solid #000;
}
html body .holder div.navLink a:hover span {/* link rollovers */
	padding: 3px;
	border: 1px solid #6f0b14;
}
html body .holder div.navLink a span span,
html body .holder div.navLink a:hover span span {
  padding: 0px;
  background: transparent none;
	border:none;
}

/* =============main content============= */
.rightColumn {
	width: 225px;
	padding: 12px 12px 12px 6px;
}
.middleColumn {
	padding: 12px 6px 12px 6px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.leftColumn {
	width: 325px;
	padding: 12px 6px 12px 12px;
}
.rightColumn,
.middleColumn,
.leftColumn {
	background: url(images/skyhighvolleyball/body_BG.png) repeat-x left top;
}
.top {
	background-image: url(images/skyhighvolleyball/subHeader_L.png);
  background-position: left top;
  background-repeat: no-repeat;
	height: 38px;
	margin-right: 10px;
display: block;;
}
.top h3 {
	background-image: url(images/skyhighvolleyball/subHeader_R.png);
  background-position: right top;
  background-repeat: no-repeat;
	height: 38px;
position: relative;
left: 10px;

}
.middle,
.middle td {
	color:#000;
}
.middle {
	background-image: url(images/skyhighvolleyball/modDecoration_L.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 0px;
  zoom: 1; /*stupid IE*/
}
.middle div {
	background: #fff url(images/skyhighvolleyball/modDecoration_R.png) no-repeat right bottom;
	margin-left: 6px;
}
.middle div div {
	background: none;
	margin: 0px;
	padding: 1px 5px 5px 2px;
}
.middle div div div {
}
.bottom {
	margin-bottom: 12px;
  background-color: transparent;
	background-image: url(images/skyhighvolleyball/mod_B_L.png);
  background-position: left bottom;
  background-repeat: no-repeat;
	margin-right: 10px;
}
.bottom div {
	height: 11px;
	background-image: url(images/skyhighvolleyball/mod_B_R.png);
  background-position: right bottom;
  background-repeat: no-repeat;
	position: relative;
	left: 10px;
}
.bottom div div { background: none; margin: 0px; padding: 0px;}


.full .top {
	background:url(images/skyhighvolleyball/center_T_L.png) no-repeat left top;
	margin-right: 10px;
	height: 11px;
}
.full .top h3 {
	background:url(images/skyhighvolleyball/center_T_R.png) no-repeat right top;
	height: 11px;
}
.full .middle {
	background: #fff none;
	border-left: 5px solid #6f0b14;
	border-right: 5px solid #6f0b14;
}
.full .middle div {
	background: none;
	border: none;
}
.full .bottom {
	margin-bottom: 12px;
  background-color: transparent;
	background-image: url(images/skyhighvolleyball/center_B_L.png);
  background-position: left bottom;
  background-repeat: no-repeat;
	margin-right: 10px;
}
.full .bottom div {
	height: 11px;
	background-image: url(images/skyhighvolleyball/center_B_R.png);
  background-position: right bottom;
  background-repeat: no-repeat;

	position: relative;
	left: 10px;
}
.full .bottom div div { background: none; margin: 0px; padding: 0px;}







.MsgBoardDataGrid {/* table */
	text-align: left;
	margin-bottom: 5px;
	margin-left: 0px;
}
.MsgBoardDataGrid td{ /* items */
	padding: 5px;
}
.TeamListDataGrid {
	text-align: center;
	width: 80%;
	margin: 0px;
}
.TeamListDataGrid td {
  border-bottom: 2px solid #000000;
 	padding: 2px;
	margin: 2px;
}
.ProgramListDataGrid {
	border: 0px;
	width: 80%;
	margin: 0px auto;
}
.ProgramListDataGrid td{
	padding: 3px;
	border: 0px;
	text-align: center !important;
}
div.sponsors ul li img {
	border: 0px !important;
}
div.sponsors ul {
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
div.sponsors ul li {
	list-style: circle outside;
	display: block;
	background-image: none;
	text-align: left;
	padding-top: 3px;
}
div.sponsors ul li a {
	padding: 0px 0px 5px 0px;
	text-align: left;
}


/*Calendar*/
table.calendar_mini td,
table.calendar_full td,
table.calendar_mini_TitleStyle td,
table.calendar_full_TitleStyle td {
	margin: 0px;
	padding: 0px;
	color: #fff;
}
.calendar_full_TitleStyle div {padding: 5px;}
.EventsClubPageBody{text-align: left;}
.EventsClubPageBody table table {margin-top: 0px;}

table.calendar_mini {
	margin-top: 5px;
	margin-left:auto;
	margin-right: auto;
	border: 1px solid #000;
	width: 85%;
}
table.calendar_mini_TitleStyle, table.calendar_full_TitleStyle {
	margin: 0px;
	padding: 0px;
	background: #6f0b14;
	font-weight: bold;
	border: 0px;
}
td.calendar_mini_NextPrevStyle a,
td.calendar_full_NextPrevStyle a {
	padding: 5px 3px;
	color: #fff!important;
}
th.calendar_mini_DayHeaderStyle, th.calendar_full_DayHeaderStyle {
	font-size: 12px;
	color: #fff;
	background: #ae757a;
	padding: 2px 0px;
  border: 1px solid #000;
}
td.calendar_mini_OtherMonthDayStyle, td.calendar_full_OtherMonthDayStyle {
	background: #505050;
	color: #000000;
	padding: 2px 5px;
  border: 1px solid #000;
}
td.calendar_mini_DayStyle, td.calendar_full_DayStyle {
	background: #fff;
	color: #000!important;
	padding: 2px 5px;
  border: 1px solid #000;
}
td.calendar_mini_TodayDayStyle, td.calendar_full_TodayDayStyle {
	color: #000;
	background: #6f0b14;
	font-weight: bold;
	padding: 2px 5px;
  border: 1px solid #000;
}
td.calendar_mini_TodayDayStyle a, td.calendar_full_TodayDayStyle a {
	color: #fff;
}

table.EventsDataGrid {
	margin: 10px auto;
	width: 80%;
	text-align:left;
}
table.EventsDataGrid td {
	border-bottom: 1px solid #000000;
	padding: 5px 0px;
}
span.EventsDataGridTextDate {
	margin-top: 5px;
}
span.EventsDataGridTextTitle {
	padding-bottom: 3px;
}
a.EventsDataGridTextMore {
}
#Events1_btnAllEvents {
}
table.EventsClubPageDataGrid {
	width: 100%;
	margin: 20px auto 0px auto;
}
tr.EventsClubPageDataGridHeaderStyle td {
	color: #000;
	background: #6f0b14;
	font-weight: bold;
	padding: 5px ;
}
tr.EventsClubPageDataGridItemStyle td {
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;
  /* for Mozilla */
  -moz-opacity:1;
  color: #fff;
	background-color: #555;
	padding: 5px ;
}
tr.EventsClubPageDataGridAlternatingItemStyle td {
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;
  /* for Mozilla */
  -moz-opacity:1;
  color: #fff;
	padding: 5px ;
	background-color: #ae757a;
}
table.calendar_full {
	text-align: center;
	width: 90%;
	margin: 10px auto;
	border: 1px solid #000;
}
td.calendar_full_NextPrevStyle a:link {
	padding: 8px 5px;
	color: #fff;
}
td.calendar_full_OtherMonthDayStyle, td.calendar_full_DayStyle, td.calendar_full_TodayDayStyle {
	height: 80px;
	vertical-align: top;
	text-align: left;
}
table.calendar_full td span a  {
	font-size: 10px;
	text-align: center;
	width: 100%;
	display: block;
}