﻿cms_body
{
}

#screenCenter
{
    font-family: Arial;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#menu
{
	text-align: center;
}

#menu ul
{
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
}

#menu li
{
	font-weight: bolder;
	font-size: 15px;
    display: inline;
    padding-right: 8px;
    color: #6E5D59;
}

#menu a
{
    color: #6E5D59;
}

#menu a:hover
{
	text-decoration: none;
}

#menu .selected
{
    color: #BF6A3F;
	text-decoration: none;
}

#logUserOff
{
	text-align: center;
	font-weight: normal;
	font-size: 15px;
}

h1, h2
{
    font-family: Arial;
    color: #BF6A3F;
}

hr
{
	border: 0;
    background-color: #BF6A3F;
    color: #BF6A3F;
}

/* Content */
#cms_content
{
    color: #6E5D59;
	padding: 0px;
	text-align: center;
}

#cms_content table
{
	border: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#cms_content .dataTable
{
	width: 550px;
}

#cms_content .dataTable td
{
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}

/* classes */
.bottomBorder
{
	border-bottom-color: #BF6A3F;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.bolder
{
	font-weight: bolder;
}

.succes
{
	font-size: 12px;
	color: Green;
	font-weight: bolder;
}

.error
{
	font-size: 12px;
	color: Red;
	font-weight: bolder;
}
