td, input, select, textarea {
	font-family: Arial;
	font-size: 11px;
	color: #555555;
}
.righthome {
	color: #565655;
	padding-right: 22px;
	padding-bottom: 24px;
	padding-left: 18px;
}
.lefthome {

	color: #555555;
	padding-right: 19px;
	padding-bottom: 30px;
	padding-left: 15px;
}

a:hover {
	color: #10501f;
	text-decoration: none;
}
a.green:link, a.green:visited, a.green:active {
	color: #10501f;
}
a.green:hover {
	color: #6b4600;
	text-decoration: none;
}
a.white:link, a.white:visited, a.white:active {
	color: #ffffff;
	text-decoration: none;
}
a.white:hover {
	color: #ffffff;
	text-decoration:underline;
}
.footer {
	font-size: 10px;
	color: #87ba93;
	background-color: #000066;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 15px;
}
.content {
	color: #555555;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-top: 20px;
}
#main
{
    position: relative;
    width: 468px;
    height: 362px;
}

.state
{
    position: absolute;
    z-index: 0;
    visibility: hidden;
}
.state_text
{
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #717171;
}
.state_text_s
{
    font: 9px Verdana, Arial, Helvetica, sans-serif;
    color: #717171;
}

.cont {
    background-color: #ffffff;
}
.textblue {
    color: #105d91;
}
.bold {
    font-weight: bold;
}
.aligment_right {
    text-align: right;
}
div.autocomplete {
width: 350px;
background: #fff;
}
div.autocomplete ul {
border:1px solid #888;
margin:0;
padding:0;
width:97%;
list-style-type:none;
}
div.autocomplete ul li {
margin:0;
padding:3px;
}
div.autocomplete ul li.selected { 
background-color: #ccddd0; 
}
div.autocomplete ul strong.highlight { 
color: #800; 
margin:0;
padding:0;
}

#tooltip {
    display: none;
    position: absolute;
    border: 1px solid #bd6f36;
    padding: 5px 10px 5px 10px;
    background-color: #00932c;
    visibility: hidden;
    z-index: 100;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
}

.editor_ok_button {
    height: 19px;
    margin-bottom: 1px;
}

.pages {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 24px;
}
.pages a:link, .pages a:visited, .pages a:active
{
	text-decoration: none;
}
.pages a:hover
{
	text-decoration: none;
}
.pages_total {
    background-color: #ededed;
    border: 1px solid #a59263;
}
.pages_on {
    background-color: #ffdfc9;
    padding: 2px 4px 2px 4px;
    border: 1px solid #a59263;
    font-weight: bold;
}
.pages_page {
    background-color: #ededed;
    padding: 2px 4px 2px 4px;
    border: 1px solid #a59263;
}

.popup {
    font-family: Arial;
	font-size: 11px;
	color: #555555;
}
.bpopup {
    font-weight: bold;
    font-family: Arial;
	font-size: 11px;
	color: #555555;
}