﻿/** CSS Box **/
 .divRound
 {
 	margin-bottom: 10px;
 }
 
.divRoundRemove
{
	clear:both;
}

.divRoundTitle
{
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	font-size: 10pt;
}


/**White Background **/
.divRoundContent
{
	padding: 5px;
}

.divRoundBody1
{
	width: 100%;
	height: 100%;
	position: relative;
	background:url(/images/cssbox/leftborder.gif) repeat-y left top;
}

.divRoundBody2
{
	width: 100%;
	height: 100%;
	margin: 0;
	background:url(/images/cssbox/rightborder.gif) repeat-y right top;
}

.divRoundFooter
{
	width: 100%;
	height: 8px;
	background:url(/images/cssbox/lowerborder.gif); 	
}

.divRoundFooterLeft
{
	width: 8px;
	height: 9px;
	background:url(/images/cssbox/lowerleft.gif) no-repeat left top;
	float: left;
}

.divRoundFooterRight
{
	width: 8px;
	height: 9px;
	background:url(/images/cssbox/lowerright.gif) no-repeat right top;
	float: right;
}

/**Gray Background **/
.divRoundContentGray
{
	padding: 5px;
	background-color: #f2f2f2;
	margin-left: 1px;
	margin-right: 1px;
}

.divRoundBody1Gray
{
	width: 100%;
	height: 100%;
	position: relative;
	background:url(/images/cssbox/leftborderg.gif) repeat-y left top;
}

.divRoundBody2Gray
{
	width: 100%;
	height: 100%;
	margin: 0;
	background:url(/images/cssbox/rightborderg.gif) repeat-y right top;
}

.divRoundFooterGray
{
	width: 100%;
	height: 8px;
	background:url(/images/cssbox/lowerborderg.gif); 	
}

.divRoundFooterLeftGray
{
	width: 8px;
	height: 9px;
	background:url(/images/cssbox/lowerleftg.gif) no-repeat left top;
	float: left;
}

.divRoundFooterRightGray
{
	width: 8px;
	height: 9px;
	background:url(/images/cssbox/lowerrightg.gif) no-repeat right top;
	float: right;
}


/** Header For Purple**/
.divRoundHeaderPurple
{
	width: 100%;
	height: 28px;
	background:url(/images/cssbox/purple/upperborder.gif);
}
    
.divRoundHeaderLeftPurple
{
	height: 28px;
	background:url(/images/cssbox/purple/upperleft.gif) no-repeat left top;
	float: left;
}

.divRoundHeaderRightPurple
{
	width: 8px;
	height: 28px;
	background:url(/images/cssbox/purple/upperright.gif) no-repeat right top;
	float: right;
}

/** Header For Red**/
.divRoundHeaderRed
{
	width: 100%;
	height: 28px;
	background:url(/images/cssbox/red/upperborder.gif);
}
    
.divRoundHeaderLeftRed
{
	height: 28px;
	background:url(/images/cssbox/red/upperleft.gif) no-repeat left top;
	float: left;
}

.divRoundHeaderRightRed
{
	width: 8px;
	height: 28px;
	background:url(/images/cssbox/red/upperright.gif) no-repeat right top;
	float: right;
}

/** Header For Green**/
.divRoundHeaderGreen
{
	width: 100%;
	height: 28px;
	background:url(/images/cssbox/green/upperborder.gif);
}
    
.divRoundHeaderLeftGreen
{
	height: 28px;
	background:url(/images/cssbox/green/upperleft.gif) no-repeat left top;
	float: left;
}

.divRoundHeaderRightGreen
{
	width: 8px;
	height: 28px;
	background:url(/images/cssbox/green/upperright.gif) no-repeat right top;
	float: right;
}


