/****************
Discounts Styles
*****************/

/*.yui-skin-sam .yui-panel-container.shadow .underlay {
	background-color:#d1caa6;
opacity:.50;
filter: alpha(opacity=50 style=0);
display: block;
}*/


#discountManagerOverlay div.hd {
	background-image: none;
	background-color: #e5d29d;
	border: #c29925 1px solid;
	font-size: 90%;
}

#discountManagerOverlay div.bd {
	border-color: #c29925;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	background-color: #fdfaf1;
}

#discountManagerOverlay div.ft {
	border-color: #c29925;
	border-width: 0px 1px 1px 1px;
	background-color: #fdfaf1;
}

#discountManagerOverlay div.underlay{

	background-color: #4a3e04; 
	filter: alpha(opacity=50);
	opacity: .50;
}

#discountManagerOverlay span.button-group button.default, #discountManagerOverlay span.button-group button  {
	background-color: #00423c;
	color: #faedc9;
	border-width: 1px;
	border-color: #00423c;
	border-style: solid;
	text-decoration: none;
	text-align: center;
	margin: 0px 1px 0 0;
	padding: 2px;
	cursor: pointer;
	display: inline;
	font-size: 92%;
}

div#discounts
{
	
}

div#discounts #discountsNavigator
{
	margin: 10px 0px;
}

div#discounts div#discountsNavigator span.discountsNavigatorNode
{
	font-size: 105%;
	padding: 0px 4px;
}

div#discounts div#discountsNavigator span.discountsNavigatorNode a
{
	color: #755195;
	text-decoration: none;
}

div#discounts div#discountsNavigator span.discountsNavigatorNode a:hover
{
	text-decoration: underline;
}

div#discounts div#discountsArea
{
	
}

div#discounts div#discountsArea ul.discountsAreaNode
{
	padding: 0px 0px 15px 0px;
	margin-bottom: 20px;
	border-bottom:1px solid #C29925;
	width: 80%;
}

div#discounts div#discountsArea ul.discountsAreaNode a.discountsAreaNodeTitle
{
	font-weight: bold;
	font-size: 125%;
}

div#discounts div#discountsArea ul.discountsAreaNode a.discountsAreaNode_returnToTop
{
	color: #755195;
	font-weight: normal;
	font-size: 75%;
	margin-left: 10px;
	text-decoration: none;
}

div#discounts div#discountsArea ul.discountsAreaNode a.discountsAreaNode_returnToTop:hover
{
	text-decoration: underline;
}

div#discounts div#discountsArea ul.discountsAreaNode li.discountNode
{
	margin-top: 10px;
	padding: 5px 0px 5px 20px;
	list-style-type: none;
	list-style-position: outside;
}

div#discounts div#discountsArea ul.discountsAreaNode li.discountNode.unpublished
{
	background-color:#FFFF99;
}

div#discounts div#discountsArea ul.discountsAreaNode li.discountNode a
{
	color: #000000;
	text-decoration: none;
}

div#discounts div#discountsArea ul.discountsAreaNode li.discountNode a:hover
{
	text-decoration: underline;
}

div#discounts div#discountsArea ul.discountsAreaNode li.discountNode a span.companySpan
{
	color: #755195;
	font-weight: bold;
}

div#discounts div#discountsArea ul.discountsAreaNode li.discountNode span.titleSpan
{	
	padding-left: 10px;
}

div#discounts div#discountsArea ul.discountsAreaNode li.discountNode img.managerButton
{
	cursor: pointer;
	margin-left: 5px;
	padding: 2px;
}

/****************
Miscellaneous Styles
*****************/

.hidden
{
	display: none;
}

.invisible
{
	visibility:hidden;
}