@charset "utf-8";
/* CSS Document */

/* td {
 	filter:alpha(opacity=100); !important
	-moz-opacity:1; !important
	opacity:1; !important
}

table {
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	*background: transparent;
} */

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../../images/new/Scroller/Scroller.png');
background-image: none;
}

body {
   behavior: url("css/csshover.htc");
}

/* IE Tables Styling */

.tblinetopleft {
	background: url(../images/new/Spacer/spacer.gif);
}

.tblinetopright {
	background: url(../images/new/Spacer/spacer.gif);
}

.tblineleft {
	background: url(../images/new/Spacer/spacer.gif);
}

.tblineright {
	background: url(../images/new/Spacer/spacer.gif);
}
.tblinebottom {
	background: url(../images/new/Spacer/spacer.gif);
}
.tblinebottomleft {
	background: url(../images/new/Spacer/spacer.gif);
}
.tblinebottomright {
	background: url(../images/new/Spacer/spacer.gif);
}
.tblinegreydark {
	background: url(../images/new/Tables/tblinegreydark.gif);
}
.tblinegreydarkovr {
	background:#000000;
}
.tblinegreylight {
	background: url(../images/new/Tables/tblinegreylight.gif);
}

.tblinegreylightovr {
	background:#000000;
}

.tblinedarkbluetop {
	background: url(../images/new/Tables/tblinebluedark.gif);
}

.tblinehistory {
	background: url(../images/new/Tables/tblinegreydark.gif);
}

.tblinefixth {
	background: url(../images/new/Tables/tblinegreydark.gif);
}

.tblinegold {
	background: url(../images/new/Tables/tblineyellowlight.gif);
}

.tblineburgundy{
	height: 15px;
	background:url(../images/new/Tables/tblineburgundytop.gif);
}

.tblineresth {
	background: url(../images/new/Tables/tblinetopyellowt.gif);
}

.tblinebluelight {
	background: url(../images/new/Tables/tblinebluelight.gif);
}

.tblinebluedark {
	background: url(../images/new/Tables/tblinebluedark.gif);
}

.tblinegreenlight {
	background: url(../images/new/Tables/tblinegreenlight.gif);
}
.tblinegreendark {
	background: url(../images/new/Tables/tblinegreendark.gif);
}

.tblineyellowlight {
	background: url(../images/new/Tables/tblineyellowlight.gif);
}
.tblineyellowdark {
	background: url(../images/new/Tables/tblineyellowdark.gif);
}
.tblineredlight {
	background: url(../images/new/Tables/tblineredlight.gif);
}

.tblinereddark {
	background: url(../images/new/Tables/tblinereddark.gif);
} 


/* End IE Tables Styling */

/* New Dropdown Menu Definitions */

.dropmenu {
	height: 35px;
	width: 984px;
	position	: relative;
	z-index	: 12;
	background:url(../images/new/dropdown/gif/topmenuline.gif);
}

.dropmenu .table {
	position: relative;
	left: 5px;
	white-space:nowrap;
}

.dropmenu td.category {
	width: 84px;
	height: 30px;
	line-height: 10px;
	white-space:nowrap;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background: url(../images/new/dropdown/gif/topbuttonunpress2.gif);
}

.dropmenu td.category:hover {
	color:#000000;
	cursor: pointer;
	background:url(../images/new/dropdown/gif/topbuttonpress2.gif);
}

.submenu {	
	position: relative;
}

.subdiv {
	display: none;
	position: absolute;
}

.topfull {	
	height: 6px;
	width: 175px;
	background:url(../images/new/dropdown/gif/topfull.gif);
}
.linefull  {
	height: 20px;
	width: 175px;
	text-indent: 10px;
	line-height	: 20px;
	background:url(../images/new/dropdown/gif/linefull.gif);
}
.linefull:hover {
	background:url(../images/new/dropdown/gif/linefullhover.gif);
}
.bottomfull {
	height: 12px;
	width: 175px;
	background:url(../images/new/dropdown/gif/bottomfullslim.gif);
}
/*.bottomfull:hover {
	height: 30px;
	width: 175px;
	background: url(../images/new/dropdown/gif/bottomfullhover.gif);*/
}

