body { 
	background: #aeaeae;
	border: 0;
	color: #686868; /* grey */
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	margin: auto;
	max-height: 100%;
	min-height: 100%;
	padding: 0;
	text-align: left;
}

a {
	outline:none;
	text-decoration: none;
}

img {
	border: none;
}

.clear {
	clear: both;
	font-size: 1px;
}

.mainContainer {
	width: 990px;
}

	#logoContainer {
		background-color: white;
		height: 96px;
	}
	
		.headerLeft {
			float: left;
			margin-left: 35px;
		}
		
		.headerRight {
			float: right;
			margin-right: 35px;
		}
	
	#userContainer {
		background-color: #f3f3f3;
		clear: both;
		height: 60px;
	}
		
	#contentContainer {
		background-color: #f3f3f3;
		clear: both;
		min-height: 700px;
		padding: 0 34px;
	}
	
		#contentContainer h3.title {
			margin-top: 0;
		}
	
		#innerContentContainer {
			background-color: white;
			height: 200px;
			margin: auto;
			width: 400px;
		}
			#innerContentContainer h4 {
				margin: 0;
				padding: 10px 0 0 20px;
			}
			
			.rubric {
				padding: 10px 20px 5px;
			}
			
			#innerContentContainer form {
				padding: 0 20px;
			}
		
		
		/********************************************/
		/* form parameters form 					*/
		label {
			display: block;
			float: left;
			width: 100px;
		}
		
		.formRowSeparator {
			clear: both;
			height: 7px;
		}
		/* end form parameters form 				*/	
		/********************************************/
		
		
		/********************************************/
		/* clipping view 							*/
		#leftCol {
			float: left;
    		overflow: hidden;
			width: 50%;
		}
			.bold {
				font-weight: bold;
			}
			
			th {
				background-color: #d3d3d3;
				padding-left: 5px;
			}
			
			#userContainer .headerRight,
			.button {
				border: 1px solid #d3d3d3;
				cursor: pointer; 
				cursor: hand;
				display: block;
				float: left;
				height: 20px;
				margin-right: 10px;
				margin-top: 20px;
				text-align: center;
				width: 100px;
			}
			
			
			.button a {
				color: black; /*#userContainer a,*#686868;
				width: 100px;*/
				display: block;
				height: 20px;
				padding-top: 2px;
			}
			
			.preview {
				cursor: pointer; 
				cursor: hand;
			}
			
		#rightCol {
			float: left;
			width: 50%;
		}
		
			#imageContainer {
				height: 500px;
				overflow: hidden;
			}
			
		.pagingContainer {
			clear: both;
			float: right;
			margin-top: 20px;
		}
		
		
		/* end clipping view 						*/
		/********************************************/