/*
Styles for the Gift List system

/*
Page header is the main header for the page
Menu header is used for the vertical menus titles
*/

.pageHeader {   margin-bottom: 8px; font-family: Arial,Helvetica, sans-serif; font-weight: bold; font-size: 14pt; }
.menuHeader { margin-bottom: 0px; font-family: Arial,Helvetica, sans-serif; font-weight: bold; font-size: 10pt; }

          

/*
Top menu is used for the user screens ie the horizontal menus
*/
#topmenu
{
	border-top:0px solid #dddddd;
	border-bottom:none;
	background-color:#ffffff;
	margin-bottom:20px;
}

#topmenu a, #topmenu a:visited,#topmenu a:link{
	color : #335073;
	margin-right:0px;
	font-size:10pt;
    font-family:Verdana, Arial,Helvetica, sans-serif;
	font-weight:bold;
}


/* 
Left menu CSS (Vertical Menus)
*/
#leftmenu,
#leftmenu a:active,
#leftmenu a:visited,
#leftmenu a:link {
 	display : block;
	color : #000000;
	text-decoration : none;
	margin-right : 0px;
	padding : 2px;
	font-size:10pt;
    font-family:Verdana,Arial,Helvetica, sans-serif;;

}

#leftmenu a:hover {
	/*background-color : #CCFFD9;*/
    text-decoration : underline;
}



/* 
History navigation menu CSS 
*/
#historyMenu{
	text-decoration : none;	
	margin-right : 0px;
	padding : 2px;
	font-weight:normal;
	font-size:10pt;
}

#historyMenu a:visited,
#historyMenu a:link {
	text-decoration : none;	
	margin-right : 0px;
	padding : 2px;
	font-weight:normal;
	font-size:10pt;
}

#historyMenu a:hover {
	text-decoration:underline;
}

/*
Theses styles are uses throughout the Gift List system
*/

.refunded_sale
{
	color:#FF0000;
	font-weight:bold;
}


.css_num_purchased
{
	font-size:9pt;
	color:blue;
	font-weight:bold;
}
.wedcode
{
	color:blue;
	font-weight:bold;
}
.paymentRef
{
	font-size:9pt;
	color:blue;
	font-weight:bold;
}
.listNeedsPicking
{
	font-size:9pt;
	color:#0000ff;
	font-weight:bold;
	/*background-color:#FF0000;*/
	border: 2px solid #FF0000;
}

.UpdateMsg
{
	color:#0000FF;
	font-weight:bold;
	background-image:url('/GiftSystem/images/tick.gif');
	background-repeat:no-repeat;
	background-position:left;
	text-indent:0px;
}

.ErrorMsg
{
	color:#FF0000;
	font-weight:bold;
}

.buttonNeedsClick
{
	color:red;
	font-weight:bold;
	
}

.stockCount
{
	color:blue;
}

.TableEmail
{
	color:blue;
}

.requiredField
{
color:#ff0000;
font-size:8pt;
}

.ListPrivateCol
{
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	color:#ff0000;
}
.ListActiveCol
{
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	color:blue;
}
.ListInActiveCol
{
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	color:#a8a9ad;
}

/*
Used by listDetailActionFull (store actions)
*/

.ImportanceLevelRed
{
	color:red;
	font-weight:bold;
	font-size:8pt;
}

.ImportanceLevelAmber
{
	color:orange;
	font-weight:bold;
	font-size:8pt;
}
.ImportanceLevelNormal
{
	color:green;
	font-size:8pt;
}

/* Action button used for Enter Payment Details (Secure) etc*/
.ActionButton
{
	border-width:1px 2px 2px 1px;
	border-style:solid;
	border-color:#335073;
	font-weight:bold;
	background-color:#cfc0dd;
	color:#ee2827;
	cursor:hand;
	cursor:pointer;
}

.TableButton
{
	font-size:8pt;
}

.PriceSaving
{
	font-size:8pt;
	color:red;
	font-weight:bold;
}

/* Used in the buy screens where descriptive text is displayed....*/
.BuyScreensDescText
{
	color:#000000;
}

.FindListTable
{
	background-color:#d6dbec; 
	border: 1px solid #AAA;
}

/* Used to display "buy from a gift list", "create a list" on main user screen*/
.BuyFromCreateAText
{
	font-size: 13pt;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00000;
	margin-bottom:2px;
}

.FindToAddToListTable
{
	border-width:1px 3px 3px 1px;
	border-style:solid;
	border-color:#dddddd;
	background-color:#cfc0dd;
}

.listmsg
{
	/*background-color:lightgoldenrodyellow;*/
	padding:2px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#FF7548;
	/*
	border-style:solid;
	border-color:#dddddd;
	border-width:1px 2px 2px 1px;
	*/
	font-size:12pt;
}


/*  Classes used for editListDetails.php */
.listDetailsListCodeTable
{
	border-style:solid;
	border-color:#335073;
	border-width:1px 2px 2px 1px;
	background-color:#cfc0dd;
}

.listDetailsDatesTable
{
	background-color:#f9f9f0;
	border-color:#dddddd;
	border-style:solid;
	border-width: 1px 2px 2px 1px;
}

.listDetailsListOwner
{
	background-color:#EFEFEF;
	border-color:#dddddd;
	border-style:solid;
	border-width: 1px 2px 2px 1px;
}

.listDetailsAddys
{
	background-color:#f9f9f0;
	border-color:#dddddd;
	border-style:solid;
	border-width: 1px 2px 2px 1px;
}
.listDetailsDeliv
{
	background-color:#EFEFEF;
	border-color:#dddddd;
	border-style:solid;
	border-width: 1px 2px 2px 1px;
}

.listDetailsMsgToBuyers
{
	background-color:#EFEFEF;
	border-color:#dddddd;
	border-style:solid;
	border-width: 1px 2px 2px 1px;
}
/*  End Classes used for editListDetails.php */

.userDetailsTable
{
	border-style:solid;
	border-color:#bbbbbb;
	border-width:1px 2px 2px 1px;
	background-color:#f9f9f0;
	padding:5px;
}

.buyerDetailsTables
{
	background-color:#ECE6F2;
}