/* 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;
}
#RightColumn .readon {
	margin: 0px 0px 0px 15px;
}

.jglatestcat24_main {
	margin: 10px 0px;
}
.jglatestcat24_txt ul {
	list-style: none;
	margin-left: -25px;
}
.jglatestcat24_txt {
	text-align: left;
}
.jglatestcat24_txt ul li {
	display: block;
	list-style: none;
	margin-left: 0px;
	text-align: left;
}
/***** 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;
	color: #fff;
	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;
}
/** FORUMPOSTS **/
#ForumPosts ul {
	margin: 0px 5px 0px 5px;
	padding: 0px;
}
#ForumPosts ul li {
	margin: 0px;
	padding: 8px 0px 8px 0px;
	border-bottom: 1px dotted #333333;
}
/* LAST PICTURES */
#LastPictures hr {
	background: none;
	border: none;
	border-top: 1px dotted #333333;
	margin: 0px 5px 0px 5px;
}
/***** GALLERY *****/
.jg_back {
	display: none;
}
.jg_toplist {
	color: #ffffff;
}
/* CONTENT STYLES */
.contentdescription {
	display: block;
	padding: 10px;
	background: #222222;
	border: 1px solid #666666;
	margin: 0px 0px 20px 0px;
}
#page {
	background: #222222;
	border: 1px solid #666666;
	padding: 10px;
}
h1 {
	font-size: 1.2em;
	color: #292257;
	font-weight: bold;
	margin: 0px 0px 10px 0px;	
}
p {
	line-height: 1.5em;
	margin: 0px 0px 15px 0px;
}
img {
	border: none;
}
a, a:visited {
	outline: none;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.leading_separator, .article_separator {
	display: block;
	width: 530px;
	height: 1px;
	background: #666;
}
#registrationTable .inputbox {
	width: 250px;
	background: #cc0000;
}