@charset "UTF-8";
/* CSS Document */
/* -------    Page Layout ----------*/
body {
	padding:0px;
	margin:0px;
	background:#fff;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#6a6a6a;
	min-width:1000px;
}
td {
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#6a6a6a;
	font-weight:normal;
}
div, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, form, input, textarea, span {
	padding : 0;
	margin : 0;
}
p {
	padding : 0px 0 10px 0;
	margin : 0;
}
ul {
	list-style : none;
}
img {
	outline : none;
	border : none;
}
a {
	outline : none;
	text-decoration : none;
}
/*-------------------       General      --------------*/
.white_18 {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:20px;
}
.white_link {
	color:#fff;
	font-weight:bold;
}
.white_link a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.white_link a:hover {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
.white_30 {
	font-weight:bold;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:30px;
	color:#fff;
}
.white_30 span {
	color:#23a8cf;
}
.orange_30 {
	font-weight:bold;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:30px;
	color:#fff;
}
.orange_30 span {
	color:#d45101;
}
.white_green_30 {
	color:#fff;
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:33px;
}
.white_green_30 span {
	color:#bde782;
	font-size:24px;
}
.black_30 {
	color:#000;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:28px;
	text-transform:uppercase;
}
.black_28 {
	color:#000;
	font-size:28px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.black_24 {
	color:#000;
	font-size:24px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow:0px 2px #d1d1d0;
	padding:5px 10px 15px 0px;
}
.black_16 {
	color:#000;
	font-size:16px;
	font-weight:bold;
	padding:5px 10px 5px 0px;
	text-transform:uppercase;
}
.red_link {
	color:#ad0505;
}
.red_link a {
	color:#ad0505;
	text-decoration:underline;
}
.red_link a {
	color:#ad0505;
	text-decoration:none;
}
.blue_text_16 {
	font-size:16px;
	color:#36b2cf;
}
/*-------------------       General      --------------*/

#menu_outer {
	background:url(images/menu_outer_bg.gif) 0 0 repeat-x;
	margin:0px;
	height:65px;
	width:100%;
	clear:both;
}
#menu {
	margin:0px auto 0px auto;
	width:1000px;
	height:59px;
	padding-top:6px;
	text-align:left;
	clear:both;
}
#menu ul {
}
#menu li {
	display:block;
	padding-right:2px;
	height:59px;
	float:left;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
#menu li a {
	display:block;
	color:#fff;
	background:url(images/menu_bg.gif) 0 0 no-repeat;
	padding:0px 0px 0px 15px;
	text-shadow:0px 1px #000;
}
#menu li a span {
	display:block;
	color:#fff;
	line-height:18px;
	background:url(images/menu_bg.gif) right -59px no-repeat;
	padding:25px 15px 15px 0px;
	_cursor:pointer;
}
#menu li a:hover, #menu li a.active {
	color:#1e1e1e;
	background:url(images/menu_bg.gif) 0 -118px no-repeat;
	text-shadow:0px 1px #67deff;
}
#menu li a:hover span, #menu li a.active span {
	padding:20px 15px 20px 0px;
	color:#1e1e1e;
	background:url(images/menu_bg.gif) right -177px no-repeat;
}
#logo_pannel {
	background:url(images/logo_pannel_bg.gif) 0 0 repeat-x;
	height:143px;
}
#logo_pannel_inner {
	padding:11px 10px 0px 10px;
	height:132px;
	width:980px;
	margin:0px auto 0px auto;
}
#logo {
	width:454px;
	padding:21px 0px 0px 0px;
}
#search_box {
	width:227px;
	padding:0px 26px 0px 0px;
}
#login_box {
	width:273px;
	padding:0px 0px 0px 0px;
}
.search {
	background:url(images/search_bg.gif) 0 0 repeat-x;
	float:left;
	color:#7e7e7e;
	font-weight:bold;
	height:35px;
	line-height:35px;
	border:none;
	width:169px;
}
.search_2 {
	background:url(images/search_bg.gif) 0 0 repeat-x;
	float:left;
	color:#7e7e7e;
	font-weight:bold;
	height:35px;
	line-height:35px;
	border:none;
	width:114px;
}
.widt {
	width:132px;
}
#banner_outer {
	background:#1c2527;
	border-bottom:7px solid #fff;
	height:425px;
}
#banner {
	padding:10px 0 0 0;
	height:425px;
	width:1000px;
	margin:0px auto 0px auto;
}
.pic_border {
	border-top:7px solid #fff;
	border-left:7px solid #fff;
	border-right:7px solid #fff;
}
#banner_ad_1 {
	width:186px;
	margin:0px 13px 0px 13px;
	background:#000;
	padding:10px 20px 0 22px;
	color:#fff;
	font-size:14px;
	height:397px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#banner_ad_2 {
	background:#2c9bc0;
	width:200px;
	height:200px;
	text-align:center;
	padding:0 0px 0 0px;
	margin-bottom:7px;
}
#banner_ad_3 {
	background:#fff;
	width:200px;
	height:200px;
	text-align:center;
	padding:0 0px 0 0px;
}
#banner_ad_2 img, #banner_ad_3 img {
	padding:10px 0 0 0;
}
.play_link_1 {
	background:url(images/arrow__1.gif) 140px 0 no-repeat;
	color:#fff;
	font-size:18px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.play_link_1 a {
	color:#fff;
}
.play_link_1 a:hover {
	color:#000;
}
.play_link_2 {
	background:url(images/arrow_2.gif) 140px 0 no-repeat;
	color:#000;
	font-size:18px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.play_link_2 a {
	color:#000;
}
.play_link_2 a:hover {
	color:#22f;
}
#content_outer {
	background:#fff url(images/content_bg.gif) 0 0 repeat-x;
}
#content {
	padding:10px 0 10px 0;
	width:1000px;
	margin:0px auto 0px auto;
}
#chart_box {
	background:#fff url(images/chart_bg.gif) 0 0 repeat-x;
	padding:20px;
	border:1px solid #deddd9;
	border-radius:10px;
}
.chart {
}
.chart th {
	background:url(images/table_bg.gif) 0 0 repeat-x;
	padding:4px 0px 4px 3px;
	color:#000;
	font-weight:bold;
}
.chart tr td {
	padding:1px 1px 1px 3px;
	color:#6e6e6c;
}
.chart tr:hover td {
	background:#F3F3F1;
}
.chart_text {
	font-weight:bold;
	color:#4ebbdf;
}
.chart_text a {
	font-weight:bold;
	color:#4ebbdf;
}
.chart_text a:hover {
	color:#000;
}
.orange_bt {
	display:block;
	background:url(images/orange_bt.gif) 0 0 no-repeat;
	width:108px;
	height:24px;
	line-height:24px;
	text-align:center;
	font-weight:bold;
	text-shadow:#7F5900 0px 2px 2px;
	color:#fff;
}
.orange_bt:hover {
	color:#000;
	text-shadow:0px 1px #d1d1d0;
}
.side {
	width:222px;
	padding:10px 0 0px 0;
}
.middle {
	width:534px;
	padding:10px 11px 0px 11px;
}
.violet_head {
	background:url(images/violet_head_bg.gif) 0 0 repeat-x;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	height:43px;
	text-shadow:0px 1px #666;
	line-height:43px;
	padding:0 0 0 20px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}
