/*	
	Styles for Actionboxes 
*/

#actionBox, #profileActions			{
					background-image:url('/img/boxes/actionbox/actionboxBG.gif');
					position:relative;
					min-height:30px;
					}



.actionboxHeader	{
					background-image: url('/img/boxes/actionbox/actionboxHeader.gif');
					height:7px;
					
					}

.whiteFill			{background-color:#FFFFFF;}


.actionboxItem		{
					background-image: url('/img/boxes/actionbox/actionboxMiddle.gif');
					background-repeat: repeat-y;
					min-height:1px;
					vertical-align: middle;
					position:relative;
					line-height:16px;
					padding-bottom:4px;
					}


.actionboxItem img	{
					margin-right:7px;
					vertical-align: middle;
					}

.actionboxItem span {
					
					background-color:none;
					padding-left:2px;
					padding-right:2px;
					margin-bottom:5px;
					vertical-align: middle;
					}
					
.actionboxLabel		{
					background-image: url('/img/boxes/actionbox/actionboxMiddle.gif');
					background-repeat: repeat-y;
					min-height:1px;
					vertical-align: middle;
					position:relative;
					line-height:16px;
					padding-bottom:4px;
					background-color:#FFFFFF;
					font-family:Arial;
					}
					
.actionboxLabel span
					{
					font-family:Arial;
					font-weight:bold;
					}
					
.specialInterestItem		{
					background-image: url('/img/boxes/actionbox/actionboxMiddle.gif');
					background-repeat: repeat-y;
					min-height:1px;
					vertical-align: middle;
					position:relative;
					line-height:16px;
					padding-bottom:4px;
					}


.specialInterestItemLink
					{
					
					padding-left:17px;
					padding-right:2px;
					margin-bottom:5px;
					vertical-align: middle;
					font-family: Arial;
					font-weight:bold;
					font-size:11px;
					text-transform: uppercase;
					letter-spacing: 0.18em;
					
					}



.actionboxItemLink 	{
					font-family:Arial;
					font-size:11px;
					background-color:#9c2020;
					color:#FFFFFF;
					font-weight:bold;
					padding: 0px 1px 0px 1px;
					}
					
.actionboxItemSelected
					{
					background-color:#f5651f;
					}
					
.actionboxItemBackLink 	
					{
					font-family:Arial;
					font-size:11px;
					vertical-align: middle;
					color: #9c2020;
					font-weight:bold;
					font-style:italic;
					background-color:none;
					}		
					
.actionboxItemIndent
					{
					padding-left:9px;
					
					margin-right:9px;
					
					}
					
.actionboxItemSeparator 
					{
					
					border-top: 1px solid #ded4e6;
					width:100%;
					height:1px;
					background-image: url('/img/boxes/actionbox/actionboxMiddle.gif');
					background-repeat: repeat-y;
					
					padding-bottom:7px;
					}
					
.actionboxItemSeparatorIndent
					{
					
					border-bottom: 1px solid #ded4e6;
					width:100%;
					height:1px;
					
					padding-bottom:6px;
					}




.actionboxFooter	{
					background-image: url('/img/boxes/actionbox/actionboxFooter.gif');
					height:5px;
					
					}

