	body {
	/* font-size:75%; */
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
	word-spacing: 1px;
	letter-spacing: 0.2px;
	font-size: 12px;
	}
	
/* Show URL */
	a:link, a:visited {background: transparent; color:#333; text-decoration:none;}
	a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 11px;}
	a[href^="http://"] {color:#000;}
	#envelope {        }
	
	a {
		color: #FFFF00;
	}
	
	a:hover {
		color: #996600;
	}
	
/* top header menu */
	#header {
		background-image: url(/images/urbanleagueheader.gif);
		      
		background-color: #666666;
	}
	
	#menuenvelope {
		background-color: #000000;
		color: #FFFFFF;
		padding-bottom: 3px;
		font-size: 11px;
		height: 21px;
	}
	
	a.topnav {
		padding-left: 8px;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	a.menunodrop {
		color: #000000;
	}
	
	a.menunodrop:hover {
		color: #000000;
	}
	
	/* START - TABLE STYLES */
.tbl{
	border-collapse: collapse;
	font-size: 10px;
	color: black;
}
.tblRowHeader{
	background-color:#000000;
	color: #FFFFFF;
	font-weight: bold;
}
.tblRowOdd{
	background-color:#FFFFFF;
	line-height: 1.3em;
}
.tblRowEven{
	background-color:#ECECEC;
	line-height: 1.3em;
}
/* END - TABLE STYLES */

.panel {
	background-color : #EDEDED;
	border-color : #CCCCCC;
	border : thin groove Black;
	margin: 10px;
	      
}

.panel h1 {
	font-size: 18px;
}

.yui-skin-sam   a:link{
	color: black;
}

.yui-skin-sam   a:hover{
	color: black;
}
.yui-skin-sam   a:visited{
	color: black;
}
.yui-skin-sam   a:active{
	color: black;
}

div.panel_2 {
		border : thin groove Black;
	background-color: #EDEDED; 
	padding: 4px; 
	margin: 10px; 
	vertical-align: top;
	font-size: 11px;
}

/* CONTROLS THE TREE PULLDOWN MENU */
.trigger {
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
}
	
.branch {
	display: none;
	margin-left: 16px;
}

/* START - DRAG DROP LIST STYLES */
div.workarea { padding:10px;}

ul.draglist { 
    position: relative;
    width: 200px; 
    height:240px;
    background: #f7f7f7;
    border: 1px solid gray;
    list-style: none;
    margin:0;
    padding:0;
}

ul.draglist li {
    margin: 1px;
    cursor: move; 
}

ul.draglist_alt { 
    position: relative;
    border-collapse: collapse;
    list-style: none;
    margin:0;
    padding:0;
	color: black;
    /*
       The bottom padding provides the cushion that makes the empty 
       list targetable.  Alternatively, we could leave the padding 
       off by default, adding it when we detect that the list is empty.
    */
    padding-bottom:20px;
}

ul.draglist_alt li {
    margin: 1px;
    cursor: move;
    border: 1px solid #999999;
}


#user_actions { float: right; }

/* END - DRAG DROP LIST STYLES */

	
	
/* content */
	#content {
		width: 900px;
		background-color: #666666;
		padding: 1px;
		padding-top: 0px;
		height: 315px;
	}
	
	#flash {
		width: 606px;
		float: left;
	}
	
	#textcontent {
		background-color: #666666;
		padding: 1px;
		padding-top: 0px;
		line-height: 16px;
	}
	
	#text {
		background-color: #000000;
		padding: 5 20 20 20;
		text-align: left;
		font-size: 11px;
		color: #FFF;
	}
	
	h1 {
		font-size: 14px;
	}
	
	h2 {
		font-size: 12px;
	}
	
	img.imageRight {
		float: right;
		margin: 2px; 
	}
	
