﻿/* Rules specific to the Greenville theme */

body {
    background-color: #dce0e0;
}

/* Headings */

h1, h2, h3, h4, h5, th, thead, tfoot {
    color:#3f777e;
}

/*The following links are suitable for a light background.*/
a:link	{	
	color:	#3F777E;
	}	
		
a:visited	{	
	color:	#3F777E;
	}	
		
a:active	{	
	color:	#774546;
	}	
		
a:hover	{	
	color:	#774546;
	}
	
/***** Grid Styles *****/

.gridTitle {
	color:#3f777e;
	}

.gridHdr, .gridHdr th, .gridHdr a,.gridHdr a:visited {
	color: #fff;
	background: #3f777e url("images/bggradient.jpg") repeat-x left;
}

/* The following links are suitable over a dark background. */

.gridHdr a:link {
	color: #e2f2f7;
}

.gridHdr a:visited {
	color: #e2f2f7;
	}
	
.gridHdr a:hover {
    	text-decoration: none;	
	color: #9bfbdc;
   	 } 
    
.gridHdr a:active {
	color: #43dee8;	
	text-decoration: none;
	}

.gridItemNrm {
	background-color: #fff;
}

.gridItemNrm a,.gridItemAlt a {
	color: #774546; 
}

.gridItemAlt {
	background-color: #d8fdff;
}

/*
	Section: Label Styles
	Structure: Controls are render using header elements (H1,H2).
*/

.lblSubtitle
{
	color:#3f777e;
}

.lblTitle
{
	color:#3f777e;
}

/*
	Section: Breadcrumb Styles
	Structure: Control is rendered as a DIV wrapped 
	around a list of anchor elements.  Each anchor element
	represents one breadcrumb on path to current page.
*/

.bcmb
{
	color: #e0fbff;
}

.bcmb a:link {
	color: #e3f5fc;
}
.bcmb a:visited {
	color: #eff0fd;	
	}
.bcmb a:hover 
{
	color: #9bfbdc;
    } 
.bcmb a:active {
	color: #f8daef;	
	}
/*
	Section: Menubar Styles
	Structure: Control is rendered as a DIV wrapped 
	around a list of anchor elements.  Each anchor element
	represents one menuitem.  Blocking and borders are used
	on LI element for drawing the menuitem.
	--Note this is from the CSS adapters.
*/
/* The following rule includes the background color for the buttons. */
.AspNet-Menu-Horizontal ul.AspNet-Menu li 
{
	background: #e3e3e5 url("images/bkgbutton.gif") repeat-x left;
	border-top: 2px solid #d7e4e6;
	border-right: 2px solid #4e5f62;
	border-bottom: 2px solid #424242;
	border-left: 2px solid #afc4ca;
}

.AspNet-Menu-Horizontal ul.AspNet-Menu a
{
	color: #35585c; 
}
.AspNet-Menu-Horizontal ul.AspNet-Menu a:hover
{
	background: #fff url("images/bkgbuttonhover.gif") repeat-x left;
	color: #e2f2f7;
}
.AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Selected a
{
	color: #f3f3f8; 
	background: #e3e3e5 url("images/bkgbuttondown.gif") repeat-x left;
	border-bottom: 2px solid #d7e4e6;
	border-left: 2px solid #4e5f62;
	border-top: 2px solid #424242;
	border-right: 2px solid #afc4ca;	
}

.mbar a
{
	color: #774546; 
}

.mbar li 
{
	background-color: #eae8dc;
}

.misctext
{
	color: #000;
}

/* The following classes are used for divs on the user control (atytitle.ascx) that is part of the inquiry.master page. 
IMPORTANT: These are the only rules that contain width in the theme CSS sheets. This is because the width of banner images 
may vary by user. */

.banner 
{
    background: url(images/Spacer3.jpg) repeat-x;	
}

.bannerimage1
{
    width: 306px;
    background: #74b0b8 url(images/3Bar_Background_Left.jpg) no-repeat left;
}

.bannerimage2
{
   width: 313px;
   background: #74b0b8 url(images/3Bar_Background_Right.jpg) no-repeat right;
}

.mpageTitle
{
	background-image:url('./images/Spacer3.jpg');
	border-bottom: 1.5px none rgb(255,255,255);
}

.mpageGradient
{
	background: url("images/bgGradient.jpg") repeat-x;
	color: #fff;
}

.securityTitle
{
	color:#3f777e;
}
.securityLabel
{
	color:#3f777e;
}

/* Panel is used in the inquiry.master page. */  
div#panel
{
    background: #f1f1f3 url("./images/bkg.gif") repeat-x left;
    border-top: 2px solid #efeff0;
    border-left: 2px solid #e3e3e4;
    border-bottom: 2px solid #8e8e8e;
    border-right: 2px solid #ababac;
}

/* Button Styles */

.button 
{
background: #e3e3e5 url("images/bkgbutton.gif") repeat-x left;
}
