H1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 18pt;
    FONT-STYLE: normal;
    COLOR: #3E3E6E;
    FONT-FAMILY: Arial, Times New Roman, Times;
    margin: 0;
}
H2
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 16pt;
    FONT-STYLE: normal;
    COLOR: #3E3E6E;
    FONT-FAMILY: Arial, Times New Roman, Times;
}
.Msg
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    COLOR: #CC3300;
    FONT-FAMILY: Arial, Times New Roman, Times;
}

form
{
	margin: 0;
}

/* ----- List Table Display ----- */
div.ListDisplay
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    FONT-STYLE: normal;
    COLOR: #000000;
    BACKGROUND-COLOR: #FFFFFF;
}

div.ListDisplay p	/* use inside a <td> tag */
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    FONT-STYLE: normal;
    COLOR: #000000;
    BACKGROUND-COLOR: #FFFFFF;
    MARGIN-LEFT: 9pt;
    MARGIN-RIGHT: 9pt;
    MARGIN-TOP: 5pt;
    MARGIN-BOTTOM: 5pt;
    TEXT-ALIGN: justify;
}

div.ListDisplay table
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    FONT-STYLE: normal;
    COLOR: #000000;
    BACKGROUND-COLOR: #1B67A5;
}

div.ListDisplay th
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    FONT-STYLE: normal;
    COLOR: #000000;
    BACKGROUND-COLOR: #E6EEF7;
}

div.ListDisplay td
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    FONT-STYLE: normal;
    COLOR: #000000;
    BACKGROUND-COLOR: #FFFFFF;
}

div.ListDisplay td.italic
{
	font-weight: normal;
	font-style: italic;
}

div.ListDisplay td.bold
{
	font-weight: bold;
	font-style: normal;
}

div.ListDisplay a, div.ListDisplay a:visited, div.ListDisplay a:active
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    COLOR: #2F5E8C;
    FONT-STYLE: normal;
    TEXT-DECORATION: none;
}
div.ListDisplay a:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    COLOR: #6095CA;
    FONT-STYLE: normal;
    TEXT-DECORATION: underline;
}

/* ----- Input Table Display ----- */
div.InputForm
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    FONT-STYLE: normal;
    COLOR: #000000;
    BACKGROUND-COLOR: #FFFFFF;
    text-align:center;
}

div.InputForm p	/* use inside a <td> tag */
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    FONT-STYLE: normal;
    COLOR: #000000;
    BACKGROUND-COLOR: #5991C8;
    MARGIN-LEFT: 9pt;
    MARGIN-RIGHT: 9pt;
    MARGIN-TOP: 5pt;
    MARGIN-BOTTOM: 5pt;
    TEXT-ALIGN: justify;
}

div.InputForm table
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    FONT-STYLE: normal;
    COLOR: #000000;
    BACKGROUND-COLOR: #5991C8;
    margin-bottom: 10px;
    border: 1px solid black;
}

div.InputForm th
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    FONT-STYLE: normal;
    COLOR: #FFFFFF;
    BACKGROUND-COLOR: #1B67A5;
}

div.InputForm .THnormal
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    FONT-STYLE: normal;
    COLOR: #FFFFFF;
    BACKGROUND-COLOR: #1B67A5;
}

div.InputForm td
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    FONT-STYLE: normal;
    COLOR: #FFFFFF;
    BACKGROUND-COLOR: #5991C8;
    width: 60%;
}

div.InputForm .AgentTable td
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    FONT-STYLE: normal;
    COLOR: #FFFFFF;
    width: 150px;
    text-align:center;
}

div.InputForm .TDbold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    FONT-STYLE: normal;
    COLOR: #FFFFFF;
    BACKGROUND-COLOR: #5991C8;
}
div.InputForm a, div.InputForm a:visited, div.InputForm a:active
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    COLOR: #FFFFFF;
    FONT-STYLE: normal;
    TEXT-DECORATION: none;
}
div.InputForm a:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    COLOR: #FFFFFF;
    FONT-STYLE: normal;
    TEXT-DECORATION: underline;
}
div.InputForm .SmallText
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    FONT-STYLE: normal;
    COLOR: #FFFFFF;
    BACKGROUND-COLOR: #1B67A5;
}

div.InputForm ul a, div.InputForm ul a:visited
{
	color:black;
}
.ErrorMsg
{
	padding: 0.5em;
	margin-left: 1em;
	margin-bottom: 1em;
	width: 30em;
	min-height: 5em;
	background-color: #FFE457;
	border: 1px solid #EF4A42;
}

.RegularMsg
{
	padding: 0.5em;
	margin-left: 1em;
	margin-bottom: 1em;
	width: 30em;
	min-height: 5em;
	background-color: #B2D27D;
	border: 1px solid #648335;
}

.MsgTitle
{
	font-weight:bold;
	font-size:14px;
	margin:0.5em;
}

.MsgContent
{
	font-weight:normal;
	font-size:12px;
	margin-left: 0.5em;
}

.Wrapper
{
    border:1px solid gray;
    width: 650px;
    margin: auto;
    margin-top:10px;
    margin-bottom:10px;
    padding: 10px;
    background-color: #B2D27D;
}

.InputForm .WrapperTitle
{
    padding:5px;
    font-weight: bold;
    font-size:14px;
    margin: 10px;
}

.InputForm .Title
{
    background-color: #A5CFFF;
    color: #1B67A5;
}

.Report table
{
    border: 1px solid black;
}