.separatorfull {
	height: 8px;
	width: 175px;
	background:url(../images/new/dropdown/gif/separatorfull.gif);
}

.linefull a:link  {
	color	: black;
	text-decoration	: none !important;
	display	: block;
	width	: 100%
}
.linefull a:visited  {
	color	: black;
	text-decoration	: none !important;
	display	: block;
	width	: 100%;
}
.linefull a:hover  {
	color	: white;
	text-decoration	: none !important;
	display	: block;
	width	: 100%;
}
.linefull a:active  {
	color	: black;
	text-decoration	: none !important;
	display	: block;
	width	: 100%;
}

.bottomfull a:link  {
	color	: black;
	text-decoration	: none !important;
	display	: block;
	width	: 100%
}
.bottomfull a:visited  {
	color	: black;
	text-decoration	: none !important;
	display	: block;
	width	: 100%;
}
.bottomfull a:hover  {
	color	: white;
	text-decoration	: none !important;
	display	: block;
	width	: 100%;
}
.bottomfull a:active  {
	color	: black;
	text-decoration	: none !important;
	display	: block;
	width	: 100%;
} 
/*.droptop .topleft {
	height: 6px;
	width: 15px;
	background:url(../images/new/dropdown/gif/topleft.gif);
}
.droptop .topline {	
	height: 6px;
	background:url(../images/new/dropdown/gif/topline.gif);
}
.droptop .topright {
	height: 6px;
	width: 21px;
	background:url(../images/new/dropdown/gif/topright.gif);
}
.dropline:hover a {
	color:#FFFFFF;
}

.dropline .lineleft {
	width: 15px;
	height: 20px;
	background:url(../images/new/dropdown/gif/lineleft.gif);
}
.dropline .line {
	background:url(../images/new/dropdown/gif/line.gif);
}
.dropline .lineright {
	width: 21px;
	background:url(../images/new/dropdown/gif/lineright.gif);
}
.dropline:hover .lineleft {
	width: 15px;
	height: 20px;
	cursor: pointer;
	background:url(../images/new/dropdown/gif/hoverlineleft.gif);
}
.dropline:hover .line {
	cursor: pointer;
	color:#FFFFFF;
	background:url(../images/new/dropdown/gif/hoverline.gif);
}
.dropline:hover .lineright {
	width: 21px;
	cursor: pointer;
	background:url(../images/new/dropdown/gif/hoverlineright.gif);
}

.dropline .bottomleft {
	width: 15px;
	height: 30px;
	background: url(../images/new/dropdown/gif/bottomleft.gif);
}
.dropline .bottomline {
	height: 30px;
	line-height	: 20px;
	vertical-align	: top;
	background:url(../images/new/dropdown/gif/bottomline.gif);
}
.dropline .bottomright {
	height: 30px;
	width: 21px;
	background:url(../images/new/dropdown/gif/bottomright.gif);
}

.dropline:hover .bottomleft {
	width: 15px;
	height: 30px;
	cursor: pointer;
	background: url(../images/new/dropdown/gif/hoverbottomleft.gif);
}
.dropline:hover .bottomline {
	height: 30px;
	cursor: pointer;
	color:#FFFFFF;
	background:url(../images/new/dropdown/gif/hoverbottomline.gif);
}
.dropline:hover .bottomright {
	height: 30px;
	width: 21px;
	cursor: pointer;
	background:url(../images/new/dropdown/gif/hoverbottomright.gif);
}

.dropline .seplineleft {
	background: url(../images/new/dropdown/gif/separatorlineleft.gif);
}
.dropline .sepline {
	background: url(../images/new/dropdown/gif/separatorline.gif);
}
.dropline .seplineright {
	background: url(../images/new/dropdown/gif/separatorlineright.gif);
}*/

/* End New dropdown IE styling */
 
 /* Team Selection Table Line Colour Styling */
 
.tslistleft {
	background: none; 
	width: 5px; 
	height: 15px; 
	float: left; 
	clear: left;
}

.tslistright {
	background: none; 
	width: 5px; 
	height: 15px;
	float: left;
}

