@charset "utf-8";
.tablebg {

}
.tdreelbg {
	background-color: #000000;
	background-image: url(../images/reelbg.jpg);
	background-repeat: no-repeat;
	border: 3px solid #5805AD;
	background-position: center top;
}
.bodybg {
	background:#000000 url('../images/gradientbg.jpg') repeat-x fixed center 50%; 
}
.bannerborder {
	border: medium solid #FF0000;
}
.bannerborder2 {
	border: thin solid #FEEC16;
}
.bannerborder3 {
	border: medium solid #90F;
}


.mainmenu {
	border-collapse: collapse;
}
.mainmenu td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFED00;
	text-align: center;
	text-transform: uppercase;
}
a {
	color: #FFFF00;
	border: 1px none #999999;
	text-decoration: none;
}
a:hover {

	color: #6dd102;
	text-decoration: underline;
	border: 1px none #999999;
}
.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}

