@charset "utf-8";
/* CSS Document */
html, body {
	width:100%;
	font-size:14px;
	font-family: Arial,Tahoma;	
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

body {
    margin:0;
    padding:0;
    background: #d3d3d3;
}

.container {
	width:1170px;
	margin-left:auto;
	margin-right:auto;
	background: #fff;
	overflow: hidden;
}

.content {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
}

.row {
	width:100%;
	float: left;
	/*padding-left:4px;
	padding-right:4px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;*/
}

.section-header {
	background: #000;
	color: #fff;
	width: 150px;
	height: 25px;
	padding: 8px 5px 2px 5px;
	margin: 5px 0px 5px 0px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

.section-header-long {
	background: #000;
	color: #fff;
	width: 320px;
	height: 25px;
	padding: 5px;
	margin: 5px 0px 5px 0px;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}

.footer {
	background: #c0c0c0;
	font-size: 12px;
	padding: 5px;
	margin-top: 10px;
}
/* Header */
.main-header {
	width: 100%;
	height: 170px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #000;
}
div#logo-wrapper {
	width: 400px;
	height: 135px;
	float: left;
	margin-top:35px;
}
img#img-logo {
	height: 120px;
	margin-left: 20px;
	margin-top: 10px;
}
div#header-right {
	width: 770px;
	height: 170px;
	float:left;
}
div#search-wrapper {
	height:25px;
	width: 300px;
	position: relative;
	top: 20px;
	float: right;
	margin-right: 20px;
}
div#login-wrapper {
	height:45px;
	width: 90%;
	position: relative;
	top: 75px;
	float: right;
	margin-right: 17px;
}
div#banner-top-wrapper {
	height:88px;
	width: 551px;
	position: relative;
	top: 35px;
	float: right;
	margin-right: 17px;
}
/* end of Header */

/* Preview row 1 */
.preview-row-1 {
	/*height: 300px;*/
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
.preview-row-1-main {
	/*height: 300px;*/
	width: 480px;
	border: 0px solid #000;
	float: left;
}
.preview-row-1-small {
	/*height: 300px;*/
	width: 300px;
	border: 0px solid #000;
	margin-left: 10px;
	float: left;
}
/* end of Preview row 1 */

/* Preview row 2 */
.preview-row-2 {
	height: 200px;
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
}
.preview-row-2-left-container {
	height: 100%;
	width: 440px;
	float:left;
	padding: 0px;
}
.preview-row-2-right-container {
	height: 100%;
	width: 660px;
	float:left;
	padding: 0px;
}
.preview-row-2-item-left {
	height: 155px;
	width: 210px;
	border: 0px solid #c0c0c0;
	margin-right: 10px;
	float: left;
}
.preview-row-2-item-right {
	height: 155px;
	width: 207px;
	border: 0px;
	border-right: 1px solid #000;
	margin-right: 10px;
	padding-left: 2px;
	float: left;
	overflow: hidden;
}
.preview-row-2-right-container div:last-child {
	border-right: 0px solid #000;
}
/* end of Preview row 2 */

/* Main row */
.main-row {
	width: 100%;	
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
.main-column-1 {
	width: 160px;
	margin-right: 10px;
	float: left;
}
.main-column-2 {
	width: 590px;
	margin-right: 10px;
	float: left;
}
.main-column-3 {
	width: 330px;
	float: left;
}
.main-row-content {
	width: 100%;
}
.main-content-column {
	width: 750px;
	margin-right: 10px;
	float: left;
	padding-right: 10px;
}
.main-content-column ul.thumbnails {
	padding: 0px;
}
/* end of Main row */

/* JoomCategory module */
.moduletable_lastreports {
}
.joomcat_wrapper, .joomcat_wrapper img {
	margin: 0px !important;
	padding: 0px !important;
}
.joomcat_last_imgct {
	height: 155px;
	overflow: hidden;
}
.joomcat_last_img {
}
.joomcat_last_txt {
	/*background: #009c48;*/
	background: #f00;
	color: #fff;
	position: relative;
	overflow: hidden;
	height: 40px;
	top: -41px;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	opacity: 0.8;
}
.joomcat_last_txt a {
	color: #fff;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.joomcat_last_txt ul {
	list-style: none;
	padding: 5px;
	margin: 0px;
}
/* end of JoomCategory module */

/* Head News */
.moduletable-head-news .gkIsText h1 a {
	text-decoration: none;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
.moduletable-head-news .gkIsText h2 a {
	text-decoration: none;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}
.moduletable-head-news h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	opacity: 0.8;
	background: #ff0000;
	width: 480px;
	text-align: left;
	padding-left: 5px;
}
.moduletable-head-news h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	opacity: 0.8;
	background: #696969;
	width: 480px;
	text-align: left;
	padding-left: 5px;
	text-transform: none;
	height: 50px;
}
div.gkIsPagination {
	top: 0px;
}
div.gkIsPagination:before, div.gkIsPagination:after {
	background: inherit !important;
}
div.gkIsPagination > ol li.active a, div.gkIsPagination > ol li:hover a, div.gkIsPagination > ol li a {
	background: inherit !important;
	margin: 0px;
	z-index: 100;
	text-decoration: none;
	color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-radius: 0% !important;
}
div.gkIsPagination > ol li {
	text-indent: 0px !important;
}
div.gkIsNext, div.gkIsPrev {
	display: none;
} 
/* end of Head News */

/* Search */
input#mod-search-searchword {
	float: right;
	background: #4685b4;
	color: #fff;
	border: 0px;
	height: 25px;
}
div.search-search label {
	display: none;
}
fieldset.phrases, fieldset.only {
	display: none;
}
/* end of Search */

