/*
 * $Id: marvel.css,v 1.5 2004/09/09 03:57:52 alanb Exp $
 *
 * Style sheet for the Full Graphics Version of the Marvel Web Site
 */
body {
	background-color: #000000;
}

a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #CCCCCC;
}
a:link, a:visited, a:hover, a:active { text-decoration: underline }

a.sbmenu {
	color: #CCCCCC; font-weight: normal;
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 10pt;

	display: block;
	width: 125px;
	/* border-bottom-style: solid;
	border-bottom-width: 1px; */
	margin: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

/*
a {
	text-decoration: none;
	font-size: 10pt;
}
*/

a.sbmenu:link { color: #CCCCCC; }
a.sbmenu:visited { color: #CCCCCC; text-decoration: none }
a.sbmenu:hover { color: #FFFFFF; text-decoration: underline }
a.sbmenu:active { color: #00FFFF; }

#sbitem {
	border-width: 1px;
	background-color: #808080;
	padding-bottom: 1pt;
	margin-bottom: 1pt;
}

#sm_title {
	font-family: verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F19550;
}

td {
	font-family:  verdana, sans-serif;
	font-size: 10pt;
}

td.left_submenu {
	background-image: url(/images/submenu_04a.gif);
}

td.right_submenu {
	background-image: url(/images/submenu_06a.gif);
}

td.sub_menu {
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF;
	padding: 2px;
}

#content_title {
	width: 90%;
	padding-top: 4pt;
	padding-bottom: 4pt;
	margin-top: 15pt;
	margin-bottom: 10pt;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family: verdana, sans-serif;
	font-size: 16pt;
	color: #FFFFFF;
}
