html {
	overflow-y: scroll;
	background: #5f5f5f url('images/html_bg.png') repeat-x scroll;
}

@font-face
{
    font-family: 'Inconsolata';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Inconsolata.ttf');
}

@font-face
{
    font-family: 'OpenSans';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face
{
    font-family: 'DroidSans';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/DroidSans.ttf');
}

body {
	margin: 0;
	padding: 0 0 20px;
	background: transparent url('images/body_bg.jpg') no-repeat center top;
	min-height: 100%;
	font-family: "Helvetica", "Arial", "Verdana", "sans-serif";
	font-size: 11px;
}

:link, :visited { color: #000; text-decoration: none; }
:link:hover, :visited:hover { text-decoration: underline; }
:link img, :visited img { border: none; }

h1 { 
    color: #666;
    font: normal xx-large/1.5 Georgia,serif; margin: 0 0 .5em;
}

form table { margin-bottom: 1.2em; }

form table tbody th {
  font-weight: normal;
  padding-top: .3em;
  text-align: right;
  vertical-align: middle;
}

table thead th, tr.swc-header
{
    background: #333;
    color: #ccc;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
}

fieldset { margin:0; border:0; padding:0; border:0;}

label {
    font-size: 1.2em; 
    font-weight: bold;
    background: transparent url(../img/icon-info.png) right 3px no-repeat;
    margin-top: 0.8em; 
    margin-bottom: .3em;
    padding-right:20px;
    display: block;
    float: left;
}

form table tbody th label {
    margin-top: 0; 
    float: none;
}

form table tbody th+td{
    padding-left: 1em;
}

form table td, table.swc-table th
{
    padding:.4em 0;
}

div.question { margin: 0; }

input[type="text"], input[type="number"], input[type="password"], textarea { padding: .3em; }

a.bt-toolbar-active {
    font-weight: bold;
    border-bottom: 3px solid #bfd70e;
}

input[type="text"].dt-input {
    width: 20px;
    font-size: 1.2em;
}

/*.ui-button { outline: 0; margin:0; padding: .4em 1em .5em; text-decoration:none;  !important; cursor:pointer; position: relative; text-align: center; }*/
.ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error, .ui-widget .ui-state-highlight, .ui-widget .ui-state-error { padding: .3em;  }
.ui-tabs .ui-tabs-hide {
     display: none;
}

#content { padding: 10px; min-height: 240px; }

#footer { color: #4A4D4D; font-size: x-small; text-align: center;}
#footer hr { display: none; }
.legalese { color: #999; margin: 0; }
.systemname { color: #f0f0f0; font-size: 1.2em; font-weight: bold; margin: 0.3em; }

.action:link, .action:visited { background: #f3f3f3; border: 1px outset #ddd;
  color: #666; font-size: 90%; padding: 0 .3em;
}
.action:link:hover, .action:visited:hover { background: #e8e8e8;
  border-color: #aaa; color: #000; text-decoration: none;
}

.service-content {padding: .8em; }

.offline-title { 
    font: normal x-large/1.5 Georgia,serif; margin: 0 0 .5em;
}


.w32 {
    font-family: "Inconsolata";
    width: 32ch;
}
