﻿body
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11pt;
	width: 570px;
	padding: 5px;
}
#divmain
{
	margin: 0;
}
#divreplies
{
	margin: 8px 0 0 0;
}
#divheader
{
	background: transparent url(/images/logo-sundrop.png) no-repeat top right;
	min-height: 40px;
}
#counter
{
	color: #aaa;
	font-size: 1.4em;
	font-weight: bold;
}
h1
{
	font-size: 1.1em;
}
.linkbut
{
	display: inline-block;
	margin: 0 0 10px 0;
	padding: .4em 1em .4em 20px;
	position: relative;
	text-decoration: none;
	width: 65px;
}
.linkbut span.ui-icon
{
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}
.linkmob
{
	text-decoration: none;
}
.gvContainer
{
	font-size: 0.75em;
}
.gvPager .linkbut
{
	width: 20px;
}
#diviconify
{
	float: right;
	height: 35px;
	width: 242px;
}
#divIcon
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: transparent url(/images/glyph_sundrop.png) no-repeat left top;
	z-index: 9999;
	visibility: hidden;
}
.ui-state-defaultvalues
{
	color: #aaa;
	font-size: 0.8em;
	font-weight: normal;
}
/* keyboard */
.ui-keyboard
{
	margin: 0 auto;
	padding: .3em;
	position: absolute;
	z-index: 16000;
}
.ui-keyboard-button
{
	height: 2em;
	width: 2em;
	margin: .1em;
}
.ui-keyboard-actionkey
{
	width: 4em;
}
.ui-keyboard-space
{
	width: 15em;
}
.ui-keyboard-preview
{
	width: 100%;
	text-align: left;
}

