/*------------------------------------------------------------------------------*/
/* GLOBAL NECESSITIES.
/*------------------------------------------------------------------------------*/
html, 
body {
	background-color: #211e1f;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans", sans-serif;
}

.header{
	font-size: 21px;
	color: #fff;
}

#subheadlanding{
	position: absolute;
	top: 73px;
	left: 320px;
	color: #FFF;
	width: 250px;
	font-size: 12px;
}

#submenulanding{
	position: absolute;
	top: 151px;
	left: 301px;
	color: #FFF;
	width: 302px;
	font-size: 12px;
}

#logout {
	margin-top: 15px;
	display: block;
	float: right;
}
#logout a {
	color: white;
	text-decoration: none;
}
#logout a:hover {
	text-decoration: underline;
}

#home_news{
	position:relative;
	width:200px;
	height:326px;
	left:794px;
	top:40px;
	padding: 2px;
}

.home_news_body{
	padding: 1px 10px 5px 13px;
	background: #211E1F;
	font-size: 11px;
	color: #fff;
	margin-bottom:1px;
}

.home_news_title{
	padding: 5px 10px 7px 13px;
	background: #000;
	line-height: 13px;
	margin-bottom: 1px;
}

.home_news_title a{
	color: #ff8400;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#home_quote{
	position:absolute;
	width:684px;
	height:35px;
	left:	303px;
	top:385px;
	padding: 7px;
	color: #FFF;
	text-align: right;
}

h1 {
	font-weight: normal;
}
#wrapper {
	position: relative;
	background-color: black;
	width: 1000px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 15px;
}
.preloader {
	display: none;
}
#topbar {
	width: 1000px;
	margin: auto;
	margin-top: 0px;
}

#toplinkbar{
	float: left;
	border-top: none;
	width: 700px;
	height: 28px;
	margin-left: 11px;
}

#slogan{
	margin: 21px 0px 0px 10px;
	float: left;
}

a#logo {
	display:block;
	float: left;
	background: url("../images/logo/logo_on_dark.png") no-repeat;
	height: 76px;
	width: 287px;
	outline: none;
	margin-top: 18px;
	margin-bottom: 7px;
}
a#logo:hover {
	background: url("../images/logo/logo_on_dark_over.png") no-repeat;
	outline: none;
}
.clearing {
	clear: both;
}
#footer p {
	width: 1000px;
	margin: auto;
/*	margin: 0px;*/
	padding: 15px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 12px;
	color: #676767;
	text-align: center;
	margin-bottom: 25px;
	background-color: black;
}
#footer span.left {
	color: white;
}
#footer span.right {
	color: #ff8400;
}
#footer a {
	color: #ff8400;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFF;
}
.error {
	color: #990000;
}
.flashErrors {
	color: #FFFFFF;
	padding: 5px;
	border: 2px solid #ff8400;
	background-color: #ff8400;
}
.fieldWithErrors * { 
	border: 2px solid #ff8400;
	display: block;
}
.text_content {
	width: 1000px;
	background-color: black;
	margin: auto;
	padding-top: 2px;
}
.text_content h2 {
	color: #ff8400;
	padding-left: 15px;
	margin-top: 15px;
}
.text_content p {
	padding: 15px;
	padding-top: 0px;
	color: white;
}
.text_content a {
	color: #ff8400;
	text-decoration: none;
}
.text_content a:hover {
	color: #ff8400;
	text-decoration: underline;
}
/*------------------------------------------------------------------------------*/
/* LANDING PAGE.
/*------------------------------------------------------------------------------*/
#landingpic {
	display: block;
	position: relative;
	height: 436px;
	width: 1000px;
	margin: auto;
	margin-top: 0px;
	background: black url("../images/attitude_boy.jpg") no-repeat;
}
#triptych {
	width: 1000px;
	height: 118px;
	padding: 0px;
}
ul#nav {
	list-style: none;
	float: left;
	margin-left: 0px;
	padding-left: 32px;
}
ul#nav li {
	float: left;
	list-style: none;
}
ul#nav li a {
	border: 1px solid #df8c47;
	width: 300px;
	height: 100px;
	display: block;
	outline: none;
	margin: 5px;
	margin-top: 0px;
}
a#findlocation {
	background: url("../images/scoringlocation.jpg") no-repeat;
}

