/*************************************************
 Style sheet generated by Themepark.westside.com
*************************************************/

/*************************************************
  Netscape 4.x does not handle padding properties
  correctly.  These properties are set in an
  external .css file.  Netscape 4.x will ignore this
  @import directive.
*************************************************/
@import url(css2.css);


/*************************************************
  Default classes for page elements.
  
  These classes will apply to elements which do not
  have an explicit class attribute set.
*************************************************/

body
  {
  /*background-color: #ffffff;*/
  color: #003366;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  text-align: center;
  margin: 0px;
  padding: 0px;
 }


td, th, p, .ws-bodytext
  {
  color: #0a0a0a;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  }

a, .ws-bodytext a
  {
  color: #4b4b4b; 
  font-weight: bold; 
  text-decoration: none;
  border:none;
  }

a:hover, .ws-bodytext a:hover
  { 
  text-decoration: underline;
  }
  
table{
 border-collapse:collapse;
}

h1, h2, h3, h4, h5{
color:#a0a0a0;
}
/*************************************************
  Tab Strip on the template view
*************************************************/

/* Class used for the tab indicating the current page */
.ws-nav-on
  { 
  background-color: #ffffff;
  text-align: center;
  padding: 0px 10px 1px;
  border-width: 1px 0;
  border-style: solid none;
  border-color: #000000 #000000 #ffffff;
  white-space: nowrap;
  }
  
/* Class used for all other tabs */
.ws-nav-off
  { 
  background-color: #cccccc;
  white-space: nowrap;
  border-width: 1px 0;
  border-style: solid none solid;
  border-color: #000000;
  padding: 0px 10px 1px;
  text-align: center;
  }

/* Class for all links on the tab strip. */
.ws-nav-on a, .ws-nav-off a
  {
  color: #0a0a0a; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-weight: bold; 
  }


/*************************************************
  Side navigation (also used for horizontal navigation)
*************************************************/

/* Class used for the tab indicating the current page */
.ws-sidenav-on
  {
  white-space: nowrap;
  }
  
/* Class used for all other tabs */
.ws-sidenav-off
  { 
  white-space: nowrap;
  }

/* Class for all links on the tab strip. */
.ws-sidenav-on a
  {
  font-weight: bold; 
  }

/*************************************************
  Header and footer on the template view
*************************************************/
.ws-main-field
  { 
  background-color: #d6e0eb;
  }

.ws-main-field-top
  {
  background-color: #d6e0eb;
  border-color: #000000;
  border-width: 0 0 1px;
  border-style: solid;
  white-space: nowrap;
  }

.ws-main-field-top a,
.ws-main-field-bottom a
  {
  color: #003366;
  font-weight: bold; 
  text-decoration: none;
  white-space: nowrap;
  }

.ws-main-field-bottom
  {
  background-color: #d6e0eb;
  border-color: #000000;
  border-style: solid none none;
  border-width: 1px;
  }

.ws-accentcolor
  {
  background-color: #000000;
  }

.ws-title
  {  
  color: #5f5f5f; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 15pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none;
  }
  
/*************************************************
  Default web page
*************************************************/
.ws-headline
  {  
  color: #003366; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none;
  }
  
.ws-subhead
  {  
  color: #003366; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
  font-style: normal; 
  font-weight: bold; 
  text-decoration: none;
  }
  
/*************************************************
  Data Region Classes
*************************************************/

/* Data Region Caption */
.ws-regioncaption
  {
  color: #003366;
  background-color: #d6e0eb;
  font-size: 10pt;
  font-weight: bold;
  border-color: #000000;
  border-style: solid none;
  border-width: 0;
  }

.ws-gridlines .ws-regioncaption
  {
  border-style: solid;
  }

/* Grid rows (1, 3, 5, etc.) */
.ws-data-td
  {
  color: #003366;
  background-color: #eceded;
  font-size: 10pt;
  border-color: #ffffff;
  border-style: none solid none none;
  border-width: 0 2px;
  }

/* Alternate grid rows (2, 4, 6, etc.) */
.ws-data-alt-td
  {
  color: #003366;
  background-color: #ffffff;
  font-size:10pt;
  border-color: #ffffff;
  border-style: none solid none none;
  border-width: 0 2px;
  }
  
.ws-data-td a:visited,
.ws-data-alt-td a:visited
  {
  color: #003366;
  }
.ws-gridlines .ws-data-td, .ws-gridlines .ws-data-alt-td
  {
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  }
table.ws-gridlines
  {
  border-collapse: collapse;
  }
/* Field captions in details, update, and insert modes */
.ws-detailcaption
  {
  color: #003366;
  font-weight: bold;
  }
  
/* Field values in details, update and insert modes */
.ws-detaildata, .ws-detaildata input, .ws-detaildata textarea, .ws-detaildata select
  {
  color: #003366;
  }

/* Field errors in update and insert mode */
.ws-error
  {
  color: #993366;
  }

/* Grid column captions */
.ws-thead
  {
  color: #003366;
  background-color: #cccccc;
  text-align: left;
  border-color: #ffffff #ffffff #000000;
  border-width: 0px 2px 1px 0px;
  border-style: solid;
  }
.ws-thead a
  {
  color: #399831;
  }
.ws-gridlines .ws-thead
  {
  border-color: #999999;
  border-width: 1px;
  }
.ws-totalrow
  {
  color: #003366;
  background-color: #cccccc;
  font-weight: bold;
  border-color: #ffffff;
  border-style: solid solid none none;
  border-width: 2px;
  }
.ws-gridlines .ws-totalrow
  {
  border-color: #999999;
  border-style: solid;
  border-width: 1px;
  }

/* Action bar */
.ws-actionbar
  {
  color: #003366;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid none none;
  border-width: 1px;
  }

/*Default style for the jump bar, and the row count*/
.ws-jumpbar
  {
  color: #003366;
  background-color: #ffffff;
  font-size: 10pt;
  }
  
/*Default style for the links on a jump bar*/
.ws-jumpbar a
  {
  color: #399831;
  background-color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  }

/* Default style for the links on a jump bar, on mouse over */
.ws-jumpbar a:hover
  {
  color: #399831;
  background-color: #ffffff;
  font-weight: normal;
  text-decoration: underline;
  }

/* Default style for the current page on a jump bar */
.ws-jumpbar a#currentpage
  {
  color: #003366;
  background-color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  }

/*Default style for the disabled links on the jump bar*/
.ws-jumpbar a#disabled
  {
  color: #cccccc;
  background-color: #ffffff;
  font-weight: normal;
  font-size: 10pt;
  text-decoration: none;
  }
  
/*************************************************
  Title Box Classes
  Title boxes are composed of two sections: a caption
  and a body.
*************************************************/

.ws-titlebox
  {
  background-color: #000000;
  width: 180px;
  border: 0px;
  }

.ws-titlebox-body
  {
  color: #a0a0a0;
  background-color: #ffffff;
  font-size: 9pt; 
  line-height: 12pt;
  border:0px; 
  }

.ws-titlebox-body li {
 margin-top:3px;
 margin-bottom:3px;
}

.ws-titlebox-caption
  {
  color: #368766; 
  background-color: #e1e1e1;
  font-size: 9pt; 
  
  font-weight: bold; 
  border:0; 
  }




/* These classes are for compatibility with V1.0 modules */

.ws-sidebar-head-light,
.ws-sidebar-head-medium,
.ws-sidebar-head-dark
  {
  color: #003366; 
  background-color: #e7effa;
  font-size: 9pt; 
  line-height: 12pt; 
  font-weight: bold; 
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  }
.ws-sidebar-body-light,
.ws-sidebar-body-medium,
.ws-sidebar-body-dark
  {
  color: #003366; 
  background-color: #ffffff;
  font-size: 9pt; 
  line-height: 12pt; 
  border-style: none solid solid;
  border-width: 1px 1px;
  border-color: #000000;
  }

.important{
 color:#FF004D;
}

div#qTip {
  padding: 3px;
  border: 1px solid #666;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background: #999;
  color: #FFF;
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}

