/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */

#loading {
  position: absolute;
  left: 45%;
  top: 40%;
  margin-left: -45px;
  padding: 2px;
  z-index: 20001;
  height: auto;
  border: 1px solid #ccc;
}

#loading a {
  color: #225588;
}

#loading .loading-indicator {
  background: white;
  color: #444;
  font: bold 13px tahoma, arial, helvetica;
  padding: 10px;
  margin: 0;
  height: auto;
}

#loading .loading-indicator img {
  margin-right:8px;
  float:left;
  vertical-align:top;
}

#loading-msg {
  font: normal 10px arial, tahoma, sans-serif;
}

/*************************************/









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-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;
}

.redm {
	color: #EE0000;
}

.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; 
		color: #15428B;
		
}

.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;
}
.chat-text-wrapper {
	background-color: #ffffff;
	
}
.chat-text-scroll{
	overflow-x: hidden;
	overflow-y: auto;
}

.chat-text-content {
	padding: 1px;
	
}

.chat-text-msg-item {
	margin: 0px 0 0px 0;
	padding: 3px;
	background-color: #ffffff;
	
}
.chat-text-msg-item a{

	color: #15428B;
	font-size: 11px; font-weight: bold;
	text-decoration: none;
	padding-right: 3px;
}

.chat-text-msg-item a:hover{
	text-decoration: underline;
	color: #333333;
}

.chat-text-msg-item-alter-bg {
	background-color: #f1f1f1;
}


.chat-anchors {
	height: 25px;
	line-height: 25px;	
}
.gwt-MenuBarPopup{
	z-index: 10000;
}

/* 2010 01 03*/


.gwt-menu-button-left{
	padding-left: 20px;
}
.gwt-menu-button-right{
	padding-right: 20px;
}
.gwt-menu-button-none{
	font-size: 12px !important ;
	padding-right: 1px;
	padding-left: 1px;
	font-family: Verdana;

}

.gwt-MenuBarPopup{
	z-index: 10000;
}

.x-panel-footer{
	background-color: #ccd9e8;
}

.my-gwt-menu-item-style{
  font-weight: normal;
  font-size: 11px;
  font-family: Tahoma;
  color: #15428B;
  cursor: pointer;
  padding: 0px 2px 0px 2px;
  line-height: 20px;

}
.my-gwt-menu-item-style:hover
{
	background-color: #E0EDFE;
}
.icon-more-games{
	background: transparent url(images/icons/more-games.gif) no-repeat scroll right
		center !important;
}
.icon-backward{
	background: transparent url(images/icons/backward.png) no-repeat scroll left
		center !important;
}
.icon-forward{
	background: transparent url(images/icons/foward.png) no-repeat scroll right
		center !important;
}
.no-border{
border: 0px solid #ff0000;
background: transparent url("images/gwt-menu-bg.gif") repeat-x 0 0;

background-color: #ccd9e8;

}

.no-border .gwt-MenuItemSeparator {
  width: 1px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  /*border-left: 1px solid #888888;*/
 /* background: white;*/
}
.no-border .gwt-MenuItemSeparator .menuSeparatorInner {
 /* width: 1px;*/
  height: 12px;
  /*background: white; */
  
  border-left: 1px solid #9ac6ff;
  border-right: 1px solid #ffffff;
}

.lobby-top-lbl-status{
	line-height: 22px; 
	font-size: 11px; 
	color: #15428B;
	font-family: Tahoma;
	padding: 0 3px 0 3px;
}
.lobby-toolbar-bg{
background: transparent url("images/gwt-menu-bg.gif") repeat-x 0 0;
}
.chatpanel-form-text textarea{
border-left: none;
border-right:none; 
}


.iframe-border{
	border: none;
	
}
.iframe-center{
    width:100%;
	left:0;


}
.iframe{
	width:100%;
}
body{
background-color: #3768ab;
}
