/*
	documents.css
*/
.doclist{
	
}
.oneitem{
	clear: left;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #ddd;
	cursor: pointer;
}
.over{
	border: 1px solid #ccc;
	background-color: rgb(250, 250, 250);
	background-color: rgba(250, 250, 250, 0.6);
	background-image: url('../../img/default/zoom_bg.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}
.overe{
	border: 1px solid #ccc;
	background-color: rgb(250, 250, 250);
	background-color: rgba(250, 250, 250, 0.6);
	background-image: url('../../img/default/external_bg.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}
.titleline{
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
.docnr{
	width: 90px;
	font-size: 13px;
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 3px 2px 3px;
	background-color: #fafafa;
	border: 1px solid #ddd;
	text-align: center;
}
.doctit{
	font-size: 12px;
	margin: 0px 0px 0px 104px;
	padding: 2px 0px 0px 0px;
	font-weight: bold;
}
/*.doctit a{
	color: #666;
}*/
.infoline{
	clear: left;
}
.infoline p{
	float: left;
	margin-right: 14px;
	font-size: 10px;
}
.infoline p span{
	margin-right: 4px;
	color: #999;
}
.infoline p span.stopen{
	color: #009900;
}
.infoline p span.stclosed{
	color: #ff3333;
}
.infoline div{
	clear: left;
	display: block;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
.sform{
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
}
input.ds_search{
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 14px;
	width: 240px;
	height: 22px;
	padding-left: 3px;
}
input.ds_submit_search{
	width: 94px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	background-image: url('../../img/btn.gif');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	border: 0px none;
	font-size: 13px;
	cursor: pointer;
}
input.ds_button{
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #666;
	font-weight: normal;
}

#mooptions{
	display: none;
}

.ordering{
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
}
a.ord{
	padding-left: 16px;
	padding-right: 5px;
	line-height:16px;
	text-decoration: none;
}
a.ord:hover{
	text-decoration: none;
	border-color: #ccc;
}
.ord{
	border: 1px solid #f3f3f3;
}
.asc{
	background-image: url("../../img/default/asc.gif");
	background-position: left;
	background-repeat: no-repeat;
	border-color: #ccc;
	background-color: #ddd;
}
.desc{
	background-image: url("../../img/default/desc.gif");
	background-position: left;
	background-repeat: no-repeat;
	border-color: #ccc;
	background-color: #ddd;
}
.addstable{
	padding: 5px;
}

/* tabai */
.eskundai_sections{
	display: block;
	margin: 0px 0px -1px 0px;
	padding: 0px;
}
.eskundai_sections a{
	display: inline-block;
	padding: 4px 8px;
	margin: 0px 0px 0px 8px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #eee;
	font-size: 13px;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	color: #333;
}
.eskundai_sections a:link{
	text-decoration: none;
}
.eskundai_sections a:hover,
/*.eskundai_sections a:active,*/
.eskundai_sections a:focus{
	background-color: #fff;
	text-decoration: none;
}
.eskundai_sections a:active{
	background-color: #999;
	color: #fff;
	text-decoration: none;
}
.eskundai_sections a.actsect,
.eskundai_sections a.actsect:link,
.eskundai_sections a.actsect:hover{
	background-color: #fff;
	border-bottom-color: #fff;
}
.eskundai_sections a.actsect:active{
	color: #000;
}
.sb{
	border-top: 1px solid #ccc;
}
/* forma */

#form_container{
	margin: 0px;
	padding: 10px 0px 10px 0px;
	border: 1px solid #ccc;
}
#form_container .f_errors{
	display: block;
	margin: 20px;
	padding: 20px;
	background-color: #FFF3DD;
	border: 1px solid #BB161D;
	color: #000;
}
#flws_tb td{
	text-align: left;
}
#flws_tb input{
	width: 99%;
	height: 22px;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
	border-color: #aaa #ddd #ddd #aaa;
	background-color: #fff;
	padding-left: 6px;
}
#flws_tb input.chb{
	width: auto;
	height: auto;
}
#flws_tb select{
	width: 99%;
	height: 22px;
	padding: 0px 0px 0px 6px;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
	border-color: #aaa #ddd #ddd #aaa;
	background-color: #fff;
}
#flws_tb select option{
	padding: 0px 0px 0px 6px;
	height: 22px;
	font-size: 14px;
	background-color: #fff;
}
#flws_tb textarea{
	margin-left: 2px;
	width: 97%;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
	border-color: #aaa #ddd #ddd #aaa;
	background-color: #fff;
	padding: 6px;
}
#flws_tb #scode{
	width: 80px;
	height: 24px;
	font-size: 18px;
	float: left;
	text-align: center;
	padding-left: 0px;
}
.flws_simage{
	float: left;
	margin-right: 16px;
}
#flws_tb input.flws_submit{
	background-color: #0165B3;
	border: 1px solid #004B85;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	width: 94px;
}
#flws_tb .flws_wrn, #flws_tb input.flws_wrn{
	border-color: #BB161D;
	background-color: #FFF3DD;
}
#flws_tb .flws_wrn option{
	background-color: #FFF3DD;
}
#flws_tb .flws_ds{
	background-color: #f7f7f7;
}
.wrnimgview{
	visibility: visible;
}
.wrnimghidde{
	visibility: hidden;
}
.flws_nf_field{
	margin: 0px;
	padding: 0px 10px 10px 12px;
}
.flws_nf_field legend{
	padding-left: 4px;
}
.flws_nf_field legend label{
	display: block;
	margin-right: 10px;
	float: left;
	color:#333;
}
#flws_tb .flws_nf_field legend input{
	float: left;
	width: auto;
	height: auto;
	padding: 0px;
	border: 0px none;
	background-color: transparent;
}
.flws_nf_field div.flws_nf_tit{
	float: left;
	line-height: 22px;
	height: 22px;
	margin-top: 5px;
}
.flws_nf_field div.flws_nf_fld{
	float: right;
	margin-top: 5px;
}
#flws_tb div.flws_nf_fld input{
	width: 282px;
}
.up_head{
	display: block;
}
.up_head h3{
	float: left;
	display: block;
	width: 80%;
	line-height: 18px;
	margin: 6px 0px 6px 0px;
	padding: 0px;
	font-size: 14px;
}
.up_head a{
	display: block;
	float: right;
	width: 19%;
	text-align: right;
	line-height: 18px;
	margin: 6px 0px 6px 0px;
	padding: 0px;
}
.addoncontainer .over{
	background-color: #fff;
}

