html {
	height: 100%;
}
body { 	
	padding: 0px;
	margin: 0px;
	background-color: white;
	background-image: none;
	font-size: small;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	max-width: 1280px;
}
body #Header {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 74px;
	background: transparent url(/images/gradient-top.gif) repeat-x 0 0;
	min-width: 880px;
}
body #Header:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #Header {height: 1%;}
* #Header {display: block;}
/* End hide from IE-mac */

body #Header img#Logo {
	margin: 5px;
	float: left;
}

body #Menu {
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
    background-color: #0183FF;
}

body #HomeMenu {
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 280px;
    background: #0183FF url(/images/WatersEdge.jpg) no-repeat 0px 0px;
    width: auto;
    background-repeat: no-repeat;
    background-position: center top;

}
body #Footer {
	bottom: 0px;
	width: 100%;
	padding: 0px;
	padding-top: 40px;
	margin: 0px;
	height: 51px;
	background: transparent url(/images/gradient-bottom.gif) repeat-x 0 0;
	color: white;
	font-weight: bold;
}
body #Footer:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #Footer {height: 1%;}
* #Footer {display: block;}
/* End hide from IE-mac */

#Content {
	top: 0px;
	p\osition: relative;
	background: white url(/images/gradient-middle.gif) repeat-x 0 0;
	color: #22275E;
	height: 100%;
	margin: 0px;
	margin-bottom: 90px; /* for the footer */
	padding: 10px;
	padding-top: 10px;
	min-height: 92px;
}

#Content:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #Content {height: 1%;}
* #Content {display: block;}
/* End hide from IE-mac */

#ContentInner {
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
	width: 100%;
}

