/* Content styles */
#tinymce{
	background-color: #000;
}
.contentStyle {
	color: #ffffff;
	font: 14px Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
.contentStyle em {
	font-style:italic;
}
.contentStyle table {
	color: #ffffff;
	font: 14px  Arial, Helvetica, sans-serif;
}
.contentStyle strong, .contentStyle b {
	font-weight:bold;
}
.contentStyle a {
color: #FF0101;
	text-decoration:none;
}
.contentStyle a:hover {
	text-decoration:underline;
}
.contentStyle h1 {
  font: bold 24px Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 0 0 12px 0;
  text-align: center;
}
.contentStyle h2 {
  font: bold 22px Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 0 0 12px 0;
}
.contentStyle h3 {
  font: bold 20px Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}
.contentStyle h4 {
  font: bold 20px Arial, Helvetica, sans-serif;
  margin: 0 0 12px 0;
}
.contentStyle h5 {
  font: 18px Arial, Helvetica, sans-serif;
  color: #fff;
}
.contentStyle h6 {
  font: bold 16px Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 0 0 12px 0;
}
	
.contentStyle p{
	margin-top: 0px;
	
}
.contentStyle th, .contentStyle td{
	vertical-align: top;
}

.contentStyle ul,.contentStyle ol{
	margin: 0 0 13px 40px;
}
.contentStyle hr{
	height:1px;
	color:#ebebeb;
}
/*main page*/
.greyBlocks {
  width: 435px;
  margin-right: 13px;
}
.greyBlocks p{
 font-size: 16px;
 color: #fff;
}
.greyBlocks a{
	color: #fff;
}
.greyBlocks .greyBlock {
  width: 200px;
  height: 210px;
  background: url('/site/core/images/grayblock.jpg') no-repeat;
  float: left;
  margin-bottom: 13px;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
}
.greyBlocks .greyBlock h3 {
  padding-top: 53px;
}
.greyBlocks .greyBlock:hover {
  background: url('/site/core/images/grayblockH.jpg') no-repeat;
}
.greyBlocks .greyBlock.last {
  margin: 0;
}
.bannerBlock {
  width: 720px;
  height: 433px;
}

/*end main page*/
/* Links */
a.red_link {
	color: red;
	text-decoration: none;
}

a.red_link:hover {
	color: red;
	text-decoration: underline;
}

.hand {
	cursor: pointer;
}

/* Scrolls */
.whiteScrolBlock {
	scrollbar-3dlight-color: #EBEBEB;   
    scrollbar-arrow-color: #7F7F7F; 
    scrollbar-base-color: #EBEBEB; 
    scrollbar-darkshadow-color: #EBEBEB;
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #BEBEBE; 
    scrollbar-shadow-color: #BEBEBE;   
    scrollbar-track-color: #FFFFFF;
}

/* Aligns */
.bl-left { float: left; }
.bl-right {	float: right; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }

/* Colors */
.red { color: red; }
/* Spacing */
.nowrap { white-space: nowrap; }

/* Background */

/* Forms */
.contentStyle input{	
    height: 19px;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #000000;
	color: #ffffff;
}

.contentStyle textarea{
 color: #ffffff;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #000000;
}

.contentStyle  input.form_radio {
    background-color: #dfdfdf;
	background-image: url(../images/btn_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 21px;
	border: solid 1px #bebebe;
    cursor: pointer;
	cursor: hand;
	font-weight: bold;
	color:#000000;
}

.contentStyle input.form_checkbox{
    border: none;
	cursor: hand;
	background-color: #000000;
}

.contentStyle input.text{
	width: 250px;
	border: 1px solid #b4b4b4; 
}

.contentStyle .submit,
.contentStyle input.submit,
.contentStyle .form_submit {
	background-color: #dfdfdf;
	background-image: url(/site/core/images/btn_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 21px;
	border: solid 1px #bebebe;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	color:#000000;
	padding: 0 10px;
}

.contentStyle .submit_disable, 
.contentStyle input.submit_disable {
	background:#dfdfdf url(/site/core/images/btn_bg.gif) 0 0 repeat-x;
	height: 21px;
	border: 3px  double #bebebe; 
	cursor: pointer;
	cursor: hand;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #999999;
	margin:0;
	padding:0 5px 3px 5px;
}
.contentStyle select
{
	color: #ffffff;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #000000;
}
.contentStyle .form_radio{
    cursor: hand;
    border: 0px solid white;
}
.contentStyle form table tr td{
	padding: 5px;
}
.contentStyle .bottomBlock h1 {
  text-align: center;
}
/******** contentStyleFooter ********/
body.contentStyleFooter{}
.contentStyleFooter{}
.contentStyleFooter p{}

