@font-face {
	font-family: 'Century Gothic';
	src: url('../fonts/CenturyGothic.eot');
    src: local('Century Gothic'), url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;	
}

@font-face {
	font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothicBold.eot');
    src: local('Century Gothic Bold'), url('../fonts/CenturyGothicBold.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothicBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;	
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Verdana;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #000000;
    background: #efefef;
}

a {
    cursor: pointer;
    text-decoration: underline;
    color: #6c9bb7;
    font-weight: normal;
}

a:hover {
    text-decoration: none;
    color: #ffffff;
    background: #6c9bb7;
}

.img_link:hover {
	background: transparent;
}

img {
    border: 0px;
}

.heightcleaner {
    clear:both;
    height:1px;
    font-size:1px;
    border:0;
    margin:0;
    padding:0;
    background:transparent;
}

.red {
	color: #cd0000;	
}

.gravatar {
	border: 0px;
	width: 50px;
	height: 50px;	
}

.chart_wide {
	width: 950px;
	height: 300px;
}

.ad_generic_leaderboard {
	position: relative;
	margin: 0px auto;
	margin-bottom: 15px;
	width: 728px;
	height: 90px;
	overflow: hidden;
}

.ad_bottom_leaderboard {
	position: relative;
	margin: 10px auto;
	width: 728px;
	height: 90px;
	overflow: hidden;
}

.ad_play_top_box_legacy {
	position: relative;
	float: left;
	width: 336px;
	height: 280px;
	overflow: hidden;
}

.ad_play_top_box {
	position: absolute;
	top: 5px;
	right: -5px;
	width: 336px;
	height: 280px;
	overflow: hidden;
}

.fundraiser_cta {
	text-align: center;
}

.fundraiser_clock {
	font-size: 60px;
	line-height: 80px;
	text-align: center;
	color: #cd0000;
	margin-top: 10px;
}

.fundraiser_paypal {
	width: 160px;
	margin: 0px auto;
	margin-top: 15px;
}

#legacy_play {
	position: relative;
	float: left;
	margin-top: 60px;
	margin-left: 30px;
}

#root {
	margin: 0px auto;
	width: 980px;
	padding: 0px 10px;
	background: url(../img/bg_fade.png) 0px 0px repeat-y #ffffff;
}

#menu {
	position: relative;
	width: 980px;
	background: #333333;
	color: #a0a0a0;
	font-family: 'Century Gothic';
	font-size: 24px;
	font-weight: bold;
}

#menu img {
	position: absolute;
	right: 25px;
	top: 16px;
}

.menu_column {
	float: left;
	margin: 15px;
}

.menu_column a {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	margin-left: 10px;
}

.menu_column a:hover {
	color: #ffffff;
	background: transparent;
	text-decoration: underline;
}

#playdota {
	position: absolute;
	z-index: 1000;
	bottom: -40px;
	right: 40px;
	font-size: 48px;
	line-height: 64px;
	font-weight: bold;
	color: #ffffff;
	background: #2b8129;
	text-decoration: none;
	text-align: center;
	height: 72px;
	width: 260px;
	border: 4px solid #45b10f;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#playdota:hover {
	background: #2f912d;
}

#play_banned {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 610px;
	text-align: center;
	font-weight: bold;
	color: #cd0000;
}

#play_buttons {
	position: absolute;
	top: 110px;
	left: 0px;
	height: 50px;
	width: 610px;
}

#play_add, #play_save, #play_register {
	display: block;
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	color: #ffffff;
	background: #2b8129;
	text-decoration: none;
	text-align: center;
	height: 44px;
	width: 604px;
	border: 3px solid #45b10f;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#play_add:hover, #play_save:hover, #play_register:hover {
	background: #2f912d;
}

#play_remove {
	display: block;
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	color: #ffffff;
	background: #333333;
	text-decoration: none;
	text-align: center;
	height: 44px;
	width: 604px;
	border: 3px solid #a0a0a0;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#starting_needrep {
	margin: 0px auto;
	display: block;
	font-size: 24px;
	line-height: 35px;
	font-weight: bold;
	color: #ffffff;
	background: #333333;
	text-decoration: none;
	text-align: center;
	height: 35px;
	width: 400px;
	border: 3px solid #a0a0a0;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#play_remove:hover, #starting_needrep:hover {
	background: #444444;
}

