/* Someday, this and theme.960.css need to get merged. */
/* Reset some stuff. */
div,p,h1,h2,h3,h4,h5,h6,ol,dl,dt,dd,body,html,ul,li,ol,hr
{
    margin: 0;
    padding: 0;
}

h1,.size-h1{font-size: 2em;}
h2,.size-h2{font-size: 1.5em;}
h3,.size-h3{font-size: 1.2em;}
h4,.size-h4{font-size: 1.17em;}
h5,.size-h5{font-size: 1em;}
h6,.size-h6{font-size: 0.83em;}

img
{
    border: none;
}

body
{
    padding-top: 0px;
    background-color: #fff;
    color: #000;
}
.ie body, .ie #content{color: #000;}

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 { }

sup
{
    font-size: smaller;
    vertical-align: super;
}

.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;
}

.noresults {
	color:#999999;
}
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 Styles */
form div label,
form p label,
.form-layout div label,
.form-layout p label
 { display: block; float: left; width: 150px; margin: .3em .3em; }
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; }
.errorlist { background: #ffc; font-weight:bold;}
.errorlist { list-style: none; margin: .1em 0; padding: .2em; }
.field label
{
    color: #333;
}
.required-field label
{
    color: #000;
}
/*.required-field label:after
{
    content:"*";
    font-size: 10px;
}*/
label.required {
    font-weight: bold;
}


.field-checkbox{position: relative;}
.field-checkbox label
{
    float: none;
    position: absolute;
    left: 45px;
    top: -2px;
    width: auto;
}
.field-checkbox input
{
    margin-left: 15px;
}


body, html { height: 100%; }
#logo, #uspta
{
    display: inline;
    line-height: 0;
}

#usernav
{
    color: #FFFFFF;
    list-style: none;
}
#usernav li
{
}
#navigation
{
    margin: 0;
    padding: 0;
	float:right;
}

#navigation li {
    display: inline;
    line-height: 2em;
    padding: 5px;
	background-color:#CCCCCC;
}

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

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

#navigation li.selected {
    background-color: #fff;
}

#navigation li.selected a {
    color: #000;
    font-weight: bold;
}
#navigation li.help {
}
#navigation li.help span.link{
}
#quick-login #id_username, #quick-login #id_password { width: 11.15em; }
#user-nav #logout { font-size: .8em; }

#login
{
    list-style: none;
}

#body
{
    margin-top:0px;
    padding:0;
}

#content
{
    min-height: 500px;
    background-color:#FFFFFF;
}


/* Make the login form look purty. */
#loginform fieldset { height:10em;}
#loginform fieldset p { position:relative; }
#loginform fieldset p input{
    position:absolute;
    left:150px;
}


#alerts
{
    clear:both;
}

#alerts .message
{	
    margin:10px;
    margin-top: 0px;
    padding: 10px;
    height: 16px;
    position: relative;
}

.closer{
    position: absolute;
    top: 5px; right: 5px;
    cursor: pointer;
}
.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;
    font-weight: bold;
}


button, input[type=submit] 
{
    background-color: #FFF;
    border: solid #ccc 1px;
    color:#000;
    cursor:pointer;
    font-weight:bold;

    padding:5px;
    width: auto;
}
input[type=submit].color-red
{
    color: #f00;
}
.ie input[type=submit]
{
    padding-left: 0px;
    padding-right: 0px;
}

select {background-color: #fff;}
input[type=text],input[type=password],select,textarea
{
    border:1px solid #ccc;
    padding: 2px;
    margin:2px;
    font-size: 11px;
    color: #666;
}
.has-been-focused,
input[type=text].has-been-focused,
input[type=password].has-been-focused,
select.has-been-focused,
textarea.has-been-focused
{
    color: #333;
    border-color: #aaa;
}

input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus
{
    color: #000;
    border-color: #888;
}
textarea.editor
{
    width: 300px;
    height: 100px;
}

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

#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;*/
    }
.userphoto a img,
#userphoto a img{
border:none;margin-bottom:0px;}

#userphoto_label
{
    font-weight: bold;
    font-size: 1em;
    margin-top: 0px;
    background-color:#ccc;
	clear:both;
	padding:5px;
}

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;
}

