@charset "UTF-8";
/* CSS Document */

div,p,h1,h2,h3,h4,h5,h6,ol,dl,dt,dd,body,html,ul,li,ol
{
    margin: 0;
    padding: 0;
}

.absolute{position: absolute;}
.bold{font-weight: bold;}
.center{text-align: center;}
.clear-both,.clear{clear:both;}
.display-block{display:block;}
.display-inline{display:inline;}
.display-none{display:none;}
.divider { height:4px; display:block; background-color: #E7E7E7; margin-bottom: 10px; clear:both; }
.float-left{float:left;}
.float-none{float:none;}
.float-right{float:right;}
.list-style-inside{list-style-position: inside;}
.list-style-none{list-style: none;}
.overflow-auto{overflow:auto;}
.overflow-hidden{overflow:hidden;}
.cursor-pointer{cursor: pointer;}
.relative{position: relative;}
.small{font-size: 0.8em;}



h1{font-size: 2em;}
h2{font-size: 1.5em; margin-bottom:5px;}
h3{font-size: 1.3em;}
h4{font-size: 1.17em;}
h5{font-size: 1em;}
h6{font-size: 0.83em}


img
{
    border: none;
}

body
{
    font: .8em Lucida Grande,Tahoma,Verdana,Arial,sans-serif;
    padding-top: 0px;
	background-image: url(../stage2base/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EAEADE;
}
a, .link
{
	color: #435F78;
	text-decoration: none;
}
a:visited { }
/* .link:hover isn't gonna work in IE6, so jQuery code adds .hover instead. */
a:hover, .link:hover, .link:hover {
    text-decoration: underline;
    cursor: pointer;
}

a:active { }

.button { background-image: url(../images/button_bg.jpg); background-repeat:repeat-x; background-position:0 0; height:30px; padding:10px; font-weight:bold; cursor:pointer; width: auto; line-height:25px; color:#000;}
.arrow
{
    cursor:pointer;
}

a.button {
	color:#333333;
	text-decoration:none;
}
input.button 
{
    /* To override the default green form styles */
    background-color: #FFF !important;
    border: solid black 1px !important;
}

p, div
{
    margin:0;padding:0;
}

ul.inline
{
    list-style:none;
}
ul.inline li
{
    display:inline;
}
ul.inline li a,
ul.inline li span.link
{
    padding-top:3px;
    padding-bottom:3px;
    padding-left:6px;
    padding-right:6px;
	}
ul.breadcrumb a,
ul.breadcrumb span.link
{
    color:#000;
    font-size:80%;
}

form div label,
form p label,
.form-layout div label,
.form-layout p label
 { display: block; float: left; width: 150px; margin: .3em 0; }
form div input,
form div select,
form p input,
form p select,
.form-layout div input,
.form-layout div select,
.form-layout p input,
.form-layout p select
 { clear: right; }
form div, form p, .form-layout div, .form-layout p { clear: both; }
form div.textarea, form p.textarea,
.form-layout div.textarea, .form-layout p.textarea
{ height: auto; }
form div.nolabel label, form p.nolabel label { display: none; }
form div.hiddenlabel label { visibility: hidden; }
form fieldset > input,
.form-layout fieldset > input { margin-left:150px; }
fieldset { padding: 5px 5px; border: 1px solid #aaa; }
legend { font-weight: bold; }
form .errorlist { background: #ffc; font-weight:bold;}
form .errorlist { list-style: none; margin: .1em 0; padding: .2em; }
form label.required {
    font-weight: bold;
}
#header>.wrapper, #body>.wrapper, #footer>.wrapper
{
    width: 800px;
    margin: 0 auto;
}

#header {
    /*background-color: #FFFFFF; */
    background-image: url(../images/hbg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    margin:0;
    padding:0;
}

#header>.wrapper{
    background-repeat: no-repeat;
    height: 160px;
    position: relative;
    background-image: url(../images/header.jpg);
    z-index: 1;
}

#header > .wrapper > .timestamp {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    position: absolute;
    top: 110px;
    right: 10px;
}

#logo, #uspta
{
    display: inline;
    line-height: 0;
}

#usernav
{
    background-image: url(../images/greytrans.png);
    background-repeat: repeat;
    color: #FFFFFF;
    float: right;
    font-size: 1em;
    font-weight: bold;
    list-style: none;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 0em;
    width: auto;
}
#usernav li
{
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	font-size: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color:#FFFFFF
}

#usernav li.last, #usernav li.first
{
    border-right: 0;
	font-size: 1.2em;
}

#usernav li a
{
    color: #FFFFFF;
    font-weight: none;
    text-decoration: none;
}

#navigation
{
    background-color: #2B2E2F;
    border-bottom: 1px solid #F8FFFD;
    border-top: 1px solid #F8FFFD;
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding: 0;
	height:24px;
}

#navigation li {
    display: inline;
    line-height: 2em;
    border-right: 1px solid #F8FFFD;
    padding: 5px;
}

#navigation li a{
    color: #FFFFFF;
    text-decoration: none;
}

#navigation li a:hover{
    color: #FFFFFF;
}

