.contentStyle
{
	background-color: #ffffff;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #002076;
	margin: 0px;
	margin-left: 5px;
}


.contentStyle table {
	background-color: #ffffff;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #002076;
}

.contentStyle table table{
	background-color: #ffffff;
}

.contentStyle td {
	background-color: #ffffff;
}

.contentStyle a {
	color: #002076;
	text-decoration: underline;
}

.contentStyle p {

}

.contentStyle a:hover {
	color: #002076;

}
.contentStyle a:active {
	color: #002076;

}

.contentStyle a:visited {
	color: #002076;

}




.contentStyle input
{
	height: 15px;
	border: solid 1px #f4d577;
	vertical-align: middle;
	background-color: #ffffff;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #002076;
}

.contentStyle textarea
{
	border: solid 1px #f4d577;
	background-color: #ffffff;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #002076;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-base-color: #ffffff;
  	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #bebebe;
	scrollbar-track-color: #ffffff;
	scrollbar-highlight-color: #bebebe;
	scrollbar-arrow-color: #bebebe;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;	
}

.contentStyle select
{
	background-color: #ffffff;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #002076;
	border: solid 1px #f4d577;
	vertical-align: middle;
	background-color: #FFFFFF;
}

.contentStyle .form_checkbox
{
	border: none;
	cursor: hand;
	background-color: #ffffff;
}

.contentStyle .form_radio{
    cursor: hand;
    border: 0px solid white;
}

.contentStyle .form_submit
{
	background-color: #fcf2d6;
	height: 21px;
	border: solid 1px #f4d577;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #0c1c47;

}
/*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 {
	background-color: #ffffff;
	color: #595959;
	font: 11px Verdana, Arial, sans-serif;
	margin-top: 0px;
}

.shortNews a {
	color: #000000;
	text-decoration: underline;
}


.shortNews p
{
	margin-top: 0px;
}
/*Styles for editing short news text in admin: END*/
