/*************************************************

	CMS-specific Style Sheet Changes

	These override the styles laid out
	in style.css.
	
	Main change is the image references
	and changing "teambg1" and "teambg2" to
	"listteambg1, listteambg2 and listteambg3"

*************************************************/

#cmsuser {
	position: absolute;
	left: 730px;
	top: 0px;
	text-align: right;
	width: 200px;
}

#cmslogin {
	position: absolute;
	left: 40px;
	top: 100px;
	text-align: left;
	width: 300px;
	border: 1px solid #CCCCCC;
	padding: 20px;
	background-color: #333333;
}

#cmsnologin {
	position: absolute;
	left: 200px;
	top: 100px;
	text-align: center;
	width: 500px;
	border: 1px solid #CCCCCC;
	background-color: #333333;
	padding: 20px;
}

/**** Sort Nav Menu *****/

#sortmenuhist {
	position: absolute;
	margin-left: 530px;
	margin-top: -6px;
	z-index: 10;
	border: 0px solid #CCCCCC;
}

#sortmenumedia {
	position: relative;
	left: 630px;
	height: 32px;
	width: 346px;
	top: -15px;
	/*padding: 5px;*/
	border: 0px solid #CCCCCC;
}


/**** Media Player Match Summary Area ("annotation" div) *****/

#annotation {
	margin-left: 60px;
	height: 80px;
}

#comments {
	width: 700px;
}

/**** Upcoming Matches Box Changes and Additions *****/

#box #listteambg1, #listteambg2, #listteambg3 {
	position: absolute ;
	margin: 1px;
	display: block;
	width: 291px;
	height: 91px;
	background-image: url('/images/upcoming-teambg2.gif');
	left: 10px;
	text-align: left;
}

#box #listteambg2 {
	left: 320px;
}

#box #listteambg3 {
	left: 630px;
}

#box #listteambg1, #listteambg2, #listteambg3 img {
	float: left;
}

#box #listleaguebg1, #listleaguebg2, #listleaguebg3 {
	position: absolute ;
	margin: 1px;
	display: block;
	width: 291px;
	height: 91px;
	background-image: url('/images/upcoming-teambg2.gif');
	left: 10px;
	text-align: left;
}

#box #listleaguebg2 {
	left: 320px;
}

#box #listleaguebg3 {
	left: 630px;
}

#box #listleaguebg1, #listleaguebg2, #listleaguebg3 img {
	float: left;
}

#box #lgtext {
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	height: 91px;
	top: 0;
	left: 130px;
}

#box #cmsinfo {
	position: absolute;
	margin-top: 1px;
	left: 783px;
	height: 91px;
	width: 151px;
	display: block;
	background-image: url('/images/upcoming-info2.gif');
}

#box #cmsinfo ul {
	margin:0;
	padding: 1px 9px 0;
}

#box #cmsinfo p {
	margin:0;
	padding: 4px 5px 1px;
	font-size: 12px;
}

/* 
	In the CMS version of #info, we disable the display: block
	value that would appear when a link is hovered over 
	since it would also be applied to the edit/del overlays
*/

#box #cmsinfo a {
	margin: 0 auto;
	padding-left: 5px;
	/* set display to default: inline */
	display: inline; 
	width: 145px;
	height: 19px; 
	
	background: none;
	text-align: center;
	color: #ccc;
	text-transform: uppercase;
	font-size: 10px;
}

#box #cmsinfo a:hover {
	background: transparent;
	color: #ddd;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#box #teamedit {
	position: absolute;
	margin-left: 135px;
	margin-top: 2px;
}

#box #teamdelete {
	position: absolute;
	margin-left: 135px;
	margin-top: 60px;
}

#box #teamvods {
	position: absolute;
	margin-left: 128px;
	margin-top: 2px;
}

#box #teamhist {
	position: absolute;
	margin-left: 135px;
	margin-top: 32px;
}

#box #leagueedit {
	position: absolute;
	margin-left: 135px;
	margin-top: 2px;
}

#box #leaguedelete {
	position: absolute;
	margin-left: 135px;
	margin-top: 60px;
}

#box #leaguevods {
	position: absolute;
	margin-left: 128px;
	margin-top: 2px;
}

#box #vodcell {
	position: absolute;
	margin-left: 117px;
	margin-top: 2px;
}

#box #matchedit {
	position: absolute;
	margin-left: 125px;
	margin-top: 2px;
}

#box #matchdelete {
	position: absolute;
	margin-left: 125px;
	margin-top: 32px;
}

/* Minor change to #box #text p:  set url to absolute path */

#box #text p {
	font-size: 10px;
	font-weight: normal;
	margin-top: 6px;
	/*background-image: url('/images/upcoming-icons.gif');
	background-repeat: no-repeat;*/
	height: 67px;
	padding: 0px 0 0 21px;
	line-height: 15px;
	background-position: 0 2px;
}

/* In #box #lgtext p: don't display any "icons" */

#box #lgtext p {
	font-size: 11px;
	font-weight: normal;
	margin-top: 1px;
/*	background-image: url('/images/upcoming-icons.gif');
	background-repeat: no-repeat; */
	height: 67px;
	padding: 0px 0 0 18px;
	line-height: 17px;
	background-position: 0 2px;
}