#navigation li.selected {
    background-color: #fff;
    padding-top: 4px;
}

#navigation li.selected a {
    color: #000;
    font-weight: bold;
}
#navigation li.help
{
    position: absolute;
    right: 0;
    width: 30px;
    top: 135px;
    height: 15px;
    border-right: solid white 1px;;
    border-left: solid white 1px;;
}
#navigation li.help span.link
{
    right: 8px;
    top: 0px;
    position: absolute;
    display: block;
    color: #fff;
    font-weight: bold;
}


#quick-login #id_username, #quick-login #id_password { width: 11.15em; }
#user-nav #logout { font-size: .8em; }

#login
{
    list-style: none;
}

#body
{
    background-repeat: repeat;
    margin-top:0px;
    padding:0;
    min-height: 100%;
}
#body > .wrapper {
    background-color:#fff;
    padding-bottom: 10px;
}
#body > .wrapper > *{
}

#info
{
}

#content
{
    position: relative;
    padding: 15px;
    min-height: 500px;
}

#footer
{
    background-repeat: repeat;
    clear: both;
    color: #FFFFFF;
    font-size: 0.8em;
    height:35px;
    text-align: center;
}
#footer > .wrapper
{
    height:100%;
}

#footer a
{
    color:#FFFFFF;
}

#rightcol
{
	display:block;
	float:right;
	width: 550px;
}

#rightcol h3
{
    margin-top: 20px;
    margin-bottom: 0px;
}

#rightcol p
{
    line-height: 140%;
}

#leftcol {
	float:left;
	width: 200px;
	}
	
#leftcol h3 { margin-top: 20px; }
/* Make the login form look purty. */
#loginform fieldset { height:10em;}
#loginform fieldset p { position:relative; }
#loginform fieldset p input{
    position:absolute;
    left:150px;
}


#alerts
{
    margin: 5px auto;
    margin-top: 0px;
    padding-top: 5px;
}

#alerts .message {
	position: relative;
	padding: 10px;
	background-color:#CADB2B;
	margin: 10px;
	margin-top: 0px;
}

.closer{
	position:relative;
	margin-top:-15px;
	float:right;	
}
.closer .link { color:#333; font-weight:bold; }
#logo *{border:0;}
#logo img
{
    position: relative;
    bottom: 10px;
    margin-left: 10px;
}
    

table{ width:100%; }
table thead th {
    margin:0;
	padding:5px;
}


button, input[type=submit] {
	background-color:#afd036;
	border:1px solid #656D3E;
	padding: 5px;
}
input[type=submit].inline {
    /* More compact form. */
    padding:0px;
}


input[type=text],
input[type=password],
select,
textarea
{
	border:1px solid #999999;
	padding: 2px;
}
textarea.editor
{
    width: 300px;
    height: 100px;
}

/* in search/includes/search_member.html */
#groupadd-form
{
    margin-top:10px;
}
#bottom{
    margin-top:-5px;
    height:20px;
}

#calendar-container,
#userphoto, .userphoto,
.homecourt-leftcol
{
    float:left;
    clear:both;
}
.homecourt-leftcol
{
    margin-top: 20px;

}
.userphoto {
    height: auto;
    width: 200px;
    margin-bottom: 15px;
    /*border:solid #aaa 1px;*/
    text-align: center;
    }
