﻿/* This CSS file is used in all 9 of the free simple templates at         */
/* www.bravenet.com.  Feel free to look at the templates themselves       */
/* to get an idea of how the various classes listed here can combine      */
/* to produce a wide variety of layouts.  (Classes are the entries        */
/* beginning with a '.')                                                  */

/* Note: The slash star combinations surround text that is to be          */
/*       marked a comment.  These just describe the CSS and are           */
/*       ignored by the browser.                                          */

BODY, IFRAME {
	font-size: 13px;
	FONT-FAMILY: Arial;
	direction: ltr;
	background-color: #F7EFDB;
	/*
	scrollbar-face-color: #FFBB00;
	scrollbar-shadow-color: #996633; 
	scrollbar-highlight-color: #666666;
	scrollbar-3dlight-color: #666666; 
	scrollbar-darkshadow-color: #222222;
	scrollbar-track-color: #996633; 
	scrollbar-arrow-color: #FFFF00;
	*/
}

.simple_title {
	color: #FFFFFF;
	font-family:Arial,Verdana,Helvetica,sans-serif;

}

.tHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #e3d3af;
}

.tiHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #f4ead3;
}

.thumb_border {
	border: 1px solid white;
}

.top_nav_bar, .right_nav_bar {
	color: #FFFFFF;
}

a.top_nav_link:link, a.top_nav_link:active, a.top_nav_link:visited {
	color : #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
a.top_nav_link:hover,a.top_nav_link:visited:hover {
	color : #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration : underline;
}

a.right_nav_link:link, a.right_nav_link:active, a.right_nav_link:visited {
	color: #D0F682;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}
a.right_nav_link:hover,a.right_nav_link:visited:hover {
	color : #D0F682;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration : none;
}

.right_nav_highlight {
	color : #D0F682;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.right_nav_title {
	background-color: #345E89;
	color: #FFFFFF;
	border-top: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
	font-weight: normal;
	font-size: 18px;
	padding-right: 10px;
}

.right_nav_login_border {
	border-bottom: 1px dashed white
}

TD {
	font-size: 13px;
}

.copyright_text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #4f4e4e;
	cursor: default;
}

#name {
	FONT-SIZE: 10pt; FONT-FAMILY: Arial; TEXT-ALIGN: right
}

a.thumbnail_link:link, a.thumbnail_link:active, a.thumbnail_link:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #5a86b3;
	text-decoration: underline;
}

a.thumbnail_link:hover,a.thumbnail_link:visited:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #345e89;
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #4974e4;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}

a:hover,a:visited:hover {
	color : #345e89;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration : none;
}

input, option, select, textarea, button {
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border-width: thin;
}

.tabs_on {
    width: 157px;
	height: 21px;
    margin-bottom: 0px;
	margin-right: 5px;
	float: left;
	text-align: center;
	background-color:#B9E06D;
	color: #345E89;
	font-family: Arial;
    font-weight: bold;
    font-size: 13px;
	cursor: default;
	background-image:url(images/design/active-card-index-lng.gif);
}
.tabs_off {
    width: 157px;
	height: 21px;
    margin-bottom: 0px;
	margin-right: 5px;
	float: left;
	text-align: center;
	background-color:#D0EC97;
	color: #668fb9;
	font-family: Arial;
    font-weight: bold;
    font-size: 13px;
	background-image:url(images/design/not-active-card-index-lng.gif);
}
.tabs_divider {
	background-color:#B9E06D;
	height: 29px;
	width: 754;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;	
	background-image:url(images/design/card-index-bar-lng.gif);
}
a.tabs_link:link, a.tabs_link:active, a.tabs_link:visited {
	font-family: Arial;
	color: #668fb9;
	text-decoration: none;
}
a.tabs_link:hover {
	font-family: Arial; color: #668fb9; text-decoration: underline;
}

.property_highlight {
	font-family: Arial;
	color: #5a86b3;
	font-weight: bold;
}

