/* Login page error message */

#loginmsg {
	margin-top:6px;
	margin-bottom:6px;
	color:#ff0000;
}


/* Logged in user navigation */

#usernav {
	font-size:11px;
	text-align:right;
	margin-top:-12px;
	margin-bottom:28px;
}
#usernav a {
	text-decoration:none;
}
#usernav a:hover {
	text-decoration:underline;
}


/* List of sub-pages (Days, Forum Presentation etc) on main download page */

.downloadpagelist {
	margin-bottom:20px;
}
.downloadpagelist p {
	margin-top:0;
	margin-bottom:0;
	line-height:25px;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	margin-left:30px;
}


/* Headings */

#content h2.spahead {
	border-bottom:1px solid #cccccc;
	margin-bottom:8px;
	line-height:25px;
	color:#000000;
}
#content h3.spasubhead {
	text-transform:uppercase;
	color:#000000;
	margin-top:2em;
	margin-bottom:1em;
}
#content .downloadpagelist h2.spahead {
	margin-bottom:0px;
}


/* List of downloads */

.downloadlist p {
	margin-bottom:0;
}
.sepdownloadlist {
	padding-bottom:2em;
	border-bottom:1px solid #cccccc;
}
.downloadcontrols {
	margin-bottom:1em;
	border:1px #CCCCCC solid;
	margin:10px 0px 24px 0px;
	padding: 3px 3px 3px 3px;
}
#content .downloadcontrols a {
	text-decoration:none;
}
#content .downloadcontrols a:hover {
	text-decoration:underline;
}


/* Download basket messages (eg. "this file has been added...") */

.basketmsg {
	color:#ff0000;
}
#content .basketmsg a {
	color:#ff0000;
	text-decoration:underline;
}
#content .basketmsg a:hover {
	text-decoration:none;
}


/* Download basket link */

#downloadbasket {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin-top:25px;
	margin-bottom:25px;
	padding-top:3px;
	padding-bottom:3px;
}
#downloadbasket img {
	vertical-align:middle;
}
#downloadbasket a {
	text-decoration:none;
}
#downloadbasket a:hover {
	text-decoration:underline;
}
#reviewbasketlink {
	display:block;
	float:right;
	margin-top:2px;
}


/* Downloading progress Ajax popup */

#waitpopup {
	padding:15px;
}
#waitpopup img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
}

.nowrap {
	white-space:nowrap;
}
