/* $Id: base.css 1285 2007-07-30 17:00:00Z webdev $ */

div{
	clear:left;
}
a img{
	border:none;
}
*.hidden{
	display:none;
}

/* undo html */
a:link { color:black; text-decoration:underline; }
a, a:hover, a:active, a:visited { text-decoration:underline; color:rgb(75,75,75); cursor:pointer; cursor:hand;}
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }

/* Download links */

hr{
	margin:0em;
	margin-bottom:1em;
}

ul.downloadList{
	list-style:none;
	float:left;
	margin:0; 
	padding:0 0 0 50px;
}
ul.downloadList li{
	display:block;
	float:left; 
	clear:left;
	padding-bottom:1.5em;
}

ul.downloadList li a{
	position:relative;
	float:left;
}
ul.downloadList li a img{
	position:absolute;
	left:-50px;
	top:0;
}
ul.downloadList li span{
	display:block;
	float:left;
	clear:left;
}

/* Lists / editing interfaces */

table.recordList{
	width:100%;
	border-collapse: collapse;
	font-size: 0.9em;
}
table.recordList th{
	text-align: left;
	background-color: #ddd;
	padding: 0.5em;
	border-bottom: 1px solid #bbb;
}
table.recordList tr td{
	background-color: #eee;
	padding: 0.5em;
}
table.recordList tr.alternate td{
	background-color: #ddd;
}

table.recordList a{
/*	color: #444;*/
}
div.orderBy{
	font-size:0.9em;
	margin:0;
	position:relative;
	bottom: 0.4em;
	text-align:right;
}
div.orderBy a{
/*	color: #444;*/
}

div.resultNavigation a:link, div.resultNavigation a:visited{
	/*color: #555;*/
}


/* Stats */

table.statistics tr.total td{
	background-color:#ddd;
	font-weight: bold;
	border-top: 1px solid #bbb;		
}


/* Forms */  
form{
	display:block;
	float:left;
	padding:5px;
	width:440px;
	border: 1px solid #d0d0d0;
	margin:0 0 15px 0;
}

form fieldset{
	border:0; padding:0; margin:0;
	float:left; clear:left;
}


form label, form.dataEntry div{
	display:block;
	float:left;
	clear:left;	
	padding: 3px 2px;
}
form label span, form.dataEntry div span{
	display:block;
	float:left;	
	width: 30%;
	padding: 0 2px;
}
form label span.link{
	display:inline;
	float:none;
	width:auto;
	padding:0;
}

form label span.prefix{
	width:auto;
	padding:0 2px 0 0;
}

form label input, form label textarea, form.dataEntry div input{
	float:left; 
}

form label.error{
	background-color:#e88;
}
form label span.errorMessage, form label span.formatNote{
	display:block;
	float:left;
	font-size: 0.9em;
	width: 20%;
	padding-left: 6px;
	margin:0;
}
form label span.errorMessage{
	background-color:#e88;
	color:white;

}
form.dataEntry span.set{
	display:block;
	width:40%;
	float:left;
	margin:0; padding:0;	
}
form.dataEntry span.set label{
	display:block;
	width:100%;
	float:left;
	clear:left;

	background:transparent;
}
form.dataEntry span.set input{
	display:inline;
	float:none;
	padding:0; margin:0;
}

form.filter, form.filter fieldset{
	float:none;
	display:block;
}
form.filter label{
	width:80%;
	float:none;
	display:block;
}
form.filter input, form.filter select{
	float:none;
	display:inline;
}

/* buttons */

input.button{
	margin-bottom:5px;
	
}

/* h3s and ps in forms */

form h3, form p{
	float:left;
	clear:left;
	padding-left:0.4em;
	width:80%;
}

/* publication date: */


#notYet{
	float:none;
	display:inline;
}

/* checkbox lists */

form.checkboxList{
	font-size:0.9em;
	padding-left: 1em;
}
form.checkboxList ul{
	margin:0 0 0.5em; 
	padding:0;
}
form.checkboxList li{
	list-style: none;
	display: block;
	margin:0.1em 0;
}
form.checkboxList label{
	display:inline;
	float:none;
	background-color: transparent;
}

/* email templates */
form.emailTemplate{
	background-color:#ddd;
	padding: 1em;
}
form.emailTemplate div{
	font-family: monospace;
	font-size:1.1em;
}
form.emailTemplate #Subject, form.emailTemplate #Middle{
	font-family: monospace;
	font-size:1.05em;
}
form.emailTemplate #Top, form.emailTemplate #Bottom, form.emailTemplate #emailBody{
	white-space: pre;
}
form.emailTemplate div{
	margin-top: 0.7em;
}

/* Comms */
div.communication{
	background-color:#ddd;
	padding: 1em;
	font-family: monospace;
	font-size:1.05em;	
	white-space: pre;
}


a.send{
	display:block;
	float:right;
}
input.send{
	display:block;
	margin-top:0.5em;
	float:right;
	
}


/* Login */
form.login label{
	width: 30em;
}
form.login label span{
	width: 8em;
}


/* def lists */

dl{
	float:left;
	margin-top:0;
	width:30em;
}
dt{
	float:left;
	clear:left;
	font-weight:bold;
	width:10em;
	padding:0.3em 0;
	margin:0;
}
dd{
	float:left;
	padding:0.3em 0;	
	width:20em;
	margin:0;	
}


