﻿body {
}

/* MasterPage formatting */
/* --------------------- */
/* menubar under header graphic */
.cellBack 
{
    background-color:Navy;
}

/* login/logout link in the menubar */
.loginView
{
	color:White;
	text-decoration: none;
	font-family: Arial;
	font-variant: small-caps;
	font-size: small;	
}

.footerText
{
	font-size: x-small;
	color:White;
	font-family: Arial;
}

/* hyperlink in the footer */
#lnkFooter
{
	font-size: x-small;
	text-decoration: underline;
	font-family: Arial;	
	color: White;
}

/* Main Page styles */
.blankRow
{
    height:10px;    
}

h3
{
	color: Navy;
	font-family: Arial;	
}

td
{
	font-size: small;
	color: black;
	font-family: Arial;	
}

A, hyperlink:link, hover, visited, active
{	
	color: Navy;
}	

.gv
{
	font-family: Arial;	
	font-size: xx-small;
	color:Black;
}

/* Accordion styles */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: Navy;
	font-family: Arial, Sans-Serif;
	font-size:small;
	font-weight: bold;
    cursor: pointer;
}

.accordionContent
{
    background-color: White;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    font-size:x-small;
}

.accordionHeaderFull
{
    color: white;
    background-color: Navy;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
    cursor: pointer;
    padding-top:5px;
}

.accordionContentFull
{
    padding: 5px;
}
