


/* 
================================
Gray Container
================================
*/   

/* Gray container */
.graycontainer
{

}
.graytopleft
{
	background-image: url(images/gray/topleft.jpg);
	height:20px;
	width:7px;
}

.graytopmiddle
{
	background-image: url(images/gray/topmiddle.jpg);
	height:20px;
	font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight:bold;
	
}

.graytopright
{
	background-image: url(images/gray/topright.jpg);
	height:20px;
	width:7px;
}

.graybottemleft
{
	background-image: url(images/gray/bottomleft.jpg);
	height:6px;
	width:6px;
}

.graybottommiddle
{
	background-image: url(images/gray/bottommiddle.jpg);
	height:6px;
	
}

.graybottomright
{
	background-image: url(images/gray/bottomright.jpg);
	height:6px;
	width:6px;

}

.graytitle
{
	font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight:bold;
}

.graycontent
{
	border-right: #999999 1px solid;
	padding-right: 3px;
	border-top: #999999 1px solid;
	padding-left: 3px;
	padding-bottom: 0px;
	border-left: #999999 1px solid;
	padding-top: 3px;

}