.tsplayertop {
	background: url(../images/new/Tables/tblinetopgreydark.gif) repeat-x;
}

.tsplayerredlight {
	background:url(../images/new/Tables/tblineredlight.gif) repeat-x;
}

.tsplayerredlight:hover {
 	background:url(../images/new/Tables/tblineredlighthl.gif) repeat-x;
}

.tsplayerreddark {
	background:url(../images/new/Tables/tblinereddark.gif) repeat-x;
}

.tsplayerreddark:hover {
 	background:url(../images/new/Tables/tblinereddarkhl.gif) repeat-x;
}

.tsplayerbluelight {
	background:url(../images/new/Tables/tblinebluelight.gif)  repeat-x;
}

.tsplayerbluelight:hover {
	background:url(../images/new/Tables/tblinebluelighthl.gif)  repeat-x;
}

.tsplayerbluedark {
	background:url(../images/new/Tables/tblinebluedark.gif) repeat-x;
}

.tsplayerbluedark:hover {
	background:url(../images/new/Tables/tblinebluedarkhl.gif) repeat-x;
}

.tsplayergreenlight {
	background:url(../images/new/Tables/tblinegreenlight.gif) repeat-x;
}

.tsplayergreenlight:hover {
	background:url(../images/new/Tables/tblinegreenlighthl.gif) repeat-x;
}

.tsplayergreendark {
	background:url(../images/new/Tables/tblinegreendark.gif) repeat-x;
}

.tsplayergreendark:hover {
	background:url(../images/new/Tables/tblinegreendarkhl.gif) repeat-x;
}

.tsplayeryellowlight {
	background:url(../images/new/Tables/tblineyellowlight.gif) repeat-x;
}

.tsplayeryellowlight:hover {
 	background:url(../images/new/Tables/tblineyellowlighthl.gif) repeat-x;
}

.tsplayeryellowdark {
	background:url(../images/new/Tables/tblineyellowdark.gif) repeat-x;
}

.tsplayeryellowdark:hover {
 	background:url(../images/new/Tables/tblineyellowdarkhl.gif) repeat-x;
}

/* End Team Selection Colour styling */


/* Team Training Table Colour Styling */

.trainplayertop {
 	left: 5px;
	height: 15px;
	float: left;
	background: url(../images/new/Tables/tblinetopgreydark.gif) repeat-x;
}

.trainplayerredlight {
 	left: 5px;
	height: 15px;
	float: left;
	background:url(../images/new/Tables/tblineredlight.gif) repeat-x;
}

.trainplayerredlight:hover {
 	left: 5px;
	height: 15px;
	float: left;
	background:url(../images/new/Tables/tblineredlighthl.gif) repeat-x;
}

.trainplayerreddark {
 	left: 5px;
	height: 15px;
	float: left;
	background:url(../images/new/Tables/tblinereddark.gif) repeat-x;
}

.trainplayerreddark:hover {
 	left: 5px;
	height: 15px;
	float: left;
	background:url(../images/new/Tables/tblinereddarkhl.gif) repeat-x;
}

.trainplayerbluelight {
 	left: 5px;
	height: 15px;
	float: left;
	background:url(../images/new/Tables/tblinebluelight.gif)  repeat-x;
}

.trainplayerbluelight:hover {
 	left: 5px;
	height: 15px;
	float: left;
	background:url(../images/new/Tables/tblinebluelighthl.gif)  repeat-x;
}

.trainplayerbluedark {
 	left: 5px;
	height: 15px;
	float: left;
	background:url(../images/new/Tables/tblinebluedark.gif) repeat-x;
}

.trainplayerbluedark:hover {
 	left: 5px;
	height: 15px;
	float: left;
	background:url(../images/new/Tables/tblinebluedarkhl.gif) repeat-x;
}

.trainplayergreenlight {
 	left: 5px;
	height: 15px;
	float: left;
	background:url(../images/new/Tables/tblinegreenlight.gif) repeat-x;
}

.trainplayergreenlight:hover {
 	left: 5px;
	height: 15px;
	float: left;
	background:url(../images/new/Tables/tblinegreenlighthl.gif) repeat-x;
}

