input, textarea, div {
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	color:#404040;
}
label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:16px;
}
label.chosen {color:#333;}

.framework{
	color:#333;
}
.select{
	font-size:10px;
	font-family:"Courier New", Courier, mono;
}

.box{
	color:#333333;
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	background:#FFFFFF;
	border:solid 1px #333333;
}
.button{
	color:#333333;
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	font-weight:bold;
	border:solid 1px #333333;
	background:#FFFFFF;
	padding:2px;
}

/*Autocomplete*/
.autocomplete {
    font-family: Tahoma;
    font-size: 8pt;
    background-color: white;
    border: 1px solid black;
    position: absolute;
    cursor: default;
    overflow: auto;
    overflow-x: hidden;
    text-align: left;
    margin-top: 1px;
}

.autocomplete_item {
    padding: 1px;
    padding-left: 5px;
    color: black;
    width: 100%;
}

.autocomplete_item_highlighted {
    padding: 1px;
    padding-left: 5px;
    color: white;
    background-color: #0A246A;
}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url(../images/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(../images/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background:url(../images/checkbox.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(../images/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
	height:15px;
	background:url(../images/input_bg.gif) repeat-x left top;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}
.textinputHovered {background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

/*Text areas and Listbox*/
.textareatTablica{
	border: none;
	border-collapse: collapse;
}
.txtareaCornerTopLeft{
	background: url(../images/txtarea_tl.gif) no-repeat right bottom;
	width: 5px;
	height: 5px;
}
.txtareaBorderTopHorizontal{
	background: url(../images/txtarea_t.gif) repeat-x center bottom;
	height: 5px;
}
.txtareaCornerTopRight{
	background: url(../images/txtarea_tr.gif) no-repeat left bottom;
	width: 5px;
	height: 5px;
}
.txtareaBorderVerticalRight{
	background: url(../images/txtarea_r.gif) repeat-y left;
	width: 5px;
}
.txtareaCenter{
	background: url(../images/txtarea_cntr.gif) repeat;
}
.txtareaCenter textarea{
	border: none;
	border-collapse: collapse;
	background: none;
}
.txtareaCenter select{
	border: none;
	border-collapse: collapse;
	background: none;
}
.txtareaBorderVerticalLeft{
	background: url(../images/txtarea_l.gif) repeat-y right;
	width: 5px;
}
.txtareaCornerBottomLeft{
	background: url(../images/txtarea_bl.gif) no-repeat right top;
	width: 5px;
	height: 5px;
}
.txtareaBorderBottomHorizontal{
	background: url(../images/txtarea_b.gif) repeat-x center top;
	height: 5px;
}
.txtareaCornerBottomRight{
	background: url(../images/txtarea_br.gif) no-repeat left top;
	width: 5px;
	height: 5px;
}
.txtareaCornerTopLeft_on{
	background: url(../images/txtarea_tl_on.gif) no-repeat right bottom;
	width: 5px;
	height: 5px;
}
.txtareaBorderTopHorizontal_on{
	background: url(../images/txtarea_t_on.gif) repeat-x center bottom;
	height: 5px;
}
.txtareaCornerTopRight_on{
	background: url(../images/txtarea_tr_on.gif) no-repeat left bottom;
	width: 5px;
	height: 5px;
}
.txtareaBorderVerticalRight_on{
	background: url(../images/txtarea_r_on.gif) repeat-y left;
	width: 5px;
}
.txtareaBorderVerticalLeft_on{
	background: url(../images/txtarea_l_on.gif) repeat-y right;
	width: 5px;
}
.txtareaCornerBottomLeft_on{
	background: url(../images/txtarea_bl_on.gif) no-repeat right top;
	width: 5px;
	height: 5px;
}
.txtareaBorderBottomHorizontal_on{
	background: url(../images/txtarea_b_on.gif) repeat-x center top;
	height: 5px;
}
.txtareaCornerBottomRight_on{
	background: url(../images/txtarea_br_on.gif) no-repeat left top;
	width: 5px;
	height: 5px;
}

/*Selects*/
.selectArea {
	height:21px;
	cursor:pointer;
	border: none;
	border-collapse: collapse;
}
.selectAreaLeft {
	width:8px;
	height:21px;
	background:url(../images/select_left.gif) no-repeat left top;
}
.selectAreaRight {
	width:21px;
	height:21px;
	background:url(../images/select_right.gif) no-repeat left top;
}
.selectAreaRight a {
	display:block;
	height:21px;
	position:absolute;
}
.selectAreaRight i {display:none;}
.selectAreaCenter {
	height:21px;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
	margin-left: 5px;
	background:url(../images/select_bg.gif) repeat-x left top;
	text-align: left;
}

/*File*/
.file {
	width:160px;
	height:21px;
	cursor:pointer;
}
.file .left {
	width:8px;
	height:21px;
	float:left;
	background:url(../images/file_left.gif) no-repeat left top;
	cursor:pointer;
}
.file .right {
	width:8px;
	height:21px;
	float:right;
	background:url(../images/file_right.gif) no-repeat left top;
	cursor:pointer;
}
.file .center {
	width:147px;
	height:21px;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	position: absolute;
	margin-left: 5px;
	background:url(../images/file_bg.gif) repeat-x left top;
}
.buttonFrame{
	height:26px;
}
.fileTablica{
	position: absolute;
	z-index: 1;
}
.fileInput{
	position: relative;
	text-align: right;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
div.fileinputs {
	position: relative;
}


/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:auto;
	height:26px;
	color:#FFF;
	font-weight:bold;
	margin: 0px;
	padding: 2px;
	background:url(../images/button_bg.gif) repeat-x left top;
	cursor:pointer;
	border: none;
	border-collapse: collapse;
}
.buttonSubmitHovered {
	background-position:left bottom;
	margin: 0px;
	padding: 2px;
	border: none;
	border-collapse: collapse;
}
.buttonImg {
	vertical-align:bottom;
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}