.userphoto a img,
#userphoto a img{
border:none;margin-bottom:0px;}

#userphoto_label
{
    font-weight: bold;
    font-size: 90%;
    text-align: center;
    margin-top: 0px;
    background-color:#ccc;
}

ul#messages
{
    list-style:none;
}

input.blurry
{
    text-align:right;
    color:#888;
    font-style:italic;
}
input.good{
    background-color:#cfc;
}
input.bad{
    background-color:#ffc;
}
#calendar-container
{
    background-color:#7EA930;/*#326566*/
	width: 190px;
}
#calendar-month
{
    background-color:#fff;
    text-align: right;
    padding-right: 9px;
    padding-left: 6px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.calendar-event
{
	background-color:#DDDDBB;
	display: block;
	padding: 5px;
	margin-top: 5px;
}
.event-color-1 {
    background-color:#DEECBF; /*#F1EACE*/
}
.event-color-2 {
    background-color:#FFFFFF; /*#FFFFFF*/
}
.event-color-3 {
    background-color:#54711F; /*#758755*/
    color: #FFFFFF;
}
.calendar-event dt
{ display:none; }
.calendar-event dd
{
    padding-bottom: 3px;
}
.calendar-event dd a
{
    color:#000;
    text-decoration:none;
}
.calendar-event dd a:hover
{
    color:#555;
    text-decoration:underline;
}

table
{
    border-collapse: collapse;
}

table th,
table td
{
    border-style:none;
}

/* Messaging stuff.*/
div.tablewrapper
{
	margin-bottom: 5px;
	height: auto;
	border: 1px solid #DDDDBB;
}

table.items td, table.items th
{
    text-align: left;
}
table.items th
{
	background-color: #DDDDBB;
}
th.flags,
th.profile,
th.signup{border-left:none;}
table.items tbody tr td{padding:0;margin:0;}
table.items tbody tr td:first-child{padding:5px;}
table.items tbody tr
{

}
table.items tbody tr.odd
{
    background-color: #fff;
}
table.items tbody tr.even
{
	background-color: #EBEADA;
}

table.items tbody tr.new
{ font-weight:bold; }
table.items tbody tr a
{ color:#000; }
table.items tbody tr a.normal-color
{ color: #859f08 }
span.preview
{ color:#666; }
td.flags,
td.profile,
td.signup{width:0px;}
td.flags img,
td.profile img,
td.signup img{border:none;padding-right:1px}


.summarywrapper
{
    background-image:url(../images/profileIcon.gif);
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    display:block;
}
.summarywrapper .summarylink
{
    padding:5px;
}

.bcard dt
{
    font-weight:bold;
}

.bcard dd
{
    position:relative;
    bottom:17px;
    left:100px;
}

ul.tree li{
    margin-left:0.5em;
}

.pro-info
{
    position:relative;
    height:200px;
    width:749px;
    left: -5px;
    background-color:#fff;
}
.pro-info .userphoto,
.pro-info h2,
.pro-info .pro-courts,
.pro-info .addresses,
.pro-info .pro-sponsor,
.pro-info .pro-contact
{
    margin-top: 3px;
}
.pro-info h2,
.pro-info .addresses,
.pro-info .pro-contact
{
    margin-left:200px;
    padding-left:20px;
    padding-bottom:10px;
}
.pro-info h2
{
    margin-top:10px;
    font-size:20px;
}
a.uspta
{
    color: #66f;
}
div.uspta
{
    font-size: 70%;
    color: #000088;
}

.pro-info dl.pro-contact dt
{
    float: left;
    font-weight: bold;
    padding-right: 3px;
}

.pro-info .pro-courts
{
    left:200px;
    top:0px;
}
.pro-info .pro-courts .link:first-child{border-left:none;}
.pro-info .pro-courts .link
{
    border-left:solid black 1px;
    padding-left:5px;
    padding-right:5px;
    color:#000;
}
.selected
{
    font-weight:bold;
}
.pro-info .pro-sponsor
{
    position: absolute;
    background-color: #ccc;
    padding: 1px;
    padding-bottom: 10px;
    right:0px;
    top:0px;
    width: 200px;
}

.pro-info h3
{
    margin-top: 3px;
    margin-left: 3px;
}

#pro-news
{
    clear: left;
    float: left;
}
#pro-news div.news-item
{
    
}
#pro-news h6
{
    font-size: 11pt;
}

.pro-sponser-text
{
    font-size: 10px;
    margin-left: 3px;
}

.profile-photo
{
    float:left;
    /*This top margin doesn't work for flexleagues home.
      It might break something elsewhere though, not on homecout though.*/
    /*margin-top:-30px;*/
}

h2.profile-name
{
    margin-left:210px;
    height:30px;
}

dl.profile-info
{
    min-height:100px;
}
dl.profile-info dt
{
    width:90px;
}
dl.profile-info dd
{
    position:relative;
    left:100px;
    top:-1.3em;
    height:15px;
}
.value
{
    display: block;
    font-weight: bold;
    line-height: 177%;
}


.signup-message ol
{
    margin-top: 8px;
    margin-left: 30px;
}
.signup-message ol li
{
    margin-bottom: 8px;
}

input[type="button"]
{
    background-color:#AFD036;
    border:1px solid #404040;
    padding:5px;
}
.ie .rightcol
{
    clear: none;
    height: auto;
}
.ie #navigation
{
    margin-top: -3px;
}

.ie #content
{
    /* IE6 doesn't respect height; it acts like min-height in IE7/others. 
       IE6 also doesn't respect !important. Soo... IE6 sees height: 500 
       and uses that, IE7 sees height:auto and uses that, but also 
       respects min-height. */
    min-height: 500px;
    height: auto !important;
    height: 500px;
}

.ie div.tablewrapper,
.ie table.items
{
    height:auto;
}
.faq
{
    background-color: #f99;
    padding: 5px;
}
.faq p
{
    margin-bottom: 1em;
    line-height: 1.4em;
}

body
{
	font: .8em Lucida Grande,Tahoma,Verdana,Arial,sans-serif;
	padding-top: 0px;
	background-image:none;
	background-color: #747470;
}
#body > .wrapper {padding-bottom: 0px; }
#header {
    background-color: none;
    background-image: none;
    background-position: top;
    background-repeat: repeat-x;
    margin:0;
    padding:0;
}


#header>.wrapper{
    background-repeat: no-repeat;
    height: auto;
    position: relative;
    background-image: none;
    z-index: 1;
}

#splashwrapper { background-image:url (../images/splashcontentbg.jpg);
	background-repeat:no-repeat;
	padding-top:28px;
	width: 800px;
	margin: 0 auto;
	background-image: url(../images/splashcontentbg.jpg);
	background-color: #FFFFFF;
	background-position: top;
	margin-top:15px;
}
#navigation
{
	background-color: #CAC9CF;
	border-bottom: none;
	border-top: none;
	font-size: 12px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height:24px;
	width:40%;
	float:right;
}
#navigation ul { float:right; }
#navigation li {
    display: inline;
    line-height: 2em;
    border-right: 1px solid #F8FFFD;
    padding: 5px;

}
#navigation li {
    display: inline;
    line-height: 2em;
    border-right: 1px solid #F8FFFD;
    padding: 5px 10px;
}

