@charset "utf-8";
/* Styles for the SR-Datasets Page */

/* Styles for the colorful header buttons */
.style1 {color: #666666}
.style2 {color: #FF0000}
.style3 {color: #FF6600}
.style4 {color: #00CC00}
.style5 {color: #0000CC}
.style6 {color: #9900FF}

/* Top datasets menu */
span.btn { text-decoration:underline; cursor:pointer }
#buttonz {
	text-align: center;
	background: #ddd;
	background-image: url(../i/graybox_wide.gif); background-repeat:no-repeat;
	border-bottom: 2px solid #a76;
	margin-left: 30px;
	padding: 5px;
	position: relative;
}	
.btn {
	padding: 2px 5px;
	margin: 5px 15px;
	color: #00e;		
}		
.btn_selected {
	color: #bbb;			
	text-decoration: none !important;
}		

/* Datasets list */
.lst {
	float: left; width: 250px;
	margin: 5px 0 0 30px;
	.margin-left: 15px;
	background-color: #ddd;
	background-image: url(../i/graybox2.gif); background-position: bottom left; background-repeat: no-repeat;
}		
.lst ul { list-style-type: none }
.lst li { text-decoration: underline; color: #00e; cursor: pointer }
.lst li.lst_selected { color: #bbb; text-decoration: none }
#page .lst h3 { background-color: #a76; color: white; margin: 0 0 15px 0; padding:5px 10px; text-align: center }		

/* Datasets Items */
.item { margin-left: 286px }
#page .item h3 { margin: 5px 0 15px 0; padding:5px 20px; color: #754; font-weight: bold; background-color: #c3af9c }
#page .item dt { font-size: 100%; font-weight: bold; margin: 0 0 0 20px }
#page .item dd { margin: 0 0 0.5em 40px }
#page .item img { padding: 1px; border: 1px solid #aaa; margin-left: 20px }
#page .item p { margin-left: 20px }
#page .item .unavailable { color: #CC0000 }
#page .item .download { background-image: url(../i/cd.gif); background-repeat: no-repeat; background-position: top right;
	height: 28px; float: right; width: 215px; text-align: right; padding: 2px 35px 10px 0 }
#page .item table { width: 100% }	
#page .item td { font-size: 80% }
#page .item td img { margin-left: 0px }	