/* businessrecoveryplanning.com */
a:link
{
    color: white;
}
a:visited
{
    color: white;
} 
a:active 
{
    color: red;
}
A:hover
{
	color: red;
}


html {
        background: url(/images/fire010dim.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

body
{
	font-family:  Verdana, Helvetica, Sans-serif;
    color: white;
}

table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: red;
}

h1
{
	font-size: large;
}
h2
{
	font-size: medium;
}
h3
{
	font-size: medium;
}
h4
{
}
h5
{
}
h6
{
}

UL 
{
   margin-top: 0.75ex;
   margin-bottom: 0.75ex;
   list-style: square outside none;
}

OL 
{
   margin-top: 0.75ex;
   margin-bottom: 0.75ex;
}

DT 
{ 
	font-weight: bold; 
	margin-top: 0.1in;
}

DD 
{
}


.TITLE
{
	background-color: transparent;
	color: gray;
	font-size: 18pt;
	font-weight: bold;
}

.BOOKMARK
{
	background-color: red;
	color: white;
	font-size: smaller;
	font-weight: bold;
	/* line-height: 1.5; */
}

A.BOOKMARK:visited { color: white;   }
A.BOOKMARK:link { color: white;   }
A.BOOKMARK:hover { color: blue;  }

.TODAY
{
	background-color: red;
	color: white;
}
.SEARCH
{
	background-color: red;
}
.SUBSCRIBE
{
	background-color: red;
}

FORM.SEARCH
{
	margin-bottom: 0pt;
}
FORM.SUBSCRIBE
{
	margin-bottom: 0pt;
}

.TOPNAV
{
	color: white;
	background-color: red;
	/*font-size: smaller;*/
	font-weight: bold;
}
A.TOPNAV:visited { color: white;  text-decoration: none; }
A.TOPNAV:link { color: white;  text-decoration: none;  }
A.TOPNAV:hover { color: blue;  text-decoration: none; }



.SIDENAV
{
	background-color: rgba(25,0,0, 0.2); 
    color: white;
	font-size: 8pt;
	font-weight: bold;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
A.SIDENAV:visited { color: white;  text-decoration: none; }
A.SIDENAV:link { color: white;  text-decoration: none;  }
A.SIDENAV:hover { color: red;  text-decoration: underline; }

.CONTENT
{
	/* background-color: rgb(204,204,153); */
    font-size: smaller;

}

/* MS IE Bug Fix */
.CONTENT TABLE
{

    font-size: 100%;
}

.TOPLINK
{
	font-size: 8pt;
}

.COPYRIGHT
{
	font-size: 8pt;
}

.ERROR
{
   color: red;
   font-weight: bold;
}

.TESTIMONIAL_QUOTE
{
    font-style: italic;
    font-size: smaller;
}

/* Nested inside TESTIMONIAL_QUOTE */
.TESTIMONIAL_SOURCE
{
    font-style: normal;
    font-weight: bold;
}

BLOCKQUOTE.REALQUOTE
{
    font-size: smaller;
    background-color: transparent;
    padding: 0.00in 0.25in 0.00in 0.25in;
}

TABLE.DETAILED
{
    font-size: smaller;
    color: white;
    background-color: black;
}

TABLE.CALLOUT
{
    color: white;
    background-color: black;
    font-size: smaller;
}


INPUT
{
    background-color: black;
    color: yellow;
}

SELECT
{
    background-color: black;
    color: yellow;
}

TEXTAREA
{
    background-color: black;
    color: yellow;
}

/* Table used to insert floating block of right-aligned text */
TABLE.CALLOUT
{
    color: white;
    background-color: rgb(20,20,20);
    font-size: smaller;
}

.QUOTATION
{
    font-size: smaller;
}

.QUOTED_SOURCE
{
    font-style: italic;
}

    
/* Seminar Dates - from DisplaySeminarDates */
TABLE.SEMINARS
{
    border: solid white 1px;
    background-color: black;
}

THEAD.SEMINARHEAD
{
    font-weight: bold;
    text-align: center;
    font-size: 10pt;
    background-color: rgb(30,30,30);
}

TBODY.SEMINARBODY
{
	xfont-variant: small-caps;
	font-size: 9pt;
}

TR.SEMINARROWODD
{
    background-color: rgb(10,10,10);
}

TR.SEMINARROWEVEN
{
    background-color: rgb(30,30,30);
}

TR.SEMINARROWODDB
{
	font-weight: bold;
    background-color: rgb(180,200,244);
}

TR.SEMINARROWEVENB
{
	font-weight: bold;
    background-color: rgb(216,234,244);
}

TD.SEMINARTITLE
{
}

TD.SEMINARDATE
{
}

TD.SEMINARLOCATION
{
}

TD.SEMINAROPEN
{
	font-weight:bold;
}

TD.SEMINARCLOSED
{
	color: red;
}


    
