



a {
	color: #666666;
}

a:hover {
	color: #222222;
}
/*

input, select, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*/

h1 { font-size: 2em; margin: .67em 0 }
h2 { font-size: 1.5em; margin: .75em 0 }
h3 { font-size: 1.17em; margin: .83em 0 }


.cms_form { 
	position: relative;
}
.cms_field {
	margin-bottom: 10px;
	/*overflow: hidden;*/
	position: relative;
}

.cms_field .help {
	padding-bottom: 3px;
}

.cms_field .error_help {
	display:none;
	padding-bottom: 3px;
	color: #FF0000;
}

.cms_field.error .help {
	display: none;
}

.cms_field.error .error_help {
	display: block;
}

.cms_field_label {
    display: block;
    font-weight: bold;
    padding-bottom: 3px;
 
}

.cms_field_input {
    border: 1px solid #999999;
    color: #666666;
    font: 1em Verdana,Arial,Helvetica,sans-serif;
    padding: 7px 0px;
	width: 300px;
}

.module_div .cms_field_input {
	width: 100%;
}

select.cms_field_input {
    padding: 7px 7px 3px 7px;
	width: 300px;

}

.cms_field_input option {
    padding: 3px;
}

.cms_field.error .cms_field_input {
    border: 1px solid #CC0000;
}

.cms_required_symbol {
	color: #CC0000;
}

.cms_field_required {
	display: none;
	position: absolute;
	right: -170px;
	bottom: 3px;
	width: 140px;
	border: 1px solid #000000;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 5px;
	font-weight: bold;
	z-index: 999;
}

.cms_field.error .cms_field_required {
	display: block;
}

.cms_standard_button {

}

.cms_standard_button:hover {
    
}

.cms_a_button {
	
}

.cms_a_button::-moz-focus-inner {
 
}

.cms_a_button a  {


}


.cms_a_button a:hover { 
	
}	

.cms_table {
	border-left: 1px solid #BEBEBE;
	border-top: 1px solid #BEBEBE;
	font-size: 0.8em;
	width: 100%;	
	border-collapse:collapse;
}

.cms_table tbody tr {
}

.cms_table tbody tr:hover {
	background-image: url('../includes/buzz/templates/images/row_bg_25.png');
	background-repeat: repeat-x;
}

/*
.cms_table tr.alt td{
  background:#eee;  
}
*/

.cms_table td{
    border-bottom: 1px solid #BEBEBE;
    border-right: 1px solid #BEBEBE;
   /* color: #666666; */
   /* font-family: Arial,Helvetica,sans-serif;*/
    padding: 7px;
}
.cms_table th {
	background: none repeat scroll 0 0 #636363;
	border-right: 1px solid #BEBEBE;
	color: #FFFFFF;
	font-size:14px;
	padding: 7px;
	text-align: left;
}

.cms_r_message {
	margin-bottom:20px;
	background:#999;
	color:#FFF;
	font-size:14px;
	padding:10px;
	background:#E9584C;
}

.cms_y_message {
	margin-bottom:20px;
	background:#999;
	color:#FFF;
	font-size:14px;
	padding:10px;
	background:#F2FF63;
}

.cms_g_message {
	margin-bottom:20px;
	background:#999;
	color:#FFF;
	font-size:14px;
	padding:10px;
	background:#6BB555;
}

.cms_head_1, h1 {
	margin-bottom: 20px;
}

.cms_head_2 {

}

.cms_button {
    cursor: pointer;
    display: inline-block;
    font: 14px/100% Arial,Helvetica,sans-serif;
    margin: 0 2px;
    padding: 7px 28px;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #636363;
	
}

.cms_button:hover {
    background-color: #AFAFAF;
}

.cms_a_button a {
    cursor: pointer;
    display: inline-block;
    font: 14px/100% Arial,Helvetica,sans-serif;
    margin: 0 2px;
    padding: 0.5em 2em 0.55em;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
	color: #000000;
	background-color: #CCCCCC;
}


.cms_a_button a:hover {
	background-color: #AFAFAF;
}

.cms_button.emphasis {
	background-color: #666666;
	color: #FFFFFF;
}

.cms_button.emphasis:hover {
	background-color: #AFAFAF;
	text-decoration: underline;
	color: #FFFFFF;
}

.cms_button.small , .cms_a_button.small a {
	font-size: 11px;
	padding: .2em 1em .275em;
}


.clear {
	clear: both;
}

.cms_margin.all {
	margin: 10px;
}
.cms_margin.top {
	margin-top: 10px;
}
.cms_margin.right {
	margin-right: 10px;
}
.cms_margin.bottom {
	margin-bottom: 10px;
}
.cms_margin.left {
	margin-left: 10px;
}

.controlnav-nothumbs .nivo-controlNav {
	display: none;
}

.cms_shadow {
    box-shadow: 3px 3px 4px #666666;
}

.cms_breadcrumb a {
	text-decoration: none;
}

.cms_breadcrumb a:hover {
	text-decoration: underline;
}

.ken_burns_div {
	border: 1px solid black; 
	background-color:white;
}

.cms_center_div_outer {
	float: left;
	position: relative;
	left: 50%;

}

.cms_center_div_inner {
	float: left;
	position: relative;
	left: -50%;

}

fieldset {
	border: 0px;
}

.cms_addthis {

}

.cms_addthis.addthis_default_style .at300b, .cms_addthis.addthis_default_style .at300bo, .cms_addthis.addthis_default_style .at300m {
    padding: 2px 2px  !important;
}

.menu_container {
	z-index: 500;
	position: relative;
}

.widget_coreImage a img {
	border: 0px;
}

.menu_container .sub_menu {
	display: none;
}