/* right wells */
	#rightwells {
		background-color: #000000;
		padding-top: 15px;
		height: 300px;
		width: 291px;
		float: right;
	}
	
	#rightwellstext {
		width: 145px;
		text-align: left;
		padding-top: 45px;
		/*  margin-left: 100px; */
	}
	
	#right-member {
		background-image: url(/images/becomeamember01.gif);
		background-repeat: no-repeat;
		height: 135px;
		margin-bottom: 8px;
	}
	
	#right-difference {
		background-image: url(/images/makeadifference01.gif);
		background-repeat: no-repeat;
		height: 135px;
		margin-bottom: 22px;
	}
	
	a.rightwells {
		color: #000000;
		font-size: 10px;
	}
	
	a.rightwells:hover {
		color: #000000;
	}
	
	a {color: #000000;}
	
/* news */
	#news {
		width: 900px;
		height: 81px;
		background-color: #000000;
		text-align: left;
		/* border: 1px solid #666666; */
	}
	
	#headlines {
		background-image: url(/images/newsdivide.gif);
		background-repeat: no-repeat;
		background-color: #000000;
		color: #000000;
		width: 300px;
		height: 66px;
		padding-left: 9px;
		padding-right: 10px;
		padding-top: 15px;
		float: left;
	}
	
	#morenews {
		background-image: url(/images/newsdivide.gif);
		background-repeat: no-repeat;
		background-color: #000000;
		width: 85px;
		height: 81px;
		padding-left: 9px;
		float: left;
	}
	
	
/* sub pages */
	#subtext {
		background-color: #000000;
		padding: 20px;
		text-align: left;
		font-size: 11px;
		color: #FFF;
		border-top: 1px solid #333333;
	}



/* footer */
	#footer {
		background-image: url(/images/footerbg.gif);
		background-repeat: repeat-x;
		background-color: #000000;
		width: 900px;
		height: 100px;
		padding-top: 60px;
		font-size: 11px;
		color: #FFFFFF;
		margin-left:auto;
		margin-right:auto;
	}
	
	#footerContent {
		width: 223px;
		text-align: center;
		float: left;
		line-height: 16px;
	}
	
	.nul {
		color: #FF0000;
	}
	
	a.nul {
		font-size: 12px;
		font-weight: bold;
		color: #000000;
	}
	
	a.nul:hover {
		font-size: 12px;
		font-weight: bold;
		color: #CC0000;
	}
	


.background
{
	height: 100%;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url('images/header_bg.jpg')
}

.border_mid_left
{
	background-image: url('images/border_images/border_left_tile.png');
}

.border_center
{
	text-align: left;
	background-color: white;
	color: black;
}

.border_mid_right
{
	background-image: url('images/border_images/border_right_tile.png');
}

.border_bot_tile
{
	background-image: url('images/border_images/border_bot_tile.png');
}

.border_top_tile
{
	background-image: url('images/border_images/border_top_tile.png');
}

.content_body
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 100%;
}
.header
{
	text-align: left;
	padding:24px 10px 0;
}

.footer_bg
{
	background-position: right bottom;
	background-image: url('images/footer.jpg');
	background-repeat:repeat-x ;
	text-align: right;
	min-height: 100%;
	height: auto;
}

.top_inner
{
	text-align: left;	
	background-image:url('images/border_topright_corner.png');
	margin: 0 0 0 18px;
	background-position:right top;
	height:20px;
}

.top_inner div
{
	background-position: left top;
	background-image: url('images/border_topleft_tile.png');
	display: block;
	width: 18px;
	position: relative;
	left: -18px;
	height:20px;
}

.bot_inner
{
	background-image:url('images/border_bottomright_corner.png');
	background-position:right top;
	height:20px;
	margin:0 0 0 18px;
	text-align:left;
}

.bot_inner div
{
	background-image:url('images/border_botleft_tile.png');
	background-position:left bottom;
	display:block;
	height:20px;
	left:-18px;
	position:relative;
	width:18px;
}

.mid_inner
{
	background-image:url('images/middle_right_tile.png');
	background-position:right top;
	margin:0 0 0 18px;
	padding-right: 18px;
	text-align:left;
	color: black;
	height: 600px;
}

