
.fullpagecontent
{

	border-left:0px solid lightgrey;
	width:700px;
	padding:0px;
	text-align:center;

	vertical-align:top;
	margin-top:0px;
}

.fullpagecontentdetail
{
	border:0px solid lightgrey;
	width:700px;
	text-align:center;
}

.tablefullpagecontent
{
	border:0px solid black;
	background-color: #FFFFFF;
	width:100%;
	text-align:left;
}

.tablefullpagecontentnav
{
	border:0px solid black;
	background-color: #E6E6E6;
	vertical-align: top;
	width:21%;
	text-align:right;
}

.tablefullpagecontentmain
{
	background-color: #FFFFFF;
	border-left:0px solid blue;
	vertical-align: top;
	padding:7px;
	width:75%;
	text-align:left;
}


.contentmainfullwidth
{
	background-color: #FFFFFF;
	border-left:1px solid blue;
	vertical-align: top;
	width:100%;
	text-align:left;
}


.contentmainleft
{
	background-color: #FFFFFF;
	border-left:0px solid #666666;
	vertical-align: top;
	text-align:left;
	float:left;
	border:0px solid lightgrey;
}

.contentmainright
{
	BORDER: 0px solid lightgrey;
	background-color: #EFEFEF;
	vertical-align: top;
	width:0%;
	height:0px;
	float:right;
	text-align:left;
}

.contentmainclear
{
	clear:left;
	clear:right;
}