input, select, textarea {
	color: black;
	font-size: small;
	padding: 1px;
	color: black;
}
td textarea {
	width: 98%;
	margin: 0px;
}
input {
}

	
a {
	text-decoration : none;
	outline: 0;
} 
a:link { color: #000066;  }                             /* normal text links */
a:active { color: #000066;   }
a:visited { color:#333399;   }
a:hover { color: #6666CC;   }

.spacer {
	height: 0px;
	clear: both;
}

form {
	margin: 0px;
}

table {
	border: none;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.List {
	border-bottom: 1px solid #0183FF;
	table-layout: fixed;
}
table.List th {
	border: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #0183FF;
	background: transparent;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
table.List td {
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	margin: 0px;
}
table.List tr.totals {
}
table.List tr.totals td {
	border-top: 1px solid #0183FF;
}

table.List input {
	width: expression(this.type=="text" || this.type=="password" ?'97%':'auto');
}
table.List input[type=text] {
	width: 97%;
}


fieldset {
	border-right: none;
	border-left: none;
	border-bottom: none;
	border-top: 1px solid #0183FF;
	padding: 2px;
	margin: 0px;
	padding-bottom: 10px;
}
fieldset:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;

}
/* Hides from IE-mac \*/
* html fieldset {height: 1%;}
* fieldset {display: block;}
/* End hide from IE-mac */

fieldset legend {
	font-weight: bold;
	color: #0183FF;
}


div.leftColumn {
	float: left;
	width: 48%;
}
div.rightColumn {
	float: right;
	width: 48%;
}
div.column {
	float: left;
	width: 50%;
}
div.Service span.ThreeColumns {
	width: 32%;
	float: left;
}
div.Service span.TwoColumns {
	width: 48%;
	float: left;
}
div.PopupWindow {
	display: none;
}
div.Popup {
	position:absolute;
	visibility: hidden;
	background-color: #ffffff;
	border:1px solid black;
	width: auto;
	height: auto;
	padding: 5px;
	z-index: 100;
	display: none;
}

.tipDiv {
	position:absolute;
	 z-index:2;
	visibility: hidden;
	background-color: #ffffff;
	width: 350px;
	border: 1px solid;
	height: auto;
}
.tipHead {
background-color: #0183FF;
color: white;
padding: 5px;
}
.tipText {
padding: 5px;
}
span.buttons {
	margin-left: 175px;
	float: left;
	p\osition: relative;
}
p.buttons {
	float: right;
}

fieldset p {
	margin: 0px;
	margin-top: .4em;
	display: inline-block;
	padding: 0px;
	padding-left: 185px;
	overflow: hidden;
}

fieldset p:after {
    content: "."; 
    display: block; 
    height: 0; 
	font-size: 0;
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html fieldset p {height: 1%;}
* fieldset p {display: block;}
/* End hide from IE-mac */

label {
	outline: 0;
}

fieldset p label {
	width: 180px;
	text-align: right;
	margin-left: -185px;
	vertical-align: top;
	float: left;
	overflow: visible;
}
fieldset p select {
    width: 70%;
	vertical-align: top;
}
fieldset p textarea {
    width: 70%;
}
fieldset p option {
}

fieldset p label.radio {
	vertical-align: middle;
	width: auto;
	display: inline;
	margin: auto;
	float: none;
}

fieldset p.buttons {
	float: none;
}
fieldset p input {
	width: expression(this.type=="text" || this.type=="password" ?'275px':'auto');
}
fieldset p input[type="text"], fieldset p input[type="password"]  {
	width: 60%;
	vertical-align: top;
}
fieldset p input[type="radio"] {
	margin-top: 3px;
}

fieldset.filters {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	/*
	border-bottom: none;
	*/
	border-right: none;
	border-left: none;
	border-top: 1px solid #0183FF;
	border-bottom: none;
}
@media print {
    .filters {
        display: none;
    }
}

fieldset.filters p {
	padding-left: 135px;
}
fieldset.filters p label {
	width: 130px;
	margin-left: -135px;
}
fieldset.filters p input {
	width: auto;
}
fieldset.filters p select {
	width: auto;
	max-width: 100%;
}

.row {
	clear: both;
}
.label {
	width: 175px;
	float: left;
	p\osition: relative;
}
.input {
	float: left;
	p\osition: relative;
}

@media print {
.unprintable {
display: none;
}
}
hr {
        width: 100%;
        margin: 1px;
        padding: 0px;
        height: 1px;
        border: 0px;
        color: #0183FF;
        background-color: #0183FF;
}

.error, .warning {
        color: red;
}

.colRow,.roweven {
	background-color: #ECEAEB;
}/* alternating row color in generated tables */
.colRowRed {
    color: red;
}/* alternating row color in generated tables */
tr.highlightOn {
	background-color: #FF5C51;
}

.requiredFieldIndicator {
	padding:0px;
	width: 8px;
	height: 10px;
   font-size: 13pt;
   font-weight: bold;
   color: #790000;
	display: -moz-inline-box;
	display: inline-block;
}

.TipLink {
   font-weight: normal;
   color: #22275E;
}
.Currency {
	float: right;
	font-weight: bold;
}
img {
	border: none;
}
td.Date, th.Date {
	width: 120px;
	text-align: right;
}
td.DateTime, th.DateTime {
	width: 150px;
	text-align: left;
}
td.Elapsed, th.Elapsed {
	width: 120px;
	text-align: left;
}
td.User, th.User {
	width: 120px;
	text-align: left;
}
td.checkbox, th.checkbox {
	width: 20px;
	text-align: center;
}
td.Price, th.Price {
	width: 100px;
	text-align: right;
}
span.DateSelector {
	float: left;
	width: 275px;
}
span.DateTimeSelector {
	float: left;
	width: 400px;
}
span.DateSelector select, span.DateTimeSelector select {
	width: auto;
	max-width: none;
}
span.DateSelector select option {
}

#CurrencySelection {
	padding: 5px;
}
.red {
	color: #EE3E33;
}
.bold {
	font-weight: bold;
}
#Navigation {
	float: left;
	font-size: 16px;
}
.PageTitle {
	position: absolute;
	text-align: right;
	top: 30px;
	right: 10px;
	z-index: 1;
	float: right;
	clear: none;
}
.PageTitle h1 {
	text-align: right;
    color: #0183FF;
	margin: 0px;
	font-size: 20px;
	clear: none;
}
.PageTitle h2 {
	text-align: right;
	color: #8C8A8B;
	margin-top: 0px;
	font-size: 16px;
	clear: none;
}
h3 {
    color: #EE3E33;
}
#BugReport fieldset p {
	padding-left: 75px;
}
#BugReport fieldset p label {
	width: 75px;
	margin-left: -75px;
}
br.pagebreak {
    height: 0px;
    page-break-after: always;
}
fieldset p input.CompanyFilter {
	width: auto;
}

form.inplaceeditor-form { /* The form */
	width: 100%;
}

form.inplaceeditor-form input[type="text"] { /* Input box */
}

form.inplaceeditor-form textarea { /* Textarea, if multiple columns */
	width: 100%;
	height: 100%;
}

form.inplaceeditor-form input[type="submit"] { /* The submit button */
}

form.inplaceeditor-form a { /* The cancel link */
}

.changed {
    background-color: yellow;
}

input.filter, fieldset p input.filter {
	width: 40px;
}

td p {
	margin: 0px;
	padding: 0px;
}

