/* 

Majesco Entertainment
Global CSS file

*/

body {
	font-family: Arial, "sans-serif", "Trebuchet MS", Verdana;
	background-color: #fff;
}

h1 {
	position: absolute;
	top: 45px;
	left: 25px;
	background: url(../../i/common/majesco-logo.gif);
	font-size: 80%;
	margin: 0;
	padding: 0;
	width: 224px;
	height: 48px;
	display: block;
}

h1 span {
	position: absolute;
	left: -999em;
}

h3 {
	margin: 0;
	padding: 0;
}

#container {
	text-align: center;
}

#site {
	width: 750px;
	padding: 10px;
	background-color: #7F9AC3;
	border: 1px solid #6384B6;
	position: relative;
	margin: 0 auto;
}

/* -- JUMP Menu */
#jumpmenu {
	width: 740px;
	height: 15px;
	padding: 5px;
	background: url('../../i/common/jumpmenu_bk.jpg') #ccc;
	border-bottom: 1px solid #466DA8;
}

#jumpmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#jumpmenu ul li {
	margin: 0;
	padding: 0;
	font-size: 70%;
	display: inline;
}

#jumpmenu ul li#is {
	font-weight: bold;
	margin-right: 5px;
}

#jumpmenu ul li a {
	line-height: 15px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #003368;
}

/* -- Main Menu */

#mainmenu {
	width: 750px;
	height: 65px;
	/* background: #E8EDF4 url(../../i/common/top_bk.jpg); */
	background-color: #fff;
}

#mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	width: 430px;
}

#mainmenu ul li {
	float: left;
	height: 65px;
}

* html #mainmenu ul li a {
	width: 10%;
}

#mainmenu ul li a {
	display: block;
	height: 100%;
	min-width: 40px;
	padding: 0 10px;
	text-decoration:none;
	color: #fff;
	font-size: 90%;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: url(../../i/common/button_bk.jpg) 50% 0;
	text-align: center;
}

#mainmenu ul li a:hover {
	background-position: 50% 65px;
}

#mainmenu ul li a span {
	display: block;
	padding-top: 40px;
}

#mainmenu ul li#home, #mainmenu ul li#games, #mainmenu ul li#news, #mainmenu ul li#shop, #mainmenu ul li#support {
	margin-right: 4px;
}

/* -- Big Image */

#bigimage {
	width: 750px;
	height: 220px;
	float: left;
}

#bigimage img {
	border: 0;
}

/* -- Site Footer - START */
#footer {
	width: 750px;
	position: relative;
	padding: 10px;
	margin: 0 auto;
}

#footer #copyright {
	color: #666;
	font-size: 70%;
	float: left;
	width: 370px;
	text-align: left;
}

#footer #footmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#footer #footmenu li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 90%;
}

#footer #footmenu li a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

#footer #footmenu li a:hover {
	text-decoration: underline;
}

#footer #footmenu li#pp, #footer #footmenu li#l {
	margin-right: 15px;
}

/* -- Custom classes */
.hidden {
	display: none;
	position: absolute;
	left: -999em;
}

.clearer {
	font-size: 0px;
	clear: both;
	margin-top: -1px;
}

.sep {
	border: 0;
	padding: 0;
	margin: 0;
	width: 750px;
	height: 20px;
	background: url(../../i/common/sep.gif) repeat-x;
	float: left;
}

.o {
	color: #FF6600;
}

.b {
	color: #053577;
}

.alink {
	text-decoration: none;
	color: #47991B;
	font-size: 75%;
	padding-left: 15px;
	background: url(../../i/common/arrows.gif) no-repeat 0 50%;
}

#pagemain {
	margin-top: 10px;
	width: 750px;
	background-color: #fff;
	float: left;
}

#content {
	width: 545px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 20px;
}

p {
	font-size: 80%;
	line-height: 150%;
	color: #333;
	margin: 10px 0 10px 0;
	padding: 0;
}

li {
	font-size: 80%;
}

h4 {
	color: #f60;
	font-weight: normal;
	font-size: 120%;
	margin: 0 0 20px 0;
	padding: 0;
}

h5 {
	color: #61A63B;
	font-weight: normal;
	font-size: 100%;
	margin: 20px 0 10px 0;
	padding: 0;
}

#content a {
	color: #184D95;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content ul li, #content ol li {
	font-size: 80%;
	color: #333;
}

#pagemenu_holder {
	width: 185px;
	float: left;
	text-align: left;
}

.pagemenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagemenu li {
	line-height: 35px;
}

