﻿
body{ min-width: 960px; }

/* TAB MENU   
----------------------------------------------------------*/
#top-menu {
	background-color:#33557c;
}

#top-menu ul {
	list-style-type:none;
	margin:0;
	padding: 2px 0 6px 30px;
}

#top-menu li{
	display:inline;
}

#top-menu a:link, #top-menu a:visited {
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	padding:6px;
	text-decoration:none;
	text-transform:none;
}

#top-menu a:hover, #top-menu a:active {	background-color:#33557c; }

#logindisplay
{
	float: right;
	text-align: right;
	padding: 0 10px 0 0;
	font-size: 0.8em;
	color: #ffffff;
	margin-top: -25px;
}

#main{ padding: 10px; }

.hidden{ display: none; }

a img{ border-style: none; }

.form-actions
{
	padding: 10px 0px 10px 0px !important;
	background-color: transparent;
	text-align: center;
}
.form-actions input[type=reset],
.form-actions input[type=submit],
.form-actions input[type=button]
{
	margin: 0px 20px 0px 20px;
}

.upperCaseText{ text-transform: uppercase; }

ul.nav > li{ margin-left: 50px; }

.report-type-option{ margin-right:20px; }
.report-type-option input[type=radio]{ margin-bottom:10px; }

/* These are the section headings/labels. */
h1.label, h2.label, h3.label, h4.label, h5.label, h6.label
{
	min-width: 180px;
	padding-left:20px; 
}

/* Copied from styles Bootstrap applies to other kinds of inputs. */
input[type=button].btn,
input[type=submit].btn,
input[type=reset].btn
{
	padding: 4px 12px 4px 12px;
	min-width: 206px;
}

/* Restore some styles that bootstrap.js stomped on. */
a{ text-decoration: underline !important; }
input[type=text]{ margin-bottom:0px !important; }
p.normal{ margin:10px 0px 15px 0px; }

#dialogNaics #content
{
	font-size:0.85em;
	line-height:1.5em;
}
#dialogNaics #dialogNaicsTable{ border-style:none; }
#dialogNaics #dialogNaicsTable tr{ border-bottom:1px dotted #aaaaaa; }
#dialogNaics #dialogNaicsTable td{ vertical-align:text-top; }

.validation-summary-errors:before
{
	content: "ERROR: ";
}

.validation-summary-errors, .validation-summary-errors ul li
{
	color: Red;
}
