/*==============================================================================
//            Copyright (c) 2009-2010 ichess.co.il
//
//This document contains confidential information which is protected by
//copyright and is proprietary to ichess.co.il. No part
//of this document may be used, copied, disclosed, or conveyed to another
//party without prior written consent of ichess.co.il.
//==============================================================================*/
div.wrap {
	position: relative;
	margin: 0px;
	padding: 0px;
}

div.wrap div {
	margin: 0px;
	padding: 0px;
}

div.js_piece {
	position: absolute;
	z-index: 10;
}

img.js_piece_img {
	width: 100%;
	height: 100%;
}

#wrapper div.loading {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	z-index: 25;
	background-color: White;
}

img.jsboard {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
	border: none;
}

div.js_small_info_div {
	border: solid gray 1px;
    background-color: rgb(250,238,216);
    text-align: center;
    align: center;
    font-size: 14px;
    line-height: 18px;
}

a.js_opening_a {
	font-size: 16px;
	
}

div.right_click_menu {
	z-index: 20;
	width: 300px;
	background-color: rgb(200,200,200);;
	position: absolute;
}

p.player_div_p
{
	font-size: 120%;
	font-weight: bold;
}

img.player_div_img
{
	height: 40px;
}

#wrapper div.js_text
{
	border: solid gray 1px;
	overflow-y : auto;
}

table.js_moves_table
{
    position: relative;
	border: none;
	font-weight: bold;
	font-size: 14px;
}
 
table.js_moves_table tr, table.js_moves_table td
{
	border: none;
	line-height: 24px;
	vertical-align: baseline;
}

div.jschess_div {
	position: absolute;
}

div.js_board_inner {
	position: relative;
}

div.js_player_info * {
	font-size: 16px;
	border: none;
}

div.js_player_info_white * {
	color: rgb(241,140,67);
}

div.js_player_info_black * {
	color: black;
}

div.js_edit_piece {
	position: relative;
	float: right;
	display: inline;
}

p.js_capture_sum_white
{
	font-size: 18px;
	color: rgb(241,140,67);
}

p.js_capture_sum_black
{
	font-size: 18px;
	color: black;
}

div.js_overlay {
    position : absolute;
    border : solid gray 2px;
    border-radius : 10px;
    background-color : white;
    z-index: 99;
    margin: 0px auto;
    padding: 5px;
}
/*==============================================================================
//            Copyright (c) 2009-2010 ichess.co.il
//
//This document contains confidential information which is protected by
//copyright and is proprietary to ichess.co.il. No part
//of this document may be used, copied, disclosed, or conveyed to another
//party without prior written consent of ichess.co.il.
//==============================================================================*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/*
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
*/
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/*
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


/*
	General definitions
*/
input, select, textarea {
	border: solid gray 1px;
	margin: 0px 5px 0px 5px;
	outline: 0px;
	vertical-align: middle;
	font-size:13px;
}

input[type="radio"], input[type="checkbox"] {
	border: none;
	margin-right: 0px;
}

input[type="radio"], input[type="checkbox"] {
}

