﻿body   
{
    background-color: #FFFFFF;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000;
}

div
{
    color: #000;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* TAB MENU   
----------------------------------------------------------*/

.menu table tr td
{
    font-size:10pt;
}

.menu table tr td
{
    width:80px;
}

.menu table tr td a, .menu table tr td a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 10px;
    text-decoration: none;
    white-space: nowrap;
}

.menu table tr td a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

.menu table tr td a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* Gridviews
----------------------------------------------------------*/

.gvOne
{
    font-size:10pt;
    background-color:#FFFFCC;
    border-collapse:collapse;
    padding:10px;
    border:1px solid #ccc;
}
.gvOne tr
{
    vertical-align:top;
}
.gvOne tr th
{
    font-size:9pt;
    font-weight:bold;
    padding:3px 5px;
    border:1px solid #ccc;
}
.gvOne tr td
{
    font-size:10pt;
    background-color:#fff;
    padding:2px 5px;
    border:1px solid #ccc;
}

/* Tables
----------------------------------------------------------*/

.tblView
{
    font-size:10pt;
    background-color:#FFFFCC;
    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
{
    background-color:#FFFFCC;
    padding:10px;
    font-size:10pt;
}
.tblEdit tr
{
    vertical-align:top;
}
.tblEdit tr th
{
    font-size:9pt;
    font-weight:bold;
    text-align:left;
}
.tblEdit tr td
{
    font-size:10pt;
    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;
}

