﻿div#boxHeaderDIV {
	padding: 15px 0px 5px 0px;
	margin-right: 0px;
	background: url('../App_MasterPages/images/boxHeaderDIV_tabRight_grid.gif') no-repeat; 
	background-position: right top;
	color: white;
	width: 100%;
	font-size: 12pt;
	font-weight: bold;
}
div#boxHeaderDIV_200 {
	padding: 15px 0px 5px 0px;
	margin-right: 0px;
	background: url('../App_MasterPages/images/boxHeaderDIV_tabRight_grid.gif') no-repeat; 
	background-position: right top;
	color: white;
	width: 100%;
	font-size: 12pt;
	font-weight: bold;
	width:200px;
}


.boxHeaderDIV_txt 
{
	background: url('../App_MasterPages/images/boxHeaderDIV_tabLeft_grid.gif') no-repeat;
	background-position: left top;
	white-space: nowrap;
	text-decoration: none;
	font-size: 13pt;
	font-weight: bold;
	padding: 15px 0px 5px 0px;
	font-family: Georgia;
}


.boxHeaderDIV_txt a:link, 
.boxHeaderDIV_txt a:visited {
	background: url('../App_MasterPages/images/boxHeaderDIV_tabLeft_grid.gif') no-repeat;
	background-position: left top;
	padding: 15px 0px 5px 10px;
}
.boxHeaderDIV_txt a:hover {
	text-decoration: underline;
}



div#boxContentDIV {
	border-top: 5px #ddc solid;
	border-right: 5px #ddc solid;
	border-left: 5px #ddc solid;
	padding: 5px;
	background: #fff url('../App_MasterPages/images/grid-bkg-fade-light2.gif') repeat-x;
	background-position: left bottom;
}
div#boxContentDIV_200 {
	border-top: 5px #ddc solid;
	border-right: 5px #ddc solid;
	border-left: 5px #ddc solid;
	padding: 5px;
	background: #fff url('../App_MasterPages/images/grid-bkg-fade-light2.gif') repeat-x;
	background-position: left bottom;
	height: 220px;
	}


div#boxContentDIV li {
	padding-bottom: 0.5em;
	line-height: 1.2em;
	padding-top: 0em;
}

div#merlotMore {
	background: #511;
	height: 15px;
	text-align: right;
	padding: 2px 4px 0px 0px;
	font-size: 8pt;
	margin-bottom: 10px;
}
div#merlotMore a:link {
	color: #ddc;
	text-decoration: none;
}
div#merlotMore a:visited {
	color: #ddc;
	text-decoration: none;
}
div#merlotMore a:hover {
	color: #fff;
	text-decoration: underline;
}


/* WAYS TO GIVE BOX */
div#waysToGive {
	background-image: url('../images/newTabs/waystogive-bkg.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	padding-top: 8px;
	text-align: center;
	width: 200px;
}





