h1, h1 *, h2, h2 *, h3, h3 *
{
	clear: left;
}

/* ------------- TABLES --------------------------------------- */

.panelcontent * TABLE, .htmlmultipagecontent * TABLE, .panelcontent TABLE, .htmlmultipagecontent TABLE
{
	border-collapse: collapse;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #F3F2F0;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #F3F2F0;
	border-right: none;
	border-bottom: none;
	padding: 2px;
	margin-bottom: 10px;
	width: auto !important;
	height: auto !important;
}


.panelcontent * TH, .htmlmultipagecontent * TH
{
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #F3F2F0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F3F2F0;
	background-color: #000000;
	padding: 3px;
	text-align: left;
}

.panelcontent * TD, .htmlmultipagecontent * TD
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	font: normal;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #F3F2F0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F3F2F0;
	background-color: #D5D4CC;
	padding: 3px;
}
.panelcontent * img, .htmlmultipagecontent * img
{
	/*border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width: 250px;
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 10px;*/
}

table.RadEWrapper, table.RadEWrapper *
{
}

/* ------------- DEBUG --------------------------------------- */
/*
h1, h1 *
{
	color: #FF0000;
	font-family: Times New Roman;
	
}
h2, h2 *
{
	color: #FF3300;
	font-family: Times New Roman;
	
}
h3, h3 *
{
	color: #FF6600;
	font-family: Times New Roman;
	
}

h4
{
	color: #009900;
	
}
h5
{
	color: #00FF00;
	
}*/