#accounting, #homecourt
{
    background-color:#7EA930;/*#326566*/
	clear:both;
}
#calendar-month
{

    text-align: right;
    padding-right: 9px;
    padding-left: 6px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.calendar-event
{
	display: block;
	padding:5px;
}
.events { float:left; }
.events .calendar-event {
padding: 5px 5px 5px 0px;
	margin: 5px 10px 5px 0px;
	float:left;
	/*width:115px;*/
	border-right:1px #d6d6d6 solid; }
.event-color-1 {
}
.event-color-2 {
}
.event-color-3 {
}
.events .calendar-event.event-color-grey
{
    background-color: #aaa;
}
.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: #F2F1E7;
}
table.items td
{
    font-size:.9em;
}
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: #435F78; }

table.items .top, 
table.items .bottom
{
    border-left: solid #ccc 1px;
    border-right: solid #ccc 1px;
}
table.items .top
{
    border-top: solid #ccc 1px;
}
table.items .bottom
{
     border-bottom: solid #ccc 1px;
}

/* Style the checkbox columns here */
table.items th.checkbox-column,
table.items td.checkbox-column
{
    width: 25px;
}

/* Second general table style */
table.items1
{
    color: #000;
    border-collapse: collapse;
    margin: 0px; padding: 0px;
}
.items1 tr, .items1 th, .items1 td
{
    border: 2px solid #aaa;
}
.items1 th
{
    background-color: #eee;
}
.items1 td
{
    background-color: #fff;
    padding: 5px;
}
.items1.padding-0 td,
.items1 .padding-0 td,
.items1 td.padding-0
{
    padding: 0px;
}

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;
    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
{
    background-color: #ccc;
    padding: 1px;
    padding-bottom: 10px;
    width: 200px;
    height: auto;
}

.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
{
   
}
dl.profile-info dd
{

}
div.tos p
{
    height: auto;
    margin-bottom: 1em;
}


.value
{
    display: block;
    font-weight: bold;
    line-height: 177%;
}

.usersearchbox
{
    height: auto;
    margin-top: 2px;
    margin-left: 148px;
    padding: 0;
}

.usersearchbox-dispitem
{
    border: 1px solid #333;
    padding: 5px;
    margin-right: 3px;
    margin-top: 3px;
    display: block;
    float:left;
    /*white-space: nowrap;*/
}

.usersearchbox-dispitem a
{
    padding: 3px;
}

.usersearchbox-dispitem a:hover
{
    text-decoration: none;
}

.usersearchbox ul
{
    padding: 3px;
    list-style-type: disc;
    list-style-position: inside;
}
#spinner, .spinner
{
    visibility: hidden;
}



.spacer
{
    margin-top: 15px;
}

.nodisplay
{
    display: none;
}

.registration_submit
{
    margin-left: 157px;
    margin-top: 20px;
    padding-bottom: 2.2em;
}

.registration ul {
    list-style-type: none;
}

.registration div {
    height: auto;
    line-height: 1.9em;
}
.registration .birthday {
    padding-left: 150px;
}

.registration .birthday label {
    width: 80px;
}

.registration .errorlist {
    clear: left;
    padding-left: 150px;
}
.registration .terms label {
    float: right;
    width: 95%;
    font-weight: bold;
}

.registration textarea.terms {
    color: #666666;
    font-size: 10px;
}

.registration .club {
    padding-left: 150px;
}

.registration label[for=primary_number] {
    visibility: hidden;
}

h2 div {
    display: inline;
    font-size: x-small;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    position: absolute;
    right: 80px;
    top: 2em;
}

#user-profile ul {
    display: block;
}

#user-profile ul li {
    display: inline;
}

#user-profile ul li label {
    width: 110px;
}

#profile div.box .help,
.registration div.box .help {
    display: inline;
}

#profile div.box .textarea .help + textarea,
.registration div.box .textarea .help  + textarea {
    display: block;
}

/* profile personalization form */
#website-appearance label,
#profile-picture label {
    clear: both;
    font-weight: bold;
}
#website-appearance label img {
    position: absolute;
    right: 50px;
}
.calendar
{
    width: 227px !important;
}

#calendar-container .today {
	background-color: #FFCC00;
	color: #FFF;
	
}
#calendar-month .cal_month_calendar
{
    text-align: center;
}
#invite-email
{
	background-color: #2E2E2E;
	padding:10px;
	margin-top: 15px;
	color: #ffffff;
	font-size:.9em;
	font-weight:normal;
}
#invite-email p { padding:0; }
#invite-email h3
{
    font-weight: bold;
    text-transform: uppercase;
	margin-top:5px;
	font-size:1.4em;
}
#invite-email input[type=text]
{
    width: 125px;
    font-size: 1.1em;
    padding-top: 3px;
    padding-bottom: 3px;
}
#invite-email .dimmed
{
    color: #666666;
}