a#findlocation:hover {
	background: url("../images/scoringlocation_over.jpg") no-repeat;
}

a#showyourskills {
	background: url("../images/showyourskills.jpg") no-repeat;
}

a#showyourskills:hover {
	background: url("../images/showyourskills_over.jpg") no-repeat;
}

a#samplereports {
	background: url("../images/samplereports.png") no-repeat;
}

a#samplereports:hover {
	background: url("../images/samplereports_over.png") no-repeat;
}

a#teamevent {
	background: url("../images/teamevent.jpg") no-repeat;
}

a#teamevent:hover {
	background: url("../images/teamevent_over.jpg") no-repeat;
}

a#results {
	background: url("../images/coachscorner.png") no-repeat;
}
a#results:hover {
	background: url("../images/coachscorner_over.png") no-repeat;
}
a#getresults {
	background: url("../images/buttons/results.png") no-repeat;
}
a#getresults:hover {
	background: url("../images/buttons/results_over.png") no-repeat;
}

a#testing {
	background: url("../images/toprankings.png") no-repeat;
}
a#testing:hover {
	background: url("../images/toprankings_over.png") no-repeat;
}
a#learn {
	background: url("../images/registerforanevent.png") no-repeat;
}
a#learn:hover {
	background: url("../images/registerforanevent_over.png") no-repeat;
}
#option_nav {
	display: block;
	width: 400px;
	height: 130px;
	border: 1px solid #676767;
}
a#greatness {
	background: black url("../images/buttons/greatness.png");
}
a#knowness {
	background: black url("../images/buttons/how_we_know.png");
}
a#reportness {
	background: black url("../images/buttons/reports.png");
}
/*------------------------------------------------------------------------------*/
/* PERSISTENT NAVIGATION BUTTONS.
/*------------------------------------------------------------------------------*/
#vidwrapper {
	display:none;
}
#persistent_nav {
	position: absolute;
	display: block;
	top: 25px;
	left: -15px;
}
#persistent_nav ul {
	display: block;
	list-style: none;
}
#persistent_nav ul a {
	padding: 10px;
	display: block;
	text-decoration: none;
	margin-top: 10px;
	width: 250px;
	height: 30px;
	outline: none;
}
/*------------------------------------------------------------------------------*/
/* CONTENT PAGES.
/*------------------------------------------------------------------------------*/
.explainBlock {
	display: block;
	float: left;
	padding: 15px;
	margin: 5px;
	margin-left: 50px;
	margin-top: 25px;
	padding-top: 0px;
}
.explainBlock a {
	margin-bottom: 52px;
	color: white;
	display: block;
	width: 400px;
	height: 130px;
	border: 1px solid #676767;
}
.explainBlock a:hover {
	color: #ff8400;
}
a#greatness {
	background: black url("../images/buttons/greatness.png");
}
a#greatness:hover {
	background: black url("../images/buttons/greatness_over.png");
}
a#knowness {
	background: black url("../images/buttons/how_we_know.png");
}
a#knowness:hover {
	background: black url("../images/buttons/how_we_know_over.png");
}
a#reportness {
	background: black url("../images/buttons/reports.png");
}
a#reportness:hover {
	background: black url("../images/buttons/reports_over.png");
}
.explainBlock h1 {
	font-size: 30px;
}
.explainBlock h1 a {
	color: #FFFFFF;
	text-decoration: none;
	border: 2px solid #ff8400;
	padding: 5px;
	background-color: #000000;
	font-weight: normal;
}
.explainBlock h1 a:hover {
	text-decoration: underline;
}
.explainBlock p {
/*	border-top: 2px solid #ff8400;*/
/*	background-color: #aaaaaa;*/
	color: white;
	width: 600px;
	font-size: 14px;
	font-weight: normal;
}
#navimg {
	float: left;
	position: relative;
	background: black url("../images/backgrounds/basketball_reflection.jpg") no-repeat;
	height: 500px;
	width: 320px;
	margin-right: 15px;
}
#navimg_net {
	float: left;
	position: relative;
	background: black url("../images/backgrounds/net.jpg") no-repeat;
	height: 500px;
	width: 320px;
	margin-right: 15px;
}
#navimg_players {
	float: left;
	position: relative;
	background: black url("../images/backgrounds/players.jpg") no-repeat;
	height: 500px;
	width: 320px;
	margin-right: 15px;
}
/*------------------------------------------------------------------------------*/
/* COPY PAGES.
/*------------------------------------------------------------------------------*/
.copy {
	display: block;
	float: left;
	width: 550px;
	color: #dddddd;
	padding: 5px;
	padding-right: 15px;
}
.copy h1 {
	font-size: 30px;
	color: #ff8400;
}
.copy p {
	font-family: "Verdana", "Lucida Sans", sans-serif;
}
.copy a {
	color: gray;
}
.copy a:hover {
	color: #ff8400;
}
#proof_pic {
	 border:2px solid #ff9933; 
	float: left; 
	margin-right: 15px;
	margin-bottom: 25px;
}
/*------------------------------------------------------------------------------*/
/* LOGIN PAGE.
/*------------------------------------------------------------------------------*/
#loginwrapper {
	position: relative;
	height: 550px;
}
#loginbox {
	top: 150px;
	display: block;
	float: left;
	padding: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 450px;
	margin: 0;
	background-color: #ffffff;
	color: black;
	border: 3px solid #000000;
}
#logintitle {
	position: absolute;
	color: #ff8400;
	top: 75px;
	z-index: 1000;
}
#oldcourt {
	position: absolute;
	top: 0;
	left: 350px;
	display: block;
	float: right;
	background: url("../images/backgrounds/basketball_on_court.png") no-repeat;
	width: 400px;
	height: 550px;
	z-index: 5;
}
label {
	clear: left;
	border-top: 1px solid #aaaaaa;
	float: left;
	color: #000000;
	font-size: 16px;
	margin: 0px;
	margin-right: 10px;
	text-align: right;
	width: 150px;
}
input.textin {
	width: 250px;
	color: #333333;
	font-size: 16px;
}
/*input.button {
	margin-left: 160px;
	color: #FFFFFF;
	background-color: #464646;
	border: 2px solid #676767;
	width: 145px;
	font-size: 18px;
}
input.button:hover {
	border: 2px solid #ff8400;
}*/
#whatid {
	color: black;
	font-size: 12px;
	margin-left: 160px;
}
#whatid a {
	color: #999999;
}
#whatid a:hover {
	color: #000000;
}
a.navbutton {
	border: none;
	width: 250px;
	height: 50px;
}
a#watchvideo {
	background: url("../images/menu_getresults.png") no-repeat;
}
a#watchvideo:hover {
	background: url("../images/menu_getresults_over.png") no-repeat;
}
a#gettest {
	background: url("../images/menu_94fiftyevents.png") no-repeat;
}
a#gettest:hover {
	background: url("../images/menu_94fiftyevents_over.png") no-repeat;
}
a#samplereport {
	background: url("../images/menu_94fiftygym.png") no-repeat;
}
a#samplereport:hover {
	background: url("../images/menu_94fiftygym_over.png") no-repeat;
}
a#about {
	background: url("../images/menu_about.png") no-repeat;
}
a#about:hover {
	background: url("../images/menu_about_over.png") no-repeat;
}
a#coaches {
	background: url("../images/menu_coaches.png") no-repeat;
}
a#coaches:hover {
	background: url("../images/menu_coaches_over.png") no-repeat;
}
a#community {
	background: url("../images/menu_community.png") no-repeat;
}
a#community:hover {
	background: url("../images/menu_community_over.png") no-repeat;
}
a#memberlogin {
	background: url("../images/menu_login.png") no-repeat;
}
a#memberlogin:hover {
	background: url("../images/menu_login_over.png") no-repeat;
}
/*------------------------------------------------------------------------------*/
/* DROPBOX STYLING.
/*------------------------------------------------------------------------------*/
.dropbox span {
	color: #ff8400;
	font-size: 22px;
/*	padding: 10px;*/
	float: left;
}
.dropbox h2 {
	font-size: 17px;
	margin-left: 15px;
	padding: 10px;
	border: 2px solid black;
	padding-left: 40px;
	background: url("../images/buttons/right_arrow.png") no-repeat;
	background-position: 0px 0px;
}
.dropbox h2:hover {
	cursor: pointer;
	border: 2px solid #211e1f;
	background: url("../images/buttons/right_arrow_over.png") no-repeat;
	background-position: 0px 0px;
}
.dropbox h2.active {
	cursor: pointer;
	border: 2px solid #211e1f;
	background: url("../images/buttons/right_arrow_activ.png") no-repeat;
	background-position: 0px 0px;
}
.dropbox p {
	padding-left: 50px;
	color: #aaaaaa;
}
/*------------------------------------------------------------------------------*/
/* CLIENT SIDE.
/*------------------------------------------------------------------------------*/
#welcome_mat {
	padding: 15px;
	width: 800px;
	margin: auto;
}
#welcome_mat h2 {
	color: #ff8400;
}
#welcome_mat p {
	color: #AAAAAA;
}
.event_list {
	max-width: 800px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	padding-top: 0px;
	border: 2px solid #676767;
}
.event_list .event_description {
	float: left;
	margin-top: 25px;
}
.event_description span {
	color: #ff8400;
	font-size: 22px;
}
span.big_num {
	font-size: 36px;
	color: white;
	padding-left: 40px;
}
a.purchase_button {
	display: block;
	float: right;
	margin-right: 50px;;
	background: url("../images/buttons/purchase_button.png") no-repeat;
	width: 226px;
	height: 171px;
	outline: none;
}
a.purchase_button:hover {
	background: url("../images/buttons/purchase_button_over.png") no-repeat;
	width: 226px;
	height: 171px;
}
.no_reports {
	float:left; 
	width: 900px; 
	margin-left:100px; 
	color: white;
}
.purchaseWrapper {
	float: left;
	margin-right: 90px;
	margin-left: 25px;
}
a.purchase_basic {
	display: block;
	background: url("../images/buttons/purchase_basic.png") no-repeat;
	width: 226px;
	height: 171px;
	outline: none;
}
a.purchase_basic:hover {
	background: url("../images/buttons/purchase_basic_over.png") no-repeat;
	width: 226px;
	height: 171px;
}
a.purchase_deluxe {
	display: block;
	background: url("../images/buttons/purchase_deluxe.png") no-repeat;
	width: 226px;
	height: 171px;
	outline: none;
}
.view_deluxe {
	display: block;
	float: right;
	width: 200px;
	height: 200px;
	margin-right: 50px;;
}
.view_basic {
	display: block;
	float: right;
	width: 200px;
	height: 200px;
	margin-right: 50px;;
}
.view_basic a {
	color: white;
}
.view_deluxe a {
	color: white;
}
.view_basic a:hover {
	color: #ff8400;
}
.view_deluxe a:hover {
	color: #ff8400;
}
a.purchase_deluxe:hover {
	background: url("../images/buttons/purchase_deluxe_over.png") no-repeat;
	width: 226px;
	height: 171px;
}
#welcome_mat label {
	color: white;
	margin-right: 50px;
}
#welcome_mat input {
	font-size: 18px;
	color: #454545;
	max-width: 200px;
	margin-right: 10px;
}
.next_steps {
	padding: 5px;
	background-color: #211e1f;
	border: 2px solid #ff8400;
	color: white;
	text-decoration: none;
	background: url("../images/buttons/right_arrow.png") no-repeat;
	background-position: right;
	padding-right: 40px;
	margin-top: 25px;
}
.next_steps:hover {
	background: url("../images/buttons/right_arrow_over.png") no-repeat;
	background-position: right;
	padding-right: 40px;
	color: #FFFFFF;
}
form .next_steps {
	margin-left: 202px;
}
form {
	margin-top: 25px;
}
#or_by_paypal {
	margin-left: 205px;
}
.tos {
	margin-left: 205px;
	margin-bottom: 0px;
	margin-top: 25px;
}
.tos a {
	color: white;
}
.tos a:hover {
	color: #ff8400;
}
/*------------------------------------------------------------------------------*/
/* TESTING PARTNER.
/*------------------------------------------------------------------------------*/
.testing_partner {
	margin-left: 5px;
	margin-bottom: 15px;
	padding: 3px;
	padding-left: 35px;
	background-color: #211e1f;
	background: #211e1f url("../images/backgrounds/large_right_arrow.png") no-repeat;
	background-position: center left ;
}
.testing_partner:hover {
	background: #211e1f url("../images/backgrounds/large_right_arrow_over.png") no-repeat;
	background-position: center left;
}
.testing_partner h2 {
	top: 5px;
	left: 10px;
	font-size: 16px;
	color: white;
	font-weight: normal;
}
.testing_partner h2 span.loc {
	color: #676767;
}
.testing_partner p {
	margin-left: 30px;
	font-size: 14px;
}
.testing_partner p span.date {
	color: #ff8400;
}
/*------------------------------------------------------------------------------*/
/* Here's Our Quote Box.
/*------------------------------------------------------------------------------*/
#quote_box {
	position: absolute;
	left: 25px;
	top: 325px;
	width: 320px;
	height: 350px;
