@charset "iso-8859-2";

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

a {
	color: #2c2829;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

strong {
/*	color: #0cf; */
	font-weight: bold;
}

#content_right strong {
	color: #2c2829;
	font-weight: bold;
}

em {
	font-style: italic;
}

label {
	font-size: 11px;
}

select, option, input, textarea {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

input, textarea {
	padding: 1px 3px 1px 3px;
	background: #fff;
	border: 1px solid #d2d2d2;
}

textarea {
	overflow: auto;
}

form p {
	margin-bottom: 0;
}

ul, ol {
	margin-left: 25px;
}

ul li, ol li {
  font-size: 12px;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: none;
}

#header h1 {
	display: none;
}


#left h2 {
	margin: 0 0 15px 0;
	color: #0cf;
	font-size: 24px;
	font-weight: bold;
}

#content_right_bck h2 {
	margin: 0 0 15px 0;
	color: #231f20;
	font-size: 24px;
	font-weight: bold;
}

#content_right_bck h2.blue {
	color: #0cf;
}

#right h1, #content_left h1, #sf_admin_content h1 {
	margin: 0 0 15px 0;
	color: #0cf !important;
	font-size: 30px !important;
	font-weight: bold !important;
	padding: 0 !important;
}

h1 {
	margin: 0 0 15px 0;
	color: #0cf;
	font-size: 30px;
	font-weight: bold;
}

#content_right_bck h3, #content_left h2, #sf_admin_content h2 {
	margin: 0 0 15px 0 !important;
	color: #0cf !important;
	font-size: 24px !important;
	font-weight: normal !important;
	background-color: transparent !important;
	padding: 0 !important;
}

h2 {
	margin: 0 0 15px 0;
	color: #0cf;
	font-size: 24px;
	font-weight: normal;
}

#content_left h3, #sf_admin_content h3 {
	margin: 0 0 15px 0 !important;
	color: #484848 !important;
	font-size: 18px !important;
	font-weight: normal !important;
	padding: 0 !important;
}

h3 {
	margin: 0 0 15px 0;
	color: #484848;
	font-size: 18px;
	font-weight: normal;
}

#content_left h3.comments {
	padding-left: 35px;
	background: url('images/comments.jpg') no-repeat left;
}

.fix {
	display: block;
	float: none !important;
	clear: both !important;
	height: 1px;
	overflow: hidden;
}

/* user:Header2 */
#right h2 {
	margin: 0 0 15px 0;
	color: #0cf;
	font-size: 30px;
	font-weight: bold;
}

h1, h2, p {
	font-family: arial, helvetica, sans-serif !important;
}

p {
  font-size: 12px;
}

.fix {
	display: block;
	float: none !important;
	clear: both !important;
	height: 1px;
	overflow: hidden;
}

#content_left h3.comments {
  margin-top: 20px;
  background:transparent url(../images/comments.jpg) no-repeat scroll left center;
  padding-left:35px;
}

hr {
  border: 0;
  color: #E7E6E7;
  background-color: #E7E6E7;
  height: 1px;
}