body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table,th,td,tr,img {
	padding:0px;
	spacing:0px;
	border-style:none;
	border-width:0px;
	margin:0px;
	border-collapse:collapse;
	text-align:left;
	vertical-align:top;
}

th {
	font-weight: bold;
}

/* ---------- links --------------- */

A {
	color : #666676;
	font-weight: bold;
	text-decoration: none;
}

A:link {
	color:#666676;
}

A:visited {
	color:#666676;
}

A:active {
	color:#666687;
}

A:hover {
	color:#222245;
}

/* ---------- layout css ---------- */

table.layout {
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:top;
}

td.layout {
	text-align:center;
	vertical-align:top;
	width:700px;
	border-left-color:#444444;
	border-right-color:#444444;
	border-left-width:1px;
	border-right-width:1px;
	padding-left:20px;
	padding-right:20px;
}

td.mini {
	width:1px;
	height:1px;
	vertical-align:top;
	border-collapse:collapse;
	border-style:none;
	border-width:0px;
	text-align:left;
	margin:0;
	padding:0px;
	spacing:0px;
}

td.layout_left_margin {
	background-color:#DDDDDD;
}

td.layout_right_margin {
	background-color:#EEEEEE;
}

/* ---------- content css ---------- */

table.main_content {
	color:#111111;
	text-align:center;
	width:100%;
	height:100%;
}

td.main_content {
	color:#111111;
	text-align:center;
	width:100%;
}


table.page,table.footer  {
	text-align:center;
	width:100%;
}

table.header
{ 	vertical-align:top;
	text-align:center;
	height:10px;
	width:inherited;
}

td.header { 	
	vertical-align:top;
	text-align:left;
	height:10px;
	width:inherited;
}

td.header,td.footer,td.page {
	vertical-align:top;
	text-align:center;
	width:100%;
	height:1;
}

.footer {
	vertical-align:middle;
	text-align:center;
}

table.footer  {
	height:30px;
}

td.footer {
	text-align:center;
	width:100%;
}

.copyright
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

/* ---------- error and feedback styles ---------- */

.informational {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color:D05060;
}

td.informational {
	height:auto;
	margin-bottom:5px;
	margin-top:8px;
	border-bottom-style:solid;
	border-bottom-color:D05060;
	border-bottom-width:thin;
}

td.informational_bottom {
	height:auto;
	border-top-color:333333;
	border-top-width: thin;
}

/* ---------- DATABASE PAGE ---------- */

table.databases
{
	width:100%;
	padding:5px;
}

th.databases {
	color:#333333;
	font-size:+3;
	height:auto;
	vertical-align:middle;
	border-bottom-color:#333333;
	border-bottom-width: thin;
}

td.databases {
	font-size:+3;
	height:auto;
	vertical-align:top;
	border-top-color:333333;
	border-top-width: thin;
}

/* ------ cutted
.textEditorTable
{
	background-color: DDDDDD;
}

.browser_side
{
	font-size: 12px;
	font-weight: bold;
	font-color:#EEEEEE;
}

.objectFormHeader
{
	background-color: 0ACB22;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.objectForm
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.objectLabel
{
	background-color: 333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: EEEEEE;
	font-weight: bold;
}

.holderFont
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 333333;
	font-weight: bold;

}

.rulerText
{
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.sampleText
{
	background-color: CDED44;
}

.sampleTextDark
{
	background-color: 0ACB22;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.bigGrayMessageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:909090;
}

.bigGrayMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:B0B0B0;
}

.terminal {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.bigTerminal {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.headerStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.stdHeaderCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}



.stdTextCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.textStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.headerStyle_Note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

.textStyle_Note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

.softTitle {
	font-size: 13px;
	font-weight: bold;
	color: #FFCC00;
}
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}

.welcomeMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}

.textID {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #555533;
}

.textEditor_sample {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.admin_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222222;
}

.controlsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.controlsText_dimmed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.presentationText {
	font-size: 10px;
	color: #666666;
}

.object_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.big_title_dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	font-color:555555;
}


.big_title_bright {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	font-color:#888888;
}

.whiteTitle {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.grayButton {
	text-align:center;
	vertical-align:middle;
	width:106px;
	height:24px;
	background:url(../../Images/Buttons/mfButton/mfGrayRndSquare.gif);
	background-repeat:no-repeat;
}


A.grayButton:hover {
	text-align:center;
	vertical-align:middle;
	width:106px;
	height:24px;
	background:url(../../Images/Buttons/mfButton/mfGrayRndSquare_over.gif);
	background-repeat:no-repeat;
}
*/

table.column
{
	width:100%;
	text-align:center;
	vertical-align:top;
}


table.mf_object
{
	width:100%;
	vertical-align:top;
}

td.mf_object
{
	width:100%;
	text-align:center;
	vertical-align:top;
}

td.column
{
	width:100%;
	text-align:center;
	vertical-align:top;
}


table.mf_object_ruler
{
	background-color:#AAAAAA;
	width:auto;
}

td.mf_object_ruler
{
	width:auto;
	background-color:#AAAAAA;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#A0A0A0;
}


table.column_ruler
{
	background-color:#777777;
	width:100%;
}

td.column_ruler
{
	background-color:#777777;
	width:100%;
}
