﻿.RegStepTitle
{
    margin-top:15px;
    font-size:14pt;
    font-weight:bold;
}

.RegStepSubheading
{
    font-size:12pt;
    font-weight:normal;
    font-style:italic;
}

.RegStepDetail
{
    margin-left:20px;
    font-size:9pt;
    font-weight:normal;
}

.ProgressIncomplete
{
    color:Red;
}

.ProgressComplete
{
    color:Green;
}

a {
color: #337338;
font-size: 12px;
font-weight:bold;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

h1
{
    font-size:18pt;
    font-weight:bold;
}

h2
{
    font-size:14pt;
    font-weight:bold;
}

/* Gridviews
----------------------------------------------------------*/

.gvOne
{
    font-size:12pt;
    background-color:#FFFFCC;
    border-collapse:collapse;
    padding:10px;
    border:1px solid #ccc;
}
.gvOne tr
{
    vertical-align:top;
}
.gvOne tr th
{
    font-weight:bold;
    padding:3px 5px;
    border:1px solid #ccc;
}
.gvOne tr td
{
    background-color:#fff;
    padding:2px 5px;
    border:1px solid #ccc;
}

/* Tables
----------------------------------------------------------*/

.tblView
{
    font-size:12pt;
    padding:10px;
}
.tblView tr
{
    vertical-align:top;
}
.tblView tr th
{
    font-size:9pt;
    font-weight:bold;
    text-align:left;
}
.tblView tr td
{
    font-size:10pt;
    text-align:left;
    border:1px solid #ccc;
    background-color:#fff;
}

.tblEdit
{
    padding:10px;
    font-size:12pt;
}
.tblEdit tr
{
    vertical-align:top;
}
.tblEdit tr th
{
    font-weight:bold;
    text-align:left;
}
.tblEdit tr td
{
    text-align:left;
}

/* Fonts
----------------------------------------------------------*/

.f05
{
	font-size: 5pt;
}

.f06
{

	font-size: 6pt;
}

.f06bold
{

	font-size: 6pt;
	font-weight: bold;
}

.f07
{

	font-size: 7pt;
}

.f07error
{

	font-size: 7pt;
	color: Red;
}

.f07bold
{

	font-size: 7pt;
	font-weight: bold;
}

.f08
{

	font-size: 8pt;
}

.f07silver
{

	font-size: 7pt;
	color: Silver;
}

.f08italic
{

	font-size: 8pt;
	font-style: italic;
}

.f08italic_silver
{

	font-size: 8pt;
	font-style: italic;
	color: Silver;
}

.f08silver
{

	font-size: 8pt;
	color: Silver;
}

.f08error
{

	font-size: 8pt;
	color: Red;
}

.f08optional
{

	font-size: 8pt;
	color: Green;
}

.f08bold
{

	font-size: 8pt;
	font-weight: bold;
}

.f09
{

	font-size: 9pt;
}

.f09bold
{

	font-size: 9pt;
	font-weight: bold;
}

.f09error
{

	font-size: 9pt;
	color: Red;
}

.f10
{

	font-size: 10pt;
}

.f10bold
{

	font-size: 10pt;
	font-weight: bold;
}

.f10error
{

	font-size: 10pt;
	color: Red;
}

.f12
{

	font-size: 12pt;
}

.f12bold
{

	font-size: 12pt;
	font-weight: bold;
}

.f12error
{

	font-size: 12pt;
	color: Red;
}

.f13
{

	font-size: 13pt;
}

.f13bold
{
	font-size: 13pt;
	font-weight: bold
}

.f14
{

	font-size: 14pt;
}

.f14bold
{
	font-size: 14pt;
	font-weight: bold
}

.f16
{

	font-size: 16pt;
}

.f16bold
{
	font-size: 16pt;
	font-weight: bold;
}

.f18bold
{

	font-size: 18pt;
	font-weight: bold;
}

.f20bold
{

	font-size: 20pt;
	font-weight: bold;
}

.menuView
{
    text-align:center;
    margin-bottom:5px;
}
.menuView ul li
{
    font-size:9pt;
    padding:2px 5px;
    margin:1px;
}
.menuView ul li:hover
{
    font-size:9pt;
    text-decoration:underline;
}

