@charset "utf-8";

/* Rounded Corner Gradient Border */

.gradientBorder{
	width:100px;
	position:relative;
	clear:both;
}

.gradientBorderTitle{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	color: #606060; 
	font-weight: bold; 
	padding-left:20px;
	padding-top:5px; 
	line-height:18px;
}

.gradientBorderHorzDivider{
	height:0px;
	font-size:1px;
	line-height:1px;
	border-top:solid 1px #C3C5B8;
	border-bottom:solid 1px #FFFFFF;
	margin-top:15px; margin-bottom:15px; margin-left:20px; margin-right:20px;
}

.gradientBorderTopCap{
	float:left;
	height:9px;
	width:100%;
	background:url(/images/borders/gradientBorderTopBg.jpg) repeat-x; 
}

.gradientBorderNW{
	float:left;
	width:9px;
	height:9px;
	line-height:9px;
	background:url(/images/borders/gradientBorderCorners.jpg) no-repeat; 
	background-position:top left;
}

.gradientBorderNE{
	float:right;
	width:9px;
	height:9px;
	line-height:9px;
	background:url(/images/borders/gradientBorderCorners.jpg) no-repeat; 
	background-position:top right;
}

.gradientBorderPadded{
	padding-left:9px;
	padding-right:9px;
	clear:both;
	background:url(/images/borders/gradientBorderMidBg.jpg) repeat-x; 
}

.gradientBorderFullWidth{
	clear:both;
	background:url(/images/borders/gradientBorderMidBg.jpg) repeat-x;
}