/*	border: 1px solid #565656;*/
	padding: 8px;
	color: white;
}
#text_content {
	font-family: Verdana;
	font-size: 16px;
}
#author_content {
	margin-left: 50px;
	color: #676767;
}
#author_content span {
	color: #ff8400;
}
h2 {
	font-weight: normal;
}


/* lightview.css
   http://www.nickstakenburg.com/projects/lightview
*/

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
	text-align: left;
}

/* The container that holds everything */
.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

/* The loading indicator */
.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
	position: relative;
	height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	font: 11px Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	padding: 0;
	margin: 0;
	text-align: left;
}
.lv_MenuBar * { padding: 0; margin: 0;}


.lv_Close {
    position: relative;
	float: right;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
	overflow: hidden;
}

/* simulates padding-left inside .lv_Data 
.lv_DataText div, .lv_ImgNumber div { margin-left: 3px; } */

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	font-weight: bold;
	margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #a7a7a7;
	margin-right: 5px;
	margin-top: 5px;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
	position: relative;
	border-left: 1px solid #d7d7d7;
	padding: 0 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_contentTop,
.lv_contentBottom {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
}

#lightview iframe {
	float: left;
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#lv_overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* navbar
   Adds a bar below the view that takes over the default Controller
*/
#lightviewController {
	position: fixed;
	bottom: 0;
	top: 0;
	left: 50%;
	margin: 0;
	padding: 0;
	color: #d2d2d2;
	font: 11px Arial, Helvetica, sans-serif;
}
* html body #lightviewController { /* IE6 */
	position: absolute;
	top: auto;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + (Lightview.controllerOffset || 0)) + 'px');	
}
#lightviewController ul {
	display: block;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.lv_controllerTop, .lv_controllerMiddle, .lv_controllerBottom {
	list-style-type: none;
	float: left;
	display: block;
	position: relative;
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_controllerCenter  { width: auto; float: left; }
.lv_controllerCornerWrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.lv_controllerCornerWrapperTopLeft,
.lv_controllerCornerWrapperBottomLeft { top: 0; left: -100%;}
.lv_controllerCornerWrapperTopRight,
.lv_controllerCornerWrapperBottomRight { top: 0; left: 100%;}

#lightviewController .lv_CornerWrapper {
	width: 100%;
}
#lightviewController .lv_Corner { float: left; }
#lightviewController .lv_Corner {
	float: right;
	position: relative;
}
#lightviewController .lv_CornerTr, #lightviewController .lv_CornerBr { float: left; }
.lv_controllerBetweenCorners {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.lv_controllerMiddle {
	position: relative;
	height: 100%;
	float: left;
}
.lv_controllerCenter { float: left; width: auto;}
.lv_controllerCenter li {
	list-style-type: none;
	float: left;
	display: inline;
	position: relative;
	clear: none;
}
.lv_controllerSetNumber {
	float: left;
	text-align: center;
}

#lightviewController .lv_Button {
	float: left;
	position: relative;
	height: 100%;
	clear: none;
}
.lv_controllerSetNumber {
	position: relative;
	height: 100%;
	padding-right: 3px;
}
.lv_controllerPrev, 
.lv_controllerNext, 
.lv_controllerSlideshow, 
.lv_controllerClose {
	float: left;
	position: relative;
	height: 100%;
	padding-left: 3px;
}