#navigation li a{
	color: #000000;
	text-decoration: none;
}

#navigation li:hover{
	color: #FFFFFF;
	background-color: #747470;
}
#content
{
    position: relative;
    padding: 15px;
    min-height: 200px;
}


/* jtabber */
#panes { margin-bottom:15px; }
#panes a { padding:10px 27px; font-weight:bold; }
#panes a, #panes a:active, #panes a:visited {
	display:block;
	float:left;
	color:#000000;
	margin-right:10px;
	text-decoration:none;
	outline:none;
	background-color: #CCCCCC;
	}
#panes a.selected, #panes a.selected:active, #panes a.selected:visited {
	color:#fff;
	text-decoration:none;
	outline:none;
	background-color: #666666;
	}
.hiddencontent {
	display:none;
	}
	
#signup {
	background-color: #2E2E2E;
	padding:20px 15px 15px 15px;
	margin-top: 5px;
	color: #ffffff;
        width:280px;
}	
#signup h1{ font-weight: normal 
}
.home-signin
{
    background-color: #8e8e8e;
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 270px;
}
.home-signin td.input
{
    width: 100px;
    border: solid black 1px;
}
input.login-submit
{
    width: 200px;
    height: 25px;
    padding: 0px;
    margin-top: 5px;
    background-color: #cecece;
    cursor: pointer;
}
#login-body
{
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 500px;
}
#login-body .submit input
{
    width: 200px;
    height: 25px;
    padding: 0px;
    margin-top: 5px;
    background-color: #cecece;
    cursor: pointer;
margin-left: 150px;
}

