@charset "utf-8";
/* CSS Document */

HTML
{
	height:100%;
}

BODY
{
	margin: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align:center;
	background-image:url('../images/gradient-background.png');
	background-repeat: repeat-x;
	background-color: #231f20;
}

INPUT, SELECT, TEXTAREA, OPTION
{
	font-family: Verdana, "Trebuchet MS", Helvetica, Arial, Sans-Serif;
}

/* default INPUT */
.textEditor,
.formInput
{
	padding:3px 4px 3px 4px;
	background-color: #FFFFCC;
	font-size: 10pt;
	border: #6D6D6D 1px solid;
}

SELECT
{
	padding:2px 4px 2px 4px;
}

INPUT[type=checkbox]{
	margin:5px;
	width:13px;
	height:13px;
	overflow:hidden;
}

.LAYOUTBODY
{
	width:928px; 
	height:552px; 
}

.LAYOUTSERVICES
{
	width:928px; 
	height:500px; 
}

.LAYOUTSERVICECONTENT
{
	height:400px; 
	overflow:auto;
}

.PANELORANGE
{
	width: 140px;
	height: 488px;
	background-image:url('../images/panel-orange.png');
	background-repeat: no-repeat;
}

.PANELORANGEHOME
{
	float: left;
	margin-left: 20px; 
	margin-right: 20px;
	color: white; 
	padding-top:7px; 
	padding-left: 12px;
}

UL.PANELMENU
{
	padding-top: 10px; 
	padding-right: 10px; 
	margin-left: 2px; 
	color: #fef9f3; 
	font-size: 8pt;
}

UL.PANELMENU LI
{
	margin-left: 0px; 
	padding-left: 0px;
}

.ADMINORANGE
{
	margin-top: 24px; 
	margin-left: 24px; 
	position: relative; 
	top: 0px; 
	left: 0px; 
	padding-top: 40px;
}

#columnMenu
{
	float:left;
	width: 180px;
 }

#columnMain
{
	padding-top: 24px;
	margin-left: 200px;
 	width: 700px; 
}

#columnMain>.header
{
	background-color:#AF1A06;
	font-size: 18pt;
	text-align: left;
	padding: 10px;
	margin: 0px;
	color: white;
}

.CONTENT
{ 
	background-color: white;
}

.action
{
	cursor: pointer;
}

.ERRORPAGE
{
}

.ERRORPAGE P
{
	margin-top: 25px;
	font-size: 16px;
}