/* image - unselectable */
img {
	margin: 0px;
	padding: 0px;
	border: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

div {
	direction: rtl;
	text-align: right;
	overflow: hidden;
	background-color: transparent;
}

span {
	margin: 0px;
	padding: 0px;
	outline: 0px;
}

*.centered_32 {
    vertical-align: 7px;
}

p,h1,h2,h3 {
	margin: 2px;
	padding: 0px;
}

p {
	line-height: 18px;
}

h1 {
	font-size: 18px;
	color: rgb(201,100,27);
	line-height: 24px;
	font-weight: bold;
}

h1.big_h1 {
    font-size: 20px;
   	color: rgb(201,100,27);
   	line-height: 26px;
  	font-weight: bold;
}

span.h1 {
	font-size: 18px;
	color: rgb(201,100,27);
	line-height: 24px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color: rgb(147,125,91);
	line-height: 22px;
}

h2.big_h2 {
    font-size: 18px;
   	color: rgb(147,115,91);
   	line-height: 24px;
  	font-weight: bold;
}

span.h2 {
	font-size: 16px;
	color: rgb(167,135,111);
	line-height: 22px;
}

h3 {
	font-size: 14px;
	color: rgb(201,100,27);
	line-height: 20px;
}

span.h3 {
	font-size: 14px;
	color: rgb(201,100,27);
	line-height: 20px;
}

a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	outline: 0px;
	text-indent: 0px;
	border: none;
	unicode-bidi: embed;
	color: #2f87a9;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

a.nohover {
	text-decoration: none;
}

a.nowrap {
	white-space : nowrap;
}

table {
	border-width: 2px;
	border-spacing: 1px;
	border-style: solid;
	border-collapse :collapse;
	padding: 0px;
	margin: 0px;
	border-color: #e2dfda;
	vertical-align: middle;
	table-layout:fixed;
}

td {
	text-align: right;
	border-width: 1px;
	padding: 0px;
	margin: 0px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #e2dfda;
	border-collapse :collapse;
	vertical-align: middle;
}

th {
	text-align: right;
	border-width: 1px;
	padding: 0px;
	margin: 0px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #e2dfda;
	border-collapse :collapse;
	vertical-align: middle;
}

/*
 * table rows zebra coloring
 */
tr.rowodd > td
{
	background-color: #f9f3e7;
}

tr.roweven > td
{
	background-color: white;
}

li {
	margin: 6px;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
	margin: 10px;
}

ul ul {
	list-style-type: circle;
	list-style-position: inside;
	margin: 10px;
}

/*
Element specific
*/

*.nospace {
	margin: 0px;
	padding: 0px;
	outline: 0pt;
}

html, body {
	font-family: Arial;
	background-color: rgb(175,206,213);
	background-image: url(".././images/bg.png");
	background-repeat: repeat-x;
	text-align: center;
	min-width: 1250px;
	min-height: 600px;
	font-size: 13px;
}

#wrapper {
    font-family: Arial;
	direction: rtl;
	border: none;
	padding: 0px;
	margin: 0 auto;
	outline: 0pt;
	text-decoration: none;
	font-size: 13px;
	list-style: none;
	text-indent: 0px;
	color: black;
	background-color: rgb(175,206,213);
	background-image: url(".././images/bg.png");
	background-repeat: repeat-x;
	background-position: top;
	min-width: 1250px;
    width: 1250px;
	min-height: 600px;
	position: relative;
	text-align: center;
}

#header {
	margin: 0px;
	height: 90px;
}

#logo_a {
	position: absolute;
	width: 306px;
	height: 70px;
	top: 10px;
	right: 0px;
	cursor: pointer;
}

#big_banner_a {
	position: absolute;
	width: 280px;
	height: 80px;
	top: 5px;
	right: 500px;
	cursor: pointer;
}

#london_2013_a {
	position: absolute;
	width: 312px;
	height: 84px;
	top: 3px;
	right: 350px;
	cursor: pointer;
}

#ichess_addthis
{
	position: absolute;
	top: 57px;
	right: 340px;
}

#login_menu {
	margin: 0px;
	width: 350px;
	height: 85px;
	position: absolute;
	top:0px;
	right: 900px;
	background-repeat: repeat-x;
}

#login_menu_main {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 80;
}

#login_bg_left
{
	position: absolute;
	top: 0px;
	right: 340px;
	width: 10px;
	height: 100%;
	background-image: url(".././images/common-sprites-02-02-2015.png");
	background-position: -320px 0px;
}

#login_bg_right
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 100%;
	background-image: url(".././images/common-sprites-02-02-2015.png");
	background-position: -340px 0px;
}

#login_bg_mid
{
	position: absolute;
	top: 0px;
	right: 10px;
	width: 330px;
	height: 100%;
	background-image: url(".././images/common-sprites-02-02-2015.png");
	background-position: -360px 0px;
}

div.login_textbox
{
	width: 137px;
	height:19px;
	position: absolute;
	background-image: url(".././images/common-sprites-02-02-2015.png");
	background-position: -160px -180px;

}

div.login_textbox input
{
	position: relative;
	top: 1px;
	right: 10px;
	border: none;
	height: 16px;
	width: 120px;
	color: gray;
}

#welcome_guest {
	font-weight: bold;
	color: rgb(77,77,77);
}

#username_span {
	font-weight: bold;
	color: rgb(77,77,77);
}

#username {
	top: 10px;
	right: 200px;
	border-radius : 6px;
}

#username_text {
	background-color: transparent;
}
	
