/** Add css rules here for your application. */
	/** Example rules used by the template application (remove for your app) */
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #777777;
	margin: 40px 0px 70px;
	text-align: center;
}

.sendButton {
	display: block;
	font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
	width: 400px;
}

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

/** ChessBoss */
.gwt-TextArea-readonly {
	color: #000000;
}

.icon-f {
	background: transparent url(images/icons/f.png) no-repeat scroll left
		center !important;
}

.icon-add {
	background: transparent url(images/icons/add.gif) no-repeat scroll left
		center !important;
}

.icon-fb-small-icon {
	background: transparent url(images/fb-small-icon.jpg) no-repeat scroll
		left center !important;
}

.icon-user-add {
	background: transparent url(images/icons/user_add.gif) no-repeat scroll
		left center !important;
}

.header-info {
	color: #15428B;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
}

.my-link {
	font-size: 13px;
}

.country {
	font-size: 11px;
}

.clock {
	font-size: 13px;
	font-weight: bold;
}

.white {
	color: #FFFFFF;
}

.red {
	background-color: #EE0000;
	filter: alpha(opacity =     40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.green {
	background-color: #00EE00;
	filter: alpha(opacity =     40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.blue {
	background-color: #0000EE;
	filter: alpha(opacity =     40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.dragable-panel {
	cursor: pointer;
}

.icon-add {
	background: transparent url(images/icons/add.gif) no-repeat scroll left
		center !important;
}

.icon-draw {
	background: transparent url(images/icons/draw.png) no-repeat scroll left
		center !important;
}

.icon-challenge {
	background: transparent url(images/icons/challenge.png) no-repeat scroll
		left center !important;
}

.icon-tick {
	background: transparent url(images/icons/tick.png) no-repeat scroll left
		center !important;
}

.icon-cross {
	background: transparent url(images/icons/cross.gif) no-repeat scroll
		left center !important;
}

.icon-challenge-anchor {
	background: transparent url(images/icons/challenge.png) no-repeat scroll
		left center !important;
	padding-left: 20px;
}

.icon-tick-anchor {
	background: transparent url(images/icons/tick.png) no-repeat scroll left
		center !important;
	padding-left: 20px;
}

.icon-cross-anchor {
	background: transparent url(images/icons/cross.gif) no-repeat scroll
		left center !important;
	padding-left: 20px;
}

.icon-settings {
	background: transparent url(images/icons/settings.png) no-repeat scroll
		left center !important;
}

.icon-user-add {
	background: transparent url(images/icons/user_add.gif) no-repeat scroll
		left center !important;
}

.icon-loading {
	background: transparent url(images/icons/loading.gif) no-repeat scroll
		left center !important;
}

.inline {
	display: inline;
}

.play-any-game {
	height: 42px;
	width: 160px;
	text-align: center;;
	display: block;
	background-image: url("images/play-any.png");
	background-repeat: no-repeat;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
	font-family: Arial;
	/* margin-top:10px;*/
	background-position: 0px 0;
}

.notifiyer-panel {
	cursor: pointer;
}

.notifyier-style {
	line-height: 12px !important;
}

.notifyier-style span {
	font-size: 11px !important;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	line-height: 11px !important;
	color: #333333 !important;
}

.notifyier-style a {
	font-size: 11px !important;
	color: #15428B;
	text-decoration: underline;
}

.notifyier-style a:hover {
	color: #333333;
	text-decoration: none;
}

.lobby-action {
	color: #15428B;
	cursor: pointer;
	font-weight: bold;
}

.lobby-action span {
	text-decoration: none;
	color: #15428B;
	display: block;
	width: 100%;
}

.lobby-action span:hover {
	text-decoration: underline;
	color: #333333;
}

.history-box {
	text-decoration: none;
	color: #333333;
	font-size: 11px;
	border: 1px solid #99bbe8;
}

.history-box a {
	margin: 1px;
	display: block;
	line-height: 16px;
	text-indent: 5px;
	padding: 0px;
	text-decoration: none;
	color: #333333;
	font-size: 11px;
	border: 1px solid #ffffff;
}

.history-box a:hover {
	background-color: #f1f2f3;
	border: 1px solid #dddddd;
}

.history-box a.selected {
	background-color: #d4e5ff;
	border: 1px solid #8dc0ff;
}

.playfish-modal-popup {
	z-index: 1010;
	border: none !important;
	padding: 0px !important;
}

.gwt-PopupPanelGlass-x {
	z-index: 1001;
	background: #000000;
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
}

.notify-img {
	padding: 0 3px 0 3px;
}

h2.or-text {
	font-family: Arial;
	color: #15428B;
	padding: 0px;
	margin: 0;
	font-size: 17px;
	line-height: 18px;
	width: 30px;
	font-style: italic;
	background-color: #ccd9e8;
}

.or-text-bg {
	background-image: url("images/pop-bottom-border.jpg");
	background-position: 0 9px;
	background-repeat: no-repeat;
}

.reg-fb-button-border {
	border: 1px solid #99bbe8;
}

.reg-fb-button-border td {
	padding: 3px;
}

.gwt-TabBar {
	background-color: #eeeeee;
	border: none !important;
	height: 25px;
}

.gwt-TabBarItem {
	margin: 0 !important;
	border-right: 1px solid #dddddd !important;
	color: #18215E;
	border-top: 1px solid #dddddd !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	height: 26px;
	line-height: 25px;
	background-color: #eeeeee !important;
	font-family: georgia, 'palatino linotype', palatino, 'times new roman',
		times, serif;
	font-weight: normal !important;
}

.gwt-TabBarItem-selected {
	background-color: #92c1f0 !important;
	border-bottom: none !important;
	border-top: 1px solid #92c1f0 !important;
}

.gwt-TabBarFirst {
	width: 0px !important;
	padding-left: 0px !important;
	border: none !important;
}

.gwt-TabPanelBottom {
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
}

.player-info-panel a {
	color: #15428B;
	font-size: 11px;
	text-decoration: none;
}

.player-info-panel a:hover {
	color: #000000;
	text-decoration: underline;
}

.pagination {
	font-size: 11px;
	font-family: Tahoma;
}

.pagination a {
	color: #15428B;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold !important;
	text-decoration: none !important;
	padding-right: 3px;
	display: block;
}

pagination a:hover {
	background-color: #E0EDFE;
	color: #333333;
}