/* Original Styles Start */
body
{
	background: url('../img/bg_4.png');
	font-family: Arial, Verdana, Tahoma;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	/* background-color: #00003C; был как альтернасивный фону */
	background-color: #000012;	/* подбран вместо фона */
	/* background-color: #000000;  цвет блумберга */
}
a
{
	color: #DC5014; /* #3D67A1 */
	text-decoration: none;
	background: url('../img/hover-bg.gif') bottom left repeat-x;
}
a:hover
{
	background: none;
}
div.outer-page
{
	/* background: url('../img/body-bottom.gif') bottom repeat-x; */
	 /* border: 3px dashed #FFF0F5; */
	}
	
div.page
{
	margin: 0 auto;
	padding: 0;
	width: 920px;
	   /* border: 3px dashed Blue; */
}
div.header
{
	height: 140px;
}
div.logo
{
	position: absolute;
	top: 7px;
		/* border: 3px dashed Lime; */
}
div.logo a
{
	background: none;
}
div.top-menu
{
	position: absolute;
	top: 100px;
	height: 40px;
	width: 910px;
	background: url('../img/menu-item.gif') bottom right no-repeat;
}
ul.menu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.menu li
{
	float: left;
	line-height: 40px;
	text-align: left;
	font-size: 1.2em;
	padding: 0 12px;
	background: url('../img/menu-item.gif') bottom left no-repeat;
	color: #94C0FD;
}
ul.menu li a
{
	color: #FFF;
	text-decoration: none;
	background: none;
}
ul.menu li a:hover
{
	color: #94C0FD;
}
div.search-form
{
	position: absolute;
	margin-left: 400px;
	top: 36px;
	width: 1px;
	font-size: 0.8em;
}
div.search-form a
{
	color: #FFF;
	text-decoration: none;
	background: url('../img/hover-bg-white.gif') bottom left repeat-x;
}
div.search-form a:hover
{
	background: none;
}
input.search
{
	border: none;
	width: 83px;
	height: 23px;
	background: url('../img/btn-search.gif') 0px 0px no-repeat;
	cursor: default;
}
input.search:hover
{
	border: none;
	width: 83px;
	height: 23px;
	background: url('../img/btn-search.gif') 0px -23px no-repeat;
	cursor: pointer;
}
input.what
{
	border: 1px solid #3D67A1;
	background: #FFF url('../img/search-bg.gif') top repeat-x;
	height: 17px;
	padding-top: 3px;
	font-size: 11px;
}
div.bottom
{
	clear: both;
	color: #FFF;
	font-size: 0.8em;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #9AC4FD; 
}
div.bottom a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: url('../img/hover-bg-white.gif') bottom left repeat-x;
}
div.bottom a:hover
{
	background: none;
}
div.copyright
{
	margin: 10px 0;
}
div.copyright a
{
	text-decoration: none;
	background: url('../img/hover-bg-white.gif') bottom left repeat-x;
}
div.copyright a:hover
{
	background: none;
}
input
{
	font-size: 0.8em;
}
div.content
{
	padding: 8px 0 12px 0;
	padding: 10px 0 12px 0;
	margin: 0;
}
div.breadcrumb
{
	font-weight: bold;
	font-size: 0.8em;
	padding-left: 2px;
}
div.breadcrumb a
{
	text-decoration: none;
	background: url('../img/hover-bg.gif') bottom left repeat-x;
}
div.breadcrumb a:hover
{
	background: none;
}
p
{
	padding: 0;
	margin: 0;
}
h2
{
	font-size: 1.3em;
	margin: 0 0 10px 0;
	padding: 0;
}
img
{
	border: 0;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix
{
	height: 1%;
}
.button
{
	text-align: right;
	margin-bottom: 10px;
}
h1
{
	color: #3D67A1;
	font-size: 1.3em;
	font-weight: normal;
	margin: 10px 10px 10px 0;
	height: 30px;
	background: url('../img/h1-bg.gif') bottom left repeat-x;
}
p.date
{
	font-size: 0.9px;
}
p.news
{
	margin-top: 5px;
	font-size: 0.8em;
}
p.last
{
	font-size: 0.9em;
	margin-top: 5px;
	text-align: right;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix
{
	height: 1%;
}
div.field
{
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 10px;
}
fieldset
{
	border: 1px solid #AF1600;
	margin: 5px;
}
legend
{
	color: #333;
	background-color: #f1f1f1;
	border: 1px solid #AF1600;
	font-weight: bold;
	padding: 3px;
}
div.listings
{
	text-align: left;
}
/* Заголовки коротких новостей Start */
div.listings a
{
	color: #C67600;
	text-decoration: none;
	background: url('../img/hover-bg.gif') bottom left repeat-x;
}
/* Заголовки коротких новостей END */
div.listings a:hover
{
	color: #3D67A1;
	background: none;
}
a.title
{
	font-size: 1.0em;
	font-weight: bold;
}
div.url
{
	color: #517CB8;
	padding: 0;
	margin: 2px;
	font-size: 0.8em;
	font-style: italic;
}
/* Текст короткой новости Start */
div.description
{
	color: #FFFFCC;
	padding: 0;
	margin: 2px;
	font-size: 0.8em;
}
/* Текст короткой новости END */
div.stat
{
   width: 450px;
	color: #333;
	padding: 0;
	margin: 2px;
	font-size: 0.8em;
	text-align: right;
}
div.stat_news
{
   width: 230px;
	color: #333;
	padding: 0;
	margin: 2px;
	font-size: 0.8em;
	text-align: right;
}
div.pr_stat
{
	color: #333;
	font-size: 0.8em;
	margin: 2px 2px 15px 2px;
}
form
{
	margin: 0;
	padding: 0;
}
div.categories
{
	color: #3D67A1;
	font-size: 1.0em;
	list-style-type: none;
}
div.categories a
{
	font-weight: bold;
	color: #DC5014;
	text-decoration: none;
	background: url('../img/hover-bg.gif') bottom left repeat-x;
}
div.categories a:hover
{
	background: none;
}
div.categories div.col
{
	float: left;
	text-align: left;
	width: 170px;
	padding-left: 25px;
	background: url('../img/ico-dir.gif') top left no-repeat;
	margin: 10px 0;
	/* border: 2px dashed Lime; */
}
div.categories div.last
{
	float: left;
	text-align: left;
	width: 325px;
	padding-left: 25px;
	background: url('../img/ico-dir.gif') top left no-repeat;
	margin: 10px 0;
	/* border: 2px dashed Lime; */
}
div.subcategories a
{
	font-size: 12px;
	font-weight: normal;
}
div.categories div.divider
{
	clear: both;
	height: 1px;
}
div.categories div.categ
{
	padding-bottom: 5px;
}
.no
{
	border: none;
}
a.no
{
	text-decoration: none;
}
.editor-welcome
{
	padding: 0;
	text-align: left;
}
.editor-content
{
	padding: 0;
	text-align: center;
}
div.notification
{
	background: #FFECB9 url('../img/notif.gif') center left no-repeat;
	border: 2px solid #E5BA48;
	font-weight: bold;
	margin: 10px 12px 10px 3px;
	padding: 10px 5px 10px 50px;
	font-size: 0.9em;
	color: #553C2C;
}

/* Переключение страниц новостей Start 
div.navigation
{
	color: #3D67A1;
	clear: both;
	margin: 5px 0 10px 0;
	text-align: center;
	font-size: 0.9em;
}*/
div.navigation
{
	color: White;
	clear: both;
	margin: 5px 0 10px 0;
	text-align: center;
	font-size: 0.9em;
}
div.navigation a
{
	color: White;
}
/* Переключение страниц новостей End */
div.pagerank
{
	border: 1px solid #ccc;
	height: 4px;
	margin: 0;
	padding: 0;
	width: 100px;
}
div.inner-pagerank
{
	margin-top: -1px;
	background-image: url('../img/pr10.gif');
	float: left;
	height: 5px;
	padding: 0;
}
div.preview
{
	background-image: url('../img/no-preview.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #ccc;
	height: 90px;
	width: 120px;
}
div.adsense
{
	margin: 10px 0;
	text-align: center;
}
div.box
{
	clear: both;
	margin: 0 10px 10px 0;	
}
div.box-caption
{
	background: #3D67A1 url('../img/box-caption-bg.gif') bottom repeat-x;
	color: red;
	text-transform: capitalize;
	font-size: 1.3em;
	height: 38px;
	padding-top: 10px;
	margin: 0 40px;
}
div.box-caption-left
{
	background: url('../img/box-caption-left.gif') bottom left no-repeat;
	height: 48px;
}
div.box-caption-right
{
	background: #3D67A1 url('../img/box-caption-right.gif') bottom right no-repeat;
	height: 48px;
}
div.box-footer
{
	/* background: url('../img/box-footer-bg.gif') top repeat-x; */
	line-height: 9px;
	margin: 0 9px;
}
div.box-footer-left
{
	/* background: url('../img/box-footer-left.gif') top left no-repeat; */
	height: 9px;
}
div.box-footer-right
{
	/* background: url('../img/box-footer-right.gif') top right no-repeat; */
	height: 9px;
}
div.box-content-right
{
	padding: 0;
	margin: 0;
	/* background: url('../img/border-right.gif') right repeat-y; */
}
div.box-content-left
{
	padding: 0;
	margin: 0;
	/* background: url('../img/border-left.gif') left repeat-y; */
}

/* Содержимое боксов Start */
div.box-content-center
{
   font-size: 18px;
	color: #FFFFCC;
	padding: 10px 15px;
	margin: 0 4px;
	background: #;
}
div.box-content
{
	padding: 10px;
	margin: 0;
}
/* Содержимое боксов END */
div.featured-listing
{
	margin: 5px 0;
	background: url('../img/ico-featured.gif') center left no-repeat;
	padding-left: 20px;
}
div.featured-listing a
{
	font-size: 0.8em;
}
div.partner-listing
{
	margin: 5px 0;
	background: url('../img/ico-partner.gif') center left no-repeat;
	padding-left: 20px;
}
div.partner-listing a
{
	font-size: 0.8em;
}
span.highlight
{
	background-color: #CCC;
	color: #000;
	font-weight: bold;
}
ul.editor-menu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 20px;
	margin-top: 10px;
}
ul.editor-menu li
{
	text-transform: uppercase;
}
td.listing
{
	padding-bottom: 20px;
}
div.comment
{
}
div.posted
{
	font-size: 0.9em;
	margin-bottom: 10px;
	text-align: right;
}
p.user
{
	padding: 0;
	margin: 8px 0;
}
hr
{
	color: #F99B1D;
	height: 1px;
	border: none;
	background-color: #F99B1D;
}

ul.tree
{
	list-style-type: none;
	margin:0px;
	padding-left:25px;
}
ul.tree li
{
	line-height: 25px;
	vertical-align: middle;
}

ul.tree li label
{
	cursor:pointer;
}

div.veil
{
	position:absolute;
	top:0;
	left:0;
	background-color: silver;
	height:100%;
	width:100%;
	z-index:10000;
	padding:25% 0 0 45%;
	overflow:hidden;
}
input.flat-button
{
	background: #3D67A1;
	border-top: 1px solid #94C0FD;
	border-left: 1px solid #94C0FD;
	border-right: 1px solid #243E62;
	border-bottom: 1px solid #243E62;
	color: #FFF;
}
input.flat-button:hover
{
	background: #5485C9;
}
input.accounts
{
	width: 170px;
}

/* Star rating */

.boxrating
{
	display:block;
}

.rating 
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	position: relative;
	background: url('../img/starrating.gif') top left repeat-x;		
}

.rating li
{
	text-indent: -90000px;
	padding: 0px;
	margin: 0px;
	float: left;
}

.rating li a 
{
	outline: none;
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	cursor: hand;
	background: none;
}

.rating li a:hover
{
	background: url('../img/starrating.gif') left center;
	z-index: 2;
	left: 0px;
}

.rating a.r1-unit
{
	left: 0px;
}
.rating a.r1-unit:hover
{
	width:30px;
}
.rating a.r2-unit
{
	left:30px;
}
.rating a.r2-unit:hover
{
	width: 60px;
}
.rating a.r3-unit
{
	left: 60px;
}
.rating a.r3-unit:hover
{
	width: 90px;
}
.rating a.r4-unit
{
	left: 90px;
}	
.rating a.r4-unit:hover
{
	width: 120px;
}
.rating a.r5-unit
{
	left: 120px;
}
.rating a.r5-unit:hover
{
	width: 150px;
}
.rating a.r6-unit
{
	left: 150px;
}
.rating a.r6-unit:hover
{
	width: 180px;
}
.rating a.r7-unit
{
	left: 180px;
}
.rating a.r7-unit:hover
{
	width: 210px;
}
.rating a.r8-unit
{
	left: 210px;
}
.rating a.r8-unit:hover
{
	width: 240px;
}
.rating a.r9-unit
{
	left: 240px;
}
.rating a.r9-unit:hover
{
	width: 270px;
}
.rating a.r10-unit
{
	left: 270px;
}
.rating a.r10-unit:hover
{
	width: 300px;
}
.rating li.current-rating
{
	background: url('../img/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
.voted
{
	color:#999;
}
.thanks
{
	color:#36AA3D;
}
/* Original Styles END */

/* ADD Styles Start */
/*
table
{
	     border: 2px solid #00FF7F;   
}

td
{
	   border: 2px dotted #FF4500; 
}

div
{
	border: 1px solid yellow;
} */
/* Game Table Section Start */
table.aa
{	
	border: 0;
	border-collapse: collapse;
}
table.ab
{
	border-collapse: collapse; 
   border: 2px solid;
}
table.ac
{
	border: 0;
	margin-top: 0px;
	width: 100%;	
	border-collapse:collapse;
}
table.ad
{
	border: 0;
	margin-right: 3px;	
	border-collapse: collapse;
}
th.aa
{
	background: url(../../../sg/img/backtop.gif);
	color: White;
	font-size: smaller;
}
th.ab
{
	background: url(../../../sg/img/shadowr.gif);
	width: 5px;
	height: 109px;	
}
th.ac
{
	background: url(../../../sg/img/x.gif);
	width: 1px;
}
th.ad
{
	background: url(../../../sg/img/cat1.gif);
	width: 11px;
	height: 85px;
}
th.ae
{
	background: url(../../../sg/img/x.gif);
	width: 2px;
}
th.af
{
	background: url(../../../sg/img/shadowb.gif) no-repeat;
	margin-top: 2px;
	width: 137px;
	height: 6px;
}
td.aa
{
	background: url(../../../sg/img/x.gif);
	height: 1px;	
}
td.ab
{
	background: url(../../../sg/img/star2.gif);
	width: 13px;
	height: 12px;
}
td.ac
{
	background: url(../../../sg/img/star1.gif);
	width: 13px;
	height: 12px;
}
 /* Game Table Section END */
 div.box-captnews
{
	background: url('../img/box-captnews-bg.gif') bottom repeat-x;
	color: red;
	text-transform: capitalize;
	font-size: 1.3em;
	height: 92px;
	padding-top: 2px;
	margin: 0 40px;
}
div.box-captnews-left
{
	background: url('../img/box-captnews-left.gif') bottom left no-repeat;
	height: 94px;
}
div.box-captnews-right
{
	background: url('../img/box-captnews-right.gif') bottom right no-repeat;
	height: 94px;
}
/* Курсы валют Start */
.currency_head {
	background: gray;
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 12px;
}
.currency_row {
	background: #827979;
	font-family: sans-serif;
	font-size: 12px;
	color: #66FFFF;
}
.all_curency {
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 14px;
	text-decoration: none;
}
/* Курсы валют END */

/* Scrollers_styles Start */

.scroller_title       {
        font-size: 12px;
}

.scroller_description {
        font-size: 11px;
        text-align: justify;
}

.scroller_date         {
        font-size: 10px;
}

.scroller_source      {
        font-size: 10px;
}

/* Scrollers_styles End */

.copyright {
	color: Silver;
	font-size: 12px;
}
.copyright1 {
	color: Silver;
	font-size: 11px;
}
.bnone {
	background: none;
}

/* Add Styles END */
