body,table,tr{
    color : #000000;
    font-family : verdana, helvetica, sans-serif;
    font-size : 11px;
}

.border{
    background-color: #d6d6d6;
}

.header{
    color : #FFFFFF;
    font-family : verdana, helvetica, sans-serif;
    font-size : 14px;
    font-weight : bold;
    background-color: #606567;
}

.footer{
    color : #5887ab;
    font-family : verdana, helvetica, sans-serif;
    font-size : 10px;
    font-weight : bold;
    background-color: #d6d6d6;
}

.title{
    color : #ffffff;
    font-family : verdana, helvetica, sans-serif;
    font-size : 13px;
    font-weight : bold;
    background-color: #606567;
}

.sub_title{
    color : #ffffff;
    font-family : verdana, helvetica, sans-serif;
    font-size : 11px;
    font-weight : bold;
    background-color: #5887ab;
}


.menu{
    color : #ffffff;
    font-family : verdana, helvetica, sans-serif;
    font-size : 12px;
    font-weight : bold;
    background-color: #eaf1f5;
}
.menu_title{
    color : #5887ab;
    font-family : verdana, helvetica, sans-serif;
    font-size : 12px;
    font-weight : bold;
    background-color: #d6d6d6;
}

.field{
    color: #5887ab;
    font-family : verdana, helvetica, sans-serif;
    font-size : 11px;
    font-weight : bold;
    background-color: #e9e9ea;
}

.required {
    font-size : 11px;
    color : #d2053a;
}

.mandatory{
    background-color: #fffe80;
}

.clear{
    background-color: #ffffff;
}

.alter{
    background-color: #00BFF3 ;
}

.hover{
    background-color: #b0cbe7;
}

.button{
    color : #666666;
    font-family : verdana, helvetica, sans-serif;
    font-size : 12px;
    font-weight : none;
}

.list{
    color : #5887ab;
    font-family : verdana, helvetica, sans-serif;
    font-size : 12px;
    font-weight : none;
}

.input{
    color : #5887ab;
    font-family : verdana, helvetica, sans-serif;
    font-size : 12px;
    font-weight : none;
}

a:link
{
    font-family : verdana, helvetica, sans-serif;
    font-size : 11px;
    font-weight : bold;
    text-decoration : underline;
}

a:visited
{
    font-family : verdana, helvetica, sans-serif;
    text-decoration : none;
}

a:hover
{
    font-family : verdana, helvetica, sans-serif;
    text-decoration : none;
}


a.small:link
{
    font-family : verdana, helvetica, sans-serif;
    font-size : 10px;
    font-weight : bold;
    text-decoration : none;
}

a.small:visited
{
    font-family : verdana, helvetica, sans-serif;
    font-size : 10px;
    font-weight : bold;
    text-decoration : none;
}

a.small:hover
{
    font-family : verdana, helvetica, sans-serif;
    text-decoration : underline;
}


a:link,a:visited,a.small:link,a.small:visited{
    color : #505050;
}

a:hover,a.small:hover{
    color : #5887ab;
}

.news-content {
    border-bottom: solid 1px #d6d6d6;
    background: #eaf1f5;
    color: #505050;    
}

fieldset {
    border: 1px solid #d6d6d6;
}

.h1 {font-size : 24px; color : #05887ab;font-family: verdana, helvetica, sans-serif;}
.h2 {font-size : 20px; color : #5887ab;font-family: verdana, helvetica, sans-serif;}
.h3 {font-size : 16px; color : #5887ab;font-family: verdana, helvetica, sans-serif;}
.h4 {font-size : 14px; color : #5887ab;font-family: verdana, helvetica, sans-serif;}
.h5 {font-size : 11px; color : #5887ab;font-family: verdana, helvetica, sans-serif;}
.h6 {font-size : 9px;  color : #5887ab;font-family: verdana, helvetica, sans-serif;}


ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #7c7c7c;
	border-left-color:		#c3c3c3;
	border-right-color:		#c3c3c3;
	border-bottom-color:	#ddd;
	background-color:		#fff;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
	background-color:		#ffffff;
}

ul.autocompleter-choices li
{
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				1em;
	line-height:			1.5em;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#fff;
	color:					#444;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#9FCFFF;
}

.hidden {
    display : none;
}