/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_48 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_17,
.grid_18,
.grid_19,
.grid_20,
.grid_21,
.grid_22,
.grid_23,
.grid_24,
.grid_25,
.grid_26,
.grid_27,
.grid_28,
.grid_29,
.grid_30,
.grid_31,
.grid_32,
.grid_33,
.grid_34,
.grid_35,
.grid_36,
.grid_37,
.grid_38,
.grid_39,
.grid_40,
.grid_41,
.grid_42,
.grid_43,
.grid_44,
.grid_45,
.grid_46,
.grid_47,
.grid_48 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 48 Columns
----------------------------------------------------------------------------------------------------*/

.container_48 .grid_1 {
	width:20px;
}

.container_48 .grid_2 {
	width:40px;
}

.container_48 .grid_3 {
	width:60px;
}

.container_48 .grid_4 {
	width:80px;
}

.container_48 .grid_5 {
	width:100px;
}

.container_48 .grid_6 {
	width:120px;
}

.container_48 .grid_7 {
	width:140px;
}

.container_48 .grid_8 {
	width:160px;
}

.container_48 .grid_9 {
	width:180px;
}

.container_48 .grid_10 {
	width:200px;
}

.container_48 .grid_11 {
	width:220px;
}

.container_48 .grid_12 {
	width:240px;
}

.container_48 .grid_13 {
	width:260px;
}

.container_48 .grid_14 {
	width:280px;
}

.container_48 .grid_15 {
	width:300px;
}

.container_48 .grid_16 {
	width:320px;
}

.container_48 .grid_17 {
	width:340px;
}

.container_48 .grid_18 {
	width:360px;
}

.container_48 .grid_19 {
	width:380px;
}

.container_48 .grid_20 {
	width:400px;
}

.container_48 .grid_21 {
	width:420px;
}

.container_48 .grid_22 {
	width:440px;
}

.container_48 .grid_23 {
	width:460px;
}

.container_48 .grid_24 {
	width:480px;
}

.container_48 .grid_25 {
	width:500px;
}

.container_48 .grid_26 {
	width:520px;
}

.container_48 .grid_27 {
	width:540px;
}

.container_48 .grid_28 {
	width:560px;
}

.container_48 .grid_29 {
	width:580px;
}

.container_48 .grid_30 {
	width:600px;
}

.container_48 .grid_31 {
	width:620px;
}

.container_48 .grid_32 {
	width:640px;
}

.container_48 .grid_33 {
	width:660px;
}

.container_48 .grid_34 {
	width:680px;
}

.container_48 .grid_35 {
	width:700px;
}

.container_48 .grid_36 {
	width:720px;
}

.container_48 .grid_37 {
	width:740px;
}

.container_48 .grid_38 {
	width:760px;
}

.container_48 .grid_39 {
	width:780px;
}

.container_48 .grid_40 {
	width:800px;
}

.container_48 .grid_41 {
	width:820px;
}

.container_48 .grid_42 {
	width:840px;
}

.container_48 .grid_43 {
	width:860px;
}

.container_48 .grid_44 {
	width:880px;
}

.container_48 .grid_45 {
	width:900px;
}

.container_48 .grid_46 {
	width:920px;
}

.container_48 .grid_47 {
	width:940px;
}

.container_48 .grid_48 {
	width:960px;
}



/* Prefix Extra Space >> 48 Columns
----------------------------------------------------------------------------------------------------*/

.container_48 .prefix_1 {
	padding-left:20px;
}

.container_48 .prefix_2 {
	padding-left:40px;
}

.container_48 .prefix_3 {
	padding-left:60px;
}

.container_48 .prefix_4 {
	padding-left:80px;
}

.container_48 .prefix_5 {
	padding-left:100px;
}

.container_48 .prefix_6 {
	padding-left:120px;
}

.container_48 .prefix_7 {
	padding-left:140px;
}

.container_48 .prefix_8 {
	padding-left:160px;
}

.container_48 .prefix_9 {
	padding-left:180px;
}

.container_48 .prefix_10 {
	padding-left:200px;
}

.container_48 .prefix_11 {
	padding-left:220px;
}

.container_48 .prefix_12 {
	padding-left:240px;
}

.container_48 .prefix_13 {
	padding-left:260px;
}

