/* top links banner -----------------------------------------------------------------------*/

.table_toplinks {
	background-image: url(/images/toplinks_bgrnd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.table_footer {
	background-image: url(/images/footer_bgrnd.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.toplinks a:link, .toplinks a:visited{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}
.toplinks a:hover {  
	color: #FFFFFF;
	text-decoration: underline;
}


.searchbox {
	background-image: url(/images/searchBox.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.searchfield {
	border: none;
	background-color: transparent;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.searchbutton {
	border-style: none;
	background: url('/images/searchbutton.png') no-repeat;
	}

.oneclicksearch {
	background-image: url(/images/RTM_SearchBox.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
.oneclickborders {
	font-family: Arial;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	}
.oneclickborders a:link, .oneclickborders a:visited{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}
.oneclickborders a:hover {
	color: #C60;
	text-decoration: underline;
}

/* 	SearchField	by Alen Grakalic, brought to you by cssglobe.com */

form {
	padding:0;
	margin: 0px;
}
.search_input {
	margin-top:0px;
	margin-left:10px;
	padding:0px;
	vertical-align:middle;
	margin-bottom: 2px;
}
form button {
	margin-bottom: 2px;
	margin-left:6px;
	border:none;
	text-indent:-8000px;
	overflow:hidden;
	background:url(/images/searchbutton.png) no-repeat 0 0;
	cursor:pointer;
	vertical-align:middle;
	width: 20px;
	height: 22px;}
/* default (inactive field) */
.sf_inactive {
	border:none;
	color:#666;
	background-color: transparent;
}
/* on focus (when field is clicked on)  */
.sf_active {
	border:none;
	color:#333;
	background-color: transparent;
}
/* with text (when field is inactive but contains user's input)  */
.sf_text {
	border:none;
	color:#333;
	background-color: transparent;
}

/* suggestions box */
/* js code generates unordered list */
.sf_suggestion {
	position:relative;
}
.sf_suggestion ul {
	position:absolute;
	margin-left:10px;
	margin-top:0px;
	padding:0;
	top:0;
	left:0;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.sf_suggestion li {
	margin:1px;
	padding:0;
	list-style:none;
}
.sf_suggestion li a {
	display:block;
	text-indent:5px;
	color:#000;
}
.sf_suggestion li.selected a {
	background-color: #CCCCCC;
}
