/* DRAWERS */
#main_left .drawer .box.framed { 
	background: url(/images/drawer_bg.gif) repeat-y;
	/*behavior:url(/scripts/iepngfix.htc)*/;
}
/*
#main_left .drawer .box p.last {
	margin-bottom: 5px;
}
*/
#main_left .boxcap {
	height:9px; width:100%; position:absolute; z-index:100; bottom:0; _bottom: -10px; left: 0;
}
#main_left .drawer .boxcap {
	background: url(/images/drawer_bottom.png) no-repeat;
	/*behavior:url(/scripts/iepngfix.htc)*/;
}
#main_left .drawer .captop { 
	bottom: auto;
	top: 0;
	background-image: url(/images/drawer_top.png);
	/*behavior:url(/scripts/iepngfix.htc)*/;
}     
#main_left .slider .drawer-handle {
	height:25px;
	line-height:25px;
	font-family:"Helvetica Bold Condensed", Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center; 
	text-shadow:white 1px 1px 0px;
	color: #3a3a3a; 
	font-size: 12px; 
	font-weight:bold; 
	padding: 0px 0; 
	text-indent: 0; 
	width: 100%; 
	background: #939393 url(/images/drawer_handlebg.png) 0 0 no-repeat; 
	cursor: default;
}
#main_left .slider .drawer-content { 
	display: block;
	height:auto;
}
#main_left .drawercap {
	height: 9px;
	width: 184px;
	position: absolute;
	z-index: 100;
	bottom: 0; _bottom: -9px; /* _bottom selects for IE 5-6 only */
	left: 0;
	background: url(/images/drawer_bottom.png) no-repeat; 
	/*behavior:url(/scripts/iepngfix.htc)*/; 
}
.drawer_internals {
	padding:4px 4px 0 4px;
	line-height:1.4em;
}
.drawer_internals h5{
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
}
.drawer_internals .lastline{
	padding:6px 0 0 0;
	clear:both;
	display:block;
}
.drawer_table {
/*	margin:4px -4px;*/
}
.drawer_table .emphasis {
	font-style:italic;
}
.drawer_table th{
	text-align:center;
	font-weight:bold;
}
.drawer_table td {
	border:1px solid #bfbfbf;
}
.drawer_table img{
	margin:2px 1px;
}
.drawer_table .final{
	color:#C00;
}
/*
special selectors for ie with box model issues: 
must be done in order for this to work correctly
----------------------------------------
height & min-height = safari - firefox
*height = ie 7
_height = ie 5-6
----------------------------------------
*/
/* RESULTS */
#results {
	_width: 192px; _width: 192px;
	height:auto; min-height:155px; *height:230px; _height:230px;
	margin-bottom:14px;
	position: relative;
	overflow: hidden;
} 
#results .drawers .drawer-content {
	width:192px;
	min-height:155px; *height:155px; *min-height:155px;
}
#results .drawer-content {
	display:block;
	margin:0;
	background:none;
	height:auto;
}
#results .under {
	text-align:center;
	width:100%;
	margin:5px 0 0 0;
}
/* LASTMATCH */
#results #lastmatch a {
	color: #3a3a3a; 
}
#results #lastmatch a:hover {
	text-decoration: none;
}
#results #lastmatch .drawer_table {
	margin:6px -4px;
}
/* NEXTMATCH */
#results #nextmatch a {
	color: #3a3a3a; 
}
#results #nextmatch a:hover { 
	text-decoration: none;
}
#results #nextmatch .drawer_table {
	margin:6px -4px;
}
.no_link {
	color:#999;
	display:inline;
}
.match_teams {
	text-transform:uppercase;
}
/* LADDER */
#results #ladder a {
	color:#3a3a3a; 
}
#results #ladder a:hover {
	text-decoration:none;
}
#results #ladder .drawer_table {
	margin:0px -4px;
}
.drawer_table td {
	font-size:11px;
	text-align:right;
}

/* REPORT CARDS */
#results .drawer_player_details {
	width:190px;
	text-align:left;
}
#results .drawer_player_details h5 {
	font-size:16px;
	font-weight:bold;
	padding:5px 0;
}
#results .drawer_player_details .tall {
	margin-bottom:3px;
}
/* REPORT CARD 1 */
#results #rp1 a {
	color: #3a3a3a; 
}
#results #rp1 a:hover {
	text-decoration: none;
}
#results #rp1 img {
	float:left;
	width:80px;
	border:1px solid #bfbfbf;
	margin:5px 5px 0 5px;
}
/* REPORT CARD 2 */
#results #rp2 a {
	color: #3a3a3a; 
}
#results #rp2 a:hover {
	text-decoration: none;
}
#results #rp2 img {
	float:left;
	width:80px;
	border:1px solid #bfbfbf;
	margin:5px 5px 0 5px;
}
/* REPORT CARD 3 */
#results #rp3 a {
	color: #3a3a3a; 
}
#results #rp3 a:hover {
	text-decoration: none;
}
#results #rp3 img {
	float:left;
	width:80px;
	border:1px solid #bfbfbf;
	margin:5px 5px 0 5px;
}




/* PLAYERS */
#players {
	height: auto; min-height: 165px; *height: 265px; _height: 265px;
	margin-bottom:0px;
	position: relative;
	overflow: hidden;
	_width: 192px;
}
#players .drawers .drawer-content {
	width: 192px;
	min-height: 165px; *height: 165px; *min-height: 165px;
}
#players .drawer-content {
	display:block;
	margin:0;
	background:none;
	height:auto;
}
#players .under {
	text-align:center;
	width:100%;
	margin:5px 0 0 0;
	clear:both;
}
#players .list_break {
	padding-top:0.75em;
}
/* FEATURED PLAYER */
#players #feature_player a {
	color:#3a3a3a;
}
#players #feature_player a:hover {
	text-decoration: none;
}
#players img {
	float:left;
	width:80px;
	border:1px solid #bfbfbf;
	margin:5px 5px 0 5px;
}
#players .drawer_player_details {
	width:190px;
	text-align:left;
}
#players .drawer_player_details h5 {
	font-size:16px;
	font-weight:bold;
	padding:5px 0;
}
#players .drawer_player_details .tall {
	margin-bottom:3px;
}
/* FEATURED COACH */
#players #feature_coach a {
	color:#3a3a3a;
}
#results #feature_coach a:hover {
	text-decoration: none;
}
/* TRAINING */
#main_left #training h5 {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:0.5em 0 0 0;
}
#main_left #training p {
	text-align:center;
	padding:0.25em 0 0 0;
}
#main_left #training a {
	color: #3a3a3a;
}
#main_left #training a:hover {
	text-decoration:none;
}
/* TRAINING (copy) */
#main_left #training- h5 {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:0.5em 0 0 0;
}
#main_left #training- p {
	text-align:center;
	padding:0.25em 0 0 0;
}
#main_left #training- a {
	color: #3a3a3a;
}
#main_left #training- a:hover {
	text-decoration:none;
}
/* INJURIES */
#main_left #injuries a {
	color: #3a3a3a;
}
#main_left #injuries a:hover {
	text-decoration:none;
}
#injuries h5 {
	font-size:16px;
	font-weight:bold;
	padding:5px 0;
}
#injuries p {
	padding:5px 5px 0 5px;
	text-align:center;
}
#injuries img {
	float:left;
	width:80px;
	border:1px solid #bfbfbf;
	margin:5px 5px 0 5px;
}
