
/* This skin uses the same font family and size throughout the interface on purpose. Do not override size or family. */   
body, p, td, input, select, button { font-family: Verdana, sans-serif; font-size: 8pt; }

body, html { padding: 0px; margin: 0px; }
a img { border: 0; }
a.external 
{
   background: url(skin.ashx?skin=queens&u=img/external.png) center right no-repeat;
	padding-right: 13px;
}

.back { background-color: white; }
.clickable { cursor: pointer; }
.fakeanchor { text-decoration: underline; color: #557; }
.powered { text-align: right; display: block; }

.button 
{
   background-color: black; 
   font-weight: normal; 
   height: 25px;
   text-align: center;
   border: none;
   color: white; 
   /* TODO split browser specific stuff
   -moz-box-sizing: content-box;
   box-sizing: content-box;
   */
   
}
html>body .button { height: 21px; }
#backtores .button { background: none; border: none; color: #1B2FFF; letter-spacing: 0; padding-right: 2em; padding-left: 0; cursor: pointer;}


.retrieving 
{
   background-image: url(skin.ashx?skin=queens&u=img/loading_ffy.gif);
   background-position: center top;
   background-repeat: no-repeat;
   padding-top: 20px;
   text-align:center;
}
.retrieving_left 
{
   background-image: url(skin.ashx?skin=queens&u=img/loading_ffy.gif);
   background-repeat: no-repeat;
   text-align: left;
   padding-left: 20px;
}

#control 
{
	position: absolute;
	padding: 0; margin: 0;
}

.lines {border-color: #CCC;}