﻿/* Print Only */
@media print {
.noprint {display:none;}
table.CategoryMenu {display:none;}
.SearchBar{display:none;}
.CrumbsBar{display:none;}
.crumb {display:none;}

}


body 
{
	background-color: #106E27;
	color:#fcfcfc;
	margin:0px;
}

a
{
	color:White;
}

a:visited
{
	color:White;
}

a:active
{
	color:White;
}

.pageTitle
{
	font-size: 24pt;
	color: #fcfcfc;
	font-family: Agency FB;
	font-weight:bold;
	font-style:italic;
	padding-right:10px;
	
}

table.menu1
{
	background-color:#C0C0C0;
	padding:5px;
}
table.menu1 td
{
	padding-left:15px;
	padding-right:15px;
}
table.menu1 a:link
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
table.menu1 a:visited
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
table.menu1 a:active
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
table.menu1 a:hover
{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

table.CategoryMenu
{
	background-color:#800080;
	padding:5px;
}
table.CategoryMenu td
{
	padding-left:15px;
	padding-right:15px;
	text-align:center;
}

table.CategoryMenu a:link
{
	color:#fcfcfc;
	text-decoration:none;
	font-weight:bold;
}
table.CategoryMenu a:visited
{
	color:#fcfcfc;
	text-decoration:none;
	font-weight:bold;
}
table.CategoryMenu a:active
{
	color:#fcfcfc;
	text-decoration:none;
	font-weight:bold;
}
table.CategoryMenu a:hover
{
	color:#fcfcfc;
	text-decoration:underline;
	font-weight:bold;
}

td.sale
{
	padding-left:15px;
	padding-right:15px;
	background-color:#CC99FF;
}
td.sale a:link
{
	color:Black;
	text-decoration:none;
	font-weight:bold;
}
td.sale a:visited
{
	color:Black;
	text-decoration:none;
	font-weight:bold;
}
td.sale a:active
{
	color:Black;
	text-decoration:none;
	font-weight:bold;
}
td.sale a:hover
{
	color:#800080;
	text-decoration:underline;
	font-weight:bold;
}


.DropDown
{
	padding-left:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:2px;
	background:#800080;
	display:none;
	left:-400px;
	top:-400px;
	border:solid 1px white;
}

	
.SearchBar
{
	background-color:#C0C0C0;
	padding:5px 0px 5px 0px;
	color:#983366;	
	font-size:14pt;
	text-align:center;
}	
.CrumbsBar
{
	background-color:#C0C0C0;
	color:#983366;	
}	

.Announcement
{
	background-color:#CC99FF;
	color:Black;
	width:250;
}

.Announcement H2
{
	font-family:Arial;
	color:Black;
}

.MasterCategoryHeader
{
	font-family: Agency FB;
	Color:#fcfcfc;
	font-size:xx-large;
	font-weight:bold;
	font-style:italic;
	
		
}

.dragHandle {
	width:10px;
	height:15px;
	background-color:#C0C0C0;
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:thin white inset;		
}



.reorderListContainer li {
	list-style:none;
	margin:2px;
	background-color:#800080;
	color:#FFF;
}
.reorderListContainer li a {color:#FFF !important; font-weight:bold;}

.reorderCue {
	border:dashed thin white;
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}


.ajax__tab_xp
{
	color:#000000;
}

.itemTitle 
{
	font-size: 16pt;
	color: #fcfcfc;
	background-color:#800080;
	font-weight:bold;
}
.itemDescription 
{
	color: #000000;
	background-color:#E0E0E0;
}
.itemOption 
{
	width:100%;
	color: #000000;
	background-color:#C0C0C0;
}

.itemPageTitle
{
	font-size:large;
	color:White;
}

.itemPageOptions
{
 background-color:#8F6E24;
}

.itemPageRecommended
{
 background-color:#BDC7BD;
 color:Black;
}

.listPageLink a
{
	color:white;
	text-decoration:none;
}
.listPageLink a:hover
{
	color:white;
	text-decoration:underline;
}

.crumb a
{
	color:white;
	text-decoration:none;
}
.crumb a:hover
{
	color:white;
	text-decoration:underline;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffff;
	color:Black;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}