body {
    color: #000;
    background: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 84%;
    margin: 0;
    padding: 0;
}
#header {
    margin-bottom: 1em;
    min-height: 45px;
}
#header h1 {
    float: left;
    font-size: 100%;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
}
#header .skip {
    position: absolute;
    top: auto;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
#content {
    clear: both;
}
#footer {
    clear: both;
}
#logo {
    border: 0 none;
}
#logininfo {
    float: right;
    text-align: right;
}
.wrapper {
    padding: 1em;
}
h1 { font-size: 2em; }
h2 { font-size: 1.4em; }
h1, h2 { margin-top: 0; }

a img {
    border: 0 none;
}

a:link, a:visited, span.ln {
    color: #333399;
    font-weight: normal;
}

a:hover, span.ln:hover {
    color: #FF6633;
}

span.ln {
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

.disabled, .disabled * {
    color: gray !important;
    cursor: default;
}

/** Alerts */
.alertbox {
    border: 1px solid #E6E6E6;
    background-color: #F6F6F6;
    margin: .7em 0;
    padding: .5em .6em;
}

.alertbox p {
    margin: 0;
    padding: 0;
}

.alertbox h3 {
    color: green;
    font-size: 100%;
    min-height: 16px;
    margin: 0;
    padding-left: 20px;
    background-image: url(../img/success.gif);
    background-repeat: no-repeat;
}

.error h3 {
    color: red;
    background-image: url(../img/error.gif);
}
.js-enable {
    color: red;
    font-weight: bold;
    text-align: center;
    margin: 1em auto;
}
.spacer {
    display: block;
    clear: both;
    height: 1px;
    line-height: 1px;
    border: none;
    margin: 0;
    padding: 0;
}
.small {
    font-size: small;
}
.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Forms */
form input {
    margin: 1px;
    font-family: Arial, Helvetica, sans-serif; /* IE width fix */
}

form .required {
    color: red;
    padding-left: .2em;
    cursor: help;
}

button {
	padding: 0;
	margin: 0;
    /*padding: 0 .5em;*/
}

input[type="submit"],
input[type="button"] {
    padding: 1px 1em;
}

label {
    padding-right: .6em;
}

label .req {
    color: red;
    padding-left: .2em;
}

fieldset {
    padding: 1em;
    margin-bottom: 1.2em;
    border: 1px solid #BCBCBC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

fieldset legend {
    color: #000;
    font-weight: bold;
}

/** Tables */
table {
    border-collapse: collapse;
    border: none;
}

table th {
    color: #222;
    background-color: #F6F6F6;
    text-transform: capitalize;
    text-align: center;
}

table td.vt {
    vertical-align: top !important;
}

table td.al {
    text-align: left !important;
}

table td.ar {
    text-align: right !important;
}

table td.ac {
    text-align: center !important;
}

table td.nw {
    white-space: nowrap;
}

table.layout td {
    padding: 3px;
    vertical-align: baseline;
}

table.layout input[type="checkbox"] {
    vertical-align: text-top !important;
}

#applet {
    width: 100%;
    clear: both;
    text-align: center;
}

#modalDialogCover {
    background-color: #000;
    opacity: 0.35;
}
.shadow {
    box-shadow: 3px 3px 5px #8B8B8B;
    -moz-box-shadow: 3px 3px 5px #8B8B8B;
    -webkit-box-shadow: 3px 3px 5px #8B8B8B;
}
.dialog {
    background: #FFF;
    min-width: 300px;
    padding: 5px;
    position: absolute !important;
}
.dialog .closebtn {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    background: url('/img/close_16.png') no-repeat;
    border: 1px solid transparent;
    outline: 0;
    opacity: 0.5;
    cursor: pointer;
}
.dialog .title-bar {
    font-weight: bold;
    font-size: 130%;
    cursor: default;
    user-select: none;
    -moz-user-select:none;
    -webkit-user-select: none;
}
.dialog.modal {
    width: 30%;
    padding: 2px;
    border: 1px outset black;
    z-index: 2147483136;
}
.dialog.modal .title-bar {
    font-size: 105%;
    padding: .3em .7em;
    background: #E0E0E3 url(../img/dialogtitlebg.gif) repeat-x 0 0;
    border-bottom: 1px solid #9D9DA1;
    text-align: left;
}
.dialog.modal .content-pane {
    padding: .7em 1em .7em 4.5em;
}
.dialog.modal .content-pane form {
    padding: 12px 0 0 0;
}
.dialog.modal .content-pane .error-modal {
    font-size: 100%;
    min-height: 24px;
    padding-left: 32px;
    margin-top: 1.7em;
    line-height: 1.7;
    background: url(../img/error_24.png) no-repeat;
}
.dialog.modal .action-bar {
    padding: .7em 2em;
    text-align: center;
}
.dialog.inline {
    border: 1px solid gray;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index: 1000;
}
.desc {
    font-size: 84%;
    color: #777;
}