.container_48 .prefix_14 {
	padding-left:280px;
}

.container_48 .prefix_15 {
	padding-left:300px;
}

.container_48 .prefix_16 {
	padding-left:320px;
}

.container_48 .prefix_17 {
	padding-left:340px;
}

.container_48 .prefix_18 {
	padding-left:360px;
}

.container_48 .prefix_19 {
	padding-left:380px;
}

.container_48 .prefix_20 {
	padding-left:400px;
}

.container_48 .prefix_21 {
	padding-left:420px;
}

.container_48 .prefix_22 {
	padding-left:440px;
}

.container_48 .prefix_23 {
	padding-left:460px;
}

.container_48 .prefix_24 {
	padding-left:480px;
}

.container_48 .prefix_25 {
	padding-left:500px;
}

.container_48 .prefix_26 {
	padding-left:520px;
}

.container_48 .prefix_27 {
	padding-left:540px;
}

.container_48 .prefix_28 {
	padding-left:560px;
}

.container_48 .prefix_29 {
	padding-left:580px;
}

.container_48 .prefix_30 {
	padding-left:600px;
}

.container_48 .prefix_31 {
	padding-left:620px;
}

.container_48 .prefix_32 {
	padding-left:640px;
}

.container_48 .prefix_33 {
	padding-left:660px;
}

.container_48 .prefix_34 {
	padding-left:680px;
}

.container_48 .prefix_35 {
	padding-left:700px;
}

.container_48 .prefix_36 {
	padding-left:720px;
}

.container_48 .prefix_37 {
	padding-left:740px;
}

.container_48 .prefix_38 {
	padding-left:760px;
}

.container_48 .prefix_39 {
	padding-left:780px;
}

.container_48 .prefix_40 {
	padding-left:800px;
}

.container_48 .prefix_41 {
	padding-left:820px;
}

.container_48 .prefix_42 {
	padding-left:840px;
}

.container_48 .prefix_43 {
	padding-left:860px;
}

.container_48 .prefix_44 {
	padding-left:880px;
}

.container_48 .prefix_45 {
	padding-left:900px;
}

.container_48 .prefix_46 {
	padding-left:920px;
}

.container_48 .prefix_47 {
	padding-left:940px;
}



/* Suffix Extra Space >> 48 Columns
----------------------------------------------------------------------------------------------------*/

.container_48 .suffix_1 {
	padding-right:20px;
}

.container_48 .suffix_2 {
	padding-right:40px;
}

.container_48 .suffix_3 {
	padding-right:60px;
}

.container_48 .suffix_4 {
	padding-right:80px;
}

.container_48 .suffix_5 {
	padding-right:100px;
}

.container_48 .suffix_6 {
	padding-right:120px;
}

.container_48 .suffix_7 {
	padding-right:140px;
}

.container_48 .suffix_8 {
	padding-right:160px;
}

.container_48 .suffix_9 {
	padding-right:180px;
}

.container_48 .suffix_10 {
	padding-right:200px;
}

.container_48 .suffix_11 {
	padding-right:220px;
}

.container_48 .suffix_12 {
	padding-right:240px;
}

.container_48 .suffix_13 {
	padding-right:260px;
}

.container_48 .suffix_14 {
	padding-right:280px;
}

.container_48 .suffix_15 {
	padding-right:300px;
}

.container_48 .suffix_16 {
	padding-right:320px;
}

.container_48 .suffix_17 {
	padding-right:340px;
}

.container_48 .suffix_18 {
	padding-right:360px;
}

.container_48 .suffix_19 {
	padding-right:380px;
}

.container_48 .suffix_20 {
	padding-right:400px;
}

.container_48 .suffix_21 {
	padding-right:420px;
}

.container_48 .suffix_22 {
	padding-right:440px;
}

.container_48 .suffix_23 {
	padding-right:460px;
}

.container_48 .suffix_24 {
	padding-right:480px;
}

.container_48 .suffix_25 {
	padding-right:500px;
}

.container_48 .suffix_26 {
	padding-right:520px;
}

.container_48 .suffix_27 {
	padding-right:540px;
}

.container_48 .suffix_28 {
	padding-right:560px;
}

.container_48 .suffix_29 {
	padding-right:580px;
}