.lv_controllerPrev { border-left: 1px solid #3c3c3c; }
#lightviewController .lv_controllerNext { padding-right: 3px; border-right: 1px solid #3c3c3c; }

* html #lightview { /* IE6 */
	position: absolute;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) - (Lightview.controllerHeight || 0)) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

/* Always cover 100% of the screen in IE6 */
html #lv_overlay {
	position: absolute;
	height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
	width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
}

/* CSS to go with Prototip.Styles */
.prototip {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

/* the default style */
.prototip .default {
	width: 250px;
	color: #808080;
}
.prototip .default .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .default .title { padding: 5px; }
.prototip .default .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .basic {
	width: 250px;
	color: #808080;
}
.prototip .basic .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .basic .title { padding: 5px; }
.prototip .basic .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .hint {
	width: 250px;
	color: #313120;
	background: #fff6aa;
}
.prototip .hint .toolbar {
	background: #fdf1a0;
	font-weight: bold;
}
.prototip .hint .title,
.prototip .hint .content { padding: 5px; }

/* protoblue */
.prototip .protoblue {
	width: 250px;
	color: #fff;
}
.prototip .protoblue .toolbar {
	background: #0d7cd0;
	font-weight: bold;
}
.prototip .protoblue .title { padding: 5px; }
.prototip .protoblue .content {
	background: #1e90ff;
	padding: 5px;
}

/* creamy */
.prototip .creamy {
	width: 250px;
	color: #bb9c61;
}
.prototip .creamy .toolbar {
	background: #f3edc2;
	font-weight: bold;
}
.prototip .creamy .title { padding: 5px; }
.prototip .creamy .content {
	background: #f8f4ca;
	padding: 5px;
}

/* darkgrey */
.prototip .darkgrey {
	width: 250px;
	color: #fff;
}
.prototip .darkgrey .toolbar {
	background: #5f5f5f;
	font-weight: bold;
}
.prototip .darkgrey .title { padding: 5px; }
.prototip .darkgrey .content {
	background: #808080;
	padding: 5px;
}

/* protogrey */
.prototip .protogrey {
	width: 250px;
	color: #fff;
	background: #fff;
}
.prototip .protogrey .toolbar {
	background: #969c92;
	font-weight: bold;
}
.prototip .protogrey .title { padding: 5px; }
.prototip .protogrey .content {
	color: #808080;
	padding: 5px;
}
/* This is how to resize the close button for a style */
.prototip .protogrey .toolbar .close {
	width: 14px;
	height: 14px;
}


/* loader gif */
.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 14px;
	width: 14px;
	border: 1px solid #dddddd;
	overflow: hidden;
}


