/*This style is needed only for Demo site - you may delete it START*/
.contentTdLeft .contentStyle {
	background-color: #002a54;
}
/*This style is needed only for Demo site - you may delete it END*/

/* Content styles */

.contentStyle{
	background-color: #002a54;
	color: #fff;
	font: 12px Verdana, Arial, sans-serif;
	margin-top: 0px;	
}
.contentStyle table {
	color: #fff;
	font: 12px Verdana, Arial, sans-serif;
	line-height:20px;
}
.contentStyle a {
	font: 12px Verdana, Arial, sans-serif;
	color: #3298FE;
	text-decoration: underline;
}
.contentStyle a:hover{
	text-decoration: underline;
}
.contentStyle p{
	font: 12px Verdana, Arial, sans-serif;
	margin-top: 0px;
	xmargin-bottom: 25px;
	line-height:16px;
}

/* Content styles - art2 */

.contentStyle_art2
{
	background-color: 002a54;
	color: #fff;
	font: 11px Verdana, Arial, sans-serif;
	margin-top: 0px;	
}
.contentStyle_art2 table {
	color: #fff;
	font: 11px Verdana, Arial, sans-serif;
	line-height:20px;
}
.contentStyle_art2 a {
	font: 11px Verdana, Arial, sans-serif;
	color: #3298FE;
	text-decoration: underline;
}
.contentStyle_art2 p{
	font: 11px Verdana, Arial, sans-serif;		
	line-height:12px;
}
.contentStyle_art2 a:hover {
	text-decoration: underline;
}

/* Content styles - form styles */
.contentStyle form
{
	height: 100%;
	
}

.contentStyle input
{
	font: 12px Verdana, Arial, sans-serif;
	height: 19px;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #002a54;
}

.contentStyle textarea, #mail_body
{
	font: 12px Verdana, Arial, sans-serif;
	color: #002a54;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-base-color: #ffffff;
  	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: 002a54;
	scrollbar-track-color: #ffffff;
	scrollbar-highlight-color: 002a54;
	scrollbar-arrow-color: 002a54;
	scrollbar-face-color: #7dbefe;
	scrollbar-3dlight-color: #ffffff;	
}


.contentStyle select
{
	font: 12px Verdana, Arial, sans-serif;
	color: #002a54;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
}

.contentStyle .form_checkbox
{
	font: 12px Verdana, Arial, sans-serif;
	border: none;
	cursor: pointer;
	background-color: #ffffff;
}

.contentStyle .form_radio{
    font: 12px Verdana, Arial, sans-serif;
    cursor: pointer;
    border: 0px solid white;
}

.form_checkbox {
	font: 12px Verdana, Arial, sans-serif;
	width: auto;
	height: auto;
}

.form_radio {
	font: 12px Verdana, Arial, sans-serif;
	width: auto;
	height: auto;	
}

.form_submit {
	font: 12px Verdana, Arial, sans-serif;
	color:#fff;
	width: 100px;
	height: 20px;
	background-color:#2692FD;
	border:1px solid #fff;
}

.contentStyle .form_submit
{
	font: 12px Verdana, Arial, sans-serif;
	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;
	width:100px
}
/*Styles for editing article in admin: END*/


/*Styles for editing short news text in admin: START*/
/*because of it short news text will look in admin the same way*/
/*as in client - so user will be able to normally edit it*/
.shortNews {
	font: 12px Verdana;
	background-color: #002a54;
	color: #fff;
	margin-top: 0px;
}


.shortNews p
{
	font: 12px Verdana;
	margin-bottom: 5px;
}

.shortNews a
{
	font: 12px Verdana;
	color: #3298FE;
	text-decoration: underline;
}
/*Styles for editing short news text in admin: END*/