.group_loader {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #efefef;
	border: 0px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.group_loader p, .dialog_loader {
	margin: 20px auto;
	height: 60px;
	width: 51px;
	background: url(../img/loader_51x60.gif) 0px 0px no-repeat;
}

.dialog_loader {
	margin: 0px auto;
	padding: 10px 0px;
	background-position: 0px 10px;	
}

.noob_tip {
	position: absolute;
	top: 170px;
	left: 0px;
	text-align: center;
}

.noob_tip a {
	color: #cd0000;	
}

#play_loader, #starting_loader {
	display: none;
	margin: 0px auto;
	height: 41px;
	width: 34px;
	background: url(../img/loader_34x40.gif) 0px 0px no-repeat;
}

#play_bar {
	position: relative;
	height: 240px;
	width: 610px;
}

#play_list {
	float: left;
	width: 316px;
	overflow: hidden;
}

.starting_list_column, .gameplayer_list_column {
	float: left;
	width: 390px;
}

#league_icon {
	width: 150px;	
}

#league_icon_1, #league_icon_2, #league_icon_3 {
	width: 68px;
	height: 75px;
	overflow: hidden;
	margin: 0px auto;
	background: url(../img/leagues.jpg) 0px 0px no-repeat;
}

#league_icon_2 {
	background-position: -68px 0px;
}

#league_icon_3 {
	background-position: -136px 0px;
}

.modes {
	color: #999999;
}

#modes_starting {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	height: 20px;
}

.game_player_admin {
	position: relative;
	float: left;
	margin-top: 5px;
}

.game_player_admin a {
	margin-left: 10px;
}

.game_player_admin span {
	margin-left: 10px;
	font-weight: bold;
}

.wait_player, .start_player, .game_player, .blog_comment_author {
    position: relative;
    float: left;
    margin-top: 10px;
    width: 256px;
    height: 45px;
    padding-left: 60px;
    padding-top: 5px;
    line-height: 20px;
    overflow: hidden;
}

.wait_player img, .blog_comment_author img {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 0px;
}

.start_player, .game_player {
	width: 260px;
	padding-left: 130px;
}

.checked {
	background: url(../img/check_40x40.png) 20px 5px no-repeat;
}

.start_player img, .game_player img, .game_player a span {
    position: absolute;
    top: 0px;
    left: 70px;
    border: 0px;
}

.game_player p {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 60px;
	height: 45px;
	padding-top: 5px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #2b8129;
}

.game_player p span {
	color: #cd0000;
}

#register, #login, #forgot, #chpass, #chauth, #chmail, #setname, #chname {
	width: 462px;
	margin: 0px auto;
}

#chpass {
	width: 502px;
}

#register_titles, #login_titles, #forgot_titles, #chpass_titles, #chauth_titles, #chmail_titles, #setname_titles, #chname_titles {
	float: left;
	width: 150px;
	margin-right: 10px;
	text-align: right;	
	line-height: 35px;
}

#chpass_titles {
	width: 190px;
}

#register_inputs, #login_inputs, #forgot_inputs, #chpass_inputs, #chauth_inputs, #chmail_inputs, #setname_inputs, #chname_inputs {
	float: left;
	width: 302px;
}

#register_inputs input, #login_inputs input, #forgot_inputs input, #chpass_inputs input, #chauth_inputs input, #chmail_inputs input, #setname_inputs input, #chname_inputs input {
	float: right;
	width: 290px;
	height: 30px;
	padding: 0px 5px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
	background: #bfbfbf;
	font-family: Verdana;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #000000;
    outline: 0px none;
}

#login_inputs #public {
	float: none;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: transparent;
}

#login_inputs #public_box {
	line-height: 30px;
	margin-bottom: 5px;	
}

#login_forgot {
	float: right;
	margin-top: 20px;
}

#mail_preferences_save {
	cursor: pointer;
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	background: #2b8129;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	width: 150px;
	border: 3px solid #45b10f;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#register_btn, #login_btn, #forgot_btn, #chpass_btn, #chauth_btn, #chmail_btn, #setname_btn, #chname_btn {
	float: right;
	display: block;
	font-size: 24px;
	line-height: 35px;
	font-weight: bold;
	color: #ffffff;
	background: #2b8129;
	text-decoration: none;
	text-align: center;
	height: 35px;
	width: 150px;
	border: 3px solid #45b10f;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#register_btn:hover, #login_btn:hover, #forgot_btn:hover, #chpass_btn:hover, #chauth_btn:hover, #chmail_btn:hover, #setname_btn:hover, #chname_btn:hover {
	background: #2f912d;
}