.trainplayergreendark {
 	left: 5px;
	height: 15px;
	float: left;
	background:url(../images/new/Tables/tblinegreendark.gif) repeat-x;
}

.trainplayergreendark:hover {
 	left: 5px;
	height: 15px;
	float: left;
	background:url(../images/new/Tables/tblinegreendarkhl.gif) repeat-x;
}

.trainplayeryellowlight {
 	left: 5px;
	height: 15px;
	float: left;
	background:url(../images/new/Tables/tblineyellowlight.gif) repeat-x;
}

.trainplayeryellowlight:hover {
 	left: 5px;
	height: 15px;
	float: left;
	background:url(../images/new/Tables/tblineyellowlighthl.gif) repeat-x;
}

.trainplayeryellowdark {
 	left: 5px;
	height: 15px;
	float: left;
	background:url(../images/new/Tables/tblineyellowdark.gif) repeat-x;
}

.trainplayeryellowdark:hover {
 	left: 5px;
	height: 15px;
	float: left;
	background:url(../images/new/Tables/tblineyellowdarkhl.gif) repeat-x;
}
/* End Team TRaining Table Colour Styling */

/* Internal Content Boxes */

.conboxtopleft {
	width: 8px;
	height: 6px;
	background:url(../images/new/Frames/contentframetopleft.gif);
}

.conboxtop {
	height: 6px;
	background:url(../images/new/Frames/contentframetop.gif);
}

.conboxtopright {
	width: 10px;
	height: 6px;
	background:url(../images/new/Frames/contentframetopright.gif);
}

.conboxleft {
	width: 8px;
	height: 15px;
	background:url(../images/new/Frames/contentframemidleft.gif);
}

.conboxmid {
	height: 15px;
	background:url(../images/new/Frames/contentframemid.gif);
}

.conboxright {
	width: 10px;
	height: 15px;
	background:url(../images/new/Frames/contentframemidright.gif);
}

.conboxbottomleft {
	width: 8px;
	height: 11px;
	background:url(../images/new/Frames/contentframebottomleft.gif);
}

.conboxbottom {
	height: 11px;
	background:url(../images/new/Frames/contentframebottom.gif);
}

.conboxbottomright {
	width: 10px;
	height: 11px;
	background:url(../images/new/Frames/contentframebottomright.gif);
}

.conboxseparatortop {
	width: 10px;
	height: 6px;
	background: url(../images/new/Frames/fadeboxseparatortop.gif) bottom no-repeat;
}
.conboxseparator {
	width: 10px;
	background: url(../images/new/Frames/fadeboxseparator.gif) repeat-y ;
}
.conboxseparatorbottom {
	width: 10px;
	height: 6px;
	background: url(../images/new/Frames/fadeboxseparatorbottom.gif) top no-repeat;
}

.cblinebottom {
	height: 5px;
	vertical-align: top;
	background:none;
}
.cblinebottomleft {
	height: 5px;
	width: 5px;
	background:none;
}
.cblinebottomright {
	height: 5px;
	width: 5px;
	background:none;
}

.conboxenable {
	height: 22px;
	width: 22px;
	cursor: pointer;
	background:url(../images/new/Icons/enable.gif);
}

.conboxdisable {
	height: 22px;
	width: 22px;
	cursor: pointer;
	background: url(../images/new/Icons/disable.gif) no-repeat;
}
.conboxdisable:hover {
	height: 22px;
	width: 22px;
	cursor: pointer;
	background: url(../images/new/Icons/enable.gif) no-repeat;
}

.conboxedit {
	position: relative;
	top: 0px;
	height: 40px;
	width: 22px;
	cursor: pointer;
	background:url(../images/new/Icons/edit.gif) no-repeat;
}
.conboxedit:hover {
	position: relative;
	top: 0px;
	height: 40px;
	width: 22px;
	cursor: pointer;
	background:url(../images/new/Icons/edithover.gif) no-repeat;
}

.conboxdelete {
	position: relative;
	top: 0px;
	height: 22px;
	width: 22px;
    cursor: pointer;
	background: url(../images/new/Icons/delete.gif) no-repeat;
}

