﻿body
{
    font-family: Arial;
    font-size: 76%;
    background: #DDDDDD;
    background-image: url(../images/gradient.jpg);
    background-repeat: repeat-x; 
}

textarea
{
    font-family: Arial;
    font-size: 1em;
}

select 
{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 1em; 
    border: solid 1px black;
} 

a
{
    outline: none !important;
    color:  Blue;
}

#wrap
{
    width: 800px;
    margin: 10px auto;
    background: #fff;
    border: 1px solid gray;
    line-height: 130%;
}

#wrap2
{
	text-align: center;
    width: 1000px;
    margin: 10px auto;
    background: #fff;
    border: 1px solid gray;
    line-height: 130%;
}

#wrap-playbook
{
    width: 1000px;
    margin: 10px auto;
    background: #fff;
    border: 1px solid gray;
    line-height: 130%;
}

.header
{
    height: 85px;
    width: 100%;
    background-color: #0062AB;
    border-bottom: 1px solid gray;
}

.team-profile-header
{
    height: 85px;
    width: 100%;
    background-color: #0062AB;
    border-bottom: 1px solid gray;
}

.headerImage
{
    float: left;
}

#content
{
    clear: both;
    padding: 1.5em;
    color: Black;	
    background-color: White;
    text-align: left;
}

#content-inset
{
    clear: both;
    color: Black;
    background-color: White;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 750px;
}

#search-left-half
{
    float: left;
    width: 355px;
    padding: 12px 6px 0px 12px;
}

#search-right-half
{
    float: right;
    width: 355px;
    padding: 12px 12px 0px 6px;
}

.clear
{
    font-size: 1px !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    clear: both !important;
}

#login-button
{
    float: right;
    margin-right: 4px;
    margin-top: 2px;
    color: #FFFFFF;
}

#login-button a
{
    color: #FFFFFF;
    text-decoration: underline;
}

#login-button a:hover
{
    color: #0099FF;
}

#content-ads-right
{
    margin: 2px;
    border: 1px black solid;
    height: 170px;
    width: 150px;
    clear: both;
    float: right;
}

#footer
{
    clear: both;
    margin: 0;
    padding: .5em;
    color: #333;
    background-color: #ccc;
    border-top: 1px solid gray;
    text-align: center;
}

#footer li
{
    width: 200px;
    display: inline;
}

#footer a
{
    color: #000;
    padding: 3px 10px;
    text-decoration: none;
}

#footer a:hover,
#footer a:focus,
#footer a:active
{
    text-decoration: underline;
}

.PrivacyLists ul 
{ 
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -.5em;
}

.box_400
{
    width: 400px;
}

.box_400 span.desc
{
    width: 110px !important;
}

.box_400 span.value
{
    width: 250px;
}

.genericbox
{
    border-width: 1px;
    border-style: solid;
    border-color: #AAAAAA;
    border-collapse: collapse;
    background-color: white;
}

.genericblackbox
{
    border: 1px solid #000;
    border-collapse: collapse;
    background-color: white;
}

ul.displayList, div.genericbox p
{
    padding: 5px;
}

.bottomrightbutton
{
    width: 96%;
    text-align: right;
}

.genericbox.bottomrightbutton span
{
    margin: 7px;
    line-height: 30px;
}

span.desc
{
    float: left;
    text-align: right;
    margin-right: 10px;
}

span.value
{
    float: left;
    margin-left: 10px;
}

.genericbox h2 
{
    margin-bottom: 15px;
    font-size: 1em;
    line-height: 30px;
    border-width: 0px;
    font-weight: bold;
    padding: 0px;
    color: white;
    background-color: #0062AB;
    text-align: left;
    padding-left: 8px;
}

.genericbox h3
{
    text-align: left;
    padding-left: 5px;
    font-size: 1em;
    font-weight: normal;
}

.genericbox h4
{
    font-size: 1em;
    line-height: 30px;
    border-width: 0px;
    font-weight: bold;
    padding: 0px;
    text-align: left;
    padding-left: 8px;
}

