﻿/*
* This Stylesheet is used to set the layout of the site, also used by the RadEditor so that the same
* layout is shown in the editor while working in it.  -- .RadEContentContainer 
*/
.templateWrapper { width:561px !important; }
/* 
* div.reWrapper iframe { OBS REMEMBER TO SET THE VALUE OF 'width' IN 'SiteCss.IE0.css' } 
*/
/*
* Remember to set the background-position to the same as 
* templateWrapper-width. Is used by the RadEditor!
*/
.radEContentRightBorder { background:#ffffff url(../../Images/tool/bg_radEContentBorder.gif) 561px 0px repeat-y; }

.templateMargins
{
	margin:0;
	padding:0;
}

.siteCSS td p { margin-top:0; margin-bottom:0; }

/* If images used as a part of the navigation title, hide this in the sitemap */
.WP4SiteMap a img { display:none; }

/*
* Settings below is used in 'edit-mode' in the RadEditor.
* These settings must be located in this file!
*/
.editTableBorders form
{
     background-color:#efefef;
     border:1px dashed #555555;		 
}
/* Not used/read by IE-browsers */
html>body .editTableBorders table 
{
    border-right: #999999 1px dashed;		 
    border-bottom: #999999 1px dashed;		 
}
html>body .editTableBorders table td
{
    padding: 1px;
    border-top: #999999 1px dashed;		 
    border-left: #999999 1px dashed;		 
}
html>body .editTableBorders table th
{
    padding: 1px;
    border-top: #000000 1px dashed !important;		 
    border-left: #000000 1px dashed !important;		 
}
/* Fixes for RadEditor */
.editTableBorders p[align="left"] 
{
    text-align: left !important;
}

.editTableBorders p[align="center"] 
{
    text-align: center !important;
}

.editTableBorders p[align="right"] 
{
    text-align: right !important;
}
/* Fix for WPSiteContextMenu */
.SCM_wrapper.RadMenu img.rmLeftImage
{
    left:3px;
    padding-bottom: 0;
}
.SCM_wrapper.RadMenu .rmLevel2 img.rmLeftImage
{
    margin-top:2px;
}
.SCM_wrapper.RadMenu .rmText
{
    text-align:left;
    padding:0 44px 0 28px !important;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/* SITE SPECIFIC */
.startMP h2.sitePuffHeader
{
    color: #231e07; font-family: Verdana; font-size: 11px; line-height: 25px; text-align: left; font-weight: bold; font-style: normal; text-decoration: none;
    background:transparent url('../../Documents/FBK/Images/bg_header.gif') top right no-repeat;
    padding:0 0 3px 0;
    margin:0 0 0 0;
    border:none;
}
.startMP h2.sitePuffHeader span
{
    background:transparent url('../../Documents/FBK/Images/fbkbullet.png') top left no-repeat;
    height:21px;
    line-height:21px;
    padding:0 0 1px 30px;
    margin:0 0 0 -1px;
    display:inline-block;
}
.startMP h2.sitePuffHeader.green span
{
/*    background-image:url('../../Documents/FBK/Images/bg_headerIcon_green.gif')*/
}
.startMP h2.sitePuffHeader.blue span
{
/*    background-image:url('../../Documents/FBK/Images/bg_headerIcon_blue.gif')*/
}
#siteFooterAddress a:link,
#siteFooterAddress a:visited,
#siteFooterAddress a:hover { font-family:Verdana, Arial; font-size:10px; font-weight:normal; color:#231e07; text-decoration:none; }
#siteFooterAddress a:hover { text-decoration:underline; }