/* ------------------
 styling for the tables 
   ------------------   */


body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	font-size: medium;
	background-image: url();
	background-repeat: repeat-x;
	background-color: #FFF;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-repeat: no-repeat;
	text-align: left;
	background-position: 20px center;
	color: #FFF;
} 
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFF;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: normal;
	
} 

#mainContent p {
	font-size:14px;
	line-height: 1.4em;
	color:#333;
}

#mainContent .small {
	font-size:12px;
	line-height: 1.4em;
	color:#333;
}

#mainContent ul {
	font-size: 14px;
	line-height: 1.4em;
	color:#333;
}


#mainContentExtra p {
	font-size: small;
	line-height: 1.4em;
	color:#333;
}

.twoColFixLtHdr #footer {
	
	padding: 10px 20px 10px 20px;
	background-color: #e8e8e8;
} 
.twoColFixLtHdr #footer p {
	font-size: 12px;
	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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}

#footer {

	padding: 10px 25px 10px 20px;
	background-color: #e8e8e8;
}
	
	
.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;
}
body,td,th {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #090;
}

h1 .basedon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style:italic;
	color: #000;
    line-height:1.2em;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #090;
	padding-top: 15px;
	margin-bottom: -10px;
	line-height:1.2em;
}

h2 .index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style:italic;
	color: #000;
    line-height:1.2em;
}


h3 {
	color: #333;
	font-size:14px;
	font-weight: bold;
	margin-bottom: -13px;
}

#mainContent .updated {
	font-style:italic;
	margin-top: -10px;
	padding-bottom: 12px;
}

#mainContent .google {
	float: left;
	margin-right: 22px;
}
	
#mainContent a:link {
	color: #00F;
	font-weight: bold;
}
a:visited {
	color: #09C;
}
--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */


body
{
	line-height: 1.2em;
}

#hor-minimalist-b
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	padding: 10px 8px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #009900;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #6678b1;
}
#hor-minimalist-b td
{
	color: #333;
	padding: 6px 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #ccc;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}

#one-column-emphasis
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 20px;
}

#one-column-emphasis td
{
	color:#333;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#one-column-emphasis .tdcenter
{
	font-size:15px;
	color:#000;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;

}

.oce-first
{
	border-right: 10px solid;
	border-left: 10px solid;
	background-color: #9C6;
}

#one-column-emphasix
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	border-collapse: collapse;
	margin-bottom: 20px;
}

#one-column-emphasix td
{
	color:#333;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 12px;
	padding-right: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;

}

#one-column-emphasix .tdcenter
{
	font-size:15px;
	color:#000;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;

}

#compare {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 98%;
  border-collapse: collapse;
  border: 1px solid #090;
}

#compare th {
	 text-align: center;
	font-size:13px;
  
  background-color:#99FF99;
  padding: 6px;
  border: 1px solid #090;
}

#compare td {
	font-size:12px;
	text-transform:capitalize;
  text-align: center;
 	padding: 6px;
	border: 1px solid #CCC;
}

#compare tr:hover td
{
	color: #FFF;
	background-color: #0000ff;
}

#compare .whitead {
	background-color:#FFF;
	margin: -5px;
	padding:40px;
}

#compare2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 98%;
  border-collapse: collapse;
  border: 1px solid #090;
}

#compare2 th {
	 text-align: center;
	font-size:13px;
  
  background-color:#99FF99;
  padding: 6px;
  border: 1px solid #090;
}

#compare2 td {
	font-size:13px;
  text-align: left;
 	padding: 6px;
	border: 1px solid #CCC;
}

  