/* FastBase style sheet */

body { color: black; background: white; }
body { margin-left: 0; margin-right: 0; }
body { margin-top: 0; margin-bottom: 0; }
body { font-family: Verdana, Helvetica, Arial; }

P.main { font-size: 8pt; margin-top: 2pt; margin-bottom: 6pt;}
P.main2 { font-size: 9pt; margin-top: 2pt; margin-bottom: 6pt;}
P.heading { font-size: 12pt; font-weight: bold }
P.head { font-size: 10pt; font-weight: bold }
P.highlight { font-size: 10pt; margin-top: 4pt; margin-bottom: 0pt; line-height: 14pt; }
P.main_larger { font-size: 10pt; }
P.error { font-size: 10pt; font-weight: bold; color: red; }
P.small { font-size: 7pt; margin-top: 2pt; margin-bottom: 4pt;}

P.help { font-size: 10pt; }
P.help_heading { font-size: 12pt; font-weight: bold; }

H { font-size: 15pt; font-weight: bold; }
H4 { margin-top: 4pt; margin-bottom: 4pt; line-height: 15pt; }
TD { font-size: 8pt; margin-top: 2pt; margin-bottom: 6pt; }

div.login { border: solid; border-width: thin; width: 100% }

B.reverse { background: black; color: white; }

a:link { color: #666666; text-decoration: none}
a:visited { color: #666666; text-decoration: none}
a:hover { color: #FF0000; text-decoration: none; text-underline: none}

a.white:link { color: #dedede; text-decoration: none}
a.white:visited { color: #dedede; text-decoration: none}
a.white:hover { color: #F8F8F8; text-decoration: none; text-underline: none}

.tablegrey {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.formgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #E8E8E8;
	border: 1px dashed #CCCCCC;
	color: #CCCCCC;
}
.tablegrey2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}