#password {
    border-radius : 6px;
	top: 35px;
	right: 200px;
}

#password_text {
	background-color: transparent;
}

#remember_me {
	top: 63px;
	right: 200px;
	position: absolute;
}

#login_button {
	position: absolute;
	width: 67px;
	height: 19px;
	top: 60px;
	right: 270px;
	cursor: pointer;
	background-image: url(".././images/common-sprites-02-02-2015.png");
	background-position: 0px -180px;
}

#login_button:hover {
	background-position: -80px -180px;
}

#menu
{
	width: 100%;
	height: 34px;
	margin: 0px;
	position: relative;
	overflow: visible;
	z-index: 80;
	margin-bottom: 5px;
}

div.bg
{
	z-index: 0;
}

span.reason_icon_ok
{
	background-position: -320px -180px;
}

span.reason_icon_warning
{
	background-position: -340px -180px;
}

span.icon_reason_locked
{
	background-position: -580px -350px;
}

span.icon_unlocked
{
	background-position: -680px -350px;
}

span.js_icon, img.js_icon {
	width: 16px;
	height: 16px;
}

span.js_icon_wide {
	width: 32px;
	height: 16px;
}

span.js_icon_big {
	width: 32px;
	height: 32px;
}

span.js_icon_big_wide {
	width: 48px;
	height: 32px;
}

#menu_right
{
	position: absolute;
	top: 0px;
	right: 0px;
	width:10px;
	height: 100%;
	background-image: url(".././images/common-sprites-02-02-2015.png");
	background-position: -20px -100px;
}

#menu_mid
{
	position: absolute;
	top: 0px;
	right: 10px;
	width: 1230px;
	height: 100%;
	background-image: url(".././images/common-sprites-02-02-2015.png");
	background-position: -40px -100px;
}

#menu_left
{
	position: absolute;
	top: 0px;
	right: 1240px;
	width: 10px;
	height: 100%;
	background-image: url(".././images/common-sprites-02-02-2015.png");
	background-position: 0px -100px;
}

#menu_menu
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}

#menu div.menu_title
{
	position: relative;
	float: right;
	top: 0px;
	height: 100%;
}

#menu span.menu_title_a 
{
	cursor : pointer;
	display: block;
	position: relative;
	top: 10px;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 14px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	color: rgb(67,67,67);
	background-image: url(".././images/menu_sep.png");
	background-position: left;
	background-repeat: no-repeat;
}

#menu p.menu_title_p
{
	margin: 0px;
	width: 300px;
	position: relative;
	top: 9px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 18px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	color: rgb(67,67,67);
}

#menu div.menu_title_hover:hover
{
	background-image: url(".././images/common-sprites-02-02-2015.png");
	background-position: 0px -140px;
}


#menu_lists
{
	position:absolute;
	top: 34px;
	right: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
}

#menu div.menu_menu_list
{
	position: absolute;
	visibility: hidden;
	width: 182px;
}


#menu div.menu_menuitem
{
	position: relative;
	height: 25px;
	border-bottom: solid rgb(172,172,172) 1px;
	border-left: solid rgb(172,172,172) 1px;
	border-right: solid rgb(172,172,172) 1px;
	background-image: url(".././images/common-sprites-02-02-2015.png");
	background-position: -240px -140px;
	width: 180px;

}

#menu div.menu_menuitem:hover
{
	background-position: -460px -140px;
}

#menu_empty
{
	width: 10px;
	padding-left: 0px;
	padding-right: 2px;
}

#menu a.menu_menuitem_a
{
	display: block;
	position: relative;
	padding: 5px;
	text-decoration: none;
	color: black;
	font-size: 14px;
}

#reason_p {
    maring: 2px;
	font-size: 14px;
	z-index: 99;
}

#reason_icon {
	float: right; 
	margin: 5px;
	width: 16px; 
	height: 16px;
	z-index: 99;
}

#reason_div {
    position: relative;
    height: 25px;
    margin: 3px;
    cursor: pointer;
    border: solid green 2px;
    border-radius : 10px;
    z-index: 99;
    padding-left: 30px;
 }


#main {
	width: 100%;
	background-image: url(".././images/main_mid.png");
	background-repeat: repeat-y;
	overflow-y : auto;
	position: relative;
	z-index: 10;
}

