﻿html, body, table, textarea, input {
	line-height: 1.4em;
	font-family: Frutiger, Univers, "Helvetica Neue", Calibri, Arial, Helvetica, "Liberation Sans", sans-serif; 
	}

pre, code, samp, kbd, 
var, input[type="password"] {
	font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Consolas, Monaco, "Liberation Mono", Andale Mono, monospace;
	font-size: 0.9em; }

dt, em, strong, th, samp, dfn, h3, h4 { font-weight: bold; }
strong { font-variant:normal; }
blockquote, q { font-style: italic; }
blockquote cite, q cite { font-style: normal; }

sup, sub { font-size: 0.7em; line-height: 1em; }
sub	{ vertical-align: sub; }
sup	{ vertical-align: super; }

caption { text-align: center; }

hr { clear: both; }

input:focus { outline: 2px solid Highlight; }

acronym, abbr { cursor: help; }

acronym { letter-spacing: 0.07em; }

html, body, form, td, div, p, th
{
	padding: 0;
	margin: 0;
}

span, p, td, h1, h2, h3, div
{
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
}

body, table, input, select, textarea, span, p
{
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px; 
	text-align: left;
}

img
{
	border: none;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}


.WindowHeader
{
    width: 100%;
    height: 60px;
    background-color: #EB6909;
}

.WindowHeader h1
{
    font-size: 1.8em;
    padding: 12px 0 12px 6px;
    color: White;
}

.WindowContent
{
    padding: 6px;
}

#login
{

}

#login div
{
    min-height: 32px;
}

.LeftColumn
{
    width: 180px;
    float: left;
    text-align: right;
    margin-right: 6px;
}

.clearfix
{
    clear: both;
}

p
{
    margin: 12px 0 12px 0;
}
