﻿/*
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.
*/

/* Containing div for the main page content(excluding the headers, footers,and navigation-left and right),
The div ends just above the 'Last Revised:' information.
This is prep for when we go to a CMS */
#content {
	padding-left: 1px; 
	vertical-align: top; 
	border-left: #ffffff 1px solid;
	}


.space {
	clear: both;
	display: inline-block;
}
/* 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;
}

/* floats */
.floatleft {
	float: left;
}

.floatright {
	float: right;
}
.listloweralpha {
	list-style-type: lower-alpha;
}
.listalpha {
	list-style-type: upper-alpha;
}


/* 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%;
	}
	
	
.returnto {
	padding-left: 23px; : 0em; 
	background-image: url("/clientrights/images/arrowback.gif"); 
	background-repeat: no-repeat; 
	height: 16px;
	}
.important {
	padding-left: 23px; : 0em; 
	background-image: url("/clientrights/images/important.gif"); 
	background-repeat: no-repeat; 
	height: 16px;
	}