.conboxdelete:hover {
	position: relative;
	top: 0px;
	height: 22px;
	width: 22px;
    cursor: pointer;
	background: url(../images/new/Icons/deletehover.gif) no-repeat;
}

/* IE Hoverline Styling */

.hoverlinegreydark {
	height: 15px;
	background:url(../images/new/Tables/tvlinegreydark.gif);
}

.hoverlinegreydark:hover {
	height: 15px;
	background:url(../images/new/Tables/tblinegreydarkhl2.gif);
}

.hoverlinegreylight {
	height: 15px;
	background:url(../images/new/Tables/tvlinegreylight.gif);
}

.hoverlinegreylight:hover {
	height: 15px;
	background:url(../images/new/Tables/tblinegreylighthl2.gif);
}

.hoverlinedarkbluetop {
	height: 15px;
	background:url(../images/new/Tables/tblinedarkbluetop.gif);
}

.hoverlinebluelight {
	height: 15px;
	background:url(../images/new/Tables/tblinebluelight.gif);
}

.hoverlinebluelight:hover {
	height: 15px;
	background:url(../images/new/Tables/tblinebluelighthl2.gif);
}

.hoverlinebluedark {
	height: 15px;
	background:url(../images/new/Tables/tblinebluedark.gif);
}

.hoverlinebluedark:hover {
	height: 15px;
	background:url(../images/new/Tables/tblinebluelighthl2.gif);
}

.hoverlinegreenlight {
	height: 15px;
	background:url(../images/new/Tables/tblinegreenlight.gif);
}

.hoverlinegreenlight:hover {
	height: 15px;
	background:url(../images/new/Tables/tblinegreenlighthl2.gif);
}

.hoverlinegreendark {
	height: 15px;
	background:url(../images/new/Tables/tblinegreendark.gif);
}

.hoverlinegreendark:hover {
	height: 15px;
	background:url(../images/new/Tables/tblinegreenlighthl2.gif);
}

.hoverlineyellowlight {
	height: 15px;
	background:url(../images/new/Tables/tblineyellowlight.gif);
}

.hoverlineyellowlight:hover {
	height: 15px;
	background:url(../images/new/Tables/tblineyellowlighthl2.gif);
}

.hoverlineyellowdark {
	height: 15px;
	background:url(../images/new/Tables/tblineyellowdark.gif);
}

.hoverlineyellowdark:hover {
	height: 15px;
	background:url(../images/new/Tables/tblineyellowlighthl2.gif);
}

/* End IE Hoverline Styling */


.fbdarkline {
	height: 1px;
	background:url(../images/new/Forums/fbdarkline.gif) repeat;
}
.fblightline {
	height: 5px;
	background:url(../images/new/Forums/fblightline.gif) repeat;
}


/*New Content Boxes */

.fadebox1xtop {
	height: 6px;
	width: 305px;
	background:url(../images/new/Frames/fadebox1xtop.gif) no-repeat;
}

.fadebox1xline {
	width: 305px;
	background:url(../images/new/Frames/fadebox1xline.gif) repeat-y;
}

.fadebox1xbottom {
	height: 10px;
	width: 305px;
	background:url(../images/new/Frames/fadebox1xbottom.gif) no-repeat;
}

.fadebox2xtop {
	height: 6px;
	width: 620px;
	background: url(../images/new/Frames/fadebox2xtop.gif) no-repeat;
}

.fadebox2xline {
	width: 620px;
	background:url(../images/new/Frames/fadebox2xline.gif) repeat-y;
}

.fadebox2xbottom {
	height: 10px;
	width: 620px;
	background:url(../images/new/Frames/fadebox2xbottom.gif) no-repeat;
}

.fadebox3xtop {
	height: 6px;
	width: 954px;
	background: url(../images/new/Frames/fadebox3xtop.gif) no-repeat;
}

.fadebox3xline {
	width: 954px;
	background:url(../images/new/Frames/fadebox3xline.gif) repeat-y;
}

.fadebox3xbottom {
	height: 10px;
	width: 954px;
	background:url(../images/new/Frames/fadebox3xbottom.gif) no-repeat;
}

.fadeboxcontent {
	padding-left: 8px;
	padding-right: 8px;
}

/* End New Content Boxes */
