﻿/*
* 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:550px !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) 550px 0px repeat-y; }

.templateMargins { margin:10px 15px; }

/* For FireFox */
.siteCSS a[disabled]   	{ color:#808080 !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 */

/*
* 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;
}

/* SITE SPECIFIC CSS 

.puffLink A, .puffLink a  { font-family:inherit; font-size:0.8em; color:#04B1E6; text-decoration:underline; font-weight:normal }
.puffLink a:link      { font-family:inherit; font-size:0.8em; color:#04B1E6; text-decoration:underline; font-weight:normal }
.puffLink a:visited   { font-family:inherit; font-size:0.8em; color:#04B1E6; text-decoration:underline; font-weight:normal }
.puffLink a:hover     { font-family:inherit; font-size:0.8em; color:#F3AE00; text-decoration:underline; font-weight:normal } */
#extraWrapper
{
	color: #000000; font-family: Arial; font-size: 13px;
}
a.headerQuickToolItem,
.templateWrapper div.RadGrid_Default .rgRow a,
.templateWrapper div.RadGrid_Default .rgAltRow a,
#extraWrapper a,
a.headerQuickToolItem:visited,
.templateWrapper div.RadGrid_Default .rgRow a:visited,
.templateWrapper div.RadGrid_Default .rgAltRow a:visited,
#extraWrapper a:visited,
a.headerQuickToolItem:hover,
.templateWrapper div.RadGrid_Default .rgRow a:hover,
.templateWrapper div.RadGrid_Default .rgAltRow a:hover ,
#extraWrapper a:hover {
	color: #04b1e6; font-family: Arial; font-size: 13px; line-height: 16px; font-weight: normal; 
	font-style: normal; text-decoration: underline;  
}
a.headerQuickToolItem:hover,
.templateWrapper div.RadGrid_Default .rgRow a:hover,
.templateWrapper div.RadGrid_Default .rgAltRow a:hover,
#extraWrapper a:hover {
	color: #f3ae00; 
}
#extraWrapper a {
	text-decoration: none !important; 
}

div#breadcrumb a:link,
div#breadcrumb a:visited,
div#breadcrumb a:hover  { color:#0396c4; text-decoration:none; }
div#breadcrumb a:hover  { color:#F3AE00; }

#siteFooterAddress .siteCSS a:link,
#siteFooterAddress .siteCSS a:visited,   
#siteFooterAddress .siteCSS a:hover { font-family:Verdana, Arial; font-size:11px; color:#6a767d; text-decoration:none; font-weight:normal }
#siteFooterAddress .siteCSS a:hover { text-decoration:underline; }
#siteFooterAddress .siteCSS,
#siteFooterAddress .siteCSS p { font-family:Verdana, Arial; font-size:11px; font-weight:normal; color:#818f98; margin:5px 0; }