.border_tile
{
	background-image:url('images/mid_bg_tile.png');
	background-repeat:repeat-y;
}

.login_box{
background-image:url(images/login_bg.png);
height:110px;
overflow: hidden;
width:497px;
text-align: right;
}

.login_box input{
position: relative; 
z-index: 600;
}

#loginbutton{
cursor: pointer;
border: 0;
}

.img_buttons
{
	vertical-align: middle;
}

/*.status_info
{
	background:#535353 none repeat scroll 0 0;
	border:2px solid silver;
	color:white;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:3px;
	width:425px;
}*/

.status_info
{
	border: 1px solid silver; 
	padding: 12px; 
	width: 550px;
	background-color: gray;
}


.menu_subcat{
	padding:0px;
}

.menu_subcat span{
	background-image:url(images/button.jpg);
	display:block;
	width:233px;
	height:41px;
}

.menu_subcat span a {
	background-color: transparent;
	color: black;
	display: block;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 0 12px 40px;
	text-align: left;
	text-decoration: none;
	white-space: normal;
	width: 193px;
	background-position:11px center;
	background-repeat:no-repeat;
}

.menu_subcat span a:hover{
	background-color: #84ACFF;
	color: white;
}

.confirmation_button_yes, .confirmation_button_yes:link, .confirmation_button_yes:visited, .confirmation_button_yes:hover, .confirmation_button_yes:active
{
	border: 1px solid #C6D880;
	background-color: #E6EFC2;
	color: green;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
	float: left;
	display: block;
	width: auto;
	font-size: 12px;
	margin-left: 2px;
	margin-right: 2px;
}

.confirmation_button_no, .confirmation_button_no:link, .confirmation_button_no:visited, .confirmation_button_no:hover, .confirmation_button_no:active
{
	border: 1px solid #FBC2C4;
	background-color: #FBE3E4;
	color: #D12F19;
	float: left;
	font-weight: bold;
	padding: 6px;
	display: block;
	width: auto;
	font-size: 12px;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
}

.confirmation_box
{
	overflow: hidden;
	display: table;
}

.toolbox
{
	border: 1px solid silver; 
	padding: 12px; 
	width: 300px;
}

.subHeader
{
	font-family: Arial;
	font-size: 16px;
	padding: 5px;
	text-align:left;
	font-weight: bold;
	border-bottom: 1px dotted black;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.table_style{
	background-color: #808080;
	font-family: Arial;
	font-size: 11px;
}

.table_header
{
	color: white;
	font-weight: bold;
	text-align: center;
}

.table_row
{
	background: #555;
	text-align: center;
}

.table_row_odd
{
	background: #232323;
	text-align: center;
}

.info_blurb{
	width: 500px;
	font-family: Arial;
	font-size: 14px;
	background-color: #FFFFCC;
	padding: 10px;
	border: 1px silver solid;
	text-align: left;
}

.info_blurb_text
{
	font-size: 12px;
}

/*  news classes */
#newslink {
	color: #999999;
}
#newslink:hover {
	color: #000000;
}

/*  main nav drop down */

.fs-menu {display: none;}
	
#menuenvelope {
	background-color: #000000;
	color: #FFFFFF;
	padding-bottom: 3px;
	font-size: 11px;
	height: 21px;
}

.mainmenubg {
	background-image: 	url(../images/mainmenu_bg.gif);
	background-repeat: 	no-repeat;
	width: 				980px;
	height: 			21px;
}

/*** drop down ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	padding-right: 5px;
	list-style:		none;
	font-size: 		10px;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			18em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.25em .14em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: 			#FFFFFF;
}
.sf-menu li {
	
}
.sf-menu li li {
	background-color:	#000000;
	border-left:		solid 1px #CFDEFF;
	border-top:		solid 1px #CFDEFF;
}
.sf-menu li li li {
	background-color:	#000000;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: 	#CFDEFF;
	color: 			#000000;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	/* padding-right: 	1.2em; move arrow L/R */
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.4em; /*move arrow U/D IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1.4em; /* move arrow U/D */
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}