.nolink a:hover{
 text-decoration: none;
}


.temptable th{
font-weight:bold;
}

.temptable td{
 border: 1px solid #000000;
}


#wrapper {
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #masthead {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.horzList {
	list-style: none;
	margin: 0;
	padding: 0;
}

.horzList li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #CCCCCC;
	padding-right: 5px;
        vertical-align:top;
}

#searchmenu {
border-right:none;
}


#standardMenu{
	position:absolute;
	top:25px;
	left:550px;
	width: 450px;
}

#standardMenu a{
	color: #a0a0a0;
	text-transform: uppercase;
	font-size: 0.9em;
        text-decoration:none;

}

#mainMenu {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
}

#mainMenu a{
	color:#FFFFFF;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.9em;
}


.footer {
	text-transform: uppercase;
	color: #a0a0a0;
	text-align: center;

}
#header {
	background-image: url(http://www.terranw.org/images/SmallerGraphic_02.gif);
	height: 335px;
}

#smallHeader {
        background-image: url(http://www.terranw.org/images/Small1_02.gif);
	height: 107px;
}

#twoLeft {
    width:150px;
    float:left;
}

#twoBody {
    width:600px;
    float:right;
}

.month {
font-weight:bold;
font-size:.7em;
}

.caption {
font-weight: bold;
font-color: black;
display:block;
font-variant: small-caps;
padding-bottom:6px;
padding-top: 10px;
}

.capline {
font-weight: bold;
font-color: black;
font-variant: small-caps;
padding-bottom:6px;
padding-top: 10px;
padding-right: 5pt;
}

#SportDetails {
width:460px;
}

#VenueNumbers{
width:200px;
float: left;
}

#VenueInfo{
margin-left:255px;

}

#instructions{
    display: block;
    } 

.pagetitle
  {
font-family:arial;
font-size:14pt;
color:##006633;
font-weight:Bold;
background-color:##ffffff;
border-style:none;
margin-bottom:3px;
}

.leftmenutitle
{

#font-family:arial;
font-size:9pt;
color:##006633;
font-weight:Bold;
background-color:##ffffff;
border-style:none;
margin-bottom:5px;

}

.topic {
font-size: 12pt;
font-weight: bold;
text-decoration: underline;
margin-bottom: 8px;
display:block;
}

.captitle {
font-weight:bold;
text-transform: uppercase;
}

#searcharea{
height:16px;
}

#searchbox{
height:16px;
color: gray;
vertical-align:middle;
font-size:10px;
}

#photolist{
left:500px

}

a.signupbutton {
background:#ffd700;
color:#111111;
padding:4px;

font-weight:bold;
border-width: 4px;
border-style: solid;
border-top-color: #DFDFDF;
border-right-color:#666;
border-bottom-color: #333;
border-left-color: #858585;
}
