/*This page has all the CSS styles used to uniformly format style elements on all the site pages.*/

body 
{
font-family: verdana, helvetica, arial;
margin: 0cm 0cm 0cm 0cm;
}

/*general style between p and div tags*/
p,div,td,th
{
/*font-size: 100%;*/
margin-left: 5;
margin-right: 5;
}

/* small text */
.small 
{
font-size: 90%;
}

/* extra small text */
.xsmall 
{
font-size: 80%;
}

/*centered text*/
.center 
{text-align: center;
}

/* small centered text*/
.scenter 
{text-align: center;
font-size: 90%;
}

.indent 
{
margin-left: 20;
}
.mindent {margin-left: 20;}
.mmindent {margin-left: 35;}
.mmmindent {margin-left: 50;}

.smindent 
{
margin-left: 20;
font-size: 90%;
}
.smmindent 
{
margin-left: 35;
font-size: 90%;
}

.tright 
{
text-align: right;
}

.gray {color: #333333;}
.ltgray {background-color: #cccccc;}
.ltyellow {background-color: #ffffcc;}
.darkblue {color: #330066;}
.bc_blue {background-color: #e8edf0;}

.alt1 {background-color: #eeeeee;}
.alt2 {background-color: #d1d1d1;}

/*page titles*/
h2,h3,h4,h5 
{
color: #330066;/*dark purple-blue*/
}

/*Styles for header navigation bar links*/
a.header:hover 
{
/*font-size: 100%;*/
color: #cc0033;/*dark red*/
text-decoration: none;
}   /* mouse over link */

a.header:link 
{
/*font-size: 100%;*/
color: #000066;/*dark blue*/
text-decoration: none;
}     /* unvisited link */

a.header:visited 
{
/*font-size: 100%;*/
color: #000066;/*dark blue*/
text-decoration: none;
}  /* visited link */

/*Styles for side navigation bar links*/
a.navbar:hover 
{
/*font-size: 100%;*/
color: #cc0033;/*dark red*/
}   /* mouse over link */

a.navbar:link 
{
/*font-size: 100%;*/
color: #000066;/*dark blue*/
}     /* unvisited link */

a.navbar:visited 
{
/*font-size: 100%;*/
color: #990066;/*plum*/
}  /* visited link */

/*Styles for footer links*/
a.footer:hover 
{
color: #cc0033;/*dark red*/
}   /* mouse over link */

a.footer:link 
{
color: #000066;/*dark blue*/
}     /* unvisited link */

a.footer:visited 
{
color: #990066;/*plum*/
}  /* visited link */


div.attention
{
/*font-size: 100%;*/
color: #cc0033;
text-align: center;
}

/*instructions to users in red*/
.red
{
/*font-size: 100%;*/
color: #cc0033;
}

/*header title*/
div.header 
{
/*font-size: 120%;*/
font-weight: 500;
color: #330066;/*dark blue*/
}

/*instructions to users in blue*/
div.notice
{
/*font-size: 100%;*/
color: #0000ff;
text-align: center;
}

/*instructions to users in red or asterisks*/
font.attention
{
/*font-size: 100%;*/
color: #cc0033;
}

/*blue asterisks*/
font.asterisk
{
/*font-size: 100%;*/
color: #0000ff;
}

/*text in blue*/
font.notice
{
/*font-size: 100%;*/
color: #0000ff;
}

/*Dark brown for left navigation bar title*/
.lnh 
{
/*font-size: 110%;*/
color: #5e2f00; /*dark brown*/
}

/*Styles for header navigation bar links*/
a.lnh:hover 
{
/*font-size: 100%;*/
color: #5e2f00; /*dark brown*/
text-decoration: none;
}   /* mouse over link */

a.lnh:link 
{
/*font-size: 100%;*/
color: #5e2f00; /*dark brown*/
text-decoration: none;
}     /* unvisited link */

a.lnh:visited 
{
/*font-size: 100%;*/
font-family: verdana, helvetica, arial;
color: #5e2f00; /*dark brown*/
/*color: #990066; plum*/
text-decoration: none;
}  /* visited link */

/*lists ordered by number*/
ol.decimal 
{
list-style-type: decimal;
}

/*lists ordered by lower case letter*/
ol.lalpha 
{
list-style-type: lower-alpha;
}

/*Styles for footer bar*/
p.footerbar 
{
color: #446475;/*dark grey-blue*/
} 

/*Blue for query selection forms*/
table.formscolor
{
background-color: #bdcfd9;
}

/*White content background*/
td.contentbkgrnd
{
background-color: #ffffff;
}

/*Gray for non-query forms*/
td.formcolor1
{
background-color: #b2b2b2;
}

/*Gray for non-query forms*/
td.formcolor2
{
background-color: #c9c9c9;
}

/*Blue for query selection forms*/
td.formscolor
{
background-color: #bdcfd9;
}

/*Brown for sidebar navigation color*/
.navbarcolor
{
background-color: #e6dfd5;
}

/*Light brown for sidebar navigation selected color*/
.navbarselectedcolor
{
background-color: #fbfaf7;
}

/*Blue for bottom navigation bar color*/
td.navfootercolor
{
background-color: #bdcfd9;
}

/*Dark marine for layout separation lines in the header*/
td.separationlines
{
background-color: #446475;
}

/*Light blue for header navigation selected color*/
th.navheaderselectedcolor
{
background-color: #e8edf0;
}

/*Blue for header navigation not selected color*/
th.navheadercolor
{
background-color: #bdcfd9;
}

/*Blue for t1 and t2 query type forms and some query selection forms*/
tr.formscolor
{
background-color: #bdcfd9;
}

/*White for header color*/
tr.headercolor
{
background-color: #ffffff;
}

/*Dark Marine for layout separation lines in the footer*/
tr.separationlines
{
background-color: #446475;
}

/*Gray for table color*/
tr.tablecolor
{
background-color: #cccccc;
} 

/*Gray for table header color*/
tr.tableheadercolor
{
background-color: #b2b2b2;
}