#helpful-tips
{
    width: 200px;
    float: left;
    padding: 5px;
    background-color: #F2F2F2;
    font-size: 90%;
}

#helpful-tips .tip-header
{
    text-decoration: underline;
}

#helpful-tips p
{
    margin-bottom: 1em;
    line-height: 1em;
}

#helpful-tips h4 { margin-bottom:10px;}

.signup-message ol
{
    margin-top: 8px;
    margin-left: 30px;
}
.signup-message ol li
{
    margin-bottom: 8px;
}
div.inline-help
{
    background-color: #F2F2F2;
    border: 1px solid #758755;
    font-size: 90%;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    right: 0px;
    top: 160px;
    width: 200px;
    z-index: 2;
}
div.inline-help ul
{
    list-style-position:inside;
}
.flexleague-info,
.challengeladder-info
{
    width: 520px;
    background-color: #F2F2F2;
    padding: 10px;
	margin-bottom: 10px;
}

.pro-card
{
    background-color: #B87333;
    border: solid #800000 1px;
    /* height: 100px;*/
    position: relative;
    /*width: 250px;*/
    overflow: hidden;
}
.pro-card .float-left
{
    width: 100px;
}
.pro-card h3
{
    /*position: absolute;
    left: 90px;
    top: 10px;*/
}
.pro-card .sponsor
{
   /* position: absolute;
    right: 0px;
    top: 30px; 
    width: 145px;*/
	font-size: 11px;
}
.pro-card img
{
    width: 30px;
    height: 30px;
	background-color:#333333;
}
.weather
{
    background-color: #A0B3C4;
    font-size:10.39px;
    overflow: hidden;
    padding: 10px;
}
.ie .weather
{
    padding: 4px;
    font-size: 11px;
}

#rightcol .weather h3, .weather h3,
.rightcol .weather h3
{
    margin: 0px 0px 5px 0px !important;
    font-size: 12.5px !important;
    border:none;
}

.weather a { color:#FFFFFF; }


.weather .now { text-align: left;float:left; margin: 0% 5% }
.weather .tomorrow { text-align: center; float:left; margin: 0% 5%; }
.weather .dayafter { float:left; margin: 0% 5%; }
.ie6 .weather
{
    width: 150px;
    float: right;

}
.ie6 .weather .now, .ie6 .weather .tomorrow, .ie6 .weather .dayafter
{
    margin: 0px;
    margin-left: 5px;
    float: left;
}

.weather img
{
    height: 16px;
    width: 16px;
    margin-bottom: -1px;
}

.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;
}

.ie .cal_month_calendar td
{
    background-color: #fff;
}

/* legend */

ul#legend {
    float: right;
    list-style: none;
    list-style-position: inside;
	margin-top: 25px;
}
li.legend-item {
    display: inline;
}
.legend-box {
    width: 15px;
    height: 15px;
    border: 1px solid black;
    display: inline;
}
/*.ladder-summary, .league-summary
{
    width: 450px;
}*/
.ladder-join, .ladder-leave
{
    width: 280px;
    height: 150px;
}
table.tall tr,
.payments tr
{
    height: 37px;
}
.import-button
{
    margin: 5px;
	
}
.import-button .image-caption
{
    font-weight: bold;
    position: absolute;
    left:45px;
    top: 16px;
    font-size: 1em;
    color: #000;
    width: 150px;
}
input.orange-button
{
    background-image: url("../images/orangebutton.jpg");
    height: 84px;
    width: 182px;
    text-align: center;
}




/* moved to networks.css

.searchbox
{
	width:530px;
	padding:15px;
	background-color: #E9E9E9;
	height: auto;
	margin-bottom:10px;
}
.searchbox .results
{
    height: 80px;
    overflow: auto;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    padding: 5px;
}
.searchbox .results a,
.searchbox .results .link
{
    color: #000;
}
.searchbox .results tr
{
    border-bottom: 1px dashed #aaa;
}
.searchbox tr[data-is-pro=true] td.main
{
    font-weight: bold;
    font-style: italic;
}


*/


.backboard
{
    margin:10px auto;
}
.backboard h3
{
    margin: 0px !important;
}
.backboard-message-container
{
    padding: 10px;
    margin:0 15px 5px 0;
    min-height: 55px;
    background-color: #ddd;
    float:left;
}
.backboard-message-content { margin: 0 10px 0 0; }
.backboad-submit { margin:0; }

