/**
 * @version		$Id: component.php 16465 2010-04-26 01:46:24Z eddieajau $
 * @package		Joomla.Site
 * @subpackage	Templates.default
 * @copyright	Copyright (C) 2011 Arvin Pedregosa. All rights reserved.
 * @license		Commercial License
 *
 * Content CSS - All content style that should not be available on TinyMCE editor
 */
 
 
/*************************************************************************
 * Default
 */

.page-content p,
.page-content ul,
.page-content ol { 
	margin-bottom: 1em;
}

.page-content p,
.page-content li,
.page-content li {
	color: inherit;
}
 
.page-content a:link { }
.page-content a:visited { }
.page-content a:hover { }
.page-content a:active { }

/* automatically add margin to content images */
.blog img,
.item-page img {
	margin: 0 1em 1em 0;
}
.blog  img[align=middle],
.item-page img[align=middle] {
	margin-left: 1em;
}
.blog  img[align=right],
.item-page img[align=right] {
	margin-left: 1em;
	margin-right: 0;
}

/*************************************************************************
 * Chronoform
 */

.Chronoform {
	float: left; clear: both;
}
 
#chronoform_contactForm .thank-you {
	margin-top: 2em;
	color: #666633
}
 
.ccms_form_element p {
    margin-bottom: 9px;
}
.ccms_form_element input, textarea, input[type="file"] {
    width: 370px;
	border: none;
    margin-bottom: 2px;
    padding: 3px !important;
	font-size: 11px; line-height: 16px;
	color: #666666;
	background-color: #E1E1E1;
}
.ccms_form_element select {
    border: none;
    min-width: 100px;
    margin-bottom: 2px;
    padding: 3px !important;
	font-size: 11px; line-height: 16px;
	color: #666666;
	background-color: #E1E1E1;
}
.ccms_form_element label {
    float: left;
    font-weight: bold;
    line-height: 16px;
    margin: 4px 0 2px;
    width: 70px;
	font: normal 12px/16px "Futura", Arial, Verdana, sans-serif;
}
.ccms_form_element fieldset {
    background-color: #FAFAFA;
    border: 1px solid #EEEEEE;
    padding: 15px;
    width: auto;
}
.ccms_form_element fieldset legend {
    font-weight: bold;
    margin-left: -10px;
    padding: 10px;
}
.ccms_form_element {
    clear: both;
    margin-bottom: 2px;
    padding: 0;
    position: relative;
	width: 100%;
}
.cfdiv_select select, .cfdiv_text label {
    width: 70px;
	font: normal 12px/16px "Futura", Arial, Verdana, sans-serif;
}
.small-message, .error-message {
    clear: both;
    display: block;
    font-size: 11px;
    line-height: 18px;
    margin: 4px 0 0 155px;
}
.cfdiv_submit input {
	float: right;
	display: inline-block;
	width: auto;
	padding: 0 !important;
	font: italic normal 14px/26px "IMFell", Palatino, "Times New Roman", serif;
	text-transform: uppercase;
	line-height: 26px;
	color: #535000;
	background: none;
	cursor: pointer;
}
.small-message {
    color: #999999;
    font-style: italic;
}
.error-message {
    color: red;
}
.required input {
    background-color: #F9F9F9;
    border-color: #CCCCCC;
}
.form-error {
    background-color: #FFF4F4;
    border: 1px solid #FFD4D4;
}
.tooltipimg {
    color: #999999;
    line-height: 21px;
    position: absolute;
    right: 10px;
    top: 5px;
}
.tooltipimg a {
    background-color: #EEEEEE;
    color: #999999;
    display: inline-block;
    font-weight: bold;
    height: 20px;
    line-height: 21px;
    text-align: center;
    width: 20px;
}
.tooltipimg a:hover {
    color: white;
    text-decoration: none;
}
.cfdiv_checkboxgroup label, .cfdiv_radiogroup label, .cfdiv_checkbox label, .cfdiv_radio label {
    font-weight: normal;
    margin: 6px 0 9px;
}
.full_label {
    width: 70% !important;
}
.cfdiv_checkboxgroup label:first-child, .cfdiv_radiogroup label:first-child, .cfdiv_checkbox label:first-child, .cfdiv_radio label:first-child, .cfdiv_checkbox label:first-child, .cfdiv_checkboxgroup label:first-child {
    font-weight: bold !important;
    margin-bottom: 9px;
}
.ccms_form_element .button {
    background-color: #37A8F0;
    border: 0 none;
    color: white;
    font-size: 11px;
    padding: 5px 7px;
    text-decoration: none;
}
.ccms_form_element .button:hover {
    background-color: #999999;
    text-decoration: none;
}
.small_input {
    width: 200px !important;
}
.medium_input {
    width: 350px !important;
}
.big_input, .title_input {
    width: 475px !important;
}
.title_input {
    float: left !important;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 8px 5px;
}
.ccms_form_element input[type="checkbox"], .ccms_form_element input[type="radio"] {
    background-color: transparent;
    border-color: transparent;
    clear: none;
    margin: 10px 5px;
    padding: 0 !important;
}
.cfdiv_checkboxgroup label, .cfdiv_radio label {
    margin-right: 25px;
    width: auto;
}
.cfdiv_checkboxgroup label:first-child, .cfdiv_radio label:first-child {
    margin-right: 0;
    width: 150px;
}
.cfdiv_checkboxgroup label, .cfdiv_radio label, .cfdiv_checkboxgroup input, .cfdiv_radio input {
    float: left;
}
.label_right {
    float: left;
    margin-left: 150px !important;
}
.label_over label:first-child {
    float: none !important;
}
.label_over label:first-child {
    display: block;
    width: 95% !important;
}
.label_over .small-message, .label_over .error-message {
    margin-left: 0;
}
.radios_over label, .radios_over input {
    float: left !important;
}
.radios_over input {
    clear: left !important;
}
.fc-tbx {
    z-index: 9999;
}
.validation_label {
    display: block;
    width: 100%;
}
.chrono_captcha_input {
    vertical-align: top;
}
.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.multiline_start {
    clear: none !important;
    float: left !important;
}
.multiline_add {
    clear: none !important;
    float: left !important;
    padding-left: 10px !important;
}
 
 .page-content .ccms_form_element {
	margin-bottom: 1em; padding: 0;
} 

.ccms_form_element .inputbox  {
	width: 250px;
}
.ccms_form_element .inputarea {
	width: 400px;
}

.ccms_form_element .inputbox:focus ,
.ccms_form_element .inputarea:focus {
	background-color: #ffffdd;
}

.cfdiv_submit,
.cfdiv_reset {
	display: inline-block;
	float: left !important; clear: none;
	margin-right: 0.5em;
}

/* Error box */
.fc-tbx {
}
.fc-tbx > table {
	position: relative;
	left: 50px; top: 25px;
	margin: 0; padding: 0;
}
div.fc-tbx > table  td {
	background-image: none !important;
}
div.fc-tbx > table .t, 
div.fc-tbx > table .b {
	height: 5px;
}
div.fc-tbx > table .l {
	width: 1px;
}
div.fc-tbx > table .r {
	width: 5px;
}
div.fc-tbx > table  p {
	line-height: 14px;
	color: #ee5555;
}
div.fc-tbx > table  a.close {
	display: block;
	float: right;
	width: 14px; height: 14px; 
	background-position: center center !important;
}
div.fc-error {
	position: absolute;
	width: 165px;
	margin: 0;
	right: -167px; top: 0;
	color: #ee5555;
	background: none;
	border: none;
}