/*basic styles*/
.forma { font-size: 11px; color: #666666; border: 1px solid #666666; background-color: #ffffff; }
/*****************************/


/*block styles*/
.block {display: inline; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; padding: 0px; font-size: 11px; clear:both;}
.block:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .block {height: 1%;}
.block {display: block;}
/* End hide from IE-mac */


.editor_body ul, .editor_body ol { margin-left: 20px !important}

.image_holder {/*border: 1px dashed #999; padding: 5px;  background-color: #EEE;*/text-align: center; font-size: 10px; font-weight: bold; color: #333; margin-bottom: 10px;}
	.image_holder img {margin: 0px; display: block;}
		.image_border {border: 1px solid #333;}
	.image_holder p { background-color: #E9E9E9; font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333}

.optimize {display: table; /*float: left*/}
.Left, .left {float: left; margin-right: 10px}
.Right, .right {float: right; margin-left: 10px}
.large_image .image_holder{ padding: 10px; margin: 10px; border: 0px solid #999; background-color: #FFF;}
/*****************************/

/*stil blok za selekciju bloka*/
.select_block {padding: 5px; margin-bottom: 20px; padding-left: 10px; border: 1px solid #d0d0d0; border-bottom: 1px solid #d8d8d8; }
	.select_block h4 {margin: 0; font-family: arial, verdana; font-size: 14px; color: #2F72B9;}
	.select_block ul {margin: 0; margin-top: 5px; padding-bottom: 5px; list-style: none;}
		.select_block ul li {margin: 0; padding-top: 1px;}
		.select_block ul a {color: #333;}

/*stil blok za selekciju bloka*/
.contact {margin: 5px;}
	.contact {font-family: verdana; font-size: 11px; color: #000;}
	.contact label {display: block; margin-top: 5px; margin-bottom: 3px;}
	.contact big {color: #f00;}
	.contact .contact_text{width: 100%; padding: 3px;}
	.contact .contact_textarea{width: 100%; height: 100px; padding: 3px;}
	.contact .contact_button{float: left; margin-top: 5px; margin-right: 3px; width: 102px; height: 30px;}

/*****************************/

/*editor styles*/
.table_main { color: #FFFFFF; background-color: #BBBBBB; }
.table_main_colorless { background-color: #FFFFFF; }
.td_colorless { background-color: #FFFFFF; font-size: 11px; color: #000000;	padding: 2px; }
.td_color_01 { background-color: #E4E4E7; font-size: 11px; color: #000000; padding: 2px; }
.td_color_02 { background-color: #DADADE; font-size: 11px; color: #000000; padding: 2px; }
.td_color_03 { background-color: #CCCCCC; font-size: 11px; color: #313131; padding: 2px; }
.td_header_row { background-color: #999999; font-size: 11px; color: #FFFFFF; font-weight: bold; padding: 2px; }
.td_header_col { background-color: #999999; font-size: 11px; color: #000000; padding: 2px; }
/*****************************/

#ocp_main_edit_bloka_table img {display: inline;}
#ocp_main_edit_bloka_table .block {text-align: left;}

/*-------------------------------------------    

    Reset

-------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
}

/*-------------------------------------------    

    Links

-------------------------------------------*/

a, a:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #025c52;
}
a:hover {
	text-decoration: underline;
}
a img {	
	border: none;
}
a, a:active, a:focus {
	outline: none;
}

/*-------------------------------------------    

    General Selectors (Typo: 6 7 8 9 10 11 12 14 18 21 24 36 48)

-------------------------------------------*/
/*
* {
	background-repeat: no-repeat;
}
*/
html {
	font-size: 12px;
} 
body {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	color: #484848;
	background: #FFFFFF url(/images/basic/bg-body.gif) repeat-x top left;
	text-align:center;
	font-size: 12px;
}
p, ul, ol, dl { 
	line-height: 18px;
	margin-bottom: 12px
}
ol {
	padding-left: 20px;
}
h1, .block .sIFR-hasFlash h1 { 
	font-size: 26px;
	line-height: 32px;
	padding: 0;
	margin-bottom: 10px;
	color: #005a50;
	font-weight: normal;
}

h2, .block .sIFR-hasFlash h2 {
	font-size: 19px;
	line-height: 21px;
	padding: 0;
	margin-bottom: 10px;
	color: #005a50;
	font-weight: normal;
	overflow: hidden;
}
h3 {
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 15px;
	color: #8B8B8B;
	font-weight: bold;
}
h4 {
	color: #005a50;
	font-weight: normal;
}
.clear {
	clear: both;
}
.preamble {
	background: url(/images/basic/bg_dotted_border.gif) repeat-x left bottom;
	padding-bottom: 15px;
	font: italic 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	margin-bottom: 12px;
}
/*
table {
	border-collapse: collapse;
	font-size: inherit;
	table-layout: fixed;
} 
th, td {
	vertical-align: top;
	text-align: right;
}
th[scope="row"] {
	text-align: left;
	font-weight: bold;
} 
th[scope="row"] {
	text-align: left;
	font-weight: bold;
}
*/