.backboard-message-timestamp
{
    color: #666666;
    padding-bottom:10px;
    display:block;
}
.backboard-message-actions
{ width:20px; text-align:right; float:right; }
.backboard-user-image
{
    font-size:.8em; width:50px; margin:0 10px 0 0; background-color:#ccc; float:left; }
.backboard-user-image img { width:50px; }

.backboard-message-user, .backboard-message
{
/*    margin-left: 55px;
*/}
.backboard-message { }
.backboard-message p { margin-bottom:0; padding:0; }
.backboard-message-text-container { float:right;  }

.delete-x
{
    color:#f00;
    cursor:pointer;
    font-weight:bold;
    padding:5px;
} 
.faq
{
    background-color: #feff8d;
    padding: 5px;
    border: 5px solid #aaa;
}
.faq p
{
    margin-bottom: 1em;
    line-height: 1.4em;
    color: #555;
}

/* subnav */
.subnav { border-bottom: 1px solid #CCCCCC; padding:5px 0px 0px 0px; color:#333333; /*background-image:url(../images/shaddow.jpg); background-repeat:no-repeat;*/ }
.subnav ul.navitems { list-style-type:none; float:right; }
.subnav li { float:left; margin-left:2px; padding:5px 10px;background-color:#E9E9E9;font-size:.9em; }
.subnav li:hover, .subnav li:hover a { background-color:#999999; color:#FFFFFF; }
.subnav .navitems a { color:#333333; }
.subnav .navitems a:hover { color:#ffffff; }
.subnav h2 { float:left; font-size:1.2em; margin:0; clear:left; padding:0;}
#header .subnav { color:#FFFFFF; }
#header .subnav li { background-color:#000000; float:right; }
#header .subnav a:link, #header .subnav a:active, #header .subnav a:visited, #header .link { color:#FFFFFF; }


/* Edit profile navigation */
.field-availability li,
.field-game_type li,
.field-court li,
.field-gender li,
.field-primary_number li
{
    list-style: none;
}
.field-availability li label,
.field-game_type li label,
.field-court li label,
.field-gender li label,
.field-primary_number li label
{
    width: auto;
}
.ie .field-availability li,
.ie .field-game_type li,
.ie .field-court li,
.ie .field-gender li,
.ie .field-primary_number li
{
    display: inline;
}

.field .help-text
{
    background-color: #eea;
    padding: 5px;
    margin-left: 25px;
}

.my-game .shoes,
.my-game .racquet,
.my-game .clothes,
.my-game .atp,
.my-game .wta{
	float: right; clear:right; display:block; margin:-15px 0 5px 10px;
}
.my-game li, #leftcol .my-game li, .leftcol .my-game li { clear:both; border-bottom:1px #ccc solid; display:block; padding:5px 0; margin-bottom:5px; }


/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width:520px;	 
	height:150px;	
	margin-bottom: 10px;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {
	position:absolute;
	width:20000em;
	clear:both;
	background-color:#FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:18px;	
}



/* single item */
.my-game {
	background-color:#FFFFFF;
	color:#333333;
	padding:0px;
}
.my-game h3{ text-transform:uppercase; }

#thumbs div {
	float:left;
	width:171px;
	height:150px;
	color:#333333;
	cursor:pointer;
	background-color: #FFFFFF;
	background-image: url(../images/mygamebg.jpg);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

/* style when mouse is over the item */
#thumbs div.hover {
	background-color:#F9F9F9;
	background-image:none;
	
}

/* style when element is active (clicked) */
#thumbs div.active {
	background-color:#F9F9F9;
	background-image:none;
	cursor:default;
}

#thumbs h3, #thumbs p {
	margin:10px;
	color:#333333;
}

#thumbs h3 em {
	font-style:normal;
	color:yellow;
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:15px;
	height:150px;
	background:url(../images/back.jpg) no-repeat;
	float:left;
	margin:0px;
	cursor:pointer;
}
a.next, a.nextPage {
	background-image:url(../images/next.jpg);
	clear:right;	
}
.form-style-1 fieldset > div
{
    position: relative;
    margin-bottom: 1em;
}
.form-style-1 .field .help-text
{
    background-color: #eea;
    padding: 5px;
    margin-left: 25px;
    width: 400px;
}
.default-value
{
    color: #AAA;
}
.inline-radio ul
{
    list-style-type: none;
}
.inline-radio li label
{
    width: auto;
}
.inline-radio li input
{
    clear: none;
}
.ie .inline-radio li
{
    display:inline;
}
/* Lame bugfix. */
.ie6 #rightcol .next,
.ie6 .rightcol .next
{
    display: none;
}
.friend-of-friend
{
    width: 190px;
    border: 1px solid #eaeaea;
    float: left;
    margin:10px 10px 10px 0;
    padding: 10px;
}
.pagination .pages li
{
    margin: 0;
    padding: 0;
}
.pagination .pages a
{
    display: block;
    border: solid #aaa 1px;
    padding: 5px;
    float: left;
    margin-right: 5px;
    background-color: #eee;
}
.pagination .pages .current a
{
    border: solid #777 1px;
    font-weight: bold;
    background-color: #ccc;
}
.smalltxt { font-size:.9em; color:#666666; }
.leaguehost
{
    float:right;
    width:250px;
    font-size:.9em;
}
.leaguehost .userphoto { width:75px; height:75px; margin: 0 0 30px 10px; float:right; }

.day-events h1
{
    font-size: 20px;
    margin-bottom: 15px;
}
.day-events .event
{
    border: solid #aaa 1px;
    padding: 5px;
    margin-bottom: 10px;
}

.chunk ul, .chunk ol, .chunk dl
{
    list-style-position: inside;
    list-style-type: disc;
    margin-left: 1em;
}


/** create.html **/
#tips
{
    background-color: #f2f2f2;
    float: right;
    width: 200px;
    padding: 10px;
	margin-top:10px;
}

#tip_text
{
    margin-bottom: 8px;
}

#league_create_submit
{
    margin-right: 50px;
    text-align: right;
}

#create_container
{
    margin-bottom: 5px;
    height: 315px;
}

#create_form_field
{
	float: left;
	padding:15px;
	width: 520px;
	background-color: #DDDDBB;
	margin-top:10px;
}
#create_form_field fieldset { padding:0; border:none; }
#create_form_field input { margin:0; }
/*#create_form_field form div label,
#create_form_field form p label,
#create_form_field .form-layout div label,
#create_form_field .form-layout p label
 { display: block; float: left; width: 100%; margin: .3em 0; } */

#create_form_field form p { clear:both; }
div.field
{
    margin-bottom: 1em;
}
#create_group input[type=text],
#grouped_players select
{
    background-color: #ffc;
}
#grouped_players input
{
    background-color: #fcc;
}
#grouped_players input[value]
{
    background-color: #cfc;
}
.roundrobin-form div label,
p label
 { display: block; margin: .3em 0; padding:0 15px 0 0; }
 form ul li
{
    list-style: none;
}
.field li label { float:none; }
.field ul { float:left; }

/* columns */
.columns { float:left; display:block; margin:0 5% 0 0; }
.two { width:47%; margin-right:5%;}
.three { width:29%; margin-right:5%; }
.four { width:22%; margin-right:4%; }
.five { width:18%; margin-right:2%; }


.columns ul { font-size:.9em; }

.columns p { margin-top:0; padding-top:0; font-size:.9em; }
.columns h2 {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:#CCC 1px solid;
	font-size:120% !important;
}

.five h2, .four h2 { font-size:50%; }
.first { border:none; }
.last { margin-right:0 !important;  margin-right:0; clear:right; }


.sidebar-rows > div
{
    width: 180px;
    position: relative;
    margin-bottom: 10px;
}
.sidebar-rows > div > div
{
    z-index: 3;
    font-size: 12px;
    color: #000;
    padding: 0;
    padding-left: 10px;
    margin: 0;
}
.sidebar-rows .bottom-slice,
.sidebar-rows .top-slice
{
    margin: 0; padding: 0;
}
.sidebar-rows .top-slice
{
}
.sidebar-rows .bottom-slice
{
}
.searchbox2 .search-result-item
{
    margin-bottom: 15px;
}

.container-style0
{
    
}

.container-style0 .container-item
{
    margin-top: 2px;
}
.container-style0 .container-item-name
{
    font-weight: bold;
    color: #333;
    font-size: 1.2em;
}
.container-style0 .container-item-content
{
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #7d7d7d;
    font-weight: bold;
    font-size: 0.8em;
}

/* Vnav0 - first vertical navigation style class. For list
   elements. See templates/communities/admin-base.html for an example
   of usage. */

ul.vnav0
{
    list-style: none;
}
ul.vnav0 a
{
    background-color: #dfdfdf;
    border-bottom: solid #ccc 1px;
    color: #000;
    display: block;
    font-size: 20px;
    margin: 0px;
    padding: 5px;
    text-align: left;
}
ul.vnav0 a:hover
{
    text-decoration: none;
    background-color: #e8e8e8;
}


.user-html ul, .user-html ol
{
    list-style-position: inside;
}

/* For the ad space box, and other boxes that have height == line-height >> font-size. */
.empty-box
{
    border: solid #aaa 1px;
    color: #aaa;
    text-align: center;
    padding: 10px;
}


.readable
{
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}
.readable h3
{
    margin-top: 20px;
    margin-bottom: 5px;
}
.readable ul, .readable ol
{
    list-style-position: inside;
}
.readable p
{
    margin-bottom: 0.5em;
}

button.ui-datepicker-trigger{padding: 0; margin:0; position: relative; border: 0 none; background-color: transparent; }
button.ui-datepicker-trigger img{padding: 0; margin: 0;}
.ui-datepicker,div.time-picker {z-index: 2000;}
div.time-picker{z-index: 2000!important;}

 .scroll-handle
{
    padding-left: 3px;
    padding-right: 3px;
    width: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    z-index: 15;
}

.gutter
{
    border-right: solid #ddd 1px;
}

.ie7 #header-logo
{
    margin-top: 15px!important;
}

#user-flair
{
    width: 400px; position: relative; top: 10px; left: 400px;
}

.ie7 #user-flair, .ie8 #user-flair
{
    display: none;
}

.tabnav li
{
    margin-top: -15px;
}
.switcher-chooser{ cursor:pointer;}


#news-gallery-gallery
{
    width: 520px;
}
.gallery-item
{
    width: 520px;
}

.gallery-item-image
{
    background-color: #333;
    width: 520px;
    height: 300px;
    text-align: center;
}
.gallery-item-image img
{
    margin: auto;
}

.gallery-item-caption
{
    margin: 2px 0px;
    background-color: #000;
    color: #fff;
    padding: 8px;
}

.gallery-item-title
{
    font-weight: bold;
    font-size: 14px;
}
.gallery-item-text
{
    font-size: 12px;
    color: #aaa;
}
.gallery-news-item
{
    min-height: 300px;
    padding: 20px;
    border: solid #ccc 1px;
    margin-top: 2px;
}
.gallery-news-item h3
{
    font-size: 30px;
}
.gallery-news-item .news-item-text
{
    color: #666;
    font-size: 15px;
}
#news-listing
{
    height: 100px;
    overflow: auto;
}
.news-item-chooser
{
    font-weight: bold;
    margin: 5px;
    font-size: 14px;
    cursor: pointer;
}
.gallery-news-item
{
    background-repeat: repeat-x;
    background-image:url(../images/slices/news-gallery-bottom-gradient.png);
    background-position: 0% 100%;
}

.programs-wrapper
{
    
}

.programs-wrapper .program
{
    position: relative;
    height: 80px;
    margin-bottom: 10px;
}

.programs-wrapper .program-icon
{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 15px;
    top: 15px;
}

.programs-wrapper .program-name
{
    position: absolute;
    color: #333;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    left: 80px;
    top: 10px;
    width: 300px;
    overflow: hidden;
    height: 25px;
}
.programs-wrapper .program-name:hover
{
    text-decoration: underline;
}
.programs-wrapper .program-date-info,
.programs-wrapper .program-club,
.programs-wrapper .program-pro
{
    position: absolute;
    color: #333;
    font-size: 11px;
    left: 80px;
    font-weight: bold;
}

.programs-wrapper .program-date-info{top: 35px;}
.programs-wrapper .program-club{top: 50px;}
.programs-wrapper .program-pro{top: 65px;}

.programs-wrapper .program-status
{
    position: absolute;
    right: 0px;
    top: 0px;
    padding-top: 10px; height: 70px;
    padding-left: 10px; padding-right: 10px;
    width: 100px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
.programs-wrapper .program-status .status-text
{
    font-size: 12px;
}


.programs-wrapper .program-status-registration-open
{
}
.programs-wrapper .program-status-registration-open .status-text
{
    color: #b9cd86;
}
.programs-wrapper .program-status a
{
    color: #fff;
    
}
.ui-widget-overlay{
    opacity: 0.7;
background: url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/themes/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png);

}