.container_48 .suffix_30 {
	padding-right:600px;
}

.container_48 .suffix_31 {
	padding-right:620px;
}

.container_48 .suffix_32 {
	padding-right:640px;
}

.container_48 .suffix_33 {
	padding-right:660px;
}

.container_48 .suffix_34 {
	padding-right:680px;
}

.container_48 .suffix_35 {
	padding-right:700px;
}

.container_48 .suffix_36 {
	padding-right:720px;
}

.container_48 .suffix_37 {
	padding-right:740px;
}

.container_48 .suffix_38 {
	padding-right:760px;
}

.container_48 .suffix_39 {
	padding-right:780px;
}

.container_48 .suffix_40 {
	padding-right:800px;
}

.container_48 .suffix_41 {
	padding-right:820px;
}

.container_48 .suffix_42 {
	padding-right:840px;
}

.container_48 .suffix_43 {
	padding-right:860px;
}

.container_48 .suffix_44 {
	padding-right:880px;
}

.container_48 .suffix_45 {
	padding-right:900px;
}

.container_48 .suffix_46 {
	padding-right:920px;
}

.container_48 .suffix_47 {
	padding-right:940px;
}



/* Push Space >> 48 Columns
----------------------------------------------------------------------------------------------------*/

.container_48 .push_1 {
	left:20px;
}

.container_48 .push_2 {
	left:40px;
}

.container_48 .push_3 {
	left:60px;
}

.container_48 .push_4 {
	left:80px;
}

.container_48 .push_5 {
	left:100px;
}

.container_48 .push_6 {
	left:120px;
}

.container_48 .push_7 {
	left:140px;
}

.container_48 .push_8 {
	left:160px;
}

.container_48 .push_9 {
	left:180px;
}

.container_48 .push_10 {
	left:200px;
}

.container_48 .push_11 {
	left:220px;
}

.container_48 .push_12 {
	left:240px;
}

.container_48 .push_13 {
	left:260px;
}

.container_48 .push_14 {
	left:280px;
}

.container_48 .push_15 {
	left:300px;
}

.container_48 .push_16 {
	left:320px;
}

.container_48 .push_17 {
	left:340px;
}

.container_48 .push_18 {
	left:360px;
}

.container_48 .push_19 {
	left:380px;
}

.container_48 .push_20 {
	left:400px;
}

.container_48 .push_21 {
	left:420px;
}

.container_48 .push_22 {
	left:440px;
}

.container_48 .push_23 {
	left:460px;
}

.container_48 .push_24 {
	left:480px;
}

.container_48 .push_25 {
	left:500px;
}

.container_48 .push_26 {
	left:520px;
}

.container_48 .push_27 {
	left:540px;
}

.container_48 .push_28 {
	left:560px;
}

.container_48 .push_29 {
	left:580px;
}

.container_48 .push_30 {
	left:600px;
}

.container_48 .push_31 {
	left:620px;
}

.container_48 .push_32 {
	left:640px;
}

.container_48 .push_33 {
	left:660px;
}

.container_48 .push_34 {
	left:680px;
}

.container_48 .push_35 {
	left:700px;
}

.container_48 .push_36 {
	left:720px;
}

.container_48 .push_37 {
	left:740px;
}

.container_48 .push_38 {
	left:760px;
}

.container_48 .push_39 {
	left:780px;
}

.container_48 .push_40 {
	left:800px;
}

.container_48 .push_41 {
	left:820px;
}

.container_48 .push_42 {
	left:840px;
}

.container_48 .push_43 {
	left:860px;
}

.container_48 .push_44 {
	left:880px;
}

.container_48 .push_45 {
	left:900px;
}

.container_48 .push_46 {
	left:920px;
}

.container_48 .push_47 {
	left:940px;
}



/* Pull Space >> 48 Columns
----------------------------------------------------------------------------------------------------*/

.container_48 .pull_1 {
	left:-20px;
}

.container_48 .pull_2 {
	left:-40px;
}

.container_48 .pull_3 {
	left:-60px;
}

.container_48 .pull_4 {
	left:-80px;
}

.container_48 .pull_5 {
	left:-100px;
}

.container_48 .pull_6 {
	left:-120px;
}

