
/* colors
red- #DF1B25

*/

table, td {
font-family:Arial;
font-size:12px;
}

h4{
font-family:Arial;
font-size:16px;
font-weight:bold;
color:#DF1B25;
}



body {
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 0px;
	
}

a { 
color: #DF1B25;
font-weight: bold;
font-family: arial,verdana,sans-serif;
font-size: 12px;
text-decoration:none; 
}
a:hover { 
text-decoration:underline;
 }


p { line-height: 140%; }

h1 {
	font-family: arial,verdana,sans-serif;
	font-weight: bold;
	font-size: 120%;
	color: #333;
	padding-bottom: 2px;
	border-bottom: 1px dotted #CCC;
	margin: 10;
	text-align: left;
}

h3 {
	font-family: arial,verdana,sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #333;
	padding-bottom: 2px;
	border-bottom: 1px dotted #CCC;
	margin: 0;
}

.note {
	padding: 4px;
	font-family: tahoma,verdana,sans-serif;
	font-size: 85%;
	line-height: 130%;
}

.note_red {
	background: #FF6A6A;
	padding: 4px;
	font-family: tahoma,verdana,sans-serif;
	font-size: 85%;
	line-height: 130%;
}

.note_green {
	background: #74D29C;
	padding: 4px;
	font-family: tahoma,verdana,sans-serif;
	font-size: 85%;
	line-height: 130%;
}

.note_blue {
	background: #6495ED;
	padding: 4px;
	font-family: tahoma,verdana,sans-serif;
	font-size: 85%;
	line-height: 130%;
}

.button{
	background-color: #E3E8EA;
	border: 1px solid #9C9C9C;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}

.ifield{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid Silver;
	padding: 2px;
}

.itext{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
	text-align: right;
}

.dtable {

border-collapse:collapse;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.dtable td{


    border-top:1px solid #DF1B25;
border-bottom:1px solid #DF1B25;
border-left:1px solid white;
border-right:1px solid white;
padding-left:5px;
}

.dtitle{
    border-top:1px solid #DF1B25;
border-bottom:1px solid #DF1B25;

	font-weight: bold;

}

#red_border {

border-right:1px solid #DF1B25;

}


#container {
	margin: auto;
	width: 100%;
}
#container #header #header_left {
	float: left;
	background-image: url(images/header_left.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 45px;
}
#container #header #header_right {
	background-image: url(images/header_right.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 6px;
	float: right;
}

#container #content {
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
#container #footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#container #footer a {
	color: #999999;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#container #header #header_main {
	float: left;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sbtn    {
	background-image: url(images/button.gif);
	border: 1px solid #000033;
	height: 22px;
	width: 82px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-position: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#container #content #form1 legend {
	padding: 5px;
	margin: auto;
}
#container #header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	height: 42px;
}
label {
	padding: 0px;
	text-align: center;
}
.msg {
	text-align:left;
 	color:#666;
	background-repeat: no-repeat;
 	margin-left:30px;
    margin-right:30px;
	padding:5px;
    padding-left:30px;
    font-weight: bold;
}

.emsg {
	text-align:left;
	margin-left:30px;
    margin-right:30px;
	color:#666;
	background-repeat: no-repeat;
	padding:5px;
    padding-left:30px;
    font-weight: bold;
}

#loader{
   visibility:hidden;
}

#f1_upload_form{
   height:100px;
}

#f1_error{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
   font-weight:bold;
   color:#FF0000;
}

#f1_ok{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
   font-weight:bold;
   color:#00FF00;

}

#f1_upload_form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

#f1_upload_process{
   z-index:100;
   visibility:hidden;
   position:absolute;
   right:45%;
   text-align:center;
}

.block{
	font-family:"trebuchet ms", "times new roman", times, serif;
	font-size: 11px;
}

.content {
	border: 1px solid #ABB5BE;
	padding: 3px;
}

.top {
	font-size: 10px;
	width:120px;
	background: #ABB5BE;
	padding: 2px;
}

.img_blocks{
	border-collapse: collapse;
	border: 1px dotted #666666;
	padding: 2px;
}

.menu_block{

	
 
	
}

.menu_item{
	
font-family: arial,verdana,sans-serif;
	font-size: 12px;
}

.menu_item a{
	
text-decoration: none;
color: #DF1B25;
font-weight: bold;
display:block;
width:195px;
height:25px;
	background-image: url(../img/button.jpg); background-repeat:no-repeat;
	padding: 3px 0px 0px 15px;
	margin: 0px 0px 0px 15px;
	text-align: left;

	font-family: arial,verdana,sans-serif;
	font-size: 12px;


}


.menu_item a:hover{
	
text-decoration: none;
color: white;
font-weight: bold;
display:block;
width:195px;
height:25px;
	background-image: url(../img/butt_active.jpg); background-repeat:no-repeat;
	padding: 3px 0px 0px 15px;
	margin: 0px 0px 0px 15px;
	text-align: left;


}


.menu_item_active a {

text-decoration: none;
color: white;
font-weight: bold;
display:block;
width:195px;
height:25px;
	background-image: url(../img/butt_active.jpg); background-repeat:no-repeat;
	padding: 3px 0px 0px 15px;
	margin: 0px 0px 0px 15px;
	text-align: left;

font-family: arial,verdana,sans-serif;
	font-size: 12px;


}



.items {
	border: 1px solid #DF1B25;
	padding:2px;
    float:left;
  	display: inline;
margin-left:4px;
margin-bottom:4px;
background-color:white;

	font-family: arial,verdana,sans-serif;
	font-size: 12px;
}


.items a  {
	text-decoration: none;
	color: #DF1B25;
    font-weight: bold;
    float:left;
	display: inline;
background-color:white;
}


.items a:hover {

	
 color:white;
background-color:#DF1B25;

  
}



.items_active a {

color:white;
background-color:#DF1B25;

}

.items_active a:hover {

color:white;
background-color:#DF1B25;

}




.item_data{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	text-align: left;
	border-bottom: 1px solid #DF1B25;
	
}
.item_data2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid #DF1B25;
}
.act{
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}


.item_data3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	
}



.langs a {
	text-decoration: none;
	color: black;
	 font-weight: bold;

	 font-size: 10px;
}

.langs a:hover {
	text-decoration: underline;
}

.foto_link a {
		text-decoration: none;
	color: #DF1B25;
	 font-weight: bold;
	 text-align: center;
	 font-size: 12px;
	
}

.foto_link a:hover {
		text-decoration: underline;

	
}

#frame table {

border-left: 1px solid #DF1B25;
border-right: 1px solid #DF1B25;
border-bottom: 1px solid #DF1B25;
}

#noframe table {
border:0px;
}

#obj_linki {
display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}



