/* ESPN.com Community Jayski Theme CSS */





/* Page tabs ---------------------------------------------- */

.page-tabs {
	border-bottom: none; /* must match to .nav li.current_page a borders */
}

.nav a {
	color: #000;
	text-decoration: underline;
}

.nav li.current_page a {
	text-decoration: none;
	border-top: none; /* must match .page-tabs border */
	border-top: none; /* must match .page-tabs border */
	border-top: none; /* must match .page-tabs border */
	border-bottom: none;
	font-weight: bold;
	color: #000;
}


/* reverse type color (against theme-bg background color) */
.reverseType, .pageTools, .pageTools a {
	color: #000;
}

/* Theme backgrounds  --------------------------------------- */

body, .theme-bg, .nav li.current_page a {
	/* page background */
	background: #ffff40;
}

.theme-bg-anchor {
	/* upper right image */
	background: url(/myespn/css/i/jayski/theme_jayski.gif) no-repeat 100% 0;	
}


/* Modules -------------------------------------------------- */


/* outer container */
.m {
	background: #e5e539;
	padding: 2px;
}

/* inner container */
.m-inner {
	border: 1px solid #7f7f7f;
	background: white;
}

/* title bar container */
.m ul.title {
	color: #fff;
	background: #000;
	border-bottom: 1px solid #000066;
}




/* "Refresh", "Edit", "[x]" links */
.m ul.title a, .m ul.title li.right {
	text-decoration: none;
	color: #ffff40;
}

.m ul.title a:hover {
	text-decoration: none;
	color: #fff;
}



/* default module text color */
.m-inner {
	color: #000;
}

/* default module link & hover colors */
.m a, a.edit, a.help {
	color: #d50303;
}

.m a:hover, a.edit:hover, a.help:hover {
	color: #000;	
}