/* Required for all tooltips, do not modify */
.prototip{position:absolute;overflow:hidden;}.prototip .tooltip,.prototip .toolbar,.prototip .toolbar .title{position:relative;}.prototip .content{clear:both;}.prototip .toolbar .close{position:relative;text-decoration:none;float:right;width:19px;height:15px;display:block;line-height:0;font-size:0;border:0;cursor:pointer;}.prototip .tooltip{clear:both;float:left;}.prototip .borderLeftWrapper,.prototip .borderRightWrapper{position:absolute;top:0;left:0;width:300px;height:20px;}.prototip .borderFrame{height:100%;width:100%;float:left;margin:0;padding:0;position:relative;}.prototip .borderTop,.prototip .borderBottom{overflow:hidden;}.prototip .borderRow{list-style-type:none;float:left;width:100%;position:relative;clear:both;margin:0;padding:0;}.prototip_CornerWrapper{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;clear:both;}.prototip_Corner{float:left;position:relative;}.prototip canvas{position:relative;float:left;}.prototip_CornerTr,.prototip_CornerBr{float:right;}.prototip_BetweenCorners{position:absolute;top:0;left:0;width:100%;overflow:hidden;clear:both;}.prototip .borderMiddle{position:relative;float:left;}.prototip .borderCenter{position:relative;float:left;height:100%;}.prototip_StemWrapper{position:relative;width:100%;height:auto;clear:both;}.prototip_StemBox{float:left;position:relative;}.prototip_Stem{width:100%;position:absolute;overflow:hidden;}.iframeShim{position:absolute;border:0;margin:0;padding:0;background:none;overflow:hidden;}.prototip .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.prototip .clearfix{display:inline-block;}/* IE Mac Hide \*/ .prototip .clearfix{display:block;}/* IE Mac Hide End */

