/* SKATE CSS Document */

body {background: #195ea4 url(/imagelibrary/skate/bg_drop_blue.jpg) repeat-y center;}

#skateheader{
  height: 200px;
  /*border-top: 2px solid #004c9a;*/
  border-bottom: 2px solid #004c9a;
}

#skateheaderlogo {
  float:left;
}

#skateheaderdetails {
  float: left;
  margin: 30px 0 0 20px;
}

#skateheaderdetails p {
  color: black;
  font-size: 14px;
  font-weight: bold;
}

h1 {
  font-size: 20px;
  color: #0298f1;
  margin: 0;
}

h2 {
  font-size: 14px;
  color: #0298f1;
}

h3 {
  font-size: 12px;
  color: #0298f1;
}

h4 {
  font-size: 12px;
  color: #004c9a;
}

h5 {
  font-size: 12px;
  color: red;
  margin-bottom: 5px;
}

.highlight {
  text-align: center;
  color: #0298f1;
}

.highlight2 {
  color: #888888;
  font-size: 12;
}

/*Navigation and links*/

#verticalnavigation {
  border-top: 2px solid #004c9a;
  border-bottom: 2px solid #004c9a;
  font-weight: bold;
}

a:link {
  color: #0298f1;
}

a:visited {
  color: #0298f1;
} 

a:hover {
  color: #0298f1;
}

#nav a:hover {
border: 1px solid #004c9a;
}

#nav a {
color: #004c9a;
}

ul li {
  list-style-image: url(/imagelibrary/skate/skate_bullet.gif);
}
/*End Navigation and links*/

.titlemenudrop {
  background-image: none;
  background-color: #ffffff;
  padding: 2px 0px 2px 2px;
  margin: 0;
  color: #004c9a;
}

hr {
  color: #004c9a;
  background-color: #004c9a;
  width: 90%;
  height: 2px;
  margin: auto;
  text-align: center;
}

.floatimgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
padding: 3px;
border: 1px solid #004799;
}

.floatimgright {
float:right;
margin-top:10px;
margin-left:10px;
margin-bottom:10px;
padding: 3px;
border: 1px solid #004799;
}

.floatimgright2 {
float:right;
margin-top:0;
margin-left:10px;
margin-bottom:10px;
padding: 3px;
}

.center {
  text-align: center;
}

.skateadbox {
  padding: 3px;
  margin: 5px 0 5px 0;
  border: 1px solid #f1b211;
}

/*Registration & Sponsor Box*/

#boxloginmenuwrap {
  clear:both;
  background-color: #ffffff;
  border: 1px solid #004c9a;
  margin: 0 0 10px 0;
}

#boxloginmenu {
clear:both;
color: #ffffff;
margin: 3px;
padding: 1px 0 10px 5px;
background:#004c9a url(/imagelibrary/skate/bg_steen.jpg) top no-repeat;
}
#boxloginmenu h4{
color:#ffffff;
/*font-size:90%;*/
padding:4px 0 4px 0;
}
#boxloginmenu form{
margin:5px 0 0 0;
/*font-size:90%;*/
color:#ffffff;
}
#boxloginmenu p{
display:none;
}
#boxloginmenu a{
color:#ffffff;
/*font-size:80%;*/
line-height: 20px;
}

/*END Registration and Sponsor Box*/

/*Sponsors in the footer*/
/*Logos should be max 65 high or max 165 wide*/

#sponsorlevel1 {
  /*clear: both;*/
  border-top: 1px solid #004c9a;
}

#sponsorlevel2 {
  clear: both;
  /*border-bottom: 1px solid #004c9a;*/
}

#sponsorlevel3 {
  clear: both;
  /*border-bottom: 1px solid #004c9a;*/
}

.sponsorlogo {
  float: left;
  margin: 10px 20px 10px 0px;
  line-height: 100%;
}

.sponsorgif {
  margin: 10px 0 10px 17px;
}

.sponsortextlink {
  float: left;
  margin: 5px 20px 5px 0px;
  padding: 0;
  color: blue;
}

/*END Sponsors in the footer*/

/*Sessions Table*/

#sessionwrap {
  background-color: #ffffff;
  border: 1px solid #004c9a;
  width:505px;
  margin: 5px 0 0 0;
}

#sessions {
  width: 500px;
  margin: 3px;
  border: 1px solid #ffffff;
  font-weight: bold;
}

#sessions th {
  color: #ffffff;
  background-color: #004c9a;
  padding: 5px 0 5px 5px;
  background:#004c9a url(/imagelibrary/skate/bg_steen.jpg) center no-repeat;
  font-weight: bold;
  text-align: center;
}

#sessions td {
  background: #ffffff;
  color: #004c9a;
  padding: 5px 0 2px 5px;
  border-top: solid 1px #004c9a;
  border-right: dashed 1px #004c9a;
}

#sessions tr:hover td {background: #d8e8ff none ;color: #004c9a;}

.yellow {color: #ffe000;}
.orange {color: #fbb117;}
.red {color: red;}
.green {color: #00FF00;}
.blue {color: blue;}
.purple {color: purple;}
.grey {color: gray;}

#sessions a {
  font-weight: bold;
}

/*END Sessions Table*/

/*Red Tag Disney Contest Page*/

.redtag {
  color: #db1c03;
}

a.redtag:link {
  color: #db1c03;
}

a.redtag:visited {
  color: #db1c03;
}

ul.redtag li {
  list-style-image: url(/imagelibrary/skate/redtag_bullet.gif);
}

.newsimg {
  float: left;
  padding: 10px 25px 10px 0;
}

.newsbox {
  float: left;
  text-align:justify;
  width: 350px;
}

.largerlink {
  font-size: larger;
}

	
	