#main_top
{
	width: 100%;
	height: 10px;
	background-image: url(".././images/common-sprites-02-02-2015.png");
	background-position: 0px -260px;
}

#main_bottom
{
	width: 100%;
	height: 10px;
	background-image: url(".././images/common-sprites-02-02-2015.png");
	background-position: 0px -280px;
}

#user_rcmenu
{
	text-align: right;
	position: absolute;
	display: block;
	border: solid rgb(190,145,80) 2px;
	z-index: 92;
	background-color: rgb(205,236,243);
	visibility: hidden;
	margin: 0px;
	padding: 3px;
	outline : 0pt;
	white-space: nowrap;
	max-width: 200px;
}

div.rcmenu a:hover
{
	background-color: yellow;
	text-decoration: none;
}

div.dialog {
	position: fixed;
	border: solid rgb(190,145,80) 2px;
	z-index: 91;
	background-color: white;
	display: none;
	margin: 0px;
	padding: 5px;
	outline : 0pt;
	border-radius : 15px;
	top: 50%;
	left: 50%;
}

div.dialog_body {
	margin: 5px;
}

div.dialog_header {
	background-color: rgb(205,236,243);
	margin: 0px;
	padding: 0px;
	width: 100%;
	cursor: pointer;
}

div.dialog_header h1 {
    color: rgb(167,135,111);
    margin-right : 5px;
}

#copyright p, #copyright a
{
	color: white;
	margin-bottom: 10px;
	font-size: 14px;
}

*.bold {
	font-weight: bold;
}

*.centered {
    text-align : center;
}

*.underline {
	text-decoration: underline;
}

*.red {
	color: red;
}

*.blue {
	color: blue;
}

*.green {
	color: green;
}

*.yellow {
	color: yellow;
}

*.bg_yellow {
	background-color: yellow;
}

*.light_brown {
	color: rgb(201,100,27);
}

*.black {
	color: black;
}

*.orange {
	color: orange;
}

*.gray {
	color: gray;
}

*.darkviolet {
	color: darkviolet;
}


*.h1_color {
	color: rgb(201,100,27);
}

img.rte_fen_load_img
{
	cursor: pointer;
	border: solid gray 2px;
}

img.rte_fen_img
{
	cursor: pointer;
}

*.hidden {
	display:none;
}

*.invisible {
	visibility: hidden;
}

*.w10 {
	width: 10px;
}

*.w10 {
	width: 8px;
}

*.w30 {
	width: 30px;
}

*.w40 {
	width: 40px;
}

*.w50 {
	width: 50px;
}

*.w60 {
	width: 60px;
}

*.w80 {
	width: 80px;
}

*.w90 {
	width: 90px;
}

*.w100 {
	width: 100px;
}

*.w120 {
	width: 120px;
}

*.w150 {
	width: 150px;
}

*.w200 {
	width: 200px;
}

*.w210 {
	width: 210px;
}

*.w250 {
	width: 250px;
}

*.w300 {
	width: 300px;
}

*.w350 {
	width: 350px;
}

*.w400 {
	width: 400px;
}

*.w450 {
	width: 450px;
}

*.w500 {
	width: 500px;
}

*.w550 {
	width: 550px;
}

*.w600 {
	width: 600px;
}

*.w700 {
	width: 700px;
}

*.w750 {
	width: 750px;
}

*.w950 {
	width: 950px;
}

*.w1000 {
    width: 1000px;
}

*.h5 {
	height: 5px;
}

*.h10 {
	height: 10px;
}

*.h30 {
	height: 30px;
}

*.h40 {
	height: 40px;
}

*.h50 {
	height: 50px;
}

*.h60 {
	height: 60px;
}

*.h200 {
	height: 200px;
}

*.h300 {
	height: 300px;
}

*.h500 {
	height: 500px;
}

*.s50 {
	width: 50px;
	height: 50px;
}

*.s16 {
	width: 16px;
	height: 16px;
}

div.s32 {
	width: 32px;
	height: 32px;
}

div.s40 {
	width: 40px;
	height: 40px;
}

div.s48 {
	width: 48px;
	height: 48px;
}

div.s56 {
	width: 56px;
	height: 56px;
}

div.s64 {
	width: 64px;
	height: 64px;
}

div.s80 {
	width: 80px;
	height: 80px;
}

