body	{
	
	min-width: 1100px; /* required for iPad2 */
	
}


#mainWrapper {
 	height: 100%; 
 	text-align: left;
	
 	overflow: hidden;
}

#main	{
 	width: 100%; 
 	height: auto; 
 	text-align: left;
}

.c_unit	{
	width: 1202px;
}

.c_unitAdd	{
	width: 100%;
	height: 100%;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	margin-top: 0; 
	background-color: white;
/*	z-Index: 500; */
	background-image: url(../../images/bg_index.jpg); /* use the background of parent here */
	
	overflow: auto;
}

.lesson	{
	margin-left: 20px;
}



#maintemplate	{
 	width: 100%; 
 	text-align: left;
}

#c_top	{
	width: 100%; 
	height: 140px; 
}


.menuBlock_mainMenu {
	float: right;
}


#c_contentArea	{
	width: 100%;	/*YYYY*/
 	overflow: hidden;
 	float: left;
/* 	background-color: #dddddd; */
}
 
.c_contentEditor	{
	width: 1200px;
	float: left;
	background-color: #ffffff;
	display: none;
}

.c_contentPreview	{
	width: 1100px;
	float: left;
	background-color: #ffffff;
	display: none;
	height: 1100px;
}
 
.contentContainerWithoutLeft	{
	height: 100%; 
	width: 100%; 
	float: left; 
	overflow: auto;
}

.contentContainerWithLeft	{
	height: 100%; 
	overflow: auto;

}


.c_contentLeft	{

	width: 280px; 
	/*	height:526px;  */
	height: 100%;
	float: left; 
	overflow: hidden; 
	background-color: #eeeeee;
}

.c_leftMenuBlock	{
	width: 280px;
	margin: 10px;
	height: auto;
	
}


.content-system #c_top	{
	height: 74px;
	background-image: url("../images/bg_head.png");
}

.content-system #c_top .logo	{
	margin-top: 0;
	
}

.moviemanReport	{
	float: left;
}