.side_box {
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	background:#efeded;
	border:1px solid #bcbcbc;
	padding:10px 0px 10px 0px;
}
.side_box ul {
}
.side_box li {
	background:url(images/divider.gif) 0 0 repeat-x;
	color:#000;
	font-weight:bold;
	padding:10px 0px 10px 20px;
}
.side_box li.noBg {
	background:none;
}
.side_box li a {
	color:#000;
}
.side_box li a:hover {
	color:#0aa;
}
.blue_head {
	background:url(images/blue_head_bg.gif) 0 0 repeat-x;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	height:43px;
	text-shadow:0px 1px #666;
	line-height:43px;
	padding:0 0 0 20px;
	color:#fff;
	font-size:18px;
}
.middle_box {
	border-radius:0 0 10px 10px;
	background:#f0f0f0;
	padding:15px 20px 15px 25px;
}
.ass_btn_1 {
	background:url(images/ass_btn_bg_1.gif) 0 0 no-repeat;
	width:133px;
	text-align:center;
	height:28px;
	line-height:28px;
	color:#6c6c6c;
	font-size:14px;
	font-weight:bold;
}
.ass_btn_1 a {
	color:#6c6c6c;
}
.ass_btn_1 a:hover {
	color:#000;
}
.ass_btn_2 {
	background:url(images/ass_btn_bg.gif) 0 0 no-repeat;
	width:92px;
	text-align:center;
	height:28px;
	line-height:28px;
	color:#6c6c6c;
	font-size:14px;
	font-weight:bold;
}
.ass_btn_2 a {
	color:#6c6c6c;
}
.ass_btn_2 a:hover {
	color:#000;
}
#middle_box_2 {
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding:15px 10px 20px 10px;
	border:1px solid #f0f0f0;
}
.small_box_border {
	border-bottom:1px solid #d5d5d5;
	padding:15px 0px 15px 0px;
}
.small_box_border .des {
	color:#6a6a6a;
	font-size:11px;
}
.glossy_blue_btn {
	background:url(images/gloosy_blue_btn.gif) 0 0 no-repeat;
	color:#fff;
	width:95px;
	display:block;
	text-align:center;
	height:25px;
	line-height:25px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	clear:both;
	margin-bottom:2px;
}
.glossy_blue_btn:hover {
	background:url(images/gloosy_black_btn.gif) 0 0 no-repeat;
	color:#fff;
}
.glossy_black_btn {
	background:url(images/gloosy_black_btn.gif) 0 0 no-repeat;
	color:#fff;
	width:95px;
	text-align:center;
	display:block;
	height:25px;
	line-height:25px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	clear:both;
	margin-bottom:2px;
}
.glossy_black_btn:hover {
	background:url(images/gloosy_blue_btn.gif) 0 0 no-repeat;
	color:#fff;
}
#footer_outer {
	background:#eeeded;
	height:100px;
	border-top:1px solid #d4d3d3;
}
#footer {
	margin: 0px auto 0px auto;
	width: 1000px;
	height: 80px;
	padding-top: 20px;
	/* [disabled]text-align:center; */
	color: #999999;
	font-size: 11px;
}

/*Begin http://www.casinotemplates.org | http://www.gamingguide.net Code | Do Not Remove*/
#powered_by{ color:#fff; text-align:center; background:#000; padding:4px 0 4px 0; width:100%; clear:both;}
#powered_by a{ color:#1A7194; font-weight:bold;} 
#powered_by a:hover{ color:#F11D1D; text-decoration:underline} 
/*End http://www.casinotemplates.org | http://www.gamingguide.net Code | Do Not Remove*/


