@charset "utf-8";
/* CSS Document */


#navbar,
#menublock,
#aflogo,
#footer
{
	display:none;
}


#contentblock, 
.col1
{
	clear:both;
	float:none;
	width:100%;
	margin:0;
	padding:0;
	border:0;
	padding:0;
}

#sdmslogo,
#sdmslogo img
{
	clear:both;
	float:none;
	margin:0;
	padding:0;
	border:0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.data_table_full p, .data_table p, .data_table_form p {
	margin: 0px;
	padding: 0px;
}
.code_block {
	overflow:visible;
}

.color_block1 {
	background-color: #fff;
	padding: 2px;
	position: relative;
	font-weight: bold;
	border-style: none;
	border-width: 0px;
	border-color: #fff;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	clear: both;
	margin-bottom:30px;
	padding-bottom:20px;
}
.color_block1 p {
	text-align: center;
	margin-bottom: 30px;
}
.photo_cell {
	padding: 0px;
	margin: 5px;
	position: relative;
	display: inline-block;
	text-align: center;
	float: none;
	height: 90px;
}
.photo_cell img {
	border: 0px none;
	position: relative;
	display: block;
	float: left;
	text-align: center;
}
.photo_caption {
	font-size: 60%;
	font-weight: bold;
	position: relative;
	padding: 1px;
	background-color: #FFFFCC;
	float: left;
	width: 118px;
	display: none;
	text-align: center;
	border-top-color: #CCCCFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #CCCCFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #CCCCFF;
	border-left-style: solid;
	border-left-width: 1px;
}
.photo_cell a:link {
	display: block;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	float: left;
}
.photo_cell a:hover {
	display: block;
	border-color: #FF0000;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	float: left;
}
.photo_cell a:visited {
	display: block;
	border-color: #CCCCFF;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	float: left;
}

p.spacer {
	clear: none;
	margin: 0px;
	padding: 0px;
	height: 1px;
	font-size: 1px;
	line-height:0.01ex;
	display:block;
}
.photo_album {
	margin:0;
	padding:0;
	width:100%;
	overflow:visible;
	
}
.photo_album h2 {
	clear: none;
}

/*
------------------------------------------------------
tables
------------------------------------------------------
*/
th, td {
	padding: 7px 10px 7px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
}
th {
	font-weight:bold;
	color:#304e80;
}
.centercell td, .centercell th {
	text-align:center;
}
.rightheader th {
	text-align:right;
}
.leftheader th {
	text-align:left;
}

td.notecell {
	border:0;
	text-align:left;
	letter-spacing:normal;
}
table {
/*	width:100%;
*/	line-height:normal;
}
.autowidth {
	width:auto;
}
.table75 {
	width:75%;
}
.table50 {
	width:50%;
}

.data_table {
	font-size: 80%;
	margin-left: 15px;
	padding-right:0px;
}
.data_table_full {
	font-size: 80%;
	margin-left: 10px;
	padding-right:0px;
	float:none;
}
.data_row_dark {
	background-color: #F4F4F4;
}
.data_row_light {
	background-color: #FFFFFF;
}
.data_table table {
	margin-bottom: 5px;
}
.data_table_full table {
	margin-bottom: 5px;
	position:relative;
}
.data_table th, .data_table_full th {
	background-color: #E0E0E0;
	white-space: nowrap;
}
.data_table td, .data_table_full td {
}
.data_table_form {
	margin-left: 8px;
	padding-right:0px;
	float:none;
}
.data_table_form table {
	margin-bottom: 5px;
	font-size:90%;
}
.data_table_form th {
	white-space: nowrap;
	background-color: #F7F7F7;
	border: 2px solid white;
	vertical-align:middle;
}
.data_table_form td {
	border: 2px solid white;
}

.niceinputs input, .niceinputs textarea, input.niceinputs{
	border-color:#C8CEDD;
	border-width:1px;
	border-style:solid;
}
.niceinputs input:focus, .niceinputs textarea:focus, input.niceinputs:focus{
	background-color:#EFF1F5;
}

.data_table_full p, .data_table p, .data_table_form p {
	margin: 0px;
	padding: 0px;
}
.data_table_downloads {
	font-size: 80%;
	margin-left: 10px;
	margin-bottom: 40px;
}
.data_table_downloads p {
	margin: 1px;
}
.data_table_downloads table {
	margin-bottom: 5px;
}
.data_table_downloads td {
	white-space: nowrap;
	vertical-align:middle;
}
.data_table_downloads th {
	text-align: left;
	white-space: nowrap;
	vertical-align:middle;
}
.colored_cell1a {
	background-color: #E4DDEC;
}
.colored_cell1b {
	background-color: #F4EFFC;
}
.colored_cell2a {
	background-color: #E3F9E3;
}
.colored_cell2b {
	background-color: #EFFCEF;
}
.colored_cell3a {
	background-color: #E4E4E4;
}
.colored_cell3b {
	background-color: #F5F5F5;
}