.container_48 .pull_7 {
	left:-140px;
}

.container_48 .pull_8 {
	left:-160px;
}

.container_48 .pull_9 {
	left:-180px;
}

.container_48 .pull_10 {
	left:-200px;
}

.container_48 .pull_11 {
	left:-220px;
}

.container_48 .pull_12 {
	left:-240px;
}

.container_48 .pull_13 {
	left:-260px;
}

.container_48 .pull_14 {
	left:-280px;
}

.container_48 .pull_15 {
	left:-300px;
}

.container_48 .pull_16 {
	left:-320px;
}

.container_48 .pull_17 {
	left:-340px;
}

.container_48 .pull_18 {
	left:-360px;
}

.container_48 .pull_19 {
	left:-380px;
}

.container_48 .pull_20 {
	left:-400px;
}

.container_48 .pull_21 {
	left:-420px;
}

.container_48 .pull_22 {
	left:-440px;
}

.container_48 .pull_23 {
	left:-460px;
}

.container_48 .pull_24 {
	left:-480px;
}

.container_48 .pull_25 {
	left:-500px;
}

.container_48 .pull_26 {
	left:-520px;
}

.container_48 .pull_27 {
	left:-540px;
}

.container_48 .pull_28 {
	left:-560px;
}

.container_48 .pull_29 {
	left:-580px;
}

.container_48 .pull_30 {
	left:-600px;
}

.container_48 .pull_31 {
	left:-620px;
}

.container_48 .pull_32 {
	left:-640px;
}

.container_48 .pull_33 {
	left:-660px;
}

.container_48 .pull_34 {
	left:-680px;
}

.container_48 .pull_35 {
	left:-700px;
}

.container_48 .pull_36 {
	left:-720px;
}

.container_48 .pull_37 {
	left:-740px;
}

.container_48 .pull_38 {
	left:-760px;
}

.container_48 .pull_39 {
	left:-780px;
}

.container_48 .pull_40 {
	left:-800px;
}

.container_48 .pull_41 {
	left:-820px;
}

.container_48 .pull_42 {
	left:-840px;
}

.container_48 .pull_43 {
	left:-860px;
}

.container_48 .pull_44 {
	left:-880px;
}

.container_48 .pull_45 {
	left:-900px;
}

.container_48 .pull_46 {
	left:-920px;
}

.container_48 .pull_47 {
	left:-940px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* 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);

}

body
{
    font: .8em Helvetica,Verdana,Arial,sans-serif;
}
#top-bar
{
    background-color: #000;
    height: 39px; 
    color: #fff;
    line-height: 35px;
}
#top
{
    margin: 0; padding: 0;
    position: relative;
    height: 70px;
}
#top-bar a
{
    color: #ccf;
}

#top-account-switcher
{
    color: #888;
}

#top-account-switcher select
{
    width: 150px;
    color: #ccc;
    background-color: #333;
    border: none;
}


#global-navigation 
{
    height: 30px;
    border-left: solid #fff 1px;
    
}
.global-navigation > div,
.global-navigation > a
{
    border-right: solid #fff 1px;
    font-size: 0.9em;
    font-weight: bold;
    height: 32px;
    line-height: 30px;
    margin: 0px;
    text-align: center;
}

.global-navigation > div
{
    color: #ccc;
}

.global-navigation a
{
    color: #fff;
}

#header
{
    background-align: 0% 0%;
    background-repeat: repeat-x;
    background-color: #fff;
}


#header h1
{
    color: #333;
    /* .black-stripe is 80px tall. This is the distance of top of h1 from top of .black-stripe */
    margin-top: 40px; 
}
/* May or may not be a link here */
#header h1 a
{
    color: #333;
}

#header
{
    margin-bottom: 0px;
}
#page-title
{
    left: 10px;
    position: relative;
}

#page-subtitle
{
    left: 15px;
    position: relative;
}
#page-subtitle a
{

}
#content
{
    padding-top: 0px;
    padding-left: 5px;
}
#footer
{
    color: #000;
}
#footer a{color: #000;}
#footer
{
    clear: both;
    font-size: 0.8em;
}
#footer p { padding:10px; }

