
.lblTitle
{
	font-size: 12px;
	color: Gray;
	font-family: Arial;
	font-weight: bold;
}

/* Site Search Formatting */
.txtSearch
{
	float:left;
	padding:5px 10px;
	margin:0;
	width:130px;
	border:0;
	line-height:14px;
	font-size:10px;
	color:#333;
	background:url(/siteimages/templates/search-box.gif) no-repeat 0 0;
}

input.btnSiteSearch{
	float:right;
	padding:0;
	padding-left:5px;
	margin:0;
	width:55px;
	height:24px;
	border:0;
	font-family:arial;
	font-size:14px;
	color:#fff;
	background:none;
	cursor:pointer;
	}
.txtSearchError
{
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	height: 24px;
	background: red;
}

/* END Site Search Formatting */
.CancelHeader
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: Arial;
}
.CancelDetails {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}
.Link
{
	font-size: 11px;
	color: activecaption;
	font-family: Arial;
	text-decoration: underline;
}
.LinkExchange
{
	font-size: 12px;
	color: #000E90;
	font-family: Arial;
	text-decoration: underline;
}
.Link1
{
	font-size: 14px;
	color: activecaption;
	font-family: Arial;
	text-decoration: underline;
}
.Link2
{
	font-size: 14px;
	color: activecaption;
	font-weight:bold;
	font-family: Arial;
	text-decoration: underline;
}
.Help {
	font-family: Arial;
	font-size: 10px;
	color: #0033FF;
	text-decoration: underline;
}
.operator
{
	font-weight: bold;
	font-size: 12px;
	color: royalblue;
	font-family: Arial;
}
.visitor
{
	font-weight: bold;
	font-size: 12px;
	color: red;
	font-family: Arial;
}
.Category
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Arial;
}
.DataGrid
{
	font-size: 10px;
	color: black;
	font-family: Arial;
}

.NewsTitle
{
	font-size: 10px;
	color: dodgerblue;
	font-family: Arial;
	text-decoration: underline;
}

.body
{
	font-size: 12px;
	color: black;
	font-family: Arial;
}

.body_gray
{
	font-size: 12px;
	color: Gray;
	font-family: Arial;
}

.body_gray_bold
{
	font-size: 12px;
	color: Gray;
	font-family: Arial;
	font-weight: bold;
}

.body_white
{
	font-size: 12px;
	color: white;
	font-family: Arial;
}
.bodySmall
{
	font-size: 9px;
	color: black;
	font-family: Arial;
}

.body_Bold
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial;
}
.Crumb
{
	font-weight: bold;
	font-size: 12px;
	color: darkgray;
	font-family: Arial;
}
.Message
{
	font-size: 12px;
	color: #ff3366;
	font-family: Arial;
}

.Message_Success
{
	font-size: 12px;
	color: green;
	font-family: Arial;
}

.header
{
	font-weight: bold;
	font-size: 12px;
	color: cornflowerblue;
	font-family: Arial;
}
.header1
{
	font-weight: bold;
	font-size: 12px;
	color: #ffcc00;
	font-family: Arial;
}
.header2
{
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	font-family: Arial;
}
.header3
{
	font-weight: bold;
	font-size: 15px;
	color: #000000;
	font-family: Arial;
}
.header4
{
	font-weight: bold;
	font-size: 15px;
	color: #999999;
	font-family: Arial;
}

.header5
{
	font-weight: bold;
	font-size: 15px;
	color: cornflowerblue;
	font-family: Arial;
}