*.h150scroll {
	max-height: 150px;
	overflow-y: auto;
}

*.h200scroll {
	max-height: 200px;
	overflow-y: auto;
}

*.h300scroll {
	max-height: 300px;
	overflow-y: auto;
}

div.piece {
	cursor: pointer;
}

#notes_table {
	border: none;
}


#add_note_note {
	height: 200px;
}

#banners {
	float: left;
	width: 220px;
	padding: 5px;
	margin: 0px;
    border-right: solid rgb(175,206,213) 2px;
}

#banners h2 {
	font-size: 14px;
	line-height: 18px;
}

span.left_menu_toggle {
	cursor: pointer;
}

span.left_menu_toggle:hover {
	text-decoration: underline;
}

a.banner_img
{
	display: block;
	width: 150px;	
	margin: 5px;
	height: 55px;
	background-image: url(".././images/common-sprites-02-02-2015.png");
	background-repeat: no-repeat;
}

a.banner_big_img
{
	display: block;
	width: 407px;	
	margin: 0px;
	height: 180px;
	background-image: url(".././images/common-sprites-02-02-2015.png");
	background-repeat: no-repeat;
}

#chess_org_banner
{
	background-position: -160px -300px;
}

#cpchess_banner
{
	background-position: -320px -300px;
}

#jeruchess_banner
{
	background-position: -0px -300px;
}

#ramsoffer_banner
{
	background-position: -0px -370px;
}

#lectures_banner
{
	background-position: -160px -300px;
}

#anand_gelfand_banner
{
	background-position: -270px -450px;
}

#anand_gelfand_big_banner
{
	background-position: -0px -570px;
}

div.textbox {
	margin: 0px 20px 0px 20px;
}

div.inner_box {
	margin: 5px;
	border-bottom: solid silver 1px;
}

*.left_float {
	float: left;
	display: inline;
}

*.left_float:after {
	clear: both;
}

*.right_float {
	float: right;
	display: inline;
}

*.right_float:after {
	clear: both;
}

span.inner_center_span
{
	display: inline;
	position:absolute;
	top: 50%;
}

#modal_div
{
	background-color: black;
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 100%;
	min-width : 100%;
	height: 100%;
	min-height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 90;
	display: none;
}

#im_div
{
    width: 1248px;
    border: solid #BBCC88 1px;
    background-color: #EEFFBB;
    height:32px;
    overflow:hidden;
    margin: 0px 0px 5px 0px;
    border-radius : 10px;
    font-size:14px;
    line-height:16px;
}

#fen_div
{
	position: absolute;
	width: 220px;
	height: 220px;
	z-index: 91;
	border: none;
	visibility: hidden;
	margin: 0;
	z-index: 99;
}

table.wide_table {
	width: 99%;
	margin: 0.5%;
}

div.wide_div {
	width: 98%;
	margin: 1%;
}

*.wide {
	width: 98%;
	margin: 1%;
}

/*
 * tablesort.js specific
 */
table.sortable th {
	cursor : pointer;
}

th.sortasc {
	text-decoration: underline;
}

th.sortdesc {
	text-decoration: underline;
}

/*
	index.html specific
*/

#main_bottom
{
	clear:both;
}

div.index_main_square
{
	width: 350px;
	height: 350px;
	margin: 5px;
}

div.index_main_square_top
{
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(".././images/common-sprites-02-02-2015.png");
	background-position: -480px -300px;
	height: 10px;
	width: 100%;
}

div.index_main_square_mid
{
	position: absolute;
	top: 10px;
	right: 0px;
	background-image: url(".././images/main_square_mid.png");
	height: 343px;
	width: 100%;
	background-repeat: repeat-y;
}

div.index_main_square_bottom
{
	position: absolute;
	top: 353px;
	right: 0px;
	background-image: url(".././images/common-sprites-02-02-2015.png");
	background-position: -480px -320px;
	height: 10px;
	width: 100%;
}

div.index_main_div
{
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
}

div.index_sep
{
	display: inline;
	float: right;
	width: 1px;
	height: 232px;
	background-image: url(".././images/article_sep.png");
	background-position: center;
}

#index_middle
{
	width: 840px;
	padding: 15px;
	margin: 0px;
}

#index_left
{
	width: 360px;
	padding: 5px;
	margin: 0px;
    border-right: solid rgb(175,206,213) 2px;
}


