/* ManilaFights style */

body {
	background-color: #F0F0F0;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
}

td { 	font-size: 13px; }

A:link, A:visited	{color: #800080; }

.bigger { font-size: 18px; }
.normSize { font-size: 13px; }
.smaller { font-size: 11px; }
._right { text-align:right; }
._center { text-align:center; }
.redText { color: #FF0000; }

.reset { 
  clear:both;  /* someone's brain is heavily damaged... */
}

/**/
.header {
	background: url('/graph/header2.jpg') repeat-x left;
	width: 100%;
	height: 80px;
}

.header img { border: 0px; }

/**/
.menu {
	border: #FFFFFF solid 1px;
	width: 100px;
	padding: 5px;
  margin: 0px 25px 0px 0px;
  background: #D0D0FF url('/graph/blue_gradient.png') repeat-y left;
  font-size: 18px;
}

.menu td {
	padding: 10px 5px 10px 5px; 
	font-size: 18px;
}

.menu A:link, .menu A:visited { text-decoration: none; }

.menu A:hover { color: #FFFFFF; }

/**/
.itemList, .itemDetails {
	border: #FFFFFF solid 1px;
	margin: 0px 0px 12px 0px;
	padding: 4px 2px 0px 25px;
	background: #D0D0FF url('/graph/blue_gradient.png') repeat-y left;
	color: #000000;
}

.itemListComingSoon {
	border: #FFFFFF solid 1px;
	margin: 0px 0px 12px 0px;
	padding: 4px 2px 0px 25px;
	background-color: #FFD0D0;
	color: #000000;
}

.itemList h1, .itemDetails h1, .itemListComingSoon h1 {
	font-size: 18px;	
}

.itemList h2, .itemDetails h2, .itemListComingSoon h2 {
	font-size: 13px;	
}

.itemTitle {
	font-size: 18px;
}
	
.itemTitle A:link, .itemTitle A:visited { text-decoration: none; }

.itemTitle A:hover { color: #FFFFFF; }

/**/
.microVidBox {
  width:460px;
  border:#000000 solid 1px;
  background-color: #D0D0FF;
  padding:10px;
}
.microVidLeft {
  float:left;
  width:128px;
  height:94px;
  padding-right: 16px;
}
.microVidRight {
  float:left;
  width:300px;
  padding:0px;
}

/**/
.footer {
  font-size: 11px;
	text-align:center;
}

/* landing pages */
.landBody {
	border: #FFFFFF solid 1px;
	margin: 0px 0px 12px 0px;
	padding: 4px 2px 0px 25px;
	background: #D0D0FF url('/graph/blue_gradient.png') repeat-y left;
	color: #000000;
}

.landBody h1 {
	font-size:34px;
	text-align:center;
	margin-top:4px;
}

.landBody h2 {
	font-size: 16px;	
}

