@charset "utf-8";
/* Higlight web forms */

body{
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
}
.content{
padding:10px;
width:570px
}
.left{
width:550px;
float:left;
/*padding:7px 0px 0px 7px;*/
padding:0px;
min-height:24px;
}

.leftObrada{
width:400px;
float:left;
/*padding:7px 0px 0px 7px;*/
padding:0px;
min-height:24px;
}


.right{
width:90px;
float:left;
padding:0px;
min-height:24px;
}

.rightObrada{
width:90px;
float:right;
padding:0px;
min-height:24px;
}

.clear{
float:none;
clear:both;
height:0px;
}
.row{
background-color:none;
display:block;
min-height:32px;
}
.text{
width:190px;
}
.ruler{
width:400px; border-bottom:dashed 1px #dcdcdc;
}
tr:focus{
background-color:#fcfcf0;
}
td{
vertical-align:top;
}
.over{
background-color:#f0f0f0;
}
.out{
background-color:none;
}
/*  submit dugme */
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(/_skripte/css/forms/img/form_button.gif) repeat-x left top;
}

/*  submit darkBlue dugme */
.darkBlueFormButton{
cursor:pointer;
border:outset 1px #ccc;
background:#003479;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(/_skripte/css/forms/img/form_button.gif) repeat-x left top;
}