div.index_article
{
	width: 100%;
	margin-bottom: 10px;
}

img.index_article_img
{
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: -10px;
}

a.index_article_title
{
        color: rgb(167,135,111);
}

div.index_article_body
{
	color: rgb(68,68,68);
	overflow: hidden;
	max-height: 80px;
}

div.article_jschess
{
    margin: 30px auto 30px auto;
    border : solid gray 2px;
}

input.ichess_button
{
	background-color: transparent;
	width: 98px;
	height: 28px;
	border: none;
	font-weight: bold;
	cursor: pointer;
	margin: 5px 0px 5px 5px;
	background-image: url(".././images/common-sprites-02-02-2015.png");
	background-position: -440px -180px;
	padding: 0px 0px 1px 1px;
}

input.ichess_button:hover
{
	background-position: -540px -180px;
}

#index_middle div.index_img_istock_30_60
{
	float: right;
	clear: both;
	width: 30px;
	height: 60px;
	margin-left: 10px;
	margin-bottom: 40px;
	background-image: url(".././images/common-sprites-02-02-2015.png");
}

div.index_img_qw
{
	background-position: -780px -180px;
}

div.index_img_kw
{
	background-position: -820px -180px;
}

div.index_img_nw
{
	background-position: -860px -180px;
}

img.img128
{
    width:128px;
    height:128px;
    vertical-align:top;
    border:none;
    margin: 5px;
}

img.img192
{
    width:192px;
    height:192px;
    vertical-align:top;
    border:none;
    margin: 10px 80px 10px 80px;
}

span.icon_sprite, img.icon_sprite
{
	background-image: url(".././images/common-sprites-02-02-2015.png");
	margin: 0px 2px 0px 2px;
	padding: 0px;
	display: inline-block;
	cursor: pointer;
	zoom: 1;
	vertical-align: text-bottom;
	*display: inline; // IE6, IE7
}

span.icon_user_1000
{
	background-position: -810px -400px;
}

span.icon_user_female_1000
{
	background-position: -870px -400px;
}

span.icon_bot_1000
{
	background-position: -830px -400px;
}

span.icon_admin_1000
{
	background-position: -850px -400px;
}

span.icon_admin_female_1000
{
	background-position: -890px -400px;
}

span.icon_user_1300
{
	background-position: -810px -340px;
}

span.icon_user_female_1300
{
	background-position: -870px -340px;
}

span.icon_bot_1300
{
	background-position: -830px -340px;
}

span.icon_admin_1300
{
	background-position: -850px -340px;
}

span.icon_admin_female_1300
{
	background-position: -890px -340px;
}

span.icon_user_1600
{
	background-position: -810px -320px;
}

span.icon_user_female_1600
{
	background-position: -870px -320px;
}

span.icon_bot_1600
{
	background-position: -830px -320px;
}

span.icon_admin_1600
{
	background-position: -850px -320px;
}

span.icon_admin_female_1600
{
	background-position: -890px -320px;
}

span.icon_user_1900
{
	background-position: -810px -360px;
}

span.icon_user_female_1900
{
	background-position: -870px -360px;
}

span.icon_bot_1900
{
	background-position: -830px -360px;
}

span.icon_admin_1900
{
	background-position: -850px -360px;
}

span.icon_admin_female_1900
{
	background-position: -890px -360px;
}

span.icon_user_2200
{
	background-position: -810px -380px;
}

span.icon_user_female_2200
{
	background-position: -870px -380px;
}

span.icon_bot_2200
{
	background-position: -830px -380px;
}

span.icon_admin_2200
{
	background-position: -850px -380px;
}

span.icon_admin_female_2200
{
	background-position: -890px -380px;
}

span.icon_user_1000_away
{
	background-position: -910px -400px;
}

span.icon_user_female_1000_away
{
	background-position: -970px -400px;
}

span.icon_bot_1000_away
{
	background-position: -930px -400px;
}

span.icon_admin_1000_away
{
	background-position: -950px -400px;
}

span.icon_admin_female_1000_away
{
	background-position: -990px -400px;
}

span.icon_user_1300_away
{
	background-position: -910px -340px;
}

span.icon_user_female_1300_away
{
	background-position: -970px -340px;
}

span.icon_bot_1300_away
{
	background-position: -930px -340px;
}