#register p {
	color: #cd0000;
	text-align: center;
	margin-top: 10px;	
}

#reigster_notice span, #login_notice span, #forgot_notice span, #chpass_notice span, #chauth_notice span, #chmail_notice span, #setname_notice span, #chname_notice span {
	display: block;
	color: #cd0000;
	text-align: center;
	margin-bottom: 10px;
}

#chmail_notice {
	margin-bottom: 10px;
}

#chmail_notice span {
	margin-bottom: 0px;
}

#reigster_notice ul, #forgot_notice ul, #chpass_notice ul, #setname_notice ul, #chname_notice ul {
	margin-left: 300px;
	margin-bottom: 10px;	
}

#activate span {
	color: #cd0000;	
}

.timebox {
	background: #efefef;
	width: 150px;
	height: 90px;
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	border: 0px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.timebox p {
	font-size: 48px;
	line-height: 60px;
	font-weight: bold;	
}

#play_options {
	position: absolute;
	top: 170px;
	right: 0px;
}

#group_create, #group_info {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 610px;
	height: 80px;
	padding-top: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	background: #efefef;
	border: 0px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#group_info {
	text-algin: left;
	padding-top: 0px;
	height: 100px;
}

#group_info .info {
	position: absolute;
	top: 10px;
	left: 10px;
}

#group_info .info span {
	display: none;	
}

#group_info .controls {
	position: absolute;
	top: 10px;
	right: 10px;	
}

#group_info .icons {
	position: absolute;
	bottom: 10px;
	left: 0px;
	right: 0px;
	height: 50px;
	text-align: left;
}

#group_info .icons img {
	float: left;
	margin-left: 10px;
	width: 50px;
	height: 50px;
	outline: 0px;
	cursor: pointer;
}

#group_fader {
	display: none;
	z-index: 10000;
	position: relative;
	top: 0px;
	left: 0px;
	width: 610px;
	height: 100px;
	background: #ffffff;	
}

#starting_column_a, #game_column_a {
	float: left;
	width: 150px;	
}

#starting_column_b, #game_column_b {
	float: left;
	width: 780px;
	margin-left: 20px;	
}

#download_replay {
	margin: 10px 0px;
	text-align: center;	
}

.rulelist {
	list-style-type: decimal-leading-zero;
	margin-left: 40px;
	margin-right: 20px;
	font-size: 12px;
}

#footer {
	background: url(../img/footer.png) 413px 16px no-repeat #333333;
	height: 60px;
	width: 980px;
}

#footer span, #footer a {
	float: right;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Century Gothic';
	line-height: 60px;
	margin: 0px 25px;
	color: #ffffff;
	text-decoration: none;
}

#footer a {
	float: left;
	margin-right: 0px;
}

#footer a:hover {
	text-decoration: underline;
	background: transparent;
}

.rankTable {
	background-color: #cdcdcd;
	width: 100%;
}

.rankTable thead tr th, .rankTable tfoot tr th {
    background-color: #CCCCCC;
    border: 1px solid #FFFFFF;
    padding: 2px;
}

.rankTable thead tr .header {
    background-image: url(../img/t_bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

.rankTable tbody td {
    color: #333333;
    padding: 2px;
    background-color: #FFFFFF;
    vertical-align: middle;
}

.rankTable .rtStreak {
	width: 205px;
}

.rankTable tbody tr.odd td {
    background-color: #EFEFEF;
}

.rankTable thead tr .headerSortUp {
    background-image: url(../img/t_asc.gif);
}

.rankTable thead tr .headerSortDown {
    background-image: url(../img/t_desc.gif);
}

.rankTable thead tr .headerSortDown, .rankTable thead tr .headerSortUp {
    background-color: #999999;
}

#content {
	position: relative;
	margin: 15px;
}

h1, h2, h3, h4 {
	font-family: Georgia;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 20px;
}

h2 {
	font-size: 22px;
	margin-bottom: 0px;	
}

h3 {
	margin-bottom: 5px;
}

h4 {
	font-size: 20px;
	margin-bottom: 5px;
}

#privacy p {
	margin-bottom: 10px;
	text-align: justify;
}