/* file upload */
.addFile{
	text-align: right;
}
.addFile a{
	background-image: url('../../img/default/attach.jpg');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
	display: inline-block;
	line-height: 16px;
	height: 16px;
}

.fileUpload{
	visibility: hidden;
	position: absolute;
	border: 1px solid #585858;
	background-color: #E7E7E7;
	padding: 0px;
	margin: 0px;
	width: 245px;
	box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.7);
	-moz-box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.7);
	-webkit-box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.7);
	/*-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;*/
	z-index: 80;
}
.uplTarget{
	visibility: hidden;
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
}
#errorAlert{
	visibility: visible;
	position: absolute;
	border: 1px solid #585858;
	/*background-color: #f5f5f5;*/
	padding: 0px;
	margin: 0px;
	width: 205px;
	box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.7);
	-moz-box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.7);
	-webkit-box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.7);
	/*-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;*/
	z-index: 80;
}
.closeConfirm{
	text-align: right;
	display: block;
	margin: 0px;
	padding: 3px 3px 0px 0px;
	height: 16px;
	background-color: #0165B3;
	border-bottom: 1px solid #585858;
	
	/*-moz-border-radius-topleft: 3px;
	border-radius-topleft: 3px;
	-webkit-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-radius-topright: 3px;
	-webkit-border-radius-topright: 3px;*/
}
.closeConfirm img{
	cursor: pointer;
}
.uplText{
	margin: 0px;
	padding: 4px 10px 0px 10px;
}
.uploadForm{
	margin: 0px;
	padding: 10px 10px 18px 10px;
	/*-moz-border-radius-bottomleft: 3px;
	border-radius-bottomleft: 3px;
	-webkit-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-radius-bottomright: 3px;
	-webkit-border-radius-bottomright: 3px;*/
}
.attdis{
	font-size: 12px;
	height: 20px;
	border: 1px solid #ccc;
	background-color: #eee;
	/*width: 132px;*/
}
.attInp{
	font-size: 12px;
	height: 24px;
	/*width: 132px;
	border: 1px solid #ccc;*/
}
.closeAlert{
	display: block;
	float: right;
	margin: 0px;
	padding: 3px;
}
.closeAlert img{
}
#errorAlert div.p{
	margin: 0px;
	padding: 10px;
}
.alertError{
	background-color: #ff9999;
}
.alertInfo{
	background-color: #ffffcc;
}
.fu_errors{
	padding-left: 4px;
	background-color: #ff9999;
	border: 1px solid #585858;
}
