.title {
	font-weight: bold;
}

body {
	margin: 0px;
	padding: 0px;
}

a {
	color: rgb(23,55,150);
	font-weight: bold;
	text-decoration: none;
}

.linesImage {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Site-wide text formatting */
div,td,span {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #444;
}

/* Generic Module-independent formatting */
.moduletitle {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding-bottom: 10px;
}
.summarytitle {
	font-weight: bold;
	padding-bottom: 7px;
}


td.header, td.header a {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 2px;
}


/* Error Message Style */
div.error {
	font-weight: bold;
	color: #F00;
	padding-bottom: 1em;
}

/* Container Styles */
div.container_box {
	padding: 0px;
	margin: 0px;
}

div.container_editbox {
	border: 2px dashed #CCC;
	margin: 2px;
}

div.container_editheader {
	padding: 3px;
	background-color: #ccc;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}


div.itemtitle {
	font-family: Arial, Verdana;
	font-weight: bold;
}

/* News Module */
td.news_summary {
	padding-bottom: 1em;
}

/* Themable Forms */
div.form_title {
	font-size: 14px;
	font-weight: bold;
}

div.form_header {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
}

tr.even_row {
	background-color: #DDD;
}

tr.row:hover td, tr.row:hover td a {
	background-color: #666;
	color: #fff;
}

tr.odd_row {
	
}

/** Administration Module Manager form **/
.administration_modmgrheader {
	background-color: lightgrey;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid lightgrey;
}

/** Debugger Styles **/
table.debug_null,table.debug_null tr td, div.debug_null {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

table.debug_object, table.debug_object tr td {
	background-color: #a00;
	color: #fff;
}

table.debug_array, table.debug_array tr td {
	background-color: #0a0;
	color: #fff;
}

table.debug_scalar, table.debug_scalar tr td, div.debug_scalar {
	background-color: #00a;
	color: #fff;
}

td.debug_attribute {
	font-family: monospace;
	font-size: 10px;
}

td.debug_varname {
	font-weight: bold;
}

td.debug_type {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

td.debug_value {
	font-family: monospace;
	font-size: 11px;
	color: #fff;
}

/* Workflow */
div.workflow_action {
	border: 1px solid #DDD;
	margin-bottom: 1em;
}

div.workflow_inapproval {
	margin-left: 35px;
}

div.workflow_approved {
	border: 2px solid #030;
	background-color: #DDD;
}

div.workflow_action_restored {
	border: 2px dashed #030;
	background-color: #FFF;
}

div.workflow_action_posted {
	border: 2px solid black;
}

/* FAQ Module*/
div.faq_moduletitle {
	font-size: 16px;
}

td.category_bg {
	background-color: lightgrey;
}
td.category_title {
	font-size: 12px;
	font-weight: bold;
}
td.question {
	font-size: 10px;
	font-weight: bold;
}

/*Article Module*/
div.article_title {
	font-size: 14px;
	font-weight: bold;
}

div.article_body {
	font-size: 10px;
}

td.article_summary {
	font-size: 10px;
}

a.article_title_link {
	font-size: 12px;
	color: blue;
}

/* Search Module */

div.search_result_item {
  margin-bottom: 15px;
  margin-top: 10px;
}

div.search_result_item a {
  color: blue;
  text-decoration: underline;
  font-size: 12px;
}

span.search_result_item_body {
  font-size: 10px;
}

span.search_result_item_link {
  color: #008000;
}

span.search_results_excludes {
  font-style: italic;
}

div.search_results_options {
  width: 85%;
  border-bottom: 1px solid black;
  text-align: left;
  vertical-align: bottom;
  margin-bottom: 25px;
}

div.search_results_title {
  font-size: 14px;
  font-weight: bold;
}

div.search_result_cat {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid black;
  margin-top: 20px;
}

/** New Tab style of interface for Nav manager **/
td.tab_btn {
	border: 1px solid black;
	border-right: 0px solid black;
	background-color: #DDD;
	padding: .5em;
}

td.tab_btn_last {
}

td.tab_spacer {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

td.tab_btn_current {
	background-color: inherit;
	border-bottom: 0px solid black;
}

td.tab_main {
	padding: .5em;
	border: 1px solid black;
	border-top: 0px solid black;
}


/* CSS Document */

body {
	padding:0px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#333333;
	margin:25px auto;
	background:url(images/belize-real-estate-association-bg.gif) repeat-x top;
	background-color:#2c5293;
}
#full_container {
	width:800px;
	margin:0px auto;
	padding:0px 0px 5px 0px;
	background-color:#fff;
	background:url(images/belize-real-estate-association-shadow-outline.gif) repeat-y center;
}
#topshadow {
	background:url(images/topshadow.gif) no-repeat top;
	padding-top:18px;
}
#bottomshadow {
	width:800px;
	margin:0px auto;
}
#content_container {
	width:770px;
	margin:0px auto;
	background-color:#fff;
}
#header {
	height:120px;
	background:url(images/belize-real-estate-association-header-bg.gif) repeat-x center;
	text-align:left;
	background-color:#000099;
}
#logo {
	margin:3px 0px 0px 3px;
	float:left;
}
#title {
	margin:9px 0px 0px 4px;
	float:left;
}
#flag {
	float:right;
	margin:3px 4px 0px 0px;
}
#quicksearchbox {
	height:50px;
	width:218px;
	background:url(images/belize-real-estate-association-search-bg.gif) no-repeat center;
	display:block;
	float:right;
	clear:right;
	margin:0px 7px 0px 0px;
	padding:0px;
}
#quicksearch {
	margin:12px 18px 0px 18px;
	padding:0px;
}
#quicksearch input.text {
	width:135px;
	font-size:10px;
	color:#303030;
	padding:1px;
}
#menu_container {
	margin:5px 0px;
	text-align:left;
	height:180px;
}
.flashmenu {
	float:left;
}
.main_image {
	float:right;
}
div.leftbox {
	margin:0px;
	background:url(images/box-bg.gif) repeat-y center;
	border-bottom:5px solid #fff;
	
}
div.leftbox h2 {
	display:block;
	padding:5px 12px;
	background:url(images/belize-real-estate-association-block-header.gif) repeat-y top right;
	color:#fff;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	border-bottom:1px solid #fff;
	text-align:left;
}
.innerbox {
	background-color:2e558a;
	padding:8px;
	height:100%;
}
#side {
	background:url(images/box-bg.gif) repeat-y center;
}
.innerbox p {
	font-size:11px;
	margin:4px 0px;
	color:#fff;
	text-align:left;
}
#content {
	margin:0px 10px 20px 15px;
	text-align:left;
}
#content h1 {
	font-size:20px;
	font-family:'Lucida Sans Unicode',Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#333;
	margin:0px 0px 10px 0px;
	padding:0px;
}
#content h2 {
	font-size:14px;
	font-family:'Lucida Sans Unicode',Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ec9311;
	margin:0px 0px 4px 0px;
	padding:0px;
}
#content p {
	font-size:12px;
	margin:6px 0px;
	padding:0px;
}
#footer {
	text-align:left;
	margin:5px auto;
	width:780px;
	font-size:10px;
	color:#fff;
}
#footer ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#footer ul li {
	display:inline;
	margin:0px;
	padding:0px;
}
#footer ul li a:link, #footer ul li a:visited {
	color:#fff;
	padding:0px 4px;
	border-left:1px solid #fff;
	font-size:10px;
	text-decoration:none;
}
#footer ul li a.first:link, #footer ul li a.first:visited {
	color:#fff;
	padding:0px 4px;
	border-left:none;
	font-size:10px;
	text-decoration:none;
}
#footer ul li a:hover, #footer ul li a:active {
	text-decoration:underline;
}
#footer ul li a.first:hover, #footer ul li a.first:active{
	text-decoration:underline;
}
#footer .foot_content {
	float:left;
}
#gmg {
	float:right;
}
#news {
	margin-left:5px;
}
#news th {
	text-align:left;
	background-color:#cac0a2;
	font-size:15px;
}
#news td {
	text-align:left;
	background-color:#d9d2c3;
}
#news ul {
	list-style-image:url(images/list-arrow.gif);
	margin:14px 0px 0px 20px;
	padding:0px;
}
#news ul li {
	margin:0px 0px 14px 0px;
	font-size:11px;
}
#news ul li a:link, #news ul li a:visited {
	text-decoration:none;
	font-size:10px;
	color:#225584;
}
#news ul li a:hover, #news ul li a:active{
	text-decoration:underline;
	color:#ec9311;
}
img.bordered {
	padding:1px;
	border:2px solid #d9d2c3;
	background-color:#CCC;
}
#membersearch {
	margin:0px;
	padding:0px;
	text-align:left;
}
#membersearch label {
	font-size:12px;
	font-weight:bold;
	display:block;
	color:#fff;
	margin-bottom:4px;
}
#membersearch select {
	font-size:11px;
	color:#333;
	width:180px;
	margin-bottom:15px;
}
#map {
	margin-left:30px;
}
#membertable {
	border:1px solid #cac0a2;
}
#membertable th {
	background-color:#cac0a2;
}
#membertable td {
	font-size:11px;
}
#membertable tr.odd {
	background-color:#d9d2c3;
}
#membertable td a:link, #membertable td a:visited {
	font-weight:bold;
	color:#225584;
	text-decoration:none;
}
#membertable td a:hover, #membertable td a:active {
	text-decoration:underline;
}
#contact label {
	display:block;
	margin-bottom:5px;
	font-weight:bold;
	font-size:11px;
}
.company {
	font-size:16px;
	font-weight:bold;
	color:#225584;
}
.name {
	font-weight:bold;
	font-size:16px;
}
.membertype {
	font-weight:bold;
}
.number {
	font-size:10px;
	color:#225584;
}
.info {
	display:block;
	width:100%;
	padding:4px;
	text-align:left;
	background-color:#d9d2c3;
	border:1px solid #cac0a2;
	margin:4px 0px;
	font-weight:bold;
	font-size:11px;
}
.info a:link, .info a:visited {
	color:#225584;
	text-decoration:none;
	font-weight:bold;
}
.info a:active, .info a:hover {
	text-decoration:underline;
}
.borderleft {
	border:1px;
	border-top:4px;
	border-color:#d9d2c3;
	border-style:solid ;
	border-right:none;
}
.borderright {
	border:1px;
	border-top:4px;
	border-color:#d9d2c3;
	border-style:solid ;
	border-left:none;
}
.login {
	background-color:#FFFFFF;
	margin:0px auto;
}
.login .header {
	height:120px;
	background:url(images/belize-real-estate-association-header-bg.gif) repeat-x center;
	text-align:left;
}
.login .content {
	width:300px;
	margin:10px auto;
}
.login h2 {
	font-size:14px;
	font-family:'Lucida Sans Unicode',Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ec9311;
	margin:0px 0px 4px 0px;
	padding:0px;
}
.loginform {
	padding:0px;
	margin:10px 0px;
}
.loginform label {
	display:block;
	font-weight:bold;
	font-size:11px;
}
.loginform input.text {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	margin-bottom:6px;
	width:180px;
}
a.loginlink:link, a.loginlink:visited {
	color:#225584;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}
a.loginlink:active, a.loginlink:hover {
	text-decoration:underline;
}
.breadcrumbs {
	font-size:10px;
	background-color:#efefef;
	border-bottom:1px solid #dedede;
}

.minicalendar {
	padding:4px;
	font-size:10px;
}
.minicalendar a:link, .minicalendar a:visited {
	text-decoration:none;
	color:#800000;
	background-color:#ddd;
	font-weight:bold;
	display:block;
}
.minicalendar a:hover, .minicalendar a:active {
	text-decoration:underline;
	color:#800000;
	background-color:#ddd;
}
.minicalendar .calendar_container {
	background-color:#fff; border:3px solid #fff
}
.minicalendar .calendar_header {
	font-size:16px;
	color:#fff;
	padding:4px;
	background-color:#006699;
	background:#069 url(images/belize-real-estate-association-header-bg.gif) no-repeat;
	font-weight:bold;
	border:1px solid #000;
}
.minicalendar td {
	background:transparent url(images/dot-hor.gif) repeat-x bottom left;
}
.fullcalendar {
	background-color:#fff;
	font-size:14px;
	border:4px solid #fff;
}
.fullcalendar a:link, .fullcalendar a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#133964;
}
.fullcalendar a:hover, .fullcalendar a:active {
	text-decoration:underline;
	color:#800000;
	background-color:#ddd;
}
.fullcalendar .calendar_container {
	border-collapse:collapse;
}
.fullcalendar .calendar_container td.date {
	border:1px solid #ccc;
	padding:1px 4px;
	text-align:left;
}
.fullcalendar .calendar_container td.event {
	border:1px solid #ccc;
	padding:4px 2px;
	font-size:11px;
}
.fullcalendar .calendar_container td.calendar_header {
	font-size:28px;
	color:#fff;
	padding:14px 10px;
	background-color:#006699;
	background:#069 url(images/belize-real-estate-association-header-bg.gif) repeat-x;
	font-weight:bold;
}
.fullcalendar .date-wrap {
	padding:2px;
	margin-bottom:.25em;
	background-color:#9ac4e4;