#how-to-play h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}

#how-to-play p {
	text-align: left;
	padding: 5px 0px;	
}

.obviousImage {
	border: 2px solid black;
	/* wanted to use -border-radius: 15px; but IE9 is the ONLY browser that properly clips image corners, even with a surrounding DIV technique */
	overflow: hidden;
	margin: 20px 10px;
	padding: 0px;
}

#ratings p, #about p {
    text-align: justify;
    padding: 10px 0px 10px 0px;
}

#ongoing, #starting {
	width: 950px;
}

.starting_margin {
	margin-bottom: 8px;
}

.ongoing_game, .starting_game {
	position: relative;
	width: 950px;
	margin-top: 9px;
}

.ongoing_game_name, .ongoing_game_mode, .ongoing_game_players, .ongoing_game_players a, .ongoing_game_players_vs, .ongoing_game_time, .starting_game_info, .starting_game_joined, .starting_game_pledged, .starting_game_joined a, .starting_game_pledged a, .starting_game_joined p, .starting_game_pledged p {
	float: left;
	height: 50px;
	line-height: 50px;
}

.starting_game_info {
	line-height: 25px;
	width: 255px;
	overflow: none;
}

.starting_game_mode {
	color: #999999;
}

.starting_game_joined {
	margin-right: 10px;
}

.ongoing_game_name {
	width: 180px;
}

.ongoing_game_mode {
	width: 40px;
}

.ongoing_game_players {
	width: 605px;
}

.ongoing_game_players a, .ongoing_game_players_vs, .starting_game_joined a, .starting_game_pledged a {
	width: 50px;
	margin-right: 5px;
}

.starting_game_joined p, .starting_game_pledged p {
	margin-right: 7px;
	line-height: 25px;
	text-align: center;
}

.ongoing_game_players_vs {
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	
	width: 26px;
	padding: 0px 12px;
}

.ongoing_game_time {
	font-size: 24px;
	font-style: italic;
	
	padding-left: 5px;
	width: 120px;
}

#chat {
	height: 700px;
	width: 100%;
	border: 0px;
}

#webchat {
	float: left;
	width: 634px;
	height: 654px;
}

#webchat_log {
	width: 634px;
	height: 580px;
	overflow-y: auto;
}

#webchat_log table {
	width: 610px;
	max-width: 610px;
	border-spacing: 0px;
	overflow: hidden;
}

.we_a {
	vertical-align: top;
	width: 52px;
	min-width: 52px;
	max-width: 52px;
}

.we_b {
	width: 558px;
}

.we_b p {
	display: block;
	width: 558px;
	min-width: 558px;
	max-width: 558px;
	word-wrap: break-word;
}

#webchat_input {
	margin-top: 6px;
	width: 622px;
	height: 30px;
	padding: 0px 5px;
	border: 1px solid #000000;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
	background: #bfbfbf;
	font-family: Verdana;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #000000;
    outline: 0px none;
}

#repel_features {
	width: 890px;
	height: 300px;
	padding-left: 60px;
	background: url(../img/repel_icons.png) 0px 0px no-repeat;
}

#repel_features img {
	float: right;
	margin-top: -10px;
}

#repel_features p {
	height: 45px;
	padding-top: 5px;
	line-height: 20px;
}

#repel_features p.single {
	line-height: 40px;
}

#repel_download {
	height: 50px;
	padding-left: 60px;
	margin: 20px auto;
	width: 210px;
	font-size: 24px;
	line-height: 50px;
	background: url(../img/download.png) 0px 0px no-repeat;
}
	
#repel_req span {
	margin-left: 30px;
}

#dialog {
	display: none;
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}

#dialog_bg {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background: #000000;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

#dialog_container {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}

#dialog_close {
	position: absolute;
	z-index: 1;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}

#dialog_close2 {
	width: 100%;
	height: 180px;	
}

#dialog_content_pos {
	position: relative;
	z-index: 2;
	margin: 0px auto;
	width: 406px;
	min-height: 146px;
}

#dialog_content_root {
	position: relative;
	width: 400px;
	min-height: 140px;
	background: #ffffff;
	border: 3px solid #333333;
}

