﻿.mainContentHolder
{
  text-align: left;  
   /* font-size: 1.2em; */
   font-size: 12px; 
   width: 90%; 
}
#wrap {min-width:1200px;}
/* Page links for buttons */
#topButton ul {margin-left: 0; padding-left: 0; white-space: nowrap; text-align:left; }
#topButton li {display: inline; list-style-type: none; text-align:left; padding: 3px 3px;}
#topButton a  {padding: 3px 3px; border: 1px solid #000; font-family: verdana, arial, sans-serif; font-size: 0.9em;}
#topButton a:link, #topButton a:visited {color: #000; background-color: #ccc; text-decoration: none;}
#topButton a:hover { color: #000; background-color: #FFDFA4; text-decoration: none;}

#results h3 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 16px;
}

table.results_grid {
	border: none;
}

table.results_grid th, table.results_grid td
{
    border-left: 2px solid #000;
    border-bottom: 2px solid;
    padding: 2px;
    border: 1px solid #C0C0C0;
}


tr.results_head th {
	background-color: #CCC;
	font-weight: bold;
}

tr.results_alt {
	background-color: #eee;
}
.topMenu {
	width: 90%;
	}
h1 {	 
	font-size: 14px;
	font-weight:bold;
}
h2 {
	font-size:14px;
	font-weight: bold;
	}

.smallInstructions 
{
    font-size:.80em;
}
ul li
{
    list-style: disc;
}
/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #999999;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
} 
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #99CCFF;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionContent
{
    background-color: #F8F8FF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
/* use this to customize the tab container header that contains the list of industries */
.CustomTabStyle .ajax__tab_header
{
      background:url(images/tab-line.gif)  repeat-x bottom;
}






.CustomTabHeader .ajax__tab_body
{
    border-left: none;
}
.blueListTitle {
	display: inline;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #CDE7F9;
	color:black;
	}
div.container 
{
        background-color: #ffe;
}
div.spacer 
{
    clear: both;
}
div.float 
{
    float: left;
    margin-left:10px;
    margin-right: 10px;
    width:15%;
    }
div.float p 
{
    text-align:inherit;
    color:#6D7B8D;
    font-weight: bolder;
         font-size:11px;
    }
.smallbutton
{
    font-size: smaller;
}
.footnote
{
    font-size:smaller;
    font-weight:bold;
}
.test
{
    font-weight:bold;
    font-variant:small-caps;
}
    
