/*
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

.wysiwygcontent
{
	/* Font */
	font-family: Arial, Helvetica, sans-serif;font-size:16px;
}
.wysiwygcontent p
{
	font-size:16px; margin:0 0 15px 0 ; padding:0; 
}
.wysiwygcontent em
{
	
}
/*WYSIWYG STYLES*/
/*WYSIWYG STYLES h1 -h3*/
.x_mainWrapper h1.wysiwyg_h1{
    color: #000;
    font-size: 34px;
	font-family: Arial, Helvetica, sans-serif; font-weight:400;
    margin: 0; 
     padding: 10px 0 5px 0; 
}
.l_mainWrapper h1.wysiwyg_h1{
    color: #000; 
    font-size: 50px;
	font-family: Arial, Helvetica, sans-serif; font-weight:400;
    margin: 0; text-align:center;
    padding: 20px 0 15px 0; 
}
.m_mainWrapper h1.wysiwyg_h1  {
    color: #000;
    font-size: 35px;
	font-family: Arial, Helvetica, sans-serif; font-weight:400;
    margin: 0; text-align:center;
    padding: 20px 0 15px 0; 
}
.s_mainWrapper h1.wysiwyg_h1  {
    color: #000;
    font-size: 30px;
	font-family: Arial, Helvetica, sans-serif; font-weight: 400;
    margin: 0; text-align:center;
    padding: 20px 0 15px 0; 
}
.x_mainWrapper h2.wysiwyg_h2 {

    font-size: 30px;
	font-family: Arial, Helvetica, sans-serif; 
    margin: 0 0 20px 0; font-weight: 400;
     padding: 0px ;
}
.l_mainWrapper h2.wysiwyg_h2 {

    font-size: 25px;
	font-family: Arial, Helvetica, sans-serif; 
    margin: 0 0 20px 0; font-weight: 400;
     padding: 0px ;
}


.m_mainWrapper h2.wysiwyg_h2,.s_mainWrapper h2.wysiwyg_h2  {

    font-size: 25px;
	font-family: Arial, Helvetica, sans-serif; 
     margin: 5px 0 15px 0; font-weight: 400;
    padding: ;
}
h3.wysiwyg_h3 {
    color: #000;
    font-size: 30px; 
	font-family: Arial, Helvetica, sans-serif; 
	float:left; font-weight:normal;	 
	width:100%; text-align:center;
    margin: 0px 0 10px 0; 
     padding: 0;
}
.m_mainWrapper .wysiwyg_h3  {
font-size: 20px;
}
.s_mainWrapper .wysiwyg_h3  {
font-size: 18px;
}
h3.wysiwyg_h3 b{ color:#007fff; font-weight:normal}
/*WYSIWYG STYLE large*/
.x_mainWrapper font.wysiwyg_large{
    margin:0; padding:0;font-size: 25px;
}
.l_mainWrapper font.wysiwyg_large{
    margin:0; padding:0;font-size: 20px;
}
.m_mainWrapper font.wysiwyg_large,.s_mainWrapper font.wysiwyg_large{
    margin:0; padding:0;font-size: 16px;
}

/*CROSSOVER STYLES*/
font.wysiwyg_standard {
    font-size: 16px;
}
font.wysiwyg_color1 {
  color: #007fff;
}
font.wysiwyg_color1 a {
    color: #e9841d;
}
font.wysiwyg_color1 a:hover{
   background-color:#e9841d; 
}
font.wysiwyg_color2 {
    color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
	background-color:#66b2ff; 
	 padding:5px 50px 5px 50px ; margin-bottom:5px; font-weight:bold;
display:inline-block;

}
font.wysiwyg_color2 a {
    color: #fff;
	background-color:#66b2ff;

}
font.wysiwyg_color2 a:hover{
    color: #41a62a ;
	background-color:#FFF; 
}
.wysiwyg_pdf_download{

}
.wysiwygcontent .wysiwyg_pdf_download a{
	background:url(pdf_icon.png) 2px 2px;
	background-repeat:no-repeat;
	display: inline-block;
	font-weight:bold;
	padding:10px 10px 10px 40px ;
	text-decoration:none;

}
.wysiwygcontent .cms_pdf_download a:hover{
	color:#41a62a;
}
.wysiwygcontent .wysiwyg_word_download a{
	background:url(word_icon.png) 2px 2px;
	background-repeat:no-repeat;
	display: inline-block;
	font-weight:bold;
	padding:11px 10px 12px 40px ;
	text-decoration:none;
}
.wysiwygcontent .wysiwyg_word_download a:hover{
	color:#335599;
	background-color:#fff
}
.wysiwygcontent a{
	color: #e9841d;text-decoration: none;
}
.wysiwygcontent a:hover{
	color: #fff; background-color:#e9841d
}
.wysiwygcontent .cms_headline1 a{
	font-size:18px
}
.wysiwygcontent .cms_headline2 a{
	font-size:16px
}
.wysiwygcontent .cms_highlight1 a{
	font-size:16px
}
.wysiwygcontent .cms_highlight2 a{
	font-size:14px
}
a.standardButton{
	display: inline-block;
	background-color:#d16e00;
	font-size:13px;
	margin-top:7px;
	font-family: 'Open Sans', Arial, Geneva, sans-serif; font-weight:700;
	color:#fff;
	padding:2px 8px 2px 8px ;
	text-transform:uppercase
}
a:hover.standardButton{
	background-color:#41a62a
}