.TableHeader
{
	background-color: #E0E0E0;
	font-family: Arial;
	font-size: 12px;
	color: Black;	
}
.NewsBody
{
	font-size: 10px;
	color: black;
	font-family: Arial;
}
.image
{
	display: block;
	font-size: 10pt;
	color: black;
}
.image_inv
{
	display: none;
}
.TextboxNoBorder
{
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: white;
	border-bottom-color: white;
	border-top-color: white;
	border-right-color: white;
}
.TableDefault
{
	background-color: white;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.TableDefaultAdmin
{
	background-color: #ffffcc;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.ModalBackground 
{	
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.ModalBackground1 
{	
	background-color:White;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.ModalPopup 
{	
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:390px;
}
.PopupControl
{
	border: olive 1px solid;
	padding: 8px;
	color: black;
	background-color: lightgoldenrodyellow;
}

.PopupControl1{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

.PopupControl2
{
	padding: 10px;
	background-color:White;
	border: 1px solid #000000;
	display:none;		
}

.PopupControl3
{
	border: olive 1px solid;
	padding: 8px;
	color: black;
	background-color: lightgoldenrodyellow;
	display:none;
}
.AccordionContent
{
    background-color: #FFFFDD;
    border: 1px dashed #FFFFDD;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.AccordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #D3DEEF;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.Path_Page
{
	border: 1px solid #2F4F4F;
	color: #006699;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.Progress_Overlay
{
	text-align:center;
}

.Book
{
	margin: 5px;
	font-size: 12px;
	font-family: Arial;
	border: solid 1px black; 
	width: 600px; 
	height: 500px;
}
.Book .BookTitle
{
	font-size: 16pt;
}
.Book .BookTOCTitle
{
	text-decoration: underline;
}
.Book .TOCHeader
{
	height: 80px;
}
.Book .PageHeader
{
	height: 50px;
	padding: 5px;
}
.Book .BookPageFooter
{
	height: 50px;
	padding: 5px;
	border-top: solid 1px black;
}
.Book .BookContent
{
	font-size: 12px;
	padding: 5px;
	border-top: solid 1px black;
	height: 380px;
}
.Book .BookTOC
{
	font-size: 12px;
	padding: 5px;
	padding-left: 20px;
}
.Book A
{
	color: mediumblue;
	font-size: 9pt;
	text-decoration: underline;
}
.Book A.Edit
{
	padding-left: 5px;
	color: mediumblue;
	font-size: 9pt;
	text-decoration: underline;
}
.Book A.TOC
{
	color: mediumblue;
	font-size: 12pt;
	text-decoration: underline;
}
/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(/images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(/images/SavedStar.png);
}
/* Site Map */
.TreeParentStyle
{
	font-size: 11pt;
	padding-bottom: 10px;
	color: black;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

.TreeNodeStyle
{
	font-size: 10pt;
	padding-bottom: 10px;
	color: gray;
	font-family: Verdana;
	text-decoration: underline;
}
.VerticalNavParent
{
	font-size: 11pt;
	padding-bottom: 10px;
	color: black;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	background-color: gray;
}
.VerticalNavChild
{
	font-size: 11pt;
	padding-bottom: 10px;
	color: black;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	background-color: olive;
}
/* SEO Styles */
.h1
{
	font-size: 13px;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
}
/* Table Styles */
.TableBlue
{
	margin: 2px;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-weight: bold;
	background-color: #1c9ed0;
}
.TableGreen
{
	margin: 2px;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-weight: bold;
	background-color: #85be23;
}
.NewsList
{
	font-size: 13px;
	color: #333300;
	font-family: Arial;
	font-weight: bold;
	list-style-type: circle;
}
.CSSPrice
{
	font-size: 10px;
	color: #333300;
	font-family: Arial;
	text-align: right;
}

.ActivityGridActive
{
	font-size: 12px;
	font-family: Arial;
	background-color: #3668D9;
	color: White;
	font-weight:bold;
	width: 120px;
	height: 30px;
}

.ActivityGridActiveItem
{
	font-size: 12px;
	font-family: Arial;
	background-color: #869DD1;
	color: Black;
	text-align:center;
}
.ActivityGridInactive
{
	font-size: 12px;
	font-family: Arial;
	background-color: #757575;
	color: Black;
	width: 120px;
	height: 30px;
}
.ActivityGridInactiveItem
{
	font-size: 12px;
	font-family: Arial;
	font-weight:bold;
	background-color: #ABABAB;
	color: Black;
	text-align:center;
}

.lblTitle1
{
	font-weight: bold;
	font-size: 12px;
	color: cornflowerblue;
	font-family: Arial;
}

.lblMessage
{
	font-weight: bold;
	font-size: 11px;
	color: red;
}

.lblSearch
{
	font-weight: bold;
	font-size: 11pt;
	color: mediumvioletred;
}

.lblFormHeader
{
	font-size: 11pt;
	color: mediumvioletred;
}

.lblFormField
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
}

/* Store Categories */
.lnkLink
{
	font-size: 14px;
	color: #000000;
	font-family: Arial;
	text-decoration: underline;
	font-weight: bold;
}


.txtKeywords
{
	
}


/* Inset 3D Raised */

.panSearch {background: transparent; width:40%; }
.panSearch h1, .panSearch_test p {margin:0 10px;}
.panSearch h1 {font-size:2em; color:#fff;}
.panSearch p {padding-bottom:0.5em;}

.panSearch .b1, .panSearch_test .b2, .panSearch_test .b3, .panSearch_test .b4, .panSearch_test .b1b, .panSearch_test .b2b, .panSearch_test .b3b, .panSearch_test .b4b {display:block; overflow:hidden; font-size:1px;}
.panSearch .b1, .panSearch_test .b2, .panSearch_test .b3, .panSearch_test .b1b, .panSearch_test .b2b, .panSearch_test .b3b {height:1px;}
.panSearch .b2 {background:#ccc; border-left:1px solid #fff; border-right:1px solid #eee;}
.panSearch .b3 {background:#ccc; border-left:1px solid #fff; border-right:1px solid #ddd;}
.panSearch .b4 {background:#ccc; border-left:1px solid #fff; border-right:1px solid #aaa;}
.panSearch .b4b {background:#ccc; border-left:1px solid #eee; border-right:1px solid #999;}
.panSearch .b3b {background:#ccc; border-left:1px solid #ddd; border-right:1px solid #999;}
.panSearch .b2b {background:#ccc; border-left:1px solid #aaa; border-right:1px solid #999;}


.panSearch .b1 {margin:0 5px; background:#fff;}
.panSearch .b2, .panSearch_test .b2b {margin:0 3px; border-width:0 2px;}
.panSearch .b3, .panSearch_test .b3b {margin:0 2px;}
.panSearch .b4, .panSearch_test .b4b {height:2px; margin:0 1px;}
.panSearch .b1b {margin:0 5px; background:#999;}

.panSearch .boxcontent
{
	display: block;
	border-left: 1px solid #fff;
	border-right: 1px solid #999;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
}
/*Subscriber Locator Styles*/
.LocatorSubscriberGoogleMapInfoWindow
{
	width:400px;
	height:200px;
}

.LocatorLocationGoogleMapInfoWindow
{
	width:350px;
	height:200px;
}
/*Vertical Nav Styles*/

#submenu   
{
	margin: 0 auto; padding: 0; width: 207px; 
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
}

#submenu ul {
    margin: 0 auto; padding: 0 0 4px 0; 
    list-style: none; display: block;
    }

#submenu ul li {
    margin: 0 auto; margin-top: 1px; padding: 0; display: block;
	font-size: 12px; 
    }

#submenu ul li a {
	background: url(images/snav_li_tile.png) repeat-x left top;
    margin: 0 auto; padding: 5px 5px 5px 10px; display: block; font-weight: normal;
	color: #000; border: 1px solid #c9c9c9; text-decoration:none;
    }
	
#submenu ul li a:hover {
	background-position: 0px -60px; 
    margin: 0 auto; padding: 5px 5px 5px 10px; display: block; text-decoration: none;
	color: #000;
    }	
	
#submenu ul li.active a {
	background: url(images/snav_li_active_tile.png) repeat-x left top;
    margin: 0 auto; padding: 5px 5px 5px 28px; display: block; font-weight: normal;
	color: #000; font-weight: bold; 
    }
	
#submenu ul li.active a:hover {
	background-position: 0px -60px; 
    margin: 0 auto; padding: 5px 5px 5px 28px; display: block; text-decoration: none;
	color: #000;
    }

#submenu ul li.thirdlevel a {
	background: url(images/snav_li_third_tile.png) no-repeat left top;
	padding: 7px 0 4px 25px; border: none;
	font-size: 11px; color: #263100; font-weight: normal;
    }
		
#submenu ul li.thirdlevel a:hover {
	background-position: 0px -60px; 
	padding: 7px 0 4px 25px;
	font-size: 11px; color: #263100; font-weight: normal; text-decoration: none;
    }

.header_standard
{
	font-weight: bold;
	font-size: 12px;
	color: cornflowerblue;
	font-family: Arial;
}



