/*
 * $Id: prompt.css,v 1.1.2.1 2009/01/29 21:23:41 cschulze Exp $
 * Brazoria prompt page asthetics
 */

#promptWrapper #pageBorder {
	height: 700px;
}

#sidebarHeader {
	background-image: url(../../images/brazoria/sidebarHeader.gif);	
	height: 51px;
}

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

#prompt #sidebar .directoryName {
	color: red;
	text-align: center;
}

#prompt #bodyText {
	z-index: 50;
	width: 600px;
	left: 265px;
	top: 560px;
	position: absolute;
	font-size: 11px;
}

#prompt .popularSearchLinksContainer a {
	color: #0000FF;
}

#prompt #popularSearches {	
	top: 30px;
	left: 0px;
}

#prompt .popularSearchLinksContainer { 
	margin-top: 40px;
	width: 600px;
	right: 50px;
	position: relative;
}

#promptBody {
	position: relative;
	top: 0px;
	right: 0px;
	left: 214px;
	margin-top: 212px;	
}

#prompt #sidebar {
	top: 138px;
}

#sidebarHeader {
	background-image: url(../../images/brazoria/backgrounds/sidebarHeader.png);
	position: relative;
	left: 1px;
	color: black;
}

.boxHeaderText {
	color: white;
	padding-top: 5px;
}

#prompt #sidebar .directoryName {
	text-align: left;
	color: black;
}

#prompt #sidebar .directoryLinks a {
	color: #4485C0;
	width: 120px;
	padding: 0px;
}

#prompt #sidebar .directoryLinks {
	color: #4485C0;
	width: 120px;
	padding: 0px;
	padding-left: 15px;
	text-align: center;
}

