/* General Visual */

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

p{
	text-indent:20px;
}

/*a{
	color: #00546b;
	text-decoration:underline;
}

a:hover{
	color: #555555;
	text-decoration:none;
}*/

div.image{
	padding:10px;
	text-align: center;
	font-weight:bold;
}

table.page{
	width:900px;
	background-color:#ffffff;
	background-image:url(../images/page_background.gif);
	background-repeat:no-repeat;
	border-top:2px solid #ffffff;
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
	border-left:2px solid #ffffff;
}

table.header td{
	vertical-align:top; 
	padding: 0px; 
	color: #333333;
	font-size: 14px;
	font-weight:bold;
	border-bottom:1px solid #00546b;
}

table.page #left{
	vertical-align: top; 
	padding: 250px 0px 5px 0px;
	width: 210px;
}

table.page td#navigation_main{
	vertical-align: top; 
	padding: 40px 0px 5px 0px;
	text-align:right;
}

table.page table.subheader{
	width:100%;
}

table.page table.subheader td{
	padding: 2px 10px 2px 10px;
	font-size:11px;
	color:#333333;
	font-weight: bold;
	white-space:nowrap;
}

table.page table.subheader a{
	color: #00546b;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
}

table.page table.subheader a:hover{
	color: #555555;
	text-decoration:none;
}

table.page td#right{
	vertical-align: top; 
	padding: 40px 20px 50px 20px; 
	width: 690px;
	height:300px;
	background-image:url(../images/content_background.gif);
	background-repeat:no-repeat;
}

/*table.page td#right a{
	color: #00546b;
	text-decoration:underline;
}

table.page td#right a:hover{
	color: #555555;
	text-decoration:none;
}*/

table.page td.title{
	padding: 10px;
	text-align: right;
	font-size:24px;
	color:#000000;
	font-weight: bold;
	font-style:italic;
}

table.page #footer{
	text-align:center;
	padding: 10px 0px 20px 0px;
	border-top:1px solid #cc0000;
}

table.page td.feedback{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color:#cc0000;
	padding: 10px 100px 10px 100px;
	border:2px solid #000000;
}

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