



/* top row */
#searchBox {
	margin-bottom: 10px;
	position:relative;
	z-index:1;
	zoom:1;
}

#storage {
	height: 80px;
	min-height:80px;
	background-color: #afa;
	margin-bottom: 15px;
	margin:0px 0px 2px 0px;
}

/* Make the loading box always appear on screen */
#loading {
	position:fixed;
	z-index:5;
	top:1px;
	right:1px;
}

.throbber {
	position: absolute;
	font-weight:bold;
	background: #900;
	color: white;
	padding:3px 10px 3px 5px;
	font-size:10pt;
}

/* search */

div.autocomplete
{
	position:absolute;
	width:550px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding-bottom:10px;
}

div.autocomplete ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div.autocomplete ul li.selected
{
	background-color: #D7E2FF;
}

div.autocomplete ul li
{
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:14px;
	cursor:pointer;
	font-size: 11px;
}

div.autocomplete img{
	vertical-align:top;
}

#autocomplete {
	margin-bottom:10px;
}

.exampleSearch {
	padding-left: 10px;
	color: #848284;
}
.exampleSearchTd{
    color: #848284;
    font-size: 10px;
    padding-right: 0 !important;
    vertical-align: middle;
}

.applyFilter {
	display:none;
}

.backButton {
	font-weight: normal;
	font-style: normal;
}

.infoText, .help {
	list-style: disc;
	padding:10px 15px 10px 15px;
}

.infoText ul, .help ul {
	list-style-type: disc ;
	list-style-position: inside;
	font-size: 10pt;
}

.infoText p, .help ul{
	padding: 10px 0px;
}

.helpPopup {
	border:1px solid #7E98DD;
	background: white;
	position: absolute;
	z-index:3999;
	}

.validation-advice {
	border: 1px solid #777;
	background-color: #C0D369;
	color: #fff;
	margin: 4px;
	font-size: 12px;
	padding: 1px 2px 1px 5px;
}

ul.faqQuestions {
	font-size:10pt;
	list-style-position:inside;
list-style-type:disc;
	}

.closeHelp {
	float:right;
	clear:right;
}


#helpBox {
	float:right;
	padding:5px;
	cursor: move;
}


/*
	yDSF (ydnar Drop-Shadow-Fu)
	ydnar@sixapart.com - http://www.sixapart.com
*/

.ydsf {
	display: block;
	position: relative;
	margin: 4px -4px -4px 4px;
	background: url(images/shadow-grid.gif) repeat;
}

/* ie6 ignores this selector */
html>body .ydsf {
	margin: 10px -10px -10px 10px;
	background: url(images/shadow.png) right bottom no-repeat;
}

/* shadow corners */
.ydsf:before,
.ydsf:after {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background: inherit;
}

.ydsf:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: -10px 0 0 auto;
	background-position: right top;
}

.ydsf:after {
	margin: -10px 0 0 -10px;
	background-position: left bottom;
}

.ydsf .inner {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
}

/* ie6 ignores this selector */
html>body .ydsf .inner {
	left: -10px;
	top: -10px;
	margin: 0;
}

.floatingRight {
	float: right;
}

#columnSelector li {
	list-style: none;
	}


#addLocationSearch {
	padding: 5px;
	position: absolute;
	top: 100px;
	z-index:4001;
	width: 200px;
	font-family:arial,helvetica,sans-serif;
	font-size:9pt;

}

ul.detailedTableColumn span.label {
	font-weight:bold;
}

ul.detailedTableColumn li {
	margin-bottom:3px;
}

ul.detailedTableColumn span.value {

}

ul.detailedTableColumn {
 width:25%;
 float:left;
}

.na {
	color:gray;
	text-decoration: none;
}

.nowrap {
	white-space:nowrap;
}

.welcomeRightImages img {
	margin-left: 1em;
	margin-bottom: 1em;
	border: 0;
}

/* multi-browser minimum height */
#welcomeContent {
	min-height: 33em;
	height:auto !important;
	height: 33em;
}

#welcomeHr {
	border: 0;
	color: #7E98DD;
	background-color: #7E98DD;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

p {
	font-size:9pt;
	padding:10px 15px 10px 15px;
}


/* popup styles */
.popupShim{
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	z-index:100;
	top:0;
	left:0;
	background-color:#666;
	opacity:0.3;
}
.popupContainerWrapper{
	display:none;
	width:100%;
	position:absolute;
	z-index:101;
	top:0;
}
	.popupContainer{
		background-color: #FFFFFF;
		border: 1px solid #333333;
		box-shadow: 0 0 6px #CCCCCC inset, 0 0 3px #333333;
		display: none;
		margin: 0 auto;
		padding: 15px;
		position: absolute;
		top: 110px;
		width: 485px;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	}
		.popupHeading{
			font-weight:bold;
			text-align:center;
			text-shadow: 2px 2px 0 #EEEEEE;
		}
		.popupButtons{
			margin-top:10px;
			margin-top:10px;
			width:100%;
		}
			.popupButtons button {
				padding:2px 5px;
			}

			.popupButtonLeft{
				float:left;
				margin-left:10px;
			}
			.popupButtonCenter{
				display:block;
				margin:0 auto;

			}
			.popupButtonRight{
				float:right;
				margin-right:10px;
			}

