

.popupBox
{
	background-color: white;
	border: solid 1px #5F9DA5;
	margin:0;
	padding:0;
	position:absolute;
	left:0px;
	top:0px;
	font-family: Tahoma, Arial, sans-serif;
	display:none;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	z-index:11;
}

.popupBox div
{
	padding: 0 10px 0 7px;
	cursor: pointer;
	font-size: 11px;
	font-family: Verdana;
	position:relative;
	display:none;
}

.popupEntry
{
	color: #5f9da5;
}

.popupEntrySelected
{
	background: #5f9da5;
	color: White;
}

.popupSpacer
{
	font-family: Verdana!important;
	font-size: 10px!important;
	font-style : italic;
	color: #94B9BE;
	text-align: right;
	background-image: url(/images/design/teal.gif);
	background-repeat: repeat-x;
	background-position: center center;
	cursor:default!important;
	display:block!important;
}

.popupSpacerText
{
	background-color:White;
	padding-left:5px;
	padding-right:5px;
}

#forum_header img
{
	border: 0;
}
#forum_header table
{
	border: 0;
}
#forum_header
{
	background-color: #FFFFFF;
}
#forum_header td, #forum_header div, #forum_header p  {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #444444;
	
}
#forum_header th  {
	font-family: Tahoma, Arial, sans-serif;
	background-color: #DFF0F0;
	font-size: 12px;
	color: #666666;
}

#forum_header h1 {
	font-size: 14px;
	margin-bottom : 14px;
	margin-top : 8px;
	color: #666666;
}

a:link.path_link {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration : none;
}
a:visited.path_link {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration : none;
}
a:active.path_link {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #EEAA00;
	text-decoration : underline;
}
a:hover.path_link {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #EEAA00;
	text-decoration : underline;
}
a:link.path_link_active {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration : none;
	font-weight: bold;
}
a:visited.path_link_active {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration : none;
	font-weight: bold;
}
a:active.path_link_active {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #EEAA00;
	text-decoration : underline;
	font-weight: bold;
}
a:hover.path_link_active {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #EEAA00;
	text-decoration : underline;
	font-weight: bold;
}
a:link.dark_link {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #46767C;
	text-decoration : none;
}
a:visited.dark_link {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #46767C;
	text-decoration : none;
}
a:active.dark_link {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #EEAA00;
	text-decoration : underline;
}
a:hover.dark_link {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #EEAA00;
	text-decoration : underline;
}
#forum_footer .submenu a:link, #forum_footer .submenu a:visited
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #46767C;
	font-weight: bold;
	text-align : left;
	text-decoration: none;
}

#forum_footer .submenu a:hover, #forum_footer .submenu a:active
{
	color: #FFBB00;
	text-decoration : underline;
}

.top_menu_bg {
	background-color: #5F9DA5;
}
.top_menu_spacer {
	background-color: #FFFFFF;
}
.top_menu_right_bg {
	background-color: #9DC3C8;
}
.path_menu_bg {
	background-color: #FFFFFF;
}
.teal_background {
	background-color: #F0F5F5;
}
.copyright_forum {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color : #666666;
	text-decoration : none;
}

#main_menu {
	width: 768px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	margin: 0;
	padding: 0 0 0 12px;
}
#main_menu_l 
{
     width: 608px;
     float: left;
}
#main_menu a:link, #main_menu a:visited, #main_menu a:hover, #main_menu a:active {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 0;
}
dl#main_menu_nav {
	margin: 0;
}
#main_menu_nav dt{
	display: none;
	margin: 0;
}
#main_menu_nav dd{
	height: 14px;
	padding: 3px 7px;
	margin: 0;
	float: left;
	background-image: url(/images/design/menu-button-spacer.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
#main_menu_nav dd.last_dd{
	height: 14px;
	padding: 3px 7px;
	margin: 0;
	float: left;
	background-image: none;
	background-position: center right;
	background-repeat: no-repeat;
}
#main_menu_nav dd.right_dd{
	height: 14px;
	padding: 3px 7px;
	margin: 0;
	background-image: none;
	background-position: center right;
	background-repeat: no-repeat;
	float: right;
}

