/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff; /* jwf changed background: #999999; */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a, a:visited {
color:#0000FF;
}
a.white, a.white:visited
{
color:#FFFFFF;
}
img
{
border:none;
}
h1 a, h2 a, h3 a
{
text-decoration:none;
}
.f8
{
font-size:8px;
}
.f10
{
font-size:10px;
}
.f12
{
font-size:12px;
}
.f13
{
font-size:13px;
}
.f14
{
font-size:14px;
}
.nounderline
{
text-decoration:none;
}
.bold
{
font-weight:bold;
}
.lyellow
{
background-color: #e9e9e9; /* jwf changed #faf3d6; */
}
.dyellow
{
background-color: #b0b0b0; /* jwf changed #edd870; */
}
.lblue
{
background-color:#e8e8e8;
}
.dblue
{
background-color:#00447b; /* drk blue */
}
.tab
{
	background-color: #e9e9e9; /* jwf changed #faf3d6; */
	width:140px; 
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b0b0b0; /* jwf changed #edd870; */
	border-right-color: #b0b0b0; /* jwf changed #edd870; */
	border-bottom-color: #e9e9e9; /* jwf changed #faf3d6; */
	border-left-color: #b0b0b0; /* jwf changed #edd870; */
	padding:2px;
}
.tabgrey{
	background-color:#e8e8e8;
	width:200px;  /* jwf changed fromwidth:140px; */
	text-align:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color:  #e9e9e9; /* jwf changed #faf3d6; */
	border-left-color: #000000;
	padding:2px;
}

.DatelLayout #container {
	width: 994px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*  border: 1px solid #000000;  jwf- commented out */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
}
.DatelLayout #header {
	background: #FFFFFF;
	margin: 30px 0 30px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
/*	height:47px;*/
	height: 47px;
	width: 994px; 
}
.DatelLayout #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.DatelLayout #header #headerLeft {
	float:left;
}
.DatelLayout #header #headerRight {
	float:right;
	vertical-align:middle;
	margin-top:25px;
	*margin-top: 22px;

}
.DatelLayout #header #headerRight table, .DatelLayout #header #headerRight table td {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	padding:0px;
	margin:0px;
	font-size:xx-small;
}
.DatelLayout #header input {
	font-size:14px;
	border: #00447b solid 1px;
}
.DatelLayout #header select {
	font-size:10px;
}
.DatelLayout #header #sumbit {
	border:0;
}

.DatelLayout #image {
	margin-top:1px;
	margin-bottom:1px;
}
.DatelLayout #imagesap {
	height:5px;
	margin-bottom:1px;
	padding-bottom:1px;
}
/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".DatelLayout #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.DatelLayout #sidebar1 {
	float: left;
	width: 24%; /* the background color will be displayed for the length of the content in the column, but no further */
	font-size:11px;
	background-color: #e9e9e9; /* jwf changed #faf3d6; */
	background-image: url(http://www.datel.com/images/datel_bg_white.jpg); /* jwf changed from yellow to white */
	background-repeat: repeat;
	padding: 0; /* top and bottom padding create visual space within this div  */
}
#sidemenu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}
#sidemenu li.cat, #sidemenu li.cat:hover, #sidemenu li.focus
{
	
	background-color:#b0b0b0; /* jwf changed #edd870; */
	margin-top:2px;
	padding:2px;
	font-weight:bold;
	text-align:center;

}
#sidemenu li
{
	
	background-color: #e9e9e9; /* jwf changed #faf3d6; */
	border-bottom: 1px solid #b0b0b0; /* jwf changed #edd870; */
	border-right: 1px solid #b0b0b0; /* jwf changed #edd870; */
	margin-top:2px;
	padding:2px;

}
#sidemenu li:hover, #sidemenu li:focus
{
	background-color:#b0b0b0; /* jwf changed #003366; */

}
#sidemenu li a, #sidemenu li a:visited
{
	text-decoration:none;
	color:#0000ee;
	width:100%;
}
ul.sidemenu li.MenuBarItemIE:hover, ul.sidemenu li.MenuBarItemIE:focus {
	text-decoration:underline;
	color:#FFFFFF;
	background-color:#b0b0b0; /* jwf changed #003366; */
}
#sidemenu li a:hover, #sidemenu li a:focus
{
	text-decoration:underline;
	color:#FFFFFF;
	background-color:#b0b0b0; /* jwf changed #003366; */
	width:100%;

}
ul.sidemenu li.MenuBarItemIE a:hover, ul.sidemenu li.MenuBarItemIE a:focus {
	text-decoration:underline;
	color:#FFFFFF;
	background-color:#b0b0b0; /* jwf changed #003366; */
}
}
.DatelLayout .tbleyellow td
{
	border-bottom: 1px solid #edd870;
	border-right: 1px solid #edd870;
	font-size:11px;
}
.DatelLayout .tbleyellow a
{
	text-decoration: none;
}
.DatelLayout .tbleyellow td:hover, .DatelLayout .tbleyellow td:hover a
{

	background-color:#003366;
	color: #FFFFFF;
	text-decoration: underline;
}
.DatelLayout .tbleyellow th
{
	background-color: #edd870;
	font-size:12px;
	font-weight:bold;
}

.DatelLayout #sidebar1 h3, .DatelLayout #sidebar1 p {
}
/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.DatelLayout #main #mainContent {
	margin: 0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	font-size:12px;
	float: left;
	width:75%;
	padding: 0;
}
.DatelLayout #main #mainContent #maintext{
	margin: 0px 0 0 10px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	font-size:12px;
	float: left;
	width:auto;
}
.DatelLayout #main #mainContent H1 {
	Font-Size: 26px;
	color:#666666;
}
.DatelLayout #main #mainContent H2 {
	Font-Size: 16px; /* changed from 18px - jwf */
	color:#777777;
}
.DatelLayout #main #mainContent H3 {
	Font-Size: 14px;
	color:#666666;
}
.DatelLayout #footer {
	width:994px;
	height:94px;
	padding: 0px;
	margin-top:15px;
	text-align:left;
	font-size:xx-small;
	background-image: url(http://www.datel.com/images/datel_footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color:#FFFFFF;
}
.DatelLayout #footer a {
	color:#FFFFFF;
}
#footerseo {
	Font-Size: 9px;
	color:#666666;
}
.DatelLayout #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.DatelLayout #footer p.yellow, .DatelLayout #footer p.yellow a {
	color: #FFFF00;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
-->