/****************************************************************************
	Global styles
****************************************************************************/
BODY, HTML {
	width: 100%;
	height: 100%;	
}

BODY {
	font-family: verdana;
	margin: 0 0 0 0;
}

TABLE {
	border-collapse: collapse;
}

TD {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

TD, DIV, BODY, P {
	font-size: 11px;	
}

P {
	margin: 0px 0px 0px 0px;
}

IMG {
	border: 0px;
}

TR {
	vertical-align: top;
}

/****************************************************************************
	Ordinay page styles
****************************************************************************/
#innerCanvas {
	width:760px;
	border:1px solid black;
	background-color:white;	
	/*margin-top:40px;*/
}

#outerCanvas {
}

#contentTable TD {
}

#contentTable A {
}

#outerCanvas TD.footer {
	background-color:black;
	color:white;
	_height: 15px;
	min-height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center
}

#outerCanvas TD.footer A {
	color:white;
}

/****************************************************************************
	Right content
****************************************************************************/

.rightBoxHeader {
	display: block;
	width: 100%;
	height: 20px;
	color: white;
	background-color: #DB9F22;
	margin-bottom: 5px;
	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.rightBoxBody {
	padding-left: 5px;	
	padding-right: 5px;	
	color: #221E1F;
}

.rightBoxBody .textHeader {
	font-size: 13px;	
}

/****************************************************************************
	Content field specfics
****************************************************************************/

.textHeader {
	/*font-family: Tahoma;*/
	font-size: 20px;
	color: #504F54;
}

.textNormal {
	font-size: 11px;	
}


/****************************************************************************
 	Ox system styles
****************************************************************************/

.ox_Body_field110_0_type_text,
.ox_Body_field110_0_type_boxSingle
{
	width: 430px;
}

.ox_1st_body_field110_0_type_twoBoxes,
.ox_2nd_body_field110_0_type_twoBoxes,
.ox_Body_field120_0_type_boxSingle
{
	width: 200px;
}

