#searchform1 {
background:url(../images/search.gif) right no-repeat; 
display: block; 
width: 240px; 
height: 32px;
}

#searchform1 input { 
display: block; 
float: left; 
vertical-align:middle;
}

#searchform1 .isearch1 {
border:none; 
background: none;
/*width:190px; */
color:#464646;
padding: 12px 8px;
font-size: 20px;
}

#searchform1 .ibutton1 {
background:none; 
border:none;
margin-top:9px; 
width:28px; 
cursor: pointer;
}

#submitDetails {
padding: 10px 0 0 -10px;
}

a.navLinks
{
color: #0066CC;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}

a.navLinks:hover
{
color: #081F7F;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}

/* AJAX SEARCH BOX */
.suggestionsBox {
    position: relative;
    left: 30px;
    margin: 10px 0px 0px 0px;
    width: 200px;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;
    color: #fff;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

.suggestionList li:hover {
    background-color: #659CD8;
}

/*
IMAGES SLIDE SHOW (TOP IMAGE)
*/
.crossSiteLoader {
	margin: 100px 0 0 250px;
}

#crossSlide {
    margin: 1em auto;
    border: 2px solid #555;
    width: 548px;
    height: 200px;
}

/*
TABLE OF USERS: MOUSEOVER COLOURS (STRIPES)
*/
th {
	background: #E5E5E5;
	color: #fff;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
}

tr.alt td {
	background: #f2f2f2;
}

tr.over td {
	background: #bcd4ec;
}

