/**************************************************************************
 * Common Styles
 **************************************************************************/
body {
	color: black;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

.clickable {cursor: pointer; display: block;}

.printOnly {display: none;}

/**************************************************************************
 * Header Styles
 **************************************************************************/
div#header {
	height: 34px;
	position: relative;
	border-bottom-color: #999999;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	background-color: #EAEAEA;
}

div#headerwidth {
	font-size: 13px;
	padding: 6px 6px 10px 10px;
}
div#controlpanel {
    position:relative; 
	width: 100%; 
	height:36px; 
	background-image:url(../graphics/blank_tile.gif);
	background-repeat: repeat-x;
}
#toprighttab {
    position:absolute;
	top:0;
	right:0;
}
div#searchdock {
    position:absolute;
	top:0;
	left:0;
	width:240px;
	height:36px;
	background-image:url(../graphics/short-icon_soft_tile.gif);
	background-repeat: repeat-x;
}
#searchfield {
    position:absolute;
	top:10px;
	left:15px;
	width:160px;
	font-size:12px;
}
#searchbutton {
    position:absolute;
	top:11px;
	left:185px;
    color:#000000;
}
#searchbutton:hover {
	color: #FFFFFF;
}
div#dockconnector {
    position:absolute;
	top:0;
	left:240px;
	height:36px;
}
div#larrow {
    position:absolute;
	top:16px;
	right:49px;
}
div#rarrow {
    position:absolute;
	top:16px;
	right:22px;
}

a.bannerbutton {
	float: left;
	display:block;
	height:35px;
	width:24px;
	overflow:hidden;
}
a.bannerbutton:hover {
	text-indent:-24px;
}
a.rightbutton {
	float: right;
	display:block;
	height:36px;
	width:24px;
	overflow:hidden;
}
a.rightbutton:hover {
	text-indent:-24px;
}

/**************************************************************************
 * Navigation Styles
 **************************************************************************/

a.searchB, a.searchB:visited {
  background-color:#EEEEEE;
  display:block;
  border:1px solid;
  border-color:#aaa #000 #000 #aaa;
  text-decoration:none;
  text-align:center;
  width: 50px;
  height:15px;
  font-size:12px;
}
a.searchB:hover {
	background-color:#431484;
	border-color:#000 #aaa #aaa #000;
}


div.alphabar { 
	position:absolute;
	left:0px; 
	top:40px;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	margin-top: 0;
	margin-bottom: 6pt;
	margin-right: 0;
	margin-left: 5px;
	font-size: 75%;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	vertical-align: baseline;
	color: #003366;
	text-transform: none;
	padding-left: 0;
	padding-top: 0;
}
