﻿a
{
	color: #04334A;
}

button
{
	margin: 1px;
	line-height: normal;
}

div.CheckGrid
{
	display: inline-block;
	position: relative;
	left: 20px;
	text-align: left;
}

div.CheckGrid input[type=checkbox]
{
	width: 13px;
	height: 13px;
	margin: 3px 3px 3px 1px;
}

div.CheckGrid label
{
	display: inline-block;
	width: 35px;
}

div.Clear
{
	clear: both;
}

div.Frame div.Header
{
	background-color: #04334A;
	border-radius: 10px 10px 0 0;
	color: white;
	cursor: default;
	font-weight: bold;
	height: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	text-align: left;
	padding: 2px 10px;
	width: 882px;
}

div.Frame div.Header a
{
	color: white;
	font-weight: normal;
}

div.Frame div.Header div.Label
{
	float: left;
	height: 1.3em;
	line-height: 1.3em;
}

div.Frame div.Header img
{
	float: right;
	height: 0.9em;
	padding: 3px 0 0;
	width: 0.9em;
}

div.InputBlock
{
	border: solid 1px #04334A;
	margin: 0 auto 20px;
	padding: 10px 0;
	text-align: center;
	width: 900px;
}

div.LightBox div.Inner
{
	border-color: #04334A;
}

div.LightBox div.TitleBar
{
	background: #04334A;
}

div.LoadingVeil div.LoadingText
{
	border-color: #04334A;
}

div.Log
{
	border: solid 1px #04334A;
	bottom: 20px;
	left: 24px;
	overflow: auto;
	position: absolute;
	right: 24px;
	text-align: left;
	top: 20px;
}

div.LogLine
{
	background-position: 2px 1px;
	background-repeat: no-repeat;
	font-family: monospace;
	position: relative;
	white-space: nowrap;
}

div.LogLine.Error
{
	background-color: crimson;
	color: white;
}

div.LogLine.Info
{
	background-color: white;
	color: black;
}

div.LogLine.Warning
{
	background-color: darkorange;
	color: white;
}

div.Message
{
	line-height: 2em;
	margin: 0 auto 20px;
	text-align: center;
	width: 100%;
}

div.NoScroll
{
	background-color: #E0E1E3;
	border: solid 1px #116697;
	margin: 0 auto 20px;
	width: 900px;
}

div.Notice
{
	margin: 20px 0;
	padding: 0 5px;
}

div.Padded
{
	padding: 10px 0;
}

div.Paged
{
	background-color: #E0E1E3;
	border: solid 1px #116697;
	margin: 0 auto;
	overflow: auto;
	width: 900px;
}

div.Pager
{
	margin: 0 auto 20px;
	width: 902px;
}

div.Pager div.Label
{
	float: left;
	height: 25px;
	line-height: 25px;
	text-align: left;
	width: 301px;
}

div.Pager div.Skip
{
	float: left;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 300px;
}

div.Pager div.Buttons
{
	float: left;
	height: 25px;
	line-height: 25px;
	text-align: right;
	width: 301px;
}

div.Scroll
{
	background-color: #E0E1E3;
	border: solid 1px #116697;
	margin: 0 auto 20px;
	max-height: 450px;
	overflow: auto;
	width: 900px;
}

div.Stack
{
	margin: 0 auto;
	overflow: hidden;
	width: 902px;
}

div.Stack div.Stackable
{
	float: left;
	margin-right: -100%;
}

div.Stack div.Stackable.Hidden
{
	display: block;
}

div.Stack.Embedded
{
	margin: 0;
	width: 450px;
}

div.WarningBox
{
	border: solid 1px black;
	margin: 20px auto;
	padding: 10px;
	text-align: center;
	width: 500px;
}

div.WarningBox span.Warning
{
	color: blue;
	font-size: x-large;
}

iframe.ReportEdit
{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-width: 0;
}

img.Icon
{
	position: relative;
	top: 6px;
}

img.Large
{
	height: 24px;
	width: 24px;
}

input.Editor
{
	width: 400px;
}

input.Large
{
	width: 150px;
}

input.Medium
{
	width: 100px;
}

input.Small
{
	width: 50px;
}

input.Tiny
{
	width: 30px;
}

select.Dynamic
{
	min-width: 150px;
}

select.Large
{
	width: 150px;
}

select.MultiSelect
{
	width: 250px;
}

span.CheckLabel
{
	display: inline-block;
	width: 35px;
}

span.ComboBox.Small select, span.DropDown.Small select
{
	width: 76px;
}

span.ComboBox.Small input, span.DropDown.Small input
{
	width: 50px;
}

span.Message
{
	line-height: 2em;
	text-align: center;
}

span.Prefix
{
	border: 1px solid gray;
	border-right-width: 0;
	display: inline-block;
	font-family: sans-serif;
	font-size: small;
	height: 19px;
	margin: 1px;
	margin-right: 0;
	padding: 3px 0 0 4px;
	vertical-align: top;
}

span.Prefix + input
{
	border-left-width: 0;
	margin-left: 0;
	padding-left: 0;
}

span.RequiredField
{
	color: red;
	font-size: small;
	padding: 0 5px;
}

table.Disabled tbody tr td
{
	background-color: gainsboro;
	border-left: 0;
	color: gray;
	cursor: default;
}

table.Disabled span.HelpText
{
	display: none;
}

table.Disabled thead tr td
{
	background-color: silver;
	border-left: 0;
	color: gray;
}

table.Disabled thead tr.HeaderRow td
{
	background-color: silver;
	border-left: 0;
	border-bottom: solid 1px gray;
	color: gray;
}

table.Fixed
{
	table-layout: fixed;
}

table.Fixed td
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

table.PaddedTable
{
	margin: 20px auto;
	white-space: nowrap;
}

td.Check
{
	padding: 0 5px;
	text-align: center;
	width: 25px;
}

td.DateTime
{
	padding: 0 5px;
	text-align: center;
}

td.Enum
{
	padding: 0 5px;
	text-align: center;
}

td.FullRow
{
	text-align: center;
	width: 100%;
}

td.Icon
{
	padding: 0 5px;
	text-align: center;
	width: 16px;
}

td.Input
{
	padding: 0 5px;
	text-align: left;
	vertical-align: text-top;
}

td.Label
{
	padding: 0 5px;
	text-align: right;
	vertical-align: text-top;
	white-space: nowrap;
}

td.Number
{
	padding: 0 5px;
	text-align: right;
}

td.StepIcon
{
	padding: 0 5px;
	text-align: center;
	width: 35px;
}

td.StepType
{
	padding: 0 5px;
	text-align: left;
	width: 125px;
}

td.String
{
	padding: 0 5px;
	text-align: left;
}

td.String.Priority
{
	padding: 0 5px 0 15px;
	width: 75%;
}

textarea.Editor
{
	font-family: sans-serif;
	font-size: small;
	margin: 0 0 5px 0;
	width: 400px;
}

textarea.Field
{
	display: block;
}

textarea.Log
{
	background-color: white;
	border: solid 0 white;
	display: block;
	margin: 0;
	overflow-y: scroll;
	width: 898px;
}