.right_dd a:link, .right_dd a:visited {
	height: 14px;
	padding: 0 0 0 31px;
	text-align: right;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url(/images/design/menu-button-my-account-mini.gif);
}
.right_dd a:active, .right_dd a:hover, .right_dd a.pushed {
	height: 14px;
	padding: 0 0 0 31px;
	text-align: right;
	background-position: center left;
	background-repeat: no-repeat;
	background-image:url(/images/design/menu-button-my-account-pushed-mini.gif) !important;
}
#main_menu_r 
{
 	width: 159px;
	height: 20px;
	border-left: 1px solid white;
	float: right;
}
a#contact_us_link:link, a#contact_us_link:visited {
	width: 92px;
	height: 14px;
	padding: 3px 0;
	margin: 0 0 0 14px;
	float: left;
	text-decoration: none;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url(/images/design/menu-button-contact-us-mini.gif);
}
a#contact_us_link:active, a#contact_us_link:hover {
	width: 92px;
	height: 14px;
	padding: 3px 0;
	margin: 0 0 0 14px;
	float: left;
	text-decoration: none;
	background-position: center left;
	background-repeat: no-repeat;
	background-image:url(/images/design/menu-button-contact-us-pushed-mini.gif);
}
#contact_us_link_text {
	padding: 0 0 0 31px;
}
#path {
	width: 780px;
	height: 16px;
	clear:both;
	padding-top:4px;
}
.path_h {
	padding: 5px 0;
}
.path_h img {
	padding: 0 8px;
}
.path_lnk {
	padding: 4px 0;
}
.path_lnk img, .path_lnk_active img {
	padding: 0 6px;
}
.path_lnk_active {
	padding: 4px 0;
}
.path_lnk a:link, .path_lnk a:visited {
	font-size: 11px;
	text-decoration : none;
	white-space:normal;
}
.path_lnk a:active, .path_lnk a:hover {
	font-size: 11px;
	text-decoration : underline;
	white-space: normal;
}
.path_lnk_active a:link, .path_lnk_active a:visited {
	text-decoration : none;
	font-weight: bold;
}
.path_lnk_active a:active, .path_lnk_active a:hover {
	font-weight: bold;
	text-decoration : underline;
}
#path_bottom {
	width: 780px;
	height: 1px;
}
#path_bottom_l {
	width: 621px;
	height: 1px;
	float: left;
}
#path_bottom_r {
	width: 159px;
	height: 1px;
	float: left;
}


a:link, a:visited {
	color: #5B979F;
}
a:active, a:hover {
	color: #EEAA00;
}

.bg_color, #main_menu_nav dd.right_dd a {
	background-color: #5f9da5;
}
#main_menu a:link, #main_menu a:visited{
	color: #fff;
}
#main_menu a:hover, #main_menu a:active {
	color: #000;
}
#main_menu .pushed 
{
	color: #000 !important;
}
#main_menu_r {
	background-color: #9dc3c8;
}
.path_lnk a:link, .path_lnk a:visited {
	color: #333;
}
.path_lnk a:active, .path_lnk a:hover {
	color: #EEAA00;
}
.path_lnk_active a, .path_lnk_active a:visited {
	color: #666;
}
.path_lnk_active a:active, .path_lnk_active a:hover {
	color: #EEAA00;
}
a.fma:link, a.fma:visited {
	color: #46767C;
}
a.fma:hover, a.fma:active {
	color: #FFBB00;
}
#footer_data_l a:link, #footer_data_l a:visited {
	color: #46767C;
}
#footer_data_l a:active, #footer_data_l a:hover {
	color: #EEAA00;
}
#footer_menu {
	width: 780px;
	height: 22px;
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
}
.footer_menu_brd {
	width: 780px;
	height: 1px;
	background-position: center;
	background-repeat: no-repeat;
	background-image:url(/images/design/bottom-gradient.gif);
}
#footer_menu_content {
	width: 780px;
	height: 20px;
	text-align: center;
}



dl#footer_menu_nav 
{
	text-align: center;
	padding-top:3px;
	margin:0;
}

#footer_menu_nav dt{
	display: none;
	margin: 0;
}
#footer_menu_nav dd
{
   display:inline;
	height: 14px;
	padding: 3px 8px 3px 6px;
	margin: 0;
	background-image: url(/images/design/dot-cadetblue.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

#footer_menu_nav dd.last_dd
{
   display:inline;
	height: 14px;
	padding: 3px 8px 3px 6px;
	margin: 0;
	background-image: none;
	background-position: center right;
	background-repeat: no-repeat;
}
a.fma:link, a.fma:visited {
	font-weight: bold;
	text-decoration: none;
}
a.fma:hover, a.fma:active {
	font-weight: bold;
	text-decoration: underline;
}
#footer_data {
	width: 780px;
	height: 24px;
}
#footer_data_l {
	width: 384px;
	height: 16px;
	padding: 8px 0 0 6px;
	float: left !important;
}
#footer_data_l a:link, #footer_data_l a:visited
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	text-decoration : none;
	float: left !important;
	text-align: left !important;
}
#footer_data_l a:active, #footer_data_l a:hover 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	text-decoration : underline;
	float: left !important;
	text-align: left !important;
}
#footer_data_r {
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	width: 384px;
	height: 16px;
	padding: 8px 6px 0 0;
	float: right;
	text-align: right;
}

