body, body.default {
	/*font-family:"Lucida Grande",verdana,arial,helvetica,sans-serif;*/
	font-family:tahoma,verdana,arial,sans-serif;
	font-size: 16px;
	background-color: white;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

/* navigation */
div#navigation {
	width: 100%;
	background-color: #003366;
	clear: both;
}

ul.primaryNavigation {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 2px;
	clear: none;
}

ul.primaryNavigation li {
	background-color: #1A4F85;
	padding: 2px 5px 2px 5px;
	margin-right: 5px;
}

div#navigation li {
	display: inline;
}

div#navigation li a {
	color: white;
	font-size: 16px;
	font-style: normal;
}

div#navigation li.selectedNavigationCategory {
	background-color: #E5E5E5;
}

div#navigation li.selectedNavigationCategory a {
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}

div.navCategorySubElements a {
	font-size: 16px;
	font-style: normal;
	color: white;
}

div.navCategorySubElements ul {
	margin: 0 0 0 0;
}

div.navCategorySubElements li {
	background-color: #6699CC;
	padding: 2px 5px 2px 5px;
	margin-right: 5px;
}

div.navCategorySubElements {
	background-color: #6699cc;
	padding-left: 60px;
	padding-top: 6px;
	padding-bottom: 2px;
}

div#navigation li a:hover {
	color: #FFCC00;
}

span.navElement {
	padding-top: 3px;
	padding-bottom: 2px;
	color: white;
}

.selectedNavElement {
	font-weight: bold;
    color: #009900;
}

/* header */
span.applicationName {
	font-size: 24px;
}

div#header {
	text-align: left;
	width: 100%;
	background-color: #003366;
	color: #FFCC00;
	padding-top: 3px; /*padding-left:5px;*/
/*padding-right:5px;*/
}

div#footer {
	font-size: 10px;
	clear: both; /*padding-right:5px;*/
/*padding-left:5px;*/
}

h1 {
	margin-left: 20px;
	font-size: larger;
}

h2 {
	font-size: large;
}

/*
Data entry form
*/
.dataEntryLabel {
    font-weight:bold;
    vertical-align:top;
}

span.complete {
	color: green;
	font-weight: bold;
}

span.incomplete {
	color: orange;
	font-weight: bold;
}

table.questionnaire {
	width: 100%;
}

table.dataEntry {
	width: 100%
}

table.dataEntry td {
	padding-right: 5px;
}

div#body {
    padding: 0 10px 10px 10px;
}

.controls, #controls {
	text-align: right;
}

.controls button, div#controls button {
	text-align: right;
}

div.clickPalette {
	float: left;
	margin-left: 12px;
	clear: none;
}

div.clickPalette img.selected {
	border: 1px;
	border-style: solid;
	border-color: blue;
	padding: 3px;
}

div.clickPalette img {
	padding: 3px;
	border-style: none;
}

div.imageQuestion {
	float: left;
}

.error {
	border: 2px red solid;
}

.success {
	border: 2px green solid;
}

.warning {
	border: 2px orange solid;
}

input.textValue {
	width: 200px;
}

input.sliderValue {
	width: 20px;
}

table.searchResults {
	width: 100%;
	border-width: 0;
	padding: 0;
	margin: 0;
}

table.searchResults thead {
	background-color: #1A4F85;
	color: white;
	font-weight: bold;
}

tr.highlight {
	background-color: #edf3fe;
}

tr.oddRow {
	background-color: #eee;
}

tr.evenRow {
	background-color: white;
}

tr.validationINFO {
	background-color: lightgreen;
}

tr.validationWARN {
	background-color: lightsalmon;
}

tr.validationERROR {
	background-color: lightpink;
}

span.questionnaire-error {
	color: red;
}

table.questionnaireTable {
	border-color: lightgray;
	border-style: solid;
	border-width: 2px;
	width: 100%;
}

table.questionnaireTable tr td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;

	border-color: lightgray;
	border-style: solid;
	border-width: 1px;
}

a.logoutLink {
	color: white;
	font-size: small;
}

textarea#scaffoldTextAreadefinitionXml {
	width: 600px;
	height: 400px;
}

div.linkHistoryDiv {
	margin-right: 10px;
}

div.linkHistoryDiv {
	margin-right: 10px;
}

div.searchResult {
	margin-bottom: 5px;
}

div.searchResult p {
	margin-top: 3px;
	margin-bottom: 3px;
}

div.searchResult a.resultLink {
	color: green;
	text-decoration: none;
}

div.searchResult a.resultTitle {
	font-weight: bold;
}

div.indexBeeSearch {
	margin-right: 10px;
	height: 35px;
}

div.logoutDiv {
	height: 35px;
	padding-top: 1px;
	padding-right: 10px;
}

div.linkHistory {
	padding-top: 3px;
}

div#dataOutputDiv table tr th {
    font-weight:bold;
    text-align:left;
}

div#dataOutputDiv table {
    width:98%;
}

div#dataOutputDiv table tr td {
    padding-right:4px;
}

div.notificationMessage {
    border: #003366 3px solid;
    width:650px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

div.notificationMessage h3 {
    font-size:14pt;
    margin-top:0px;
    margin-bottom:7px;
}

div.notificationMessage p {
    margin-top:0px;
    margin-bottom:7px;
}

div.notificationMessage a {
    font-size:10pt;
}

div.notificationMessage div.messageDate {
    float:right;
}

div#chromeError {
	color:red;
}

span.label {
	font-weight:bold;
}

.fieldLabel {
    font-weight:bold;
    padding-right:10px;
}

/*postalbee*/

span#toAddressOutput {
    font-weight:bold;
}

div.autoSendOptions {
    margin-left:20px;
}

td.leftCol {
    width:150px;
}