﻿body {
	font-size: 8pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #666666;
}
.title {
	color: #666666;
}
.header {
	color: #22539F;
	font-weight: bold;
	font-size: medium;
	width: 95%;
	padding-left: 10px;
}
a {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
fieldset {
	border: 1px solid #DBE0E7;
}
legend {
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	color: #22539F;
	border-top: solid 1px #DBE0E7;
	border-left: solid 1px #DBE0E7;
	border-right: solid 1px #DBE0E7;
}
#notes li {
	color: inherit;
	font-size: 8pt;
	margin: 0px 0px 4px 0px;
}
table {
	color: inherit;
}
.button {
	color: #1e3147;
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.select {
	color: #22539F;
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.textbox {
	color: #22539F;
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#Main-Content p {
	text-align: inherit;
}

#Main-Content {
	margin-left: 2px;
	margin-right: 2px;
}

.menu {
	border-top-width: 0px;
}
.menu tr td {
	height: 25px;
	text-align: center;
	border: 1px solid #DBE0E7;
	border-top-width: 0px;
}
.menu a:hover {
	color: #3b8910;
}
.crumbs a {
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}
.crumbs a:hover {
	text-decoration: none;
	color: #1e3147;
}
.ajax__tab_body span {
	font-size: 8pt;
}

table.cma {
	border: solid 1px #DBE0E7;
}

table.cma th {
	color: #22539F;
	background-color: #DBE0E7;
}
table.cma tr.alt {
	background-color: #F6F6F6;
}
table.cma tr.spacer {
	height: 12px;
}

.NewGridView {
    border-left: solid 1px Gray;
    border-right: solid 1px Gray;
}
.NewGridView tr th {
    background-image: url(../images/gv-header-bg1.gif);
    background-color: White;
    color: #333333;
    text-align: left;
    font-size: x-small;
    padding: 4px 3px 4px 6px;
    height: 20px;
    border: 0px solid #333333;
}
.NewGridView tr th a {
	text-decoration: underline;
	font-weight: bold;
}
.NewGridView a {
	text-decoration: underline;
	font-weight: normal;
}
.NewGridView tr td {
    font-size: x-small;
    padding: 3px 3px 3px 6px;
    border-top: solid 1px #DDDDDD;
    border-bottom: solid 1px #DDDDDD;
    white-space: nowrap;
}
.NewGridViewFooter td {
    background-image: url(../images/gv-header-bg1.gif);
    background-repeat: no-repeat;
    height: 16px;
}

