﻿/*Header div elements*/

#headerDiv
{
	height:65px;
	
	background-image:url(../images/userImages/rt_logo.gif);
	background-repeat:no-repeat;
	background-position:left top;
	
	border-bottom:dotted 1px #999;
	
	font-weight:bold;
	
	padding-top:5px;
}

#headerDiv #pageheader_searchBarDiv
{
	text-align:right;
	padding-top:21px;
	margin-right:205px;
}


#headerDiv #pageheader_searchField
{
	width:140px;
	margin-left:4px;
	
	position:absolute;
	top:75px;
	left:608px;
}

#headerDiv .searchButton
{
    position:absolute;
	top:75px;
	left:768px; 
	float:right;
}

#headerDiv #topMenuDiv
{
	margin-top:3px;
	float:right;
	width:600px;
}

#headerDiv .selected
{
	color:#7a1a57;
}

#headerDiv .topMenuSpacer
{
	padding-left:2px;
	padding-right:2px !important;
	line-height:15px;
}





