
/*
General settings
*/
TABLE.outline {
	background: #969696;
}

.tabOutline {
	background: lightGray;
	border-top: 0px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-color: black;
	border-style: solid;
}

.userActiveTab {
	background: lightGray;
	border-top: 1px;
	border-bottom: 0px;
	border-left: 1px;
	border-right: 1px;
	border-color: black;
	border-style: solid;
}

.userInactiveTab {
	background: Gray;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-color: black;
	border-style: solid;
}

.activeTab {
	background: white;
	/* color: #DB0000; */
	color: #72121D;
	border-top: 1px;
	border-bottom: 0px;
	border-left: 1px;
	border-right: 1px;
	border-color: black;
	border-style: solid;
}

.inactiveTab {
	background: Gray;
	color: white;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-color: black;
	border-style: solid;
}

.tabCell {
	background: transparent;
}

.fillerTab {
	background: transparent;
	border-top: 0px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-color: black;
	border-style: solid;
}

TABLE.formOutline {
	border-width: 1px;
	border-color: #811623;
	border-style: solid;
}

TABLE.formContainerOutline {
	background: #811623;
}

TEXTAREA {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

TD {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

TR {
	background-color: white;
}

A {
	color: #616161;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #DB0000;
	text-decoration: underline;
}

A.stand-out {
	color: #4169E1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

A:hover.stand-out {
	color: #DB0000;
	text-decoration: underline;
}

A.match {
    color: #4169E1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
}

A:hover.match {
    color: #DB0000;
    text-decoration: underline;
}

A.light {
	color: #616161;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

A:hover.light {
	color: #DB0000;
	text-decoration: underline;
}

TH {
	/* background: #C80000; */
	background: #686868;
	color: white;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

TH.light {
	background: #72121D;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

TD.menuSectionHeader {
	background: #E4E4E4;
	/* color: #D20000; */
	color: #72121D;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

TD.docsSection {
	background: #72121D;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

A.heading {
	color: white;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

A:hover.heading {
	color: LightGray;
}

A.attachments {
	color: #72121D;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

A:hover.attachments {
	color: gray;
}

A.help {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

A:hover.help {
	color: #C80000;
	text-decoration: underline;
}

A.helpRequired {
	color: #4169E1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

A:hover.helpRequired {
	color: #C80000;
	text-decoration: underline;
}

TR.darkrow {
	background: #E7E7E7;
}

TR.lightrow {
	background: white;
}

TR.billingClientHeader {
	background: #FFFF95;
}

.pageTitle {
	color: #4B4B4B;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.success {
	color: Green;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

.failed {
	color: Red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

.required {
	color: #4169E1;
}

.notice {
	color: #4169E1;
}

.warn {
	color: red;
}

.bold {
	font-weight: bold;
}

INPUT {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

INPUT.shortButton {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 60px;
	border: solid;
	border-width: 1px;
	border-color: #C80000;
}

INPUT.longButton {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	border: solid;
	border-width: 1px;
	border-color: #C80000;
}

INPUT.loginText {
	background: #E3E3E3;
	border: solid;
	border-width: 1px;
	border-color: #C80000;
}

SELECT {
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

SELECT.medium {
	width: 150px;
}

SELECT.long {
	width: 250px;
}

INPUT.shortText {
	width: 60px;
}
INPUT.longText {
	width: 200px;
}

INPUT.longerText {
	width: 300px;
}

INPUT.longestText {
	width: 400px;
}

.formErrors {
	color: #C80000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

LI.formError {
	color: #C80000;
}

.rightsEditDisabled
{
	color: #C80000;
}

.rightsEditEnabled
{
}

/*
Header
*/
TD.header {
	border: none;
	/* background: #003366; */
	background: #013D61;
}

TD.headerLine {
	height: 3px;
	background: #C80000;
}

A.header {
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

A:hover.header {
	color: #C5C5C5;
}

/*
Footer
*/
TD.footer {
	color: gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

A.footer {
	color: gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

/*
Menu
*/
TABLE.menuSectionOutline {
	/* background: #72121D; */
	background: #811623;
}

TABLE.menuSection {
	background: white;
}

A.menu {
	color: #616161;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

A:hover.menu {
	color: #DB0000;
}


TABLE.slistOutline {
	border-width: 1px;
	border-color: #969696;
	border-style: solid;
}

A.slist {
	color: #616161;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

A:hover.slist {
	color: #DB0000;
}

TH.slist {
	background: #686868;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


TD.line_break {
	background: #BBDDEE;
	color: black;
	font-size: 11px;
	font-weight: bolder;
	text-align: center;
}

TD.slistInactiveTab
{
	background: #686868;
	font-family: Verdana, Helvetica;
	font-size: 11px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

TD.slistActiveTab
{
	background: lightGray;
   	font-family: Verdana, Helvetica;
    font-size: 11px;
	border-width: 1px;
	border-color: red;
	border-style: solid;
}

A.slistTab {
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

A:hover.slistTab {
	color: #DB0000;
}

TD.docsTextView {
	background: #FFFFCC;
	border-width: 1px;
	border-color: #969696;
	border-style: solid;

}

TD.date {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* AgencyDetails */
#AgencyDetails h1 {
        color: black;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        margin: 0px;
}
