/* 
================================
 Standard Container
================================
*/   

.standardpaneheader {
	margin-bottom: 15px;
	padding-top: 10px;
	}

.standardpanecontent {
	padding-left: 120px;
	}

.standardpanefooter {
	border-bottom: solid 1px silver;
	margin-top: 15px;
	padding-top: 10px;
	}

/* 
================================
 Right Pane Top Container
================================
*/

.rightpanetopheader {
	border-top: solid 1px gray;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	background-color: #CECECE;
	}

.rightpanetopcontent {
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	}

.rightpanetopfooter {
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	margin-bottom: 6px;
	}



