/*
 * iGamingCatalog.com
 * Site-wide CSS
 * (c) 2009-2010 / Kim Tore Jensen <kimtjen@gmail.com>
 */

@import "/pub/common/luna.css";
@import "/pub/tabs.css";

body
{
	background: #F8F8F3;
	color: black;
	font: 0.9em Arial,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

.mceContentBody
{
	padding: 10px !important;
	background: #E6E6E1 !important;
	color: black !important;
	text-align: left !important;
}

.mceContentBody a
{
	color: #355090 !important;
	font-weight: bold !important;
	text-decoration: underline !important;
	background: transparent !important;
}

#header
{
	width: 242px;
	height: 80px;
	float: left;
}

#header img
{
	border: 0;
	width: 242px;
	height: 80px;
}

#body
{
	position: relative;
}


/*
 * Various short names
 */
.block	{ display: block; }
.clear	{ clear: both; }
.lclear	{ clear: left; }
.rclear { clear: right; }

.tick, .cross
{
	width: 12px;
	height: 12px;
	padding-left: 20px;
}
.tick	{ background: transparent url('/pub/res/tick.gif') no-repeat left center; }
.cross	{ background: transparent url('/pub/res/cross.gif') no-repeat left center; }


/*
 * Link styles
 */
a
{
	color: #90080B;
}

a img
{
	border: 0;
}



/*
 * Top search
 */
#topsearch
{
	float: right;
	text-align: right;
	margin: 0;
	padding: 0 0;
	width: 700px;
}

#topsearch input
{
	width: 500px;
	margin: 0 1em;
}

.frontview input.text
{
	width: 320px;
}

#topsearch p
{
	font-style: italic;
	font-size: 0.9em;
}

#topsearch ul
{
	margin: 1em 0;
	padding: 0;
	list-style: none;
}

#topsearch ul li
{
	display: inline;
	padding: 0 0 0 1.5em;
	font-size: 0.9em;
}

#topsearch ul li a
{
	font-weight: bold;
	text-decoration: none;
}

#topsearch ul li a:hover
{
	text-decoration: underline;
}


/*
 * Top menu
 */

.spacebar
{
	clear: both;
	line-height: 1em;
	height: 1em;
}

#topmenu
{
	background: #90080B url('/pub/res/topmenu.gif') repeat-x center left;
	color: white;
	margin: 0 0 20px 0;
	height: 28px;
	padding: 0;
	text-align: left;
}

#topmenu ul
{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

#topmenu ul li
{
	background: transparent url('/pub/res/topmenuspacer.gif') no-repeat center right;
	display: block;
	float: left;
	padding: 7px 4px 5px 0;
	line-height: 14px;
	height: 14px;
	text-align: center;
	margin: 0;
}

/* Fixed width topmenu items: a hassle */
#topmenu ul li.catalogpoker		{ width: 82px; }
#topmenu ul li.catalogcasino		{ width: 80px; }
#topmenu ul li.catalogbingo		{ width: 74px; }
#topmenu ul li.catalogskillgames	{ width: 110px; }
#topmenu ul li.catalogbetting		{ width: 82px; }
#topmenu ul li.catalogclubs		{ width: 80px; }
#topmenu ul li.cataloglottery		{ width: 80px; }
#topmenu ul li.catalogvendors		{ width: 130px; }
#topmenu ul li.magazines		{ width: 110px; }
#topmenu ul li.articlesuppliersdirectory { width: 106px; }
#topmenu ul li.rightmost		{ padding: 7px 0 5px; background: transparent; }

#topmenu ul li.mmenu_root		{ width: 140px; }
#topmenu ul li.mmenu_1			{ width: 224px; }
#topmenu ul li.mmenu_2			{ width: 206px; }
#topmenu ul li.mmenu_3			{ width: 200px; }
#topmenu ul li.mmenu_4			{ width: 100px; }
#topmenu ul li.mmenu_5			{ width: 80px; }

#topmenu ul li a
{
	display: block;
	float: left;
	margin: -7px 0 0;
	padding: 7px 0 3px;
	height: 18px;
	font-size: 14px;
	color: white !important;
	font-weight: bold !important;
	text-decoration: none !important;
	text-align: center;
	width: 100%;
}

#topmenu ul li a:hover,
#topmenu ul li.active a
{
	background: #BF0B0F url('/pub/res/topmenuhover.gif') repeat-x center left;
}


/*
 * Left menu and right space/menu
 */
#leftmenu
{
	float: left;
	width: 120px;
	margin-right: 20px;
}

#leftmenu .banners img
{
	margin: 0 0 1em;
}

#rightspace
{
	width: 160px;
	float: right;
}

#leftmenu ul,
#rightspace ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

#leftmenu ul li,
#rightspace ul li
{
	padding: 0 0 0.3em;
	font-size: 0.9em;
}

#leftmenu ul li a,
#rightspace ul li a
{
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#rightspace ul li a
{
	font-weight: normal;
}

#leftmenu ul li.active a,
#rightspace ul li.active a
{
	color: #90080B;
}

#leftmenu ul li a:hover,
#rightspace ul li a:hover
{
	text-decoration: underline;
}

#rightspace h2
{
	margin-top: 0;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

#rightspace ul li a
{
	text-decoration: underline;
}

#leftmenu h2
{
	margin-top: 2em;
	font-size: 0.8em;
}

#leftmenu .marketstuff img
{
	margin: 0 0 5px;
}



/*
 * Containers
 */
#content
{
	background: #E6E6E1;
	padding: 15px;
	float: left;
	width: 620px;
	line-height: 1.4em;
}

.broadcontent
{
	width: 800px !important;
}

#container
{
	padding: 1em 0 0;
	background: transparent;
	width: 970px;
	margin: 0 auto;
	text-align: left;
}

.lcontainer
{
	float: left;
	width: 770px;
}

.lshortcontainer
{
	width: 620px;
}

.incomplete
{
	font-size: 1.3em;
	font-weight: normal;
	padding: 0.2em 0.1em;
	background: #D2C773;
	color: black;
	border: 1px dashed #AA9C2C;
	border-left: 0;
	border-right: 0;
}

.flagdiv,
.full_line
{
	white-space: nowrap;
	display: inline;
}

.inline
{
	display: inline;
}

.formbutton
{
	display: inline;
}


/*
 * Header styles
 */

h1
{
	margin: 0 0 0.5em;
	background: transparent;
	color: #5D0001;
	font-size: 1.5em;
	font-weight: normal;
}

h1 span
{
	margin-left: 2em;
	font-size: 0.5em;
}

h2
{
	margin: 1em 0;
	background: transparent;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: underline;
}

#content h2
{
	margin: 0 0 0.5em;
	text-decoration: none;
	font-size: 1.3em;
}



/*
 * Form style
 */
.bigselect
{
	width: 20em;
	height: 20em;
}

.disabled
{
	background: #D2D2D2 !important;
}

.submitbuttons
{
	width: 30em;
}

.submitbuttons .nextsubmit
{
	float: right;
	width: 45%;
}

.submitbuttons .prevsubmit
{
	float: left;
	width: 45%;
}



/*
 * Tables
 */
.table
{
	border: 0;
	padding: 0;
	margin: 1em 0;
	width: 100%;
}

.table td, .table th
{
	padding: 0.4em 3em 0.4em 0;
	margin: 0;
	text-align: left;
}

.table th
{
	font-weight: bold;
	margin-bottom: 0.2em;
	border-bottom: 1px solid #1F1F1C;
}

.table .banner
{
	padding: 0.7em 0;
}

.white
{
	background: #E6E6E1;
}

.gray
{
	background: #D9D9D4;
}

.white_unread
{
	background: #E3E1A3;
	font-weight: bold;
}

.gray_unread
{
	background: #D6D49A;
	font-weight: bold;
}

.table .checkbox
{
	width: 1em;
	padding-left: 0.1em;
	padding-right: 0.7em;
}


/*
 * Bottom banner space
 */
#bottombspace
{
	padding-top: 1em;
	text-align: center;
}

#bottombspace img
{
	margin: 0 2px 0 1px;
}


/*
 * Footer text
 */
#footer
{
	border-top: 1px solid #E6E6E1;
	margin: 3em 0 2em;
	padding: 0;
	font-size: 0.9em;
	color: black;
	background: transparent;
	text-align: center;
	clear: both;
}


/*
 * Articles
 */

.article
{
	line-height: 1.3em;
	margin: 0 0 2em;
}

.article h2
{
	margin: 0 0 0.5em;
	font-weight: normal;
}

.article_tabbed_front
{
	float: left;
	width: 600px;
}



/*
 * Search
 */

.searchresult
{
	clear: both;
	padding: 1em 0.5em;
}

.searchresult h3
{
	margin: 0 0 0.2em;
	font-size: 1.1em;
	font-weight: bold;
}

.searchresult h3 .num
{
	font-size: 0.8em;
	padding-right: 0.5em;
	color: #7A7A78;
}

.searchresult .vitals p
{
	margin: 0.5em 0 0;
}

.searchresultbanur
{
	padding: 1em 0;
	text-align: center;
}

.searchresult .vitals
{
	margin: 0.4em 0;
	line-height: 1.4em;
}

.flaglist
{
	display: inline;
}

.flaglist img
{
	margin: 4px 5px 1px 0;
}
