/* LAYOUT STYLES */
body {
	background: #000000;
	font-size: 8pt;
	color: #9c9c9c;
	font-family: Verdana, Arial;
	text-align: center;
}
#Container {
	background: #000000;
	border-left: 1px solid #333333;
	border-right: 1px solid  #333333;
}
/***** MENU STYLES *****/
#MainMenu {
	text-align: center;
	background: url(../images/MenuDivider.gif) left no-repeat;
}
.mainlevel {
	display: block;
	float: left;
	height: 22px;
	padding: 3px 15px 0px 15px;
	font-size: 1.3em;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/MenuDivider.gif) right no-repeat;
}
/***** FOOTER STYLES *****/
#FooterHolder {
	background: #111111;
	border: 1px solid #333333;
}
#Footer {
	font-size: 0.7em;
	color: #222;
}
.clear {
	clear: both;
}
/***** MODULE BLOCK *****/
.ModuleTitle {
	display: block;
	height: 30px;
	background: url(../images/BgModuleTitle.png) top no-repeat;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 20px;
}
/***** LOGIN MODULE BLOCK *****/
.mod_login {
	display: block;
}
.mod_login img {
	text-align: center;
	margin: auto;
}
#Login #mod_login_username, #Login #mod_login_password {
	width: 130px;
	background: #000;
	border: 1px solid #333333;
	color: #cccccc;
	font-size: 1em;
	padding: 5px;
	margin: 3px 0px 10px 0px;
}
#Login #mod_login_remember {
	outline: none;
	margin: 3px 0px 10px 0px;
}
.mod_login_avatar {
	margin: auto;
}
#Login td {
	height: 30px;
}
/***** VM CART MODULE BLOCK *****/

/***** GALLERY *****/
.jg_back {
	display: none;
}
.jg_toplist {
	color: #ffffff;
}
/***** EVENTS *****/
.copyright {
	display: none;
}
.componentheading {
	display: none;
}
/* COMMON STYLES */
h1 {
	font-size: 1.2em;
	color: #292257;
	font-weight: bold;
	margin: 0px 0px 10px 0px;	
}
p {
	line-height: 2.4em;
	margin: 0px 0px 0px 0px;
}
img {
	border: none;
}
a, a:visited {
	outline: none;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/** CHAT **/
#pfc_input_container {
	background: #111111;
	color: #ffffff;
}
.pfc_td1 #pfc_handle {
	color: #ffffff;
	font-size: 7pt;
}
.pfc_td2 input {
	height: 50px;
}
#pfc_loginlogout {
	display: none;
}
#registrationTable .inputbox {
	width: 250px;
	background: #cc0000;
}
