﻿/*
* 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:475px !important; }
/* Below is used to resize the iframe used by the RadEditor. 
*  Add 16px to '.templateWrapper-width' since the iframe 
*  'needs' this space for its vertical scroll */
/*div#divEditWrapper .RadEContentBordered { width:491px !important; }*/
/*
* 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) 475px 0px repeat-y; }

.templateMargins
{
	margin:0;
	padding:0 0 10px 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 
*/
#main_div_sCHeader { font-size:11px; color:#fff; }
#main_div_sCDate { font-weight:bold; }
a.searchControl:link, a.search-button:link      	{ font-family:Verdana, Tahoma, Arial; font-size:10px; font-weight:bold; color:#10659c; text-decoration:none; }
a.searchControl:visited, a.search-button:visited   	{ font-family:Verdana, Tahoma, Arial; font-size:10px; font-weight:bold; color:#10659c; text-decoration:none; }
a.searchControl:hover, a.search-button:hover     	{ font-family:Verdana, Tahoma, Arial;  font-size:10px; font-weight:bold; color:#c05e0c; text-decoration:none; }
input.searchControl, input.search-field	{ color:#666; font-size:10px !important; }
.selectable select 	{ color:#333; font-size:10px !important; }
a.breadCrumb:link      	{ font-family:Verdana, Tahoma, Arial; font-size:11px; font-weight:normal; color:#fff; text-decoration:none; }
a.breadCrumb:visited   	{ font-family:Verdana, Tahoma, Arial; font-size:11px; font-weight:normal; color:#fff; text-decoration:none; }
a.breadCrumb:hover     	{ font-family:Verdana, Tahoma, Arial;  font-size:11px; font-weight:normal; color:#fff; text-decoration:underline; }
.breadCrumbCurrent		{ color:#d1d3ed; }
.PIC_pubDate,
.PIC_pubByUser   { font-size:11px; }
/* Used in Editor */
img.quickBanner { margin-top:-6px; }
a.blueBold		      	{ font-family:Verdana, Tahoma, Arial; font-size:11px; font-weight:bold; color:#10659c; text-decoration:none; }
a.blueBold:link      	{ font-family:Verdana, Tahoma, Arial; font-size:11px; font-weight:bold; color:#10659c; text-decoration:none; }
a.blueBold:visited   	{ font-family:Verdana, Tahoma, Arial; font-size:11px; font-weight:bold; color:#10659c; text-decoration:none; }
a.blueBold:hover     	{ font-family:Verdana, Tahoma, Arial;  font-size:11px; font-weight:bold; color:#c05e0c; text-decoration:none; }