.menu_container > ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.menu_container > ul > li {
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}
.menu_container > ul  > li > a, .menu_container > ul > li > a{
	text-decoration:none;
	padding-right: 10px;
	padding-bottom: 10px;
}
.menu_container > ul li > a:hover, .menu_container > ul > li.active > a{
	text-decoration:underline;
}

.theme-default.controlnav-thumbs .nivo-controlNav {
    height: 55px;
}

.theme-default.controlnav-thumbs .nivo-controlNav img {
    margin-bottom: 10px;
}

.spacer {
	background-image: url(../includes/buzz/templates/images/spacer.gif);
}

.coreRss {

}



.coreRss ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.coreRss li {
	margin-bottom: 10px;
	clear: both;
}

.coreRss .rss_title {

	font-weight: bold;
	margin-bottom: 5px;
	
}


.coreRss.small .rss_title {
	font-size: 14px;
}


.coreRss.medium .rss_title {
	font-size: 20px;
}


.coreRss.large .rss_title {
	font-size: 25px;
}

.coreRss.small .rss_body {
	font-size: 12px;
}


.coreRss.medium .rss_body {
	font-size: 18px;
}


.coreRss.large .rss_body {
	font-size: 20px;
}


.coreRss .rss_date {
	margin-bottom: 5px;
}
.coreRss .rss_author {
	margin-bottom: 5px;
}


.coreRss .rss_image {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}


.widget_login .widget_login_link {
	text-decoration: none;
	margin-right: 10px;
	font-size: 14px;
    font-weight: bold;
}

.widget_login .widget_login_link:hover {
	text-decoration: underline;
}

.coreSearch_widget_div {
	z-index: 505;
}

.account_side {
	min-height: 500px;
	float: left;
	padding: 20px 20px 0px 0px; 
	border-right: 1px solid #636363;
}

.account_main {
	overflow: hidden; 
	padding: 20px 0px 0px 20px; 
}


.account_side .account_username {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    text-decoration: none;
	margin-bottom: 10px;
	
}

.account_side .account_avatar {
	margin-bottom: 10px;
}

.account_side .account_avatar img {
	border: 1px solid #636363;
	width: 160px;
}

.account_side .account_edit {
	padding: 7px 28px;
	width: 104px;
	margin: 0px;
}


.comment_container {
	margin-bottom: 20px;
}


.comment_container .comment_avatar {
	width: 85px;
	margin-right: 20px;
	float: left;
}

.comment_container .comment_avatar img {
	width: 80px;
	border: 1px solid #636363;
}

.comment_form_container textarea {
	height: 150px !important;
	width: 100%;
}

.comment_container .comment_data {

	overflow: hidden; 
}

.comment_container .comment_meta {

	padding: 8px;
	
}

.comment_container .comment_user {
	display: inline;

}
.comment_container .comment_date {
	display: inline;
}
.comment_container .comment_title {
	display: none;
}
.comment_container .comment_comment {
	padding-top: 10px;
}


.float-left {
	float: left;
}

.float-right {
	float: right;
}

.bootstrap .menu_container .sub_menu {

}

.bootstrap ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;    
}

.bootstrap a.menu:after, .dropdown-toggle:after {
    content: none;
}

.bootstrap .dropdown-menu {
	top: 95%;
}
/*
.coreMenu_widget_div .control_bar_container {
    z-index: 501;
}

.coreMenu_widget_div {
	z-index: 501 !important;
}
*/

/*
.sub_menu {
	display: block !important;
}
*/
.widget_block {
	/*z-index: 500;*/
	height: 100%;

}

.content_container .content {
	z-index: 3;
}

#mapCanvas img, .googlemap_widget_div img { 
  max-width: none;
}

#mapCanvas label { 
  width: auto; display:inline; 
} 

.jcrop-holder img {
	max-width: none;
}

.widget_block {
	min-height: 50px;
	position: relative;
}

.cms_form .cms_field_input, .cms_form .cms_field_input, .cms_form .cms_field_input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px !important;
  height: 40px;
  
}

.btn {
	margin-bottom: 10px !important;
}

.no-margin {
	margin: 0px;
}



a.btn {
    line-height: 16px;
}

.faq_topic {
	
}

.faq_title {
	color: #404040;
    font-family: 'Open Sans',arial,helvetica,sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 15px;
	text-decoration: none;
	background-color: #D9DCDE;
	padding: 10px;
	margin-bottom: 10px;
	display: block;
}

.faq_title:hover {
	color: #404040;
	background-color: #C6C6C6;
}

.faq_search_form {
	margin-bottom: 20px;
}

.faq_search_title {
	color: #404040;
    font-family: 'Open Sans',arial,helvetica,sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
}

.faq_search_input {

}

.btn-block {
    -moz-box-sizing: border-box;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.form_col {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float: left;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }



.ghost-text {

	
	
	
	
	position: absolute;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #999999;
    cursor: text;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 300;
   
    left: 5px;
	/*
    margin-top: 2px;
    padding: 15px 10px;
    
	width: 369px;
	height: 35px;
	*/
	
    top: 28px;
    word-break: normal;
    word-wrap: break-word;
	
	
	
	
}

.buzz_form.horiz_form .cms_field_label {
	width: 150px;
	float: left;
	text-align: right;
	line-height: 30px;
	margin-right: 10px;
}

.buzz_form.horiz_form .btn {
	margin-left: 160px
}

.buzz_form.horiz_form .cms_field_input {
	float: left;
}


.buzz_form.horiz_form .cms_field {
	clear: both;
	height: 30px;
}


.cke_skin_kama_container body {
	background-image: none !important;

}


.module_div_absolute {
	position: absolute;
}

.module_div_relative {
	position: relative;
}
.manager_absolute_modules {
	
}

.manager_relative_modules {
 display: none;
}

.display_none {
	display: none;
}