.about-us, .contact-us, .privacy, .tos
{
    margin: auto;
    width: 500px;
}
.about-us h2,
.contact-us h2,
.privacy h2,
.tos h2
{
    text-align: center;
}
.about-us p,
.privacy p,
.tos p
{
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 1em;
    text-indent: 1em;
}
.contact-us p
{
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 1em;
}
.contact-us dl
{
    width: 200px;
    position: relative;
    margin-left: 50px;
}
.contact-us dl dt
{
    float: left;
    font-weight: bold;
    height: 17px;
    width: 40px;
    clear: left;
}
.contact-us dl dd
{
    float: right;
    width: 150px;
}

.privacy ul,
.tos ul
{
    list-style-position: inside;
}
.privacy ul li,
.tos ul li
{
    font-size: 1.2em;
    line-height: 1.4em;
    text-indent: 1em;
}


#registration-form fieldset
{
    margin-bottom: 1em;
}
#registration-form fieldset input[type="text"],
#registration-form fieldset input[type="password"]
{
    font-size: 1.2em;
    border: solid #000 2px;
    font-weight: bold;
}
#registration-form fieldset input[type="text"]:focus,
#registration-form fieldset input[type="password"]:focus
{
    border: solid #080 2px;
    background-color: #cfc;
}
#registration-form fieldset > div
{
    position: relative;
    margin-bottom: 1em;
}
#registration-form .errorlist
{
    position: absolute;
    right: 0px;
    width: 200px;
}
#registration-form .errorlist,
#registration-form .errorlist li
{
    display: inline;
    background: none;
}

#registration-form .errorlist li
{
    color: #f00;
    font-family: sans-serif;
    font-size: 11pt;
    font-weight: bold;
    padding:3px;
}
#registration-form .field-primary_number
{
    margin-left: 150px;
    margin-top: -1em;
    margin-bottom: 2em;
}
#registration-form .field-primary_number ul
{
    list-style-type: none;
}
.ie #registration-form .field-primary_number ul
{
    margin-top: 5px;
}
#registration-form .field-primary_number label
{
    width: auto;
}
#registration-form .field-primary_number input
{
    clear: none;
}
.ie #registration-form .field-primary_number li
{
    display:inline;
}
#registration-form .field-number input
{
    width: 40px;
}

#registration-form .club-section
{
    margin-left: 25px;
}
#registration-form .club-section > div
{
    margin-bottom: 1em;
}
#registration-form .field-terms label
{
    width: auto;
}
#registration-form .tos
{
    width: 400px;
}
#registration-form .terms
{
    border: solid black 2px;
    font-size: 10px;
    height: 50px;
    padding: 3px;
    width: 500px;
}
div.tos p
{
    height: auto;
    margin-bottom: 1em;
}

div.live-search-results
{
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    background: #fff;
    border-width: 0 1px 1px 1px;
    border: 1px solid #A9A9A9;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    font: 10px/1.2 Verdana, sans-serif;
    height: auto;
    overflow: auto;
}

div.live-search-results ol
{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
div.live-search-results ol li
{
    border-bottom: solid #000 1px;
    padding: 5px;
    font: 14px/1.2 Trebuchet MS, sans-serif;
}
div.live-search-results ol li:hover
{
    background-color: #ccc;
}
a.popout
{
    background:transparent url(/layout/images/external.png) no-repeat scroll right center;
    padding-right:13px;
}
fieldset .disabled-field,
fieldset .disabled-field input
{
    background-color: #ccc;
    color: #777;
}

fieldset .disabled-field input
{
    border-color: #777 !important;
}
