 body, html {
    
        font-family: Tahoma, sans-serif;
        font-size: 11px;
        color: #EEEEEE;
        background-color: #FFFFFF;
    
    }

table.nwc {
	width:700;
}

table.normal {
width:669;
}

td {
	color:#000000;
	font-family: Tahoma, sans-serif;
	
	font-size: 11px;
	}
	
td.league{
width:80;
font-weight:bold;
}
td.tabmem{
width:250;
font-weight:bold;
}
td.images{
width:32;
font-weight:bold;
}
td.smallspacer{
width:25;
font-weight:bold;
}
td.bigspacer{
width:180;
font-weight:bold;
}

    
a:link, a:active, a:visited {
         color: #000000;
    }

    a:hover {
         color: #FF0000;
    }
	
.wrap {
	padding-top: 1px;
	background: url('images/BG-light-horizontal-dots.gif') repeat-x top left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3f3e37;
	margin-left: -5px; margin-right: -5px
}

.bottomMargin {
	padding-bottom: 10px;
}
	
/*tooltip*/

div.tooltip {
	width: 200px;
	color: #fff;
	text-align: center;
}
div.tooltip2 {
	width: 200px;
	color: #fff;
	text-align: center;
	margin: 0;
	text-shadow: 2px 2px 1px #222;
	background: url('images/balloon.gif') no-repeat bottom left !important;
	font-size: 10px; padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:15px
}

div.tooltip h4 {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	background: url('images/balloon.gif') no-repeat top left !important;
	font-size: 11px; padding-left:10px; padding-right:10px; padding-top:13px; padding-bottom:5px
}

div.tooltip p {
	margin: 0;
	text-shadow: 2px 2px 1px #222;
	background: url('images/balloon.gif') no-repeat bottom left !important;
	font-size: 10px; padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:15px
}


/* accordion togglers */
.toggler {
	font-weight: bold;
	color: #ffffff;
	display:block;
	width:100%;
	cursor:pointer;
	height:25px;
	background: #bb0000 url('../images/BG-light-horizontal-dots.gif') repeat-x bottom left;
	vertical-align: middle;
	border-bottom: 1px dotted white;
}
.toggler div{
	margin-left: 10px;
	position: relative;
}

.toggler div img{
	position: absolute;
	margin-top: 4px !important;
	margin-top: 0px;
}

.toggler div span{
	margin-left: 35px;
	line-height: 20px !important;
	line-height: 25px ;
}


/* toggler hover */

.togglerHover {
	font-weight: bold;
	color: ffffff;
	display:block;
	width:100%;
	cursor:pointer;
	height:25px;
	background: #000080 url('images/BG-light-horizontal-dots.gif') repeat-x bottom left;
	vertical-align: middle
}
.togglerHover div{
	margin-left: 10px;
	position: relative;
}

.togglerHover div img{
	position: absolute;
	margin-top: 4px !important;
	margin-top: 0px;
}

.togglerHover div span{
	margin-left: 35px;
	line-height: 20px !important;
	line-height: 25px ;
	border-bottom: 1px dotted white;
}

/* accordion elements */

.accordion {
	color: #FFFFFF;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
	background: #FFFFFF url('images/BG-dark-horizontal-dots.gif') repeat-x bottom left;
}
