﻿/***************Accordion Styles***************/


.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #e2e2e2;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    /*background-color: #D3DEEF;*/
    background-color: #FFFFFF;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
	line-height: 100%;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	color: #5A6D70;
}

/**********Catalog Styles*************/

.HeaderText
{
	display: block;
	white-space:nowrap;
	font-size:100%;
	color:#646363;
	text-decoration: none;
	border-bottom:solid 1px #FFFFFF;
	margin: 6px 5px 3px 5px;	
	font-weight: bold;
	font-family:Arial;
	font-size: 14px;
}


.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;

}

.modalPopup { 
      background-color:Window; 
      border-width:1px; 
      border-style:solid; 
      border-color:Gray; 
      padding:0px; 
      width:250px; 
      text-align:center;

}


/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}

.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}

/**********TEXT STYLES****************/

.SubHeader
{
	font-size:13pt;
	font-weight:bold;	
	font-family:Arial;
	color:#606060;
}

.WelcomeLabel
{
	font-size:8pt;	
	font-family:Arial;
	color:#606060;
}

.GridViewHeader
{
	font-size:11pt;
	font-weight:bold;	
	font-family:Arial;
	color:#606060;
}

.GridViewItem
{
	font-size:8pt;
	font-weight:bold;	
	font-family:Arial;
	color:#606060;
}

.GridViewItemCat
{
	/*font-size:11pt;
	font-family:Arial;
	font-weight:bolder;
	color:#FCB034;
	font-style:normal;
	font-weight:bold;*/
	/*text-decoration:none;*/
}

.GridViewLink
{
	/*color:#FCB034;*/	
}

