﻿/*
Compatibilities.css by Gerald A. Livings 
for some of the DHS webs to make 
them compatible with HTML 4.01 and CSS 2.1

Also includes nice bits of code.
*/	
	
/* Data Tables Basic Format */

.datatable {
	border: 1px solid #808080;
	vertical-align: bottom;
}

.datatable th {
	background: #CCCCCC;
	border: 1px solid #808080;
}

.datatable td {
	border: 1px solid #808080;
}

/* Definition lists */

dt {
	font-weight: bold;
	font-size: 1.05em;
	margin: 0 0 0 1em;
	font-style: italic;
}

dd {margin: 0 2em 1em;}

/* Clearing */
.clearboth {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

/* Align Text */

.textalignleft {
	text-align: left;
}

.textaligncenter {
	text-align: center;
}

.textalignright {
	text-align: right;
}

/* Float Right */

.floatrightbox {
	background-color: #F7EFDB;
	color: black;
	float: right;
	width: 250px;
	border-style: solid;
	margin: 5px 50px 5px 20px;
	padding: 10px;
	text-align: center;
	border-top: 4px outset #f2e3c0;
	border-right: 6px outset #a19f8a;
	border-bottom: 6px outset #a19f8a;
	border-left: 4px outset #f2e3c0;
}

.floatrighttitle {
	border-bottom: 1px solid #A19F8A;
	margin-top: 0;
	padding: 5px 0 5px 0;
	display: block;
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	letter-spacing: 1px;
}

/* FAQ formating */

.faqqestion {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 120%;
	color: black;
	padding: 5px;
	border-top: 4px solid #587878;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 4px solid #587878;
	display: block;
}

.faqanswer {
	margin-left: 5%;
}

/* Display ul list as a table */

.listtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.listtable p {
	display: block;
	font-weight: bold;
	text-align: center;
	color: #333366;
	width: 480px;
	background-color: #cccccc;
	font-size: 1em;
	border: 1px solid #999999;
	text-transform: uppercase;
}
.listtable ul {
	margin: 0px;
	padding: 0px;
	float: left;
	border: none;
}
.listtable ul li {
	padding: 5px 5px 5px 5px;
	list-style-type: none;
	background-color: #ffffff;
	font-size: .9em;
	border: none;
	width: 150px;
	color: #000033;
}

</style>