.explorertitle {
	background-image: url(images/explorer/expl_top_back.jpg);
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.explorersubtitle {
	background-image: url(images/explorer/header_bg.gif);
	font-weight: bold;
}

h1
{
	background-color:#F4EAD3;
	color: #345e89;
	font-family: Arial;
    font-weight: bold;
   	font-size: 26px;
	border: 3px solid #FFFFFF;
	/*margin-top: 10px;*/
}

h2
{
	color: #345e89;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
   	font-size: 13px;
}

h3
{
	background-color:#F7EFDB;
	color: #000000;
   	font-size: 18px;
	font-family: Arial;
    font-weight: bold;
}
.info_title
{
	color: #345e89;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
   	font-size: 22px;
	padding-bottom: 5px;
}

.smalltext
{
	font-size: 11px;
}

.subtitle 
{
	color: #345e89;
	font-family: Arial;
    	font-weight: bold;
}

a.tabletitlelink:link, a.tabletitlelink:active, a.tabletitlelink:visited {
	font-family: arial;
	color: #345e89;
	text-decoration: underline;
}
a.tabletitlelink:hover {font-family: arial; color: #345e89; text-decoration: underline;}

.tabletitle {
	background-color:#F4EAD3;
	color: #345e89;
	/* border-top: 3px solid #FFFFFF; */
	font-weight: normal;
	font-size: 18px;
}

.tabletitlemain {
	background-color:#B8DF6C;
	color: #345E89;
	font-weight: bold;
	font-size: 22px;
	font-family: Arial, sans-serif;
	cursor: default;
}
TABLE.tabletitlemain {
	background-color:#B8DF6C;
	cursor: default;
}

.tablefooter {
	background-color:#F4EAD3;
	color: #345e89;
	border-bottom: 3px solid #FFFFFF;
}

TABLE.tablerow {
	border-top: 3px solid #FFFFFF;
}
.tablerow {
	background-color: #FDF7E9;
    color: #000000;
	cursor: default;
	border-right: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
}

.tablerow_highlight {
	color: #345e89;
}

a.tablerow_highlight_link:link, a.tablerow_highlight_link:active, a.tablerow_highlight_link:visited {
	font-family: arial;
	color: #345e89;
	text-decoration: underline;
}
a.tablerow_highlight_link:hover {font-family: arial; color: #345e89; text-decoration: none;}

.search_result_row {
	border-bottom-style: solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width: thin;
}

.treemenurow {
	background-color: FEFEE6;
	border: 1px solid #AF0020;
    color: #996633;
	cursor: default;
}

.pagetoolbar {
	background-color: #CFE0F9;
	border: 1px solid #999999;
    color: #996633;
	text-align: center;
	margin-top: 0;
	font-weight: bold;
}

.titlebar
{
	background-color:#6D8269;
	color: #C7E1A7;
	font-family: Arial;
    /*font-size: 16px;*/
	font-weight: bold;
	cursor: default;
}

.titlebar_on
{
    background-color: #C7E1A7;
    color: #6D8269;
    border-color: #6D8269;
	font-family: Arial;
    /*font-size: 16px;*/
	font-weight: bold;
	cursor: pointer;
}

.message {
	font-weight: bold;
	color: #990000;
}

.bloom_table {
	background-color:#FFFFFF;
	cursor: default;
}

.bloom_none {
	background-color: #FFFFFF;
	width: 45px;
	color: #345e89;
}

.bloom_part {
	background-color:#D0EC97;
	width: 45px;
	color: #668fb9;
}

.bloom_full {
	background-color:#66CC33; /*B9E06D*/
	width: 45px;
	color: #345e89;
	font-weight: bold;
}

.messagerow {
	background-color: #CFE0F9;
    color: #336699;
	cursor: default;
}
.messagerow_on {
	background-color: #CFE0F9;
	color: #FF0000;
	cursor: pointer;
}
.messagerow_content {
	background-color:#D9E1ED;
	font-size: 12px;
	cursor: default;
}
.title {
	color: #000000;
	font-weight: bold;
}

.left
{
    /* floats the item to the left side of the page, and adds a margin */
    float: left;
}

.right
{
    /* floats the item to the right side of the page, and adds a margin */
    float: right;
}

.scroll
{
    /* this makes the element create scroll bars if the text is too long */
    /* to be displayed.  This is very similar to the effect created by */
    /* frames and iframes, but does not allow page transitions like frames do */
    overflow: auto;
}

.content
{
    /* this describes the container of the content paragraphs. */
	padding-top: 4px; /* keeps text off the borders */
	margin-top: 0px;
	font-family: Arial;
}

.content.padleft
{
    /* this is to pad if there's a sidebar on the left */
    padding-right: 180px;
	background-color: #EEEEEE;
}

.content.padright
{
    /* this is to pad if there's a sidebar on the right */
    padding-left: 180px;
	background-color: #EEEEEE;
}

.sidebar
{
    width: 150px;
    height: 400px; /* remove this to allow different-sized sidebars */
    background-color: #C7CFA7;
    color: #C7CFA7;
    font-weight: bold;
    padding: 10px 0px 5px 0px;

}

.sidebaritem
{
    width: 110px;
    background-color: #C7E1A7;
    color: #6D8269;
    border: solid 1px #6D8269;
    font-size: 16px;
    padding: 2px;
    margin-bottom: 3px;

}
.horiz
{
    color: #6D8269;
    font-weight: bold;
	float: right;
	text-align: center;
	margin-left: 6px;
    margin-bottom: 0px;
}

.sidebaritem.first
{
    margin-top: 10px;
}

.footer
{
	background-color:#F7EFDB;
	color: #345e89;
	font-weight: bold;
	font-family: arial;
	text-align: center;
}
a.footer_links:link, a.footer_links:active, a.footer_links:visited {
	color: #345e89;
	font-weight: bold;
    font-size: 10px;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
a.footer_link:link, a.footer_link:active, a.footer_link:visited {
	color: #345e89;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
a.footer_link:hover,a.footer_link:visited:hover {
	color: #345e89;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration : underline;
}