.genericbox h5
{
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    line-height: 30px;
    border-bottom: black solid 1px;
}

.button
{
	color:White;
	background-color: #0062AB;
	width: 100px;
    font-weight:bold;
    border: solid #000000;
    border-width: 1px;
}

.wzbutton
{
	color:White;
	background-color: #0062AB;
	width: 100px;
    font-weight:bold;
    border: solid #000000;
    border-width: 1px;
	margin-top: 10px;
}

.displayList span.desc
{
    font-weight: bold;
    width: 75px;
}

.displayList li
{
    line-height: 30px;
    height: 30px;
}

#profile-teams   td
{
    height: 25px;
    padding-left: 20px;
}

.profileButton
{
    display: block; 
    border: solid 1px black; 
    text-align: center; 
    width: 85%;
    text-decoration: none;
}

a.profileButton:link, 
a.profileButton:visited, 
a.profileButton:active
{
    color: Black;
    background-color: White;
}

a.profileButton:hover
{
    background-color: #abc;
}

.profileButtonColumn
{
    float: left; 
    width: 33%; 
    text-align: center;
}

#login-spacer
{
    height: 3px;
}

#signup-button
{
    border: 2px black solid;
    background-color: #ff7700;
    width: 180px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    cursor: hand;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0px auto 5px auto;
    text-decoration: underline;
}

#signup-button span
{
    display: inline-block;
    vertical-align: middle;
}

#landing-buttons a
{
    color: #fff;
    cursor: hand;
}

#landing-buttons ul
{
    margin: auto;
    margin-top: 10px;
}

.featuredTeam
{
    font-size: .8em;
    float: left;
    width: 110px;
    margin: 3px;
    height: 130px;
}

#landing-list
{
    padding: 0;
    margin: 0;
    text-align: left;
    list-style-type: none;
}

#landing-list li.bullet
{
    background-image: url('../images/arrow.jpg');
    background-position: 0 9px;
    background-repeat: no-repeat;
    line-height: 35px;
    padding-left: 32px;
}

#landing-list span.bullet
{
    vertical-align: middle;
}

.tourLink
{
    color: blue;
    font-size: 1.1em;
    font-weight: bold;
}

.landingButton
{
    width: 82px;
    height: 24px;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    background-color: #e1e1e1;
}

#signup-form-top
{
    float: left;
    width: 400px;
}

#signup-form-bottom
{
    float: left;
    width: 400px;
}

#signup-info-top
{
    margin: auto;
    width: 175px;
    margin-right: 25px;
    float: left;
}

#signup-info-bottom
{
    margin: auto;
    width: 175px;
    margin-right: 25px;
    float: left;
}

#team-coachstaff
{
    width: 500px; 
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#team-coachstaff h3
{
    font-size: 1em;
    padding: 2px 0 2px 6px;
    background-color: #def;
}

#editor-inset
{
     padding: 25px 20px 15px 20px;
}

#editor-form
{
    width: auto;
    padding: 25px 15px 10px 15px;
    border: 1px solid black;
}

#customize-form
{
    width: 100%;
    padding: 25px 15px 10px 15px;
    border: 1px solid black;
}

h1
{
    text-align: left;
    line-height: 28px;  
    font-size: 1.8em;
}

#editor-menu
{
    padding-top: 2px;
    clear: both;
    white-space: nowrap;
}

#editor-menu li
{
    text-transform: capitalize;
    display: inline;
}

#editor-menu a
{
    color: White;
    line-height: 20px;
    padding: 3px 15px;
    background-color: #999999;
}

#editor-menu a:link, #editor-menu a:visited, #editor-menu a:active
{
    border: none;
    text-decoration: none;
}

#editor-menu a:hover
{
    text-decoration: underline;
}

#editor-menu a.sel
{
    font-weight: bold;
    border-color: #67f;
    background-color: #0062AB;
    border-bottom: 1px solid #67f;
}

#editor-fieldlist
{
    margin-top: 15px;
    margin-left: 10px;
    vertical-align: middle;
}

#editor-fieldlist li
{
    clear: both;
    height: 36px;
    vertical-align: middle;
}

#editor-fieldlist span.value
{
    vertical-align: middle;
}

#editor-fieldlist span.desc
{
    vertical-align: middle;
    font-weight: bold;
    width: 150px;
}

.search-list li
{
    height: 35px;
    vertical-align: middle;	
}

.search-list span.desc
{
    clear: both;
    width: 100px;
    float: left;
    text-align: right
}

.search-list span.value
{
    float: left;
    text-align: left;	
}

div.hr
{
    margin: 5px 0px; 
    border: none; 
    border-top: 1px solid #A3A3A3;
}

div.hr hr, div.blackhr hr
{
    display: none;
}

div.blackhr
{
    margin: 5px 0px;
    border: none;
    border-top: 1px solid #000;
}

#editurl-main
{
    margin: 10px 10px 0 10px;
}

.topbacklink
{
    padding: 10px 0 10px 10px;
}

.topforwardlink
{
    padding: 10px 10px 10px 0;
    float: right;
}

.gridspace
{
 text-align: left;
 padding-left: 15px;
}

.gridspaceright
{
    text-align: right;
    padding-right: 15px;
}

.psched-cell-link
{
 font-size: 9px;
 color: Blue;
}

.gv-center
{
text-align: center;
}

.gv-left
{
text-align: left;
}

.gv-teamnews-title
{
text-decoration: underline;
}

.gv-teamnews-row
{
vertical-align: top;
padding: 3px;
}

.gv-teamnews-row-title-alignleft
{
vertical-align: top;
text-align: left;
padding: 3px;
text-decoration: underline;
}

.gv-teamnews-row-alignleft
{
vertical-align: top;
text-align: left;
padding: 3px;
}

.month-links
{
    font-weight: bold;
    font-size: .6em;
    padding: 0 10px 0 10px;
}

.roster-numfield
{
    padding-right: 10px;
}

.roster-namefield
{
    padding-left: 10px;
}

ul.signupList
{
    padding: 5px;
}

.signupList span.desc2
{
    clear: both;
    text-align: right;
    margin-right: 5px;
    float: left;
    height: 25px;
    font-weight: bold;
    width: 120px;
}

.signupList span.value2
{
    float: left;
}

.signupList span.value2 input, .signupList span.value2 select
{
    vertical-align: top;
}

.signupList li
{
    height: 30px;
}

.login-label
{
    float: left;
    width: 70px;
    margin-right: 5px;
    height: 25px;
}

.login-input
{
    float: left;
}

.scheduleHeader
{
    text-align: left;
    text-decoration: underline;
    height: 25px;
}

.profileSchedule
{
    font-size: .8em;
}

.gvPagerPrev
{
 padding-right: 100px;
}

.gvPagerNext
{
 padding-left: 100px;
}

.validatorCalloutHighlight
{
    background-color: #FFFACD;
}

.gvParentPadding
{
	padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}

.gvParentHeading
{
	text-align: left;
}

.announceStep
{
    text-align: left;
    padding: 10px;
}

.annouceButtons
{
    padding: 10px;
}

.ppHeader
{
    font-weight: bold;
    font-size: 1.4em;
    text-align: left;
    height: 40px;
    line-height: 40px;
}

.ppHeader2
{
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
    height: 30px;
    line-height: 30px;
}

.planTypeSelector
{
    font-weight: bold;
}

.planTypeSelector input, .planTypeSelector label
{
    vertical-align: middle;
    height: 30px;
}

.timeChooserSelect
{
    
}

.ppAddDrill
{
    float: left; 
    width: 300px;
    height: 260px;
    margin-left: 10px; 
    padding: 10px 15px 10px 15px; 
    text-align: left;
}

.ppDrillList
{
    float: right; 
    width: 350px; 
    margin-right: 10px; 
    padding: 10px 15px 10px 15px; 
    text-align: left;
}

.ppReviewDrills
{
    margin: auto;
    width: 330px;
    padding: 10px 15px 10px 15px; 
    text-align: left;
}

.unselectedDrill td, .selectedDrill td
{
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.selectedDrill
{
    background-color: #fa5;
    color: #000;
}

tr.unselectedDrill, tr.selectedDrill
{
    border: 1px black solid;
}

.selectedDrill a
{
    color: #330;
    text-decoration: underline;
}

.blue-text
{
 color: Blue;
}


#login-loginform 
{
    padding: 15px;
    border: 1px black solid;
    text-align: left;
}

.roundedPanel
{
 background-image: url(../images/homepageleftheader.jpg); background-repeat: no-repeat;
}

.pp-border-right
{	
 border-right: solid 1px black;
 vertical-align: top;
}

.pp-align-top
{
 vertical-align: top;	
}

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
    text-align : left; 
    list-style-type : none;
}

.autocomplete_highlightedListItem
{
	background-color: #EEEEEE;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

.pic-padding
{
	padding : 10px;	
}

.playbook-howto-popup {
    font-size: small;
    font-family: Arial;
	background-color:#CCCCCC;
	color: Black;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:10px;
	width:500px;
}

/*Modal Popup*/
.modalBackground {
	background-color: White;
	filter:alpha(opacity=40);
	opacity:0.7;
}



#home-description
{
    padding: 15px 20px 10px 20px;
}

#home-description h1
{
    font-size: 1.7em; 
    font-weight:bold; 
    color: #FF7700; 
    padding-bottom: 20px;
}

#home-description h2
{
    font-size: 1.1em; 
    font-weight:bold; 
    color: black; 
    padding-bottom: 5px;
}

#home-description p
{
    font-size: .9em; 
    color: #757575; 
    padding-bottom: 20px;
}

#free-team-website
{
    padding: 10px;
}

#free-team-website h1
{
    color: #FF7700;
    font-size: 22px;
    padding-bottom: 20px;
    font-family: Arial;
}

#free-team-website h2
{
    color: Black;
    font-size: 16px;
    padding-bottom: 3px;
    font-family: Arial;
}

#free-team-website h3
{
    color: #AAAAAA;
    font-size: 12px;
    padding-bottom: 10px;
    font-family: Arial;
}

#free-team-website p
{
    color: Black;
    font-size: 14px;
    padding-bottom: 20px;
    font-family: Arial;
}

.font-arial-10px
{
    font-size: 10px;    
    font-family: Arial;
}

#playbook-landing
{
    padding: 0px 30px 0px 30px; 
    text-align: left;
}

#playbook-landing h1
{
    color: #FF7700;
    font-size: 30px;
    font-family: Arial;
    text-align: center;
    padding-bottom: 30px;
}

#playbook-landing h2
{
    color: black; 
    font-size: 16px; 
    padding: 0px 0px 6px 0px;   
}

#playbook-landing h3
{
    color: #AAAAAA; 
    font-size: 11px; 
    padding: 0px 0px 6px 0px;   
}

#playbook-landing p
{
    color: Black;
    font-size: 14px;
    font-family: Arial;
}

#playbook-landing ul 
{
	list-style-type: square;
	padding-left: 0;
    color: Black;
    font-size: 14px;
    font-family: Arial;
	margin-left: 0;
}


#playbook-signup
{
    border: 2px black solid;
    background-color: #ff7700;
    width: 180px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    cursor: hand;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0px auto 5px auto;
    text-decoration: underline;    
}

.numberEdits
{
    text-align: right;
}

.homepage-h2
{
    font-size: 14px;
    font-family: Arial;
}

.homepage-text
{
    font-size: 12px;
    font-family: Arial;
}

.requiredAsterisk
{
    color: Red;
}

.smallSpacer
{
    line-height: 6px; 
    height: 6px;
}

.ppAdPanel
{
    float: left; 
    height: 140px; 
    width: 140px; 
    margin-left: 25px; 
    font-size: 0.9em; 
    line-height: 22px; 
    text-align: left;
}

.blogAds
{
    margin: auto;
    height: 210px;
    width: 210px; 
    font-size: 0.9em; 
    line-height: 22px; 
    text-align: left;
}

.playItem
{
    text-align: left;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    font-weight: bold;
}

