
#container_screen {

	height: 100%;	
}

#container_page {

	width : 980px;
	height: 100%;
	margin: auto;
	background: #ffffff;
	
	border-left: 1px solid #EFEFF8;
	border-top: 1px solid #EFEFF8;
	border-right: 1px solid #EBEBF4;
	border-bottom: 1px solid #EBEBF4;

	overflow: hidden;
}

#container_header {

	background : #ffffff URL(../img/header_bg.jpg) repeat-x;
	width: 100%;
	height : 119px;
	color: #ffffff;
}

#container_mainmenu {

	width: 100%;
	height : 47px;
	float : left;
	background : #B2C9DD URL(../img/hmenu_bg.jpg) repeat-x;
	text-align : center;
}

#container_leftbar {

	margin-top : 5px;
	margin-left : 5px;
	margin-bottom : 5px;
	float : left;

	width : 190px;	
	background-color : white;
	
}

#container_rightbar {

	/*margin-top : 5px;
	margin-right : 5px;
	margin-bottom : 5px;*/
	
	float : left;

	width : 150px;
}

#container_maincontent {


	/*margin : 0px 180px 0px 0px;*/
	margin: 8px;
	padding-left: 5px;
	padding-right: 5px;
	
	float : left;
	
	min-height: 800px;
	width: 570px;

	border-right : 10px solid #B1CADE;
	border-left : 10px solid #B1CADE;
}

#container_maincontent div {

	width: 570px;
}

#container_footer {

	background : #3B698B URL(../img/footer_bg.jpg) repeat-x;

	margin: auto;
	
	width : 100%;
	height: 77px;
	text-align : center;	
}


/*
#container_login {

	text-align: center;
	margin: 5px;
	padding-top: 10px; 
	padding-bottom: 10px; 
	border : 1px solid #B2C9DD; 
	background-color : #ECF0F4;
}
*/

.leftsidebox {

	padding-top: 2px; 
	padding-bottom: 4px; 
	border : 1px solid #D8E0E8; 
	background-color : #ECF0F4;
}

.rightsidebox {

	padding: 2px; 
	border : 1px solid #D8E0E8; 
	background-color : #ECF0F4;
}

.pagemaintitlediv {

	border-bottom: 1px solid #A1B4C5;	
}

/*** ad shit ***/

.addimage_container {

	margin : 10px;
	position : relative;
	float : left;
	text-align : center;
	
	background: #FDFDFF;
}

.addinfo_container {

	margin : 10px;
	position : relative; 
	float : left;
	background: #F7F7FC;
}

.ad_questionbox {

	width: 570px; 
	padding-top: 10px;
	text-align: center;
}

.cleaner {

	height: 0px;
	clear: both;
}

.emptyrow20 {

	height: 20px;
	clear: both;
}
.emptyrow30 {

	height: 30px;
	clear: both;	
}


.expandwrapper {

	float: left;
	width: 20%;
}

.expandeddiv {

	color: #7A94AB;
	float: left;
	background: #F9FCFF;
	border-top    : 2px solid #F4F9FF;
	border-right  : 2px solid #D5DEE5;
	border-bottom : 2px solid #D5DEE5;
	border-left   : 2px solid #F4F9FF;
	padding: 4px;
	width: 550px;
}

.expandeddiv img {
	
	float:left; 
	margin-right:10px;
}

.showbedug1 {

	width: 20px;
	position: absolute;
	top: 5px;	
	right: 55px;
	float: right;
	color: #699BC0;
	background: #3B698B;
	background-image: none;
	border: 1px solid #457AA1;
	padding: 2px;
}

.showbedug2 {

	width: 20px;
	position: absolute;
	top: 5px;
	right: 25px;
	float: right;
	color: #699BC0;
	background: #3B698B;
	background-image: none;
	border: 1px solid #457AA1;
	padding: 2px;
}

#debugview {

	display: none;
	width: 99%;
	height: 300px;
	overflow: scroll;
	font-weight: bold;
	color: #606060;
	background: #E7E7E7;
	padding: 5px;
}