.Report th
{
    vertical-align:bottom;
	border-right: 1px solid white;
    text-align:center;
}

.Report th, .Report td
{
    margin: 0;
    font-size: 9px;
}

.Report td
{
    vertical-align: top;
    text-align: right;
    padding-right: 0.5em;
    padding-left: 0.5em;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.3em;
}

.Report th
{
    border-bottom: 1px solid black;
	line-height: 1.3em;
}
.ReportList th
{
	background-color: #b2d27d;
}
.ReportList tr:hover .ReportList td, .ReportList tr:hover .ReportList td a
{
	background-color: #4179CD;
	color: white;
}

.ReportList tr:hover .ReportList td a, .ReportList tr .ReportList td a:hover
{
	border-bottom: 1px solid white;
	color: white;
}

.Report .Totals
{
	font-weight:bold;
}

.Button
{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-color: #003B6E;
	color: #FFFFFF;
	border-top: 1px solid #B0C7E9;
	border-left: 1px solid #B0C7E9;
	border-right: 1px solid #002341;
	border-bottom: 1px solid #002341;
}

body
{
	background-color: white;
	color: black;
	font: 10pt/1.7em Tahoma, Arial, sans-serif;
	position: relative;
}

td, th
{
	font: 8pt/1.7em Tahoma, Arial, sans-serif;
	padding: 0.5em;
	margin: 0.5em;
}
tr th
{
	border-bottom: 1px solid black;
}

#treg_body
{
	font-size: 8pt;
	margin: 1em;
	width: 90em;
}

#treg_body p
{
	margin-bottom: 1em;
}

#treg_body ul
{
	margin-left: 2em;
	margin-bottom: 1em;
}

#treg_login_box
{
	font-size: 8pt;
	position: fixed;
	top: 5em;
	right: 0.5em;
	z-index: 2;
}

/*
 * Form styling
 */
.form_row
{
	
}
.form_group
{
	clear: both;
	margin-left: 2em;
}
.form_group .title
{
	margin-left: -1em;
	font-weight: bold;
}
.form_row label
{
	float: left;
	width: 9em;
}
.form_row
{
	margin: 1em 0 0 1em;
	clear: both;
}

.form_row fieldset
{
	border: 1px solid black;
	padding: 1em;
	margin: 0 1em 1em 0;
	float: left;
}

.form_row fieldset label
{
	float: none;
	margin-left: 0.25em;
}

.form_row legend
{
	margin-left: 0.5em;
	padding: 0 0.25em;
}

.form_row_button
{
	margin: 1em 0 0 1em;
}

.form_row_view
{
	line-height: 1.2em;
}
.form_group_view
{
	clear: both;
	margin-left: 2em;
}
.form_group_view .title
{
	margin-left: -1em;
	font-weight: bold;
}
.form_row_view label
{
	float: left;
	font-weight: bold;
	text-align: right;
	width: 20em;
}
.form_row_view label.short
{
	float: left;
	font-weight: bold;
	text-align: right;
	width: 15em;
}
.form_row_view
{
	margin: 1em 0 0 1em;
	clear: both;
}

.form_group_view fieldset
{
	border: 1px solid black;
	padding: 1em;
	margin: 0 1em 1em 0;
	clear: both;
}

.form_group_view fieldset label
{
	float: none;
	margin-left: 0.25em;
	color: black;
}

.form_group_view legend
{
	margin-left: 0.5em;
	padding: 0 0.25em;
	color: black;
	font-weight: bold;
}

.form_group_view textarea
{
	border: 0;
	background-color: transparent;
	width: 23em;
	overflow: visible;
}

.form_group_view textarea.visible
{
	border: 1px solid black;
	background-color: white;
	overflow: auto;
}
.form_row_view_button
{
	margin: 1em 0 0 1em;
}

input, textarea, select
{
	font: 8pt Tahoma, Arial, sans-serif;
}
input[type="text"], input[type="password"], textarea, select
{
	border: 1px solid black;
	padding: 0.25em;
}
input[type="text"], input[type="password"]
{
	_height: 2.25em;
}
input.date
{
	width: 15em;
}
input[type="submit"], input[type="button"]
{
	padding: 0.25em;
}

.datablock
{
	width: 30em;
	background-color: #b2d27d;
	border: 1px solid;
	padding: 10px;
	margin-right: 2em;
	margin-bottom: 2em;
    vertical-align: top;
	clear: none;
	float: left;
}

.datablock_view
{
	width: 50em;
	background-color: #b2d27d;
	border: 1px solid;
	padding: 10px;
	margin-right: 2em;
	margin-bottom: 2em;
    vertical-align: top;
	clear: none;
	float: left;
}

.datablock_view_right
{
	width: 50em;
	background-color: #b2d27d;
	border: 1px solid;
	padding: 10px;
	margin-right: 2em;
	margin-bottom: 2em;
    vertical-align: top;
	clear: none;
	float: right;
}

.PageBreak
{
	page-break-before:always;
}

/* ----- Progress ----- */

div.Progress .Current
{
	font-size: 9pt;
	font-weight: bold;
}
div.Progress .NonCurrent
{
	font-size: 9pt;
	color: gray;
	font-weight: normal;
}

/** Internet Explorer hacks below this line **/

*html body .ErrorMsg
{
	height:expression(
		this.scrollHeight < 50? "50px" : "auto" );
}

*html body .RegularMsg
{
	height:expression(
		this.scrollHeight < 50? "50px" : "auto" );
}