span.icon_admin_1300_away
{
	background-position: -950px -340px;
}

span.icon_admin_female_1300_away
{
	background-position: -990px -340px;
}

span.icon_user_1600_away
{
	background-position: -910px -320px;
}

span.icon_user_female_1600_away
{
	background-position: -970px -320px;
}

span.icon_bot_1600_away
{
	background-position: -930px -320px;
}

span.icon_admin_1600_away
{
	background-position: -950px -320px;
}

span.icon_admin_female_1600_away
{
	background-position: -990px -320px;
}

span.icon_user_1900_away
{
	background-position: -910px -360px;
}

span.icon_user_female_1900_away
{
	background-position: -970px -360px;
}

span.icon_bot_1900_away
{
	background-position: -930px -360px;
}

span.icon_admin_1900_away
{
	background-position: -950px -360px;
}

span.icon_admin_female_1900_away
{
	background-position: -990px -360px;
}

span.icon_user_2200_away
{
	background-position: -910px -380px;
}

span.icon_user_female_2200_away
{
	background-position: -970px -380px;
}

span.icon_bot_2200_away
{
	background-position: -930px -380px;
}

span.icon_admin_2200_away
{
	background-position: -950px -380px;
}

span.icon_admin_female_2200_away
{
	background-position: -990px -380px;
}

span.icon_user_guest
{
	background-position: -810px -420px;
}

span.icon_user_female_guest
{
	background-position: -870px -420px;
}

span.icon_bot_guest
{
	background-position: -830px -420px;
}

span.icon_admin_guest
{
	background-position: -850px -420px;
}

span.icon_admin_female_guest
{
	background-position: -890px -420px;
}

span.icon_group_1600
{
	background-position: -790px -330px;
}

span.icon_group_1300
{
	background-position: -790px -350px;
}

span.icon_group_1900
{
	background-position: -790px -370px;
}

span.icon_group_2200
{
	background-position: -790px -390px;
}

span.icon_group_1000
{
	background-position: -790px -410px;
}

span.icon_tournment
{
	background-position: -500px -330px;
}

span.icon_challenge
{
	background-position: -700px -330px;
}

span.icon_opening
{
	background-position: -720px -330px;
}

span.icon_cchess
{
	background-position: -600px -330px;
}

span.icon_mail
{
	background-position: -580px -330px;
}

span.icon_lock
{
	background-position: -580px -350px;
}

span.icon_red_clock
{
	background-position: -600px -350px;
}

span.icon_blue_clock
{
	background-position: -620px -350px;
}

span.icon_light
{
	background-position: -640px -350px;
}

span.icon_red_light
{
	background-position: -660px -370px;
}

span.icon_green_light
{
	background-position: -680px -370px;
}

span.icon_livechess
{
	background-position: -620px -330px;
}

span.icon_realchess
{
	background-position: -660px -330px;
}

span.icon_live
{
	background-position: -660px -350px;
}

span.icon_premium
{
	background-position: -680px -330px;
}

span.icon_redx
{
	background-position: -740px -330px;
}

span.icon_notice
{
	background-position: -760px -330px;
}

span.icon_important_notice
{
	background-position: -760px -350px;
}

span.icon_showall_notices
{
	background-position: -760px -370px;
}

span.icon_cchess_32
{
	background-position: -520px -390px;
}

span.icon_challenges_32
{
	background-position: -700px -350px;
}

span.icon_problems_32
{
	background-position: -700px -430px;
}

span.icon_editboard_32
{
	background-position: -735px -430px;
}

span.icon_computer_32
{
	background-position: -620px -430px;
}

span.icon_homepage_32
{
	background-position: -660px -430px;
}

span.icon_trivia_32
{
	background-position: -730px -350px;
}

span.icon_clsplayer_32
{
	background-position: -730px -390px;
}

span.icon_lectures_32
{
	background-position: -660px -390px;
}

span.icon_livechess_32
{
	background-position: -560px -390px;
}

span.icon_realchess_32
{
	background-position: -480px -390px;
}

span.icon_groupchess_32
{
	background-position: -600px -390px;
}

span.icon_votechess_32
{
	background-position: -600px -390px;
}

span.icon_ugdb_32
{
	background-position: -700px -390px;
}

span.icon_friend
{
	background-position: -480px -330px;
}