/* Login */
div#form-login-remember {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #696969;
	font-size: 11px;
	font-family: Tahoma;
}
div#form-login-password {
	position: absolute;
	top: 0px;
	right: 160px;
	color: #696969;
	font-size: 11px;
	font-family: Tahoma;
}
div#form-login-username {
	position: absolute;
	top: 0px;
	right: 350px;
	color: #696969;
	font-size: 11px;
	font-family: Tahoma;
}
div#form-login-button {
	position: absolute;
	top: 0px;
	right: 110px;
	background: #dc143c;
	padding: 3px;
}
div#form-login-button a {
	color: #fff;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
}
.moduletable-login ul {
	list-style: none;
	float: right;
	margin: 10px;
}
.moduletable-login ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	font-family: Tahoma;
}
.moduletable-login ul li a {
	color: #696969;
}
.logout-button {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #dc143c;
	padding: 3px;
	margin-right: 3px;
}
.logout-button a {
	color: #fff;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
}
.login-greeting {
	position: absolute;
	right: 240px;
	color: #696969;
	font-size: 11px;
	font-family: Tahoma;
}
.menu-usermenu {
	list-style: none;
	position: absolute;
	right: 50px;
	margin: 0px;
	padding: 0px;
}
.menu-usermenu li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}
.menu-usermenu li a {
	color: #696969;
	font-size: 11px;
	font-family: Tahoma;
}
/* end of Login */

/* Blogs list */
.categories-list-blogs ul {
	list-style: none;
}
.categories-list-blogs li {
	margin-bottom: 10px;
	min-height: 150px;
	border-bottom: 1px solid #c0c0c0;
}
.categories-list-blogs img {
	margin-right: 10px;
	height: 75px;
}
div.category-desc {
	margin-top: 10px;
}
.categories-list-blogs span.item-title a {
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 20px;
    color: #3161b2;
    text-decoration: none;
}
/* end of Blogs list */

/* Schedule */
.jev_catselect {
	margin: 5px;
}
/* end of Schedule */

.content img, .item-page img {
	margin:15px;
}
.item-page h2 a {
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 20px;
    color: #3161b2;
    text-decoration: none;
}

.pagination ul {
	list-style: none;
}
.pagination ul li {
	display: inline;
}
.pagenav {
	margin-left: 5px !important;
	margin-right: 5px !important;
	color: #000;
	font-size: 12px;
}

.registration dt {
	float: left;
	width: 250px;
}

.jg_minipic {
	margin: 0px !important;
}

.ev_td_left, .ev_td_right {
	font-size: 14px !important;
}

.jev_catselect {
	font-size: 14px !important;
	font-weight: bold;
}

.sp-accordion-inner {
	padding-left: 6px !important;
	padding-right: 6px !important
}

/* Nearest games */
.mod_events_latest_date {
	font-size: 12px;
	color: #696969;
}
.mod_events_latest_content, .mod_events_latest_content a {
	font-size: 12px;
	color: #000;
}
.mod_events_latest_noevents {
	font-size: 12px;
	color: #000;
}
/* end of nearest gemes */

/* Schedule */
.ev_td_li {
	/*border: 0px !important;*/
}
/* end of Schedule */

.adv-wrapper {
	padding: 10px 0px 10px 0px;
}

.moduletable-facebook {
	margin-bottom: 10px;
	margin-top: 10px;
}

div.mv-sb-center a img {
	width:32px;
}
.mv-social-buttons-box img {
	margin: 2px !important;
}

.mv-social-buttons-box a {
	text-decoration: none;
}

.rss-wrapper {
	overflow:hidden;
	background: #000;
	position: relative;
	top: 10px;
	left: 725px;
	height: 25px;
	width: 25px;
}

/* EasyBlog latest module */
.ezb-mod a {
	text-decoration: none;
	color: #000;
}

.ezb-mod .mod-item-rur {
	border: 0px !important;
	margin: 10px !important;
	text-indent: 0;
	text-align: justify;
}

.mod-post-title {
	font-size: 12px !important;
}

.mod-post-title .mod-post-date {
	color: #808080;
	font-weight: normal;
}

.mod-post-content {
	font-size: 11px;
}

.mod-post-content .mv-social-buttons-box, .mod-post-content .jwDisqusForm {
	display: none;
}
/* end of EasyBlog latest module */

.banneritem img {
	margin: 0px !important;
}