.input { 
	border: 1px solid #005883;
	height: 22px; 
}
.border_no { 
	border: 0px;
}

/* buttons */
.button {
	background: #ffffff;
	border: solid 1px #006699;
	font:80% Verdana, Helvetica, sans-serif; 
	color: #005883;
	font-weight: bold;
	cursor: pointer;
	height: 22px;
}
.button2 {
	background: #ffffff;
	border: solid 1px #006699;
	font:100% Verdana, Helvetica, sans-serif;
	color: #005883;
	font-weight: bold;
	cursor: pointer;
	height: 20px;
}
.button3 {
	background: #ffffff;
	border: solid 1px #006699;
	font:80% Verdana, Helvetica, sans-serif;
	color: #005883;
	font-weight: bold;
	cursor: pointer;
	height: 20px;
}
.button_help {
	background: #ffffff;
	border: solid 1px #006699;
	font:80% Verdana, Helvetica, sans-serif; 
	color: #005883;
	font-weight: bold;
	cursor: pointer;
	height: 22px;
	width: 22px;
}
/* buttons */

.table_head {
	background-color:#005883;
}

.table_head2 {
	border-bottom: solid 1px #005883;
}
.myAdHead {
	border-bottom: solid 1px #005883;
	/*background: #005883;*/
}
.row1 {
	background-color:#ffffff;
}
.row0 {
	background-color:#EDEBEB;
}

/* footers */
.line {
	border-bottom: solid 3px #005883;
	width: 470px;
	height: 20px;
}
.line2 {
	border-bottom: solid 3px #005883;
	width: 100%;
	height: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.line_admin {
	border-bottom: solid 3px #005883;
	width: 617px;
	height: 20px;
}

.footer {
	border-bottom: solid 3px #005883;
}
/* footers */

.navigate {
	height: 35px;
}

.search_table {
	border: solid 1px #005883;
	background: #EDEBEB;
}

/* Search menu */
#menycontainer{ 
	text-align: center; 
	padding-top:0;
	margin-top: 0;
}

#menycontainer ul{
	padding: 0;
	padding-left: 10px;
	margin: 0;
	font: 10px Verdana, Helvetica, sans-serif;
}

#menycontainer li{
	margin: 0; 
	float: left;
	list-style: none;
}

#menycontainer a{	
	text-decoration: none;
	float: left;
	padding: 3px 5px 3px 5px;
	margin-right: 6px;
	border: 1px solid #005883;
	background: #ffffff;
	font-weight: bold;
}
#menycontainer a:link{
	color: #005883;
}
	
#menycontainer a:visited{
	color: #005883;
}

#menycontainer a#current{
	background: #EDEBEB;
	border-bottom: 1px solid #EDEBEB;
}
/* Search menu end */

/* Result menu start */
#resultmenu ul{
	display: inline;
	list-style: none;
	margin:0;
	padding:0;
}
#resultmenu li{
	text-align: center;
	float: left;
}
#resultmenu a{
	padding: 2px 4px 2px 4px;
	margin: 4px 0px 2px 4px;
	border: 1px solid #005883;
	text-decoration: none;
	color: #005883;
	font: 9px Verdana, Helvetica, sans-serif;
}

#resultmenu a#current{
	background-color: #EDEBEB;
}
/* Result menu end */
