/*
 * $Id: prompt.css,v 1.3 2007/07/27 16:24:58 tcouch Exp $
 * seattle default asthetics 
 */

.headerButton {
	cursor: pointer;	
	text-decoration: none;
}

#sidebar .positioningWrapper {
	width: 168px;
}

#prompt #sidebarBody .positioningWrapper {
	height: 500px;
}

#prompt #sidebar {
	position: absolute;
	left: 20px;
	top: 130px;
	width: 180px; 
}

#sidebarHeader {	
	background-repeat: no-repeat;
	height: 44px;	
}

#prompt #sidebar .directoryName {
	padding-left: 5px;
	padding-right: 10px;
	color: red;
	font-size: 14px;
	font-weight: bold;
	width: 137px;
}


#prompt #sidebar .boxHeaderText {
	padding-left: 8px;
}

#prompt #sidebar .directoryLinks {
	padding-left: 50px;
	font-weight: bold;
}

#promptBody {
	height: 378px;
	width: 690px;
	position: absolute;
	top: 295px;
	right: 14px;
}

#promptBody .positioningWrapper {
	height: 378px;
	width: 690px;
}

#prompt #popularSearches {	
	margin-left: 100px;
	text-align: left;
	height: 100px;	
	position: absolute;
	top: 50px;
	right: 100px;
}

#prompt #popularSearchIcons{
	width: 500px;
	float: left;
}

#prompt .popularSearchIconImages {
	margin-bottom: 0px;	
}

#prompt .popularSearchIcon {
	text-align: center;
	width: 100px;
	float: left;
}

#prompt .popularSearchIcon a {
	text-decoration: none;
	color: black;
}

#prompt .popularSearchLinksContainer {
	float: left;
	margin-top: 80px;
	width: 500px;
}

#prompt .popularSearchLinksContainer a {
	color: #042F69;
}