.report_pages {
	width: 900px;
	height: 575px;
	background-color: white;
	margin: 0px;
	padding:0px;
}
.report_pages li {
	list-style: none;
}
.report_pages li a {
	position: absolute;
}
.report_pages li a:hover  {
	display: block;
	border: 3px solid #ff8400;
}
#page_1 {
	background: white url("http://www.94fifty.com/wp-content/themes/94fifty/images/reports/page_1.png") no-repeat;
	width: 900px;
	height: 575px;
}
.report_pages a#splain_logo {
	left: 5px;
	top: 10px;
	width: 260px;
	height: 65px;
}
.report_pages a#camp_rank {
	left: 46px;
	top: 178px;
	width: 107px;
	height: 24px;
}
.report_pages a#percentiles {
	left: 88px;
	top: 198px;
	width: 65px;
	height: 35px;
}
.report_pages a#basic_info {
	top: 70px;
	left: 10px;
	width: 500px;
	height: 60px;
}
.report_pages a#event_scores {
	top: 300px;
	left: 10px;
	width: 300px;
	height: 200px;
}
.report_pages a#control {
	top: 136px;
	left: 160px;
	width: 58px;
	height: 104px;
}
.report_pages a#your_score {
	left: 582px;
	top: 70px;
	width: 291px;
	height: 42px;
}
.report_pages a#speed {
	top: 136px;
	left: 250px;
	width: 58px;
	height: 104px;
}
.report_pages a#consistency {
	top: 136px;
	left: 324px;
	width: 85px;
	height: 104px;
}
.report_pages a#coordination {
	top: 136px;
	left: 410px;
	width: 85px;
	height: 104px;
}
.report_pages a#total {
	top: 136px;
	left: 510px;
	width: 60px;
	height: 104px;
}
.report_pages a#overall_score_comparison {
	left: 580px;
	top: 135px;
	width: 309px;
	height: 162px;
}
.report_pages a#score_by_age {
	left: 314px;
	top: 308px;
	width: 288px;
	height: 196px;
}
.report_pages a#score_by_hs {
	left: 600px;
	top: 308px;
	width: 288px;
	height: 196px;
}
#page_2 {
	background: white url("../images/reports/page_2.png") no-repeat;
	width: 900px;
	height: 575px;
}
.report_pages a#college_height {
	left: 12px;
	top: 81px;
	width: 438px;
	height: 207px;
}
.report_pages a#explain_height {
	left: 36px;
	top: 244px;
	width: 406px;
	height: 21px;
}
.report_pages a#across_college {
	left: 445px;
	top: 81px;
	width: 438px;
	height: 207px;
}
.report_pages a#skill_gap {
	left: 10px;
	top: 360px;
	width: 494px;
	height: 189px;
}
#page_3 {
	background: white url("../images/reports/page_3.png") no-repeat;
	width: 900px;
	height: 575px;
}
.report_pages a#strategies {
	left: 8px;
	top: 124px;
	width: 883px;
	height: 100px;
}
#page_4 {
	background: white url("../images/reports/page_4.png") no-repeat;
	width: 900px;
	height: 575px;
}
.report_pages a#drills {
	left: 163px;
	top: 70px;
	width: 246px;
	height: 130px;
}
.report_pages a#total_score {
	left: 432px;
	top: 70px;
	width: 51px;
	height: 115px;
}
.report_pages a#camp_rank_2 {
	left: 36px;
	top: 108px;
	width: 116px;
	height: 24px;
}
.report_pages a#team_rank {
	left: 36px;
	top: 125px;
	width: 116px;
	height: 24px;
}
.report_pages a#drill_percentile {
	left: 36px;
	top: 144px;
	width: 116px;
	height: 44px;
}
.report_pages a#raw_percentile {
	left: 36px;
	top: 248px;
	width: 674px;
	height: 21px;
}
.report_pages a#raw_drill_score {
	left: 36px;
	top: 269px;
	width: 674px;
	height: 21px;
}
#report_2 {
	background: white url("../images/reports/basic_report.png") no-repeat;
	width: 789px;
	height: 583px;
}
.report_pages a#rpt2_basics {
	left: 27px;
	top: 53px;
	width: 424px;
	height: 53px;
}
.report_pages a#rpt2_control {
	left: 150px;
	top: 114px;
	width: 57px;
	height: 76px;
}
.report_pages a#rpt2_speed {
	left: 224px;
	top: 114px;
	width: 56px;
	height: 84px;
}
.report_pages a#rpt2_consistency {
	left: 288px;
	top: 114px;
	width: 78px;
	height: 84px;
}
.report_pages a#rpt2_coordination {
	left: 360px;
	top: 114px;
	width: 82px;
	height: 84px;
}
.report_pages a#rpt2_total {
	left: 447px;
	top: 114px;
	width: 52px;
	height: 84px;
}
.report_pages a#rpt2_skills {
	left: 27px;
	top: 199px;
	width: 126px;
	height: 351px;
}
.report_pages a#rpt2_yourscore {
	left: 144px;
	top: 201px;
	width: 66px;
	height: 350px;
}
.report_pages a#rpt2_campaverage {
	left: 216px;
	top: 201px;
	width: 66px;
	height: 350px;
}
.report_pages a#rpt2_grades {
	left: 288px;
	top: 196px;
	width: 481px;
	height: 380px;
}
.report_pages a#rpt2_score {
	left: 451px;
	top: 52px;
	width: 311px;
	height: 56px;
}
.report_pages a#rpt2_camprank {
	left: 54px;
	top: 140px;
	width: 90px;
	height: 18px;
}
.report_pages a#rpt2_topplayers {
	left: 54px;
	top: 155px;
	width: 90px;
	height: 36px;
}
.rptlink {
	padding: 5px;
	margin-top: 15px;
	border: 1px solid #676767;
}

#morenews{
	background: #000;
	text-indent: 13px;
	padding: 5px 0px 5px 0px;
}

#morenews a{
	color: #ff8400;
	text-decoration: none;
	font-size: 11px;
}

#post{
	color: red;
}

input{
	border: 1px solid #999;
	background: #CCC;
	font-size: 13px;
}

.video_player_home{
	background: #000;
}

a {
	color: #ff8400;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
}

.banner{
	float:left;
}

#banners{
	float:left;
}

#cc_nav{
	float:left;
}