.pagemenu li a {
	display: block;
	height: 100%;
	width: 180px;
	padding-left: 5px;
	text-decoration: none;
	color: #000;
	text-align: left;
}

.pagemenu li a:hover {
	background-color: #7F9AC3;
	color: #fff;
}

.pagemenu li.selected {
	background-color: #7F9AC3;
}

.pagemenu li.selected a {
	color: #fff;
	font-weight: bold;
}

.pagemenu li.selected ul.subnav {
	display: block;
}

.pagemenu li ul.subnav {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #E5EBF3;
	border-bottom: 1px solid #7F9AC3;
}

.pagemenu li ul.subnav li {
	margin: 0 0 0 0;
}

.pagemenu li ul.subnav li a {
	font-weight: normal;
	color: #222;
	padding: 0 0 0 15px;
	width: 170px;
}

.pagemenu li ul.subnav li a:hover {
	color: #000;
	background-color: #C4D1E3;
}

h4.pmTitle {
	background: url(../../i/common/pagemenu_header_bk.jpg) #000;
	margin: 0;
	padding: 0 0 0 5px;
	height: 35px;
	border-bottom: 1px solid #003399;
	line-height: 35px;
	color: #fff;
	font-weight: normal;
	font-size: 90%;
	text-align: left;
}

h4.pmTitleGreen {
	background: url(../../i/common/pagemenu_header_bk_green.jpg) #000;
	margin: 0;
	padding: 0 0 0 10px;
	height: 35px;
	border-bottom: 1px solid #003399;
	line-height: 35px;
	color: #fff;
	font-weight: normal;
	font-size: 90%;
	text-align: left;
}

h4.pmSubTitle {
	background-color: #7F9AC3;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 90%;
	font-weight: normal;
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
}

.pagemenubox {
}

.pagemenubox {
	padding: 10px;
}

.pagemenubox form {
	margin: 0;
	padding: 0;
}

.pagemenubox form input {
	font-size: 80%;
}

.pagemenubox form label {
	font-size: 80%;
}

.liLast {
	margin: 0 !important;
	padding: 0 !important;
}

dl.address {
	margin: 0;
	padding: 0;
}

dl.address dt {
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 5px;
}

dl.address dd {
	margin: 0;
	padding: 0;
	font-size: 80%;
	line-height: 150%;
}

.small {
	font-size: 60% !important;
}

.tm {
	font-size: 60% !important;
}

.datagrid {
	width: 100%;
}

.datagrid th {
	font-size: 80%;
	padding: 2px;
}

.datagrid td {
	font-size: 80%;
}

.pageselect {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	float: left;
}

.pageselect li {
	background: url('../../i/common/pageselect_bk.gif');
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	margin-right: 10px;
}

.pageselect li.active {
	background: url('../../i/common/pageselect_bk_active.gif');
}

.pageselect li a {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	line-height: 25px;
	color: #fff !important;
	font-size: 80%;
}

/* Games Listing Grid -- Used in members area and games ares */

table.gamegrid {
	width: 100%;
	clear: left;
}

table.gamegrid th {
	font-size: 70%;
	padding: 0 0 0 10px;
	margin: 0;
	height: 22px;
	border-bottom: 1px solid #000;
	border-right: 1px dashed #fff;
	background: url(../../i/common/th_bk.jpg) repeat-x;
}

table.gamegrid th a {
	color: #fff !important;
}

table.gamegrid th.gg_title {
	width: 200px;
}

table.gamegrid th.gg_rating {
}

table.gamegrid th.gg_platform {
	width: 90px;
}

table.gamegrid th.gg_genre {
	border-right: 0 !important;
}

table.gamegrid th.gg_remove {
	color: #fff;
}

table.gamegrid td {
	border-right: 1px dashed #0061B5;
	color: #003688;
	font-size: 80%;
	text-align: center;
	height: 65px;
}

table.gamegrid td.gr_box {
	width: 45px;
	border-right: 0 !important;
}

table.gamegrid td.gr_box img {
	border: 0;
}

table.gamegrid td.gr_genre {
	border-right: 0 !important;
}

table.gamegrid td.gr_title {
	text-align: left;
}

table.gamegrid tr.gr_row {
	background-color: #CED9E8;
}

table.gamegrid td.gr_remove {
	border-right: 0 !important;
	width: 70px !important;
}

table.gamegrid td.gr_remove img {
	border: 0;
}

table.gamegrid tr.gr_alt_row {
	background-color: #E5EBF3;
}

/* END Games Grid */