#dialog_content_root p {
	width: 380px;
	height: 40px;
	background: #333333;
	padding: 0px 10px;
	font-size: 18px;
	line-height: 40px;
	color: #ffffff;
	font-family: 'Century Gothic';	
}

#dialog_content {
	padding: 10px;
}

#landing {
	position: relative;
	min-height: 600px;	
}

#landing_ck {
	z-index: 0;
	position: absolute;
	right: 0px;
	background: url(../img/ck.jpg) 0px 0px no-repeat;
	width: 269px;
	height: 600px;
}

#landing_why {
	position: relative;
	z-index: 10;
	min-height: 1px;
}

#landing_why_why {
	float: left;
	font-size: 48px;
	line-height: 54px;
	color: #ff7e00;
	font-weight: bold;
	font-family: 'Century Gothic';
	width: 80px;
	text-align: center;
}

#landing_why_reasons {
	float: left;
	font-family: Verdana;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #000000;
}

#landing_why_th {
	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
	margin-top: 50px;
	margin-bottom: 10px;
}

.testimonial {
	width: 600px;
	background: #efefef;
	border: 3px solid #cccccc;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
	padding: 15px;
}

.testimonial_text {
	position: relative;
	float: left;
	width: 100%;	
}

.testimonial_player {
    position: relative;
    float: right;
    margin-top: 10px;
    width: 256px;
    height: 45px;
    padding-left: 60px;
    padding-top: 5px;
    line-height: 20px;
    overflow: hidden;
}

.testimonial_player img {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 0px;
}

#landing_register {
	display: block;
	margin-top: 50px;
	margin-left: 65px;
	font-size: 42px;
	line-height: 58px;
	font-weight: bold;
	color: #ffffff;
	background: #ff7e00;
	text-decoration: none;
	text-align: center;
	height: 58px;
	width: 500px;
	border: 3px solid #cf6701;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#landing_register:hover {
	background: #ff9a37;
}

.bigdata {
	width: 100%;
	border: 0px;
}

.bigdata tr:nth-child(even) {
	background: #dddddd;
}

.blog_post {
	width: 100%;
	text-align: justify;
	margin-bottom: 30px;
}

#blog_post_comment textarea {
	color: #aaaaaa;	
}

.blog_comment {
	position: relative;
	float: left;
	width: 100%;
	border: 1px dashed #000000;
	margin-top: 10px;
}

.blog_comment_author {
	float: right;
	margin: 10px 0px;
}

.blog_comment_body {
	float: left;
	width: 604px;
	margin: 15px;
}

.blog_comment_date {
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 12px;
	color: #666666;
}

#blog_end_of_days_admins {
	width: 948px;
	margin-left: 1px;
	text-align: center;
}

#blog_end_of_days_admins td {
	width: 158px;
}

#premium_chname {
	margin-bottom: 20px;	
}

#premium_sms_note {
	font-size: 12px;
	margin-left: 100px;
	margin-top: 10px;
	color: #666666;
}

#sms_fr {
	margin-top: 10px;
	margin-left: 100px;	
}

#premium_or {
	margin: 20px 0px;
	font-weight: bold;
	color: #bbbbbb;
}

#blog_notice {
	position: relative;
	background: #f7ffb3;
	padding: 10px 15px;
	padding-right: 75px;
}

#blog_notice_close {
	display: none;
	position: absolute;
	right: 15px;
	bottom: 10px;
}

#game_chat_container {
	margin-top: 20px;
	width: 950px;
	height: 210px;
	overflow: hidden;
}

#game_chat_show {
	display: block;
	margin: 20px auto;
	font-size: 24px;
	line-height: 35px;
	font-weight: bold;
	color: #ffffff;
	background: #2b8129;
	text-decoration: none;
	text-align: center;
	height: 35px;
	width: 400px;
	border: 3px solid #45b10f;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#game_chat_show:hover {
	background: #2f912d;
}

#game_chat {
	width: 950px;
	max-width: 950px;
	border: 0px;
	border-spacing: 0px;
	word-wrap: break-word;
	overflow: hidden;
}

#game_chat td {
	width: 100px;
	min-width: 100px;
	max-width: 100px;
}

#game_chat .s1 {
	width: 650px;
	max-width: 650px;
	padding-left: 200px;
	color: #000000;
}

#game_chat .s2 {
	width: 425px;
	max-width: 425px;
	padding-right: 425px;
	color: #cd0000;
}

