
/* general styles */
body {
	margin: 0 auto;
	background-color: #B2B4B2;
	text-align:center;
	}

body, p, table, td, input {
	font-family: Arial;
	font-size: 11px;
	margin: 0 auto;
	
	}
	
	
/*font-family: arial;
	font-size: 10pt;
	margin: 0 auto;	
*/	
.bodycontent{
	background-color: #fff;
	width:960px;
	padding:0;
	margin:0 auto;	
	
}
	
	

.red {
	color: red;
	}

.bold {
	font-weight: bold;
	}
	
.center {
	text-align: center;
	}

.rightAlign {
  text-align: right;
  }

.nowrap {
	white-space: nowrap;
	}

form.nopadding {
	padding: 0px;
	margin: 0px;
	}

div.centerDivContainer {
	text-align: center;
	}

div.centerDiv {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}

/* definition for an error box */
div.errorBox {
	display: none;
	color: red;
	font-weight: bold;
	border: 2px solid red;
	padding: 5px;
	margin: 5px;
	width: 90%;
	}

div.msgBox {
	display: none;
	font-weight: bold;
	border: 2px solid black;
	padding: 5px;
	margin: 5px;
	width: 90%;
	}


/* definitions for forms/questions/answers */
table.formTable {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	}
	
table.formTable td {
	padding: 3px;
	margin: 0px;
	border: 0px;
	vertical-align: top;
	}

table.formTable td.widequestion, table.formTable td.narrowquestion {
	text-align: right;
	}

table.formTable td.widequestion {
	width: auto;
	text-align:left;
	}

table.formTable td.answer {
	}

input.textField, textarea.textField {
  font-family: verdana, arial, helvetica;
  font-size: 10pt;
  }
  
div.formSubmitBar {
	width: 100%;
	text-align: left;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	}

div.formSubmitBar input {
	width: 160px;
	margin: 5px;
	}

span.required {
  color: red;
  }

#bbru {
	color:red;
	font-weight:bold;
	font-style:italic;
	text-decoration: underline;
}

#bbr {
	color:red;
	font-weight:bold;
	font-style:italic;
}

/* definitions for data tables */
table.dataTable {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 100%;
	}

.dataTableTd {
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	margin: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid black;
	}
	
table.dataTable th {
	color: white;
	background-color: #993333;
	padding-right: 3px;
	}

/* page container styles */
table.body {
	border-top: none;
	text-align: left;
	}

	
table.body, table.pageHeader {
	width: 960px;
	text-align: left;
	}

table.bodySmall, table.pageHeaderSmall {
  width: 450px;
  }

/* definitions for pseudo-windows */
table.window {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CC9933;
	border-collapse: collapse;
	}

table.window th.header {
	color: white;
	background-color: #053385;
	text-align: left;
	padding: 3px;
	margin: 0px;
	border: 0px;
	}

table.window td.cell {
	padding: 3px;
	margin: 0px;
	border: 0px;
	}

/* header styles */
table.pageheader {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	background-color: #053385;
	}
	
table.pageheader td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

div.breadcrumbHeader {
	padding-top: 10px;
	padding-bottom:5px;
	margin: 5px;
	font-weight: bold;
	font-family: trebuchet ms;
	font-size: 16pt;
	font-style: italic;
	border-bottom: 1px solid #999999;
	text-align:left;
	}
	
div.breadcrumbHeader a:link, div.breadcrumbHeader a:visited {
	text-decoration: underline;
	}

a:hover.breadcrumbHeaderLink {
	text-decoration: none;
	}

div.breadcrumbHeader, div.breadcrumbHeader a {
	color: black;
	}


/* footer styles */
p.copyright {
	font-size: 8pt;
	color: #666666;
	text-align: center;
	margin-bottom: 5px;
	}


/* left menu styles */
ul.leftMenuGeneralInfo, ul.leftMenuMyBusiness {
	padding-left: 0px;
	margin-left: 0px;
	width: 175px;
	}

ul.leftMenuGeneralInfo li, ul.leftMenuMyBusiness li {
	list-style-type: none;
	}

ul.leftMenuGeneralInfo a, ul.leftMenuMyBusiness a {
	text-decoration: none;
	color: white;
	display: block;
	width: 100%;
	}

ul.leftMenuGeneralInfo a, ul.leftMenuMyBusiness a {
	margin: 2px;
	padding: 3px;
	}

ul.leftMenuGeneralInfo li.header, ul.leftMenuMyBusiness li.header {
	margin: 2px;
	padding: 3px;
	width: 100%;
	color: white;
	font-weight: bold;
	}

/* left menu General Info specific classes */
ul.leftMenuGeneralInfo a {
	background-color: #0280e3;
	}

ul.leftMenuGeneralInfo a:hover, ul.leftMenuGeneralInfo li.header {
	background-color: #003366;
	}
	
/* left menu My Business specific classes */
ul.leftMenuMyBusiness a {
	background-color: #a4b92d;
	}
	
ul.leftMenuMyBusiness a:hover, ul.leftMenuMyBusiness li.header {
	background-color: #666633;
	}
	
	
.questionQA					{ float:left; font-weight:bold; width:30px; text-align:left; clear:both; }
.questionText				{ float:left; width:300px; margin-bottom:6px; }
.answerText					{ float:left; width:300px; margin-bottom:12px; }