/* General Visual */

body{
	background-color:#ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#333333;
	background-image:url(../images/page/background_strips.gif);
	background-repeat:repeat-y;
}

p{
	text-indent:20px;
	margin:0px;
}

div{
	padding:0px;
	margin:0px;
}

table.page{
	width:900px;
	margin:auto;
}

table.page td.title{
	padding:10px 0px 10px 30px;
	background-image:url(../images/page/title_back.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:30px;
	font-size:24px;
	color:#333333;
	font-weight: bold;
}

table.page #left{
	vertical-align: top; 
	text-align:right;
	padding: 10px 0px 50px 10px; 
	width: 120px;
	border-right:2px solid #ffffff;
}

table.page #right{
	vertical-align: top; 
	padding: 0px; 
	width: 900px;
	height:700px;
	background-color: #E6EEF2;
}

table.page td.feedback{
	background-color: #BE2226;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px 100px 4px 100px;
	height:20px;
}

div.debugger table{
	width: 100%;
	background-color: #ffffff;
}