#cellPage {
	width:				990px;
	position:			relative;

	margin:				0px auto 0px auto;
	padding:			0px 0px 0px 0px;
}

#cellHeader {
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
}

#loginForm {
	position:			absolute;
	top:				207px;
	left:				0px;
	
	margin:				0px 0px 0px 0px;
	padding:			10px 0px 20px 0px;
	
	float:				left;
	
	text-align:			center;
	
	width:				200px;

	background-image:	url('../images/bg_cellNavigation.jpg');
	background-repeat:	no-repeat;
	background-position:bottom center;	
}	

#cellNavigation {
	margin:				0px 0px 0px 0px;
	padding:			10px 0px 20px 0px;
	
	float:				left;
	
	width:				200px;

	background-image:	url('../images/bg_cellNavigation.jpg');
	background-repeat:	no-repeat;
	background-position:bottom center;	
}	

#cellNavigation form {
	margin:				0px 10px 0px 10px;
	padding:			5px 0px 5px 0px;

	text-align:			center;
	
	border-top:		1px dotted #000000;
	border-bottom:		1px dotted #000000;		
}

#cellNavigation a {
	display:			block;
	
	margin:				0px 0px 0px 0px;
	padding:			5px 0px 5px 0px;
	
	color:				#FFFFFF;
	text-align:			center;
	
	border-bottom:		1px dotted #000000;
}

#cellNavigation a:hover {
	text-decoration:	none;
	background-color:	#03BAE4;
}

#cellNavigation li {
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	
	list-style:			none;	
	
	display:			inline;
}

#cellNavigation ul {
	margin:				0px 10px 30px 10px;
	padding:			0px 0px 0px 0px;
	
	list-style:			none;	
	
	border-top:			1px dotted #FFFFFF;	
}

#cellContent {
	margin:				0px 0px 0px 210px;
	padding:			10px 10px 10px 10px;
	
	min-height:			163px;
	height:				auto !important;
	height:				163px;		

	border:				5px solid #FFFFFF;
	
	background-color:	#221F20;
}	


#cellFooter {
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	
	text-align:			right;
}		

#cellFooter a {
	margin:				0px 0px 0px 10px;
	padding:			0px 0px 0px 10px;
	
	border-left:		1px solid #FF8800;
}

.dataTable td {
	background-color:	#333333;
}


.formTable th {
	width:				25%;
	padding:			3px 3px 10px 3px;
	
	vertical-align:		top;

	font-size:			10px;
	text-align:			right;

	background-color:	#111111;
}

#filterForm {
	margin:				0px 0px 0px 0px;
	padding:			2px 5px 2px 0px;

	text-align:			right;
	background-color:	#444444;
	
	border:				2px solid #222222;
}

#filterForm input,
#filterForm select {
	margin:				0px 0px 0px 0px;
	font-size:			11px;
	
	border:				1px solid #999999;
}

.formTable td {

}