span.icon_im
{
	background-position: -560px -330px;
}

span.icon_msg
{
	background-position: -580px -330px;
}

span.icon_home
{
	background-position: -640px -330px;
}

span.icon_flag_red
{
	background-position: -520px -350px;
}

span.icon_flag_yellow
{
	background-position: -540px -350px;
}

span.icon_flag_green
{
	background-position: -560px -350px;
}

span.icon_place1
{
	background-position: -520px -370px;
}

span.icon_place2
{
	background-position: -540px -370px;
}

span.icon_place3
{
	background-position: -560px -370px;
}

span.icon_music
{
	background-position: -560px -390px;
}

span.icon_image
{
	background-position: -600px -370px;
}

span.icon_video
{
	background-position: -620px -370px;
}

input.nav_button
{
	width: 25px;
	height: 19px;
	background-color: transparent;
	background-image: url(".././images/common-sprites-02-02-2015.png");
	background-repeat: no-repeat;
	cursor: pointer;
	border: none;
	margin: 0px -1px 0px 0px;
	padding: 0px;
}

input.nav_button_bb
{
	background-position: -900px -220px;
}

input.nav_button_bb:hover
{
	background-position: -940px -220px;
}

input.nav_button_b
{
	background-position: -940px -200px;
}

input.nav_button_b:hover
{
	background-position: -980px -200px;
}

input.nav_button_ff
{
	background-position: -360px -180px;
}

input.nav_button_ff:hover
{
	background-position: -400px -180px;
}

input.nav_button_sound
{
	background-position: -360px -200px;
}

input.nav_button_sound:hover
{
	background-position: -400px -200px;
}

input.nav_button_settings
{
	background-position: -360px -240px;
}

input.nav_button_settings:hover
{
	background-position: -400px -240px;
}

input.nav_button_nosound
{
	background-position: -360px -220px;
}

input.nav_button_nosound:hover
{
	background-position: -400px -220px;
}

input.nav_button_f
{
	background-position: -980px -220px;
}

input.nav_button_f:hover
{
	background-position: -940px -240px;
}

input.nav_button_swap
{
	background-position: -900px -240px;
}

input.nav_button_swap:hover
{
	background-position: -900px -200px;
}

input.nav_button_pgn
{
	background-position: -940px -180px;
}

input.nav_button_pgn:hover
{
	background-position: -980px -180px;
}

#rating_colors_list div
{
	margin-right: 3px;
}

@media print {
	img.rte_fen_img
	{
		display: block;
	}
	
	div.rte_fen_div
	{
		display: none;
	}
	
	html, body, div.wrapper
	{
		width: 100%;
		background-color:#FFFFFF; background-image:none; color:#000000
	}
	
	#main
	{
		width:100%;
	}
	
	div.inner_box, div.textbox
	{
		width:100%;
	}
	
	#header
	{
		display: none;
	}
	
	#menu
	{
		display: none;
	}
	
	#notes_div
	{
		display: none;
	}
	
	#copyright
	{
		display: none;
	}
	
	#banners
	{
		display: none;
	}
		
	input.ichess_button
	{
		display: none;
	}

}
/*==============================================================================
//            Copyright (c) 2009-2014 ichess.co.il
//
//This document contains confidential information which is protected by
//copyright and is proprietary to ichess.co.il. No part
//of this document may be used, copied, disclosed, or conveyed to another
//party without prior written consent of ichess.co.il.
//==============================================================================*/

#fb_button {
    position: absolute;
    top: 30px;
    right: 10px;
    background: #3A549E;
    color: white;
    width: 80px;
    height: 22px;
    border-radius: 2px;
    white-space: nowrap;
    vertical-align: middle;
    text-shadow:0.5px 0.5px #000000;
}

#fb_button:hover {
    background: #2C56A4;
    cursor: pointer;
}

#fb_button:active {
    background: #2d55a4;
    cursor: pointer;
}


span.fb_button_icon {
    background: url('/images/social_facebook_box_white.png') transparent 30% no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    width: 21px;
    height: 16px;
    border-right: #466fbb 1px solid;
    background-size: 20px;

}
span.fb_button_text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 1px;
    margin-top: 5px;
    padding-right: 5px;
    font-weight: bold;
    font-size: 12px;
}


/**facebook */