#game_chat .s3 {
	width: 425px;
	max-width: 425px;
	padding-left: 425px;
	color: #2B8129;
}

.dc1 { color: #0041ff; }
.dc2 { color: #18e7b5; }
.dc3 { color: #520084; }
.dc4 { color: #fffb00; }
.dc5 { color: #ff8200; }
.dc6 { color: #e759ad; }
.dc7 { color: #949694; }
.dc8 { color: #7bbeef; }
.dc9 { color: #10614a; }
.dc10 { color: #4a2800; }

.hi50_1, .hi50_2, .hi50_3, .hi50_4, .hi50_5, .hi50_6, .hi50_7, .hi50_8, .hi50_9, .hi50_10,
.hi50_11, .hi50_12, .hi50_13, .hi50_14, .hi50_15, .hi50_16, .hi50_17, .hi50_18, .hi50_19, .hi50_20,
.hi50_21, .hi50_22, .hi50_23, .hi50_24, .hi50_25, .hi50_26, .hi50_27, .hi50_28, .hi50_29, .hi50_30,
.hi50_31, .hi50_32, .hi50_33, .hi50_34, .hi50_35, .hi50_36, .hi50_37, .hi50_38, .hi50_39, .hi50_40,
.hi50_41, .hi50_42, .hi50_43, .hi50_44, .hi50_45, .hi50_46, .hi50_47, .hi50_48, .hi50_49, .hi50_50,
.hi50_51, .hi50_52, .hi50_53, .hi50_54, .hi50_55, .hi50_56, .hi50_57, .hi50_58, .hi50_59, .hi50_60,
.hi50_61, .hi50_62, .hi50_63, .hi50_64, .hi50_65, .hi50_66, .hi50_67, .hi50_68, .hi50_69, .hi50_70,
.hi50_71, .hi50_72, .hi50_73, .hi50_74, .hi50_75, .hi50_76, .hi50_77, .hi50_78, .hi50_79, .hi50_80,
.hi50_81, .hi50_82, .hi50_83, .hi50_84, .hi50_85, .hi50_86, .hi50_87, .hi50_88, .hi50_89, .hi50_90,
.hi50_91, .hi50_92, .hi50_93, .hi50_94, .hi50_95, .hi50_96, .hi50_97, .hi50_98, .hi50_99, .hi50_100,
.hi50_101, .hi50_102, .hi50_103, .hi50_104, .hi50_105, .hi50_106, .hi50_107, .hi50_108, .hi50_109, .hi50_110 {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: url(../img/heroes_50.jpg) 0px 0px no-repeat;
}

.hi50_1 { background-position: 0px 0px; }
.hi50_2 { background-position: 0px -50px; }
.hi50_3 { background-position: 0px -100px; }
.hi50_4 { background-position: 0px -150px; }
.hi50_5 { background-position: 0px -200px; }
.hi50_6 { background-position: 0px -250px; }
.hi50_7 { background-position: 0px -300px; }
.hi50_8 { background-position: 0px -350px; }
.hi50_9 { background-position: 0px -400px; }
.hi50_10 { background-position: 0px -450px; }
.hi50_11 { background-position: 0px -500px; }
.hi50_12 { background-position: 0px -550px; }
.hi50_13 { background-position: 0px -600px; }
.hi50_14 { background-position: 0px -650px; }
.hi50_15 { background-position: 0px -700px; }
.hi50_16 { background-position: 0px -750px; }
.hi50_17 { background-position: 0px -800px; }
.hi50_18 { background-position: 0px -850px; }
.hi50_19 { background-position: 0px -900px; }
.hi50_20 { background-position: 0px -950px; }
.hi50_21 { background-position: 0px -1000px; }
.hi50_22 { background-position: 0px -1050px; }
.hi50_23 { background-position: 0px -1100px; }
.hi50_24 { background-position: 0px -1150px; }
.hi50_25 { background-position: 0px -1200px; }
.hi50_26 { background-position: 0px -1250px; }
.hi50_27 { background-position: 0px -1300px; }
.hi50_28 { background-position: 0px -1350px; }
.hi50_29 { background-position: 0px -1400px; }
.hi50_30 { background-position: 0px -1450px; }
.hi50_31 { background-position: 0px -1500px; }
.hi50_32 { background-position: 0px -1550px; }
.hi50_33 { background-position: 0px -1600px; }
.hi50_34 { background-position: 0px -1650px; }
.hi50_35 { background-position: 0px -1700px; }
.hi50_36 { background-position: 0px -1750px; }
.hi50_37 { background-position: 0px -1800px; }
.hi50_38 { background-position: 0px -1850px; }
.hi50_39 { background-position: 0px -1900px; }
.hi50_40 { background-position: 0px -1950px; }
.hi50_41 { background-position: 0px -2000px; }
.hi50_42 { background-position: 0px -2050px; }
.hi50_43 { background-position: 0px -2100px; }
.hi50_44 { background-position: 0px -2150px; }
.hi50_45 { background-position: 0px -2200px; }
.hi50_46 { background-position: 0px -2250px; }
.hi50_47 { background-position: 0px -2300px; }
.hi50_48 { background-position: 0px -2350px; }
.hi50_49 { background-position: 0px -2400px; }
.hi50_50 { background-position: 0px -2450px; }
.hi50_51 { background-position: 0px -2500px; }
.hi50_52 { background-position: 0px -2550px; }
.hi50_53 { background-position: 0px -2600px; }
.hi50_54 { background-position: 0px -2650px; }
.hi50_55 { background-position: 0px -2700px; }
.hi50_56 { background-position: 0px -2750px; }
.hi50_57 { background-position: 0px -2800px; }
.hi50_58 { background-position: 0px -2850px; }
.hi50_59 { background-position: 0px -2900px; }
.hi50_60 { background-position: 0px -2950px; }
.hi50_61 { background-position: 0px -3000px; }
.hi50_62 { background-position: 0px -3050px; }
.hi50_63 { background-position: 0px -3100px; }
.hi50_64 { background-position: 0px -3150px; }
.hi50_65 { background-position: 0px -3200px; }
.hi50_66 { background-position: 0px -3250px; }
.hi50_67 { background-position: 0px -3300px; }
.hi50_68 { background-position: 0px -3350px; }
.hi50_69 { background-position: 0px -3400px; }
.hi50_70 { background-position: 0px -3450px; }
.hi50_71 { background-position: 0px -3500px; }
.hi50_72 { background-position: 0px -3550px; }
.hi50_73 { background-position: 0px -3600px; }
.hi50_74 { background-position: 0px -3650px; }
.hi50_75 { background-position: 0px -3700px; }
.hi50_76 { background-position: 0px -3750px; }
.hi50_77 { background-position: 0px -3800px; }
.hi50_78 { background-position: 0px -3850px; }
.hi50_79 { background-position: 0px -3900px; }
.hi50_80 { background-position: 0px -3950px; }
.hi50_81 { background-position: 0px -4000px; }
.hi50_82 { background-position: 0px -4050px; }
.hi50_83 { background-position: 0px -4100px; }
.hi50_84 { background-position: 0px -4150px; }
.hi50_85 { background-position: 0px -4200px; }
.hi50_86 { background-position: 0px -4250px; }
.hi50_87 { background-position: 0px -4300px; }
.hi50_88 { background-position: 0px -4350px; }
.hi50_89 { background-position: 0px -4400px; }
.hi50_90 { background-position: 0px -4450px; }
.hi50_91 { background-position: 0px -4500px; }
.hi50_92 { background-position: 0px -4550px; }
.hi50_93 { background-position: 0px -4600px; }
.hi50_94 { background-position: 0px -4650px; }
.hi50_95 { background-position: 0px -4700px; }
.hi50_96 { background-position: 0px -4750px; }
.hi50_97 { background-position: 0px -4800px; }
.hi50_98 { background-position: 0px -4850px; }
.hi50_99 { background-position: 0px -4900px; }
.hi50_100 { background-position: 0px -4950px; }
.hi50_101 { background-position: 0px -5000px; }
.hi50_102 { background-position: 0px -5050px; }
.hi50_103 { background-position: 0px -5100px; }
.hi50_104 { background-position: 0px -5150px; }
.hi50_105 { background-position: 0px -5200px; }
.hi50_106 { background-position: 0px -5250px; }
.hi50_107 { background-position: 0px -5300px; }
.hi50_108 { background-position: 0px -5350px; }
.hi50_109 { background-position: 0px -5400px; }
.hi50_110 { background-position: 0px -5450px; }