.tabnav
{
    margin-left: auto;
    height: 30px;
    min-width: 960px;
    overflow: hidden;
}
.ie7 .tabnav
{
    margin-top: 30px;
}
.ie8 .tabnav
{
    margin-top: 0px;
}
.tabnav ul
{
    height: 29px;
    border-bottom: solid #999 1px;
    list-style: none;
    position: relative;
    width: 960px;
}
.tabnav ul li
{
    display: inline;
}

.tabnav ul a
{
    background-color: #999;
    color: #fff;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin-right: 2px;
    min-width: 100px;
    padding: 8px;
    text-align: center;
    width: auto;
}
.tabnav ul .selected a
{
    background-color: #fff;
    border: solid #999 1px;
    border-bottom: solid #fff 1px;
    color: #888;
}


/* A 200px wide user box */
.userbox
{
    padding: 10px;
    margin-bottom: 3px;
}

.userbox img.userbox-image
{
    width: 50px;
    height: 50px;
    float: left;
}

.userbox .userbox-name,
.userbox .userbox-text
{
    width: 120px;
    margin-left: 10px;
    float: left;
}
.userbox .userbox-name,
.userbox .userbox-name a,
.userbox .userbox-text
{
    color: #333;
}

.userbox .userbox-name,
.userbox .userbox-name a
{
    font-weight: bold;
}
.userbox .userbox-text
{
    font-size: 11px;
    color: #666;
}


.tabs .tab
{
    background-color: #aaa;
    color: #fff;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin-right: 2px;
    padding: 8px;
    text-align: center;
    width: auto;
}
.tabs .tab.selected
{
    background-color: #eee;
    border: solid #999 2px;
    border-bottom: none;
    color: #888;
}

#state-holder
{
    width: 100px;
    height: 30px;
    color: #000;
    display: none;
}

/* additions for the frame */
#global-navigation-wrapper { border-top: solid #fff 1px; height: 31px; }
#gradient-background { background-repeat: repeat-x; padding-top: 10px; border-top: 1px solid #fff; }
#frame-top-wrap { 
    width: 984px;
    margin: 0 auto;
    margin-top: 10px;
}
#frame-top {
    background-color: #fff;
    border: 2px solid #efefef;   
    border-bottom: none;
    border-topleft-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-topright-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}
#frame-mid {
    width: 980px;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #efefef;   
    border-top: none;
    border-bottomleft-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottomright-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
#footer { margin-bottom: 0px; }


.nav0 { margin-bottom: 20px; padding: 2px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.nav0 ul { padding: 0px; margin: 0px; background: #ccc; height: 36px; }
.nav0 ul li {
    display: block
    text-align: center;
    float: left;
    list-style-type: none;
}

.nav0 ul li a, .nav0 ul li span.link {
    line-height: 36px;
    padding: 0 36px;
    height: 36px;
    display: block;
    float: left;    
    border-right: 2px solid #fff;
    color: #fff;
    font-weight: bold;
}
.nav0 ul li.selected a, .nav0 ul li.selected span.link { background: #ebebeb; color: #666; }

.nav0 ul li.has-subnav0 ul.subnav0{
    position: absolute;
    z-index: 10;
    height: auto;
}

.nav0 ul li.has-subnav0 ul.subnav0 li{
    display: block;
    clear: both;
}

.nav0 ul li.has-subnav0 ul.subnav0 li a,
.nav0 ul li.has-subnav0 ul.subnav0 li span.link{
    line-height: 20px;
    padding: 5px;
    height: 20px;
    text-align: left;
    display: block;
    color: #000;
    font-weight: bold;
    border: solid black 1px;
    width: 200px;
    background-color: #eee;
}



.absolute{position: absolute;}
.bold{font-weight: bold;}
.border-none{border: none;}
.center{text-align: center;}
.clear-both,.clear{clear:both;}
.clear-left{clear: left;}
.clear-none{clear: none;}
.clear-right{clear: right;}
.css3-rounded-5{-moz-border-radius: 5px; -webkit-border-radius: 5px;}
.color-black{color: #000;}
.color-blue{color: #00f;}
.color-green{color: #0f0;}
.color-red{color: #f00;}
.color-white{color: #fff;}
.cursor-pointer{cursor: pointer;}
.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-children-left > *{float:left;}
.float-children-right > *{float:right;}
.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;}
.margin-0{margin:0px;}
.margin-5{margin:5px;}
.margin-10{margin:10px;}
.margin-auto{margin: auto;}
.nowrap{white-space: nowrap;}
.overflow-auto{overflow:auto;}
.overflow-hidden{overflow:hidden;}
.padding-0{padding: 0px;}
.padding-5{padding: 5px;}
.padding-10{padding: 10px;}
.position-absolute{position: absolute;}
.position-relative{position: relative;}
.relative{position: relative;}
.smalltxt { font-size:.9em; color:#666666; }
.small{font-size: 0.8em;}
.width-auto{width: auto;}
.width-100{width: 100%;}

/* CALENDARS & CLOCKS */
.calendarbox, .clockbox {
    margin: 5px auto;
    font-size: 10px;
    /*width: 16em;*/
    text-align: center;
    background: white;
    position: relative;
    border: 1px solid black;
}
.clockbox {
/*width: 9em;*/
}
.cal_month_calendar td.cal_not_in_month
{
    color:#aaa;
}
.cal_month_calendar caption
{
    font-weight:bold;
	padding:5px;
}
caption a.left {
    padding-right: 15px;
}
caption a.right {
    padding-left: 15px;
}
a.blacklink
{
    color:#000;
}
.calendarnav {
    font-size: 10px;
    text-align: center;
    color: #ccc;
    margin: 0;
    padding: 1px 3px;
}
.calendarnav a:link, #calendarnav a:visited, #calendarnav a:hover {
    color: #999;
}
.calendar-shortcuts {
    background: white;
    font-size: 10px;
    line-height: 11px;
    border-top: 1px solid #eee;
    padding: 3px 0 4px;
    color: #ccc;
}
.calendarbox .calendarnav-previous, .calendarbox .calendarnav-next {
    display: block;
    position: absolute;
    font-weight: bold;
    font-size: 10px;
    background: #C9DBED;
    padding: 1px 4px 0px 4px;
    color: white;
}
.calendarnav-previous:hover, .calendarnav-next:hover {
    background: #036;
}
.calendarnav-previous {
    top: 0;
    left: 0;
}
.calendarnav-next {
    top: 0;
    right: 0;
}
.calendar-cancel {
    margin: 0 !important;
    padding: 0;
    font-size: 10px;
    background: #e1e1e1;
    border-top: 1px solid #ddd;
}
.calendar-cancel a {
    padding: 2px;
    color: #999;
}
ul.timelist, .timelist li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.timelist a {
    padding: 2px;
}


/* added by Mike Hilding */
#calendar, .month {
	padding: 0;
	margin: 0;
	color: #616B76;
	text-align: center;
	background-color: #fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 550px;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}

.month {
	padding: 0;
	margin: 10px 10px 0 0;
	color: #616B76;
	text-align: center;
	background-color: #fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 100px;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}

#calendar li{
	list-style:none;
	text-align:center;
	line-height: 10px;
}

#calendar th {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #AAAAAA;
}
.month th {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #AAAAAA;
}


#calendar td {
	width: 60px;
	height:60px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	overflow:hidden;
}

.month td {
	width: 10px;
	height:10px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	overflow:hidden;
	padding:6px;
}

#calendar td a, .month td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#calendar td a:link, #calendar td a:visited, .month td a:link, .month td a:visited  {
	color: #859F41;
}

#calendar td a:hover, #calendar td a:active, .month td a:hover, .month td a:active  {
	color: #516127;
}

#calendar td:hover, .month td:hover{
	background-image:url(../images/calhoverbg.jpg); background-repeat:repeat-x; background-position:bottom;
	}

.cal_not_in_month, .out {
	background-color: #F2F2F2;
}

.event_list li { font-size:11px; }
div.time-picker {
    position: absolute;
    height: 200px;
    width:150px; 
    _width:4em; /* needed for IE */
    overflow: auto;
    background: #fff;
    border: 1px solid #000;
    z-index: 99;
}
div.time-picker-12hours {
    width:8em; /* needed for IE */
}

div.time-picker ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.time-picker li {
    padding: 1px;
    cursor: pointer;
}
div.time-picker li.selected {
    background: #316AC5;
    color: #fff;
}
