/*
	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;
}
.pdnr{
	width: 110px;

	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 3px 2px 3px;
	background-color: #fafafa;
	border: 1px solid #ddd;
	text-align: center;
}
.pdtit{

	margin: 0px 0px 0px 130px;
	padding: 2px 0px 0px 0px;
	font-weight: bold;
}
/*.doctit a{
	color: #666;
}*/
.infoline{
	clear: left;
}
.infoline p{
	float: left;
	margin-right: 14px;

}
.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;

	width: 240px;
	height: 22px;
	padding-left: 3px;
}
input.ds_submit_search{
	background-color: #0165B3;
	border: 1px solid #004B85;
	color: #FFFFFF;
	cursor: pointer;

	height: 26px;
	line-height: 26px;
	text-align: center;
	width: 94px;
}
input.ds_button{
	border: 1px solid #ccc;
	background-color: #fff;

	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;
}
#date_from,
#date_to{
	border: 1px solid #ccc;
	background-color: #fff;

}

/* tabai */
#pdarb_sections{
	display: block;
	margin: 0px 0px -1px 0px;
	padding: 0px;
}
#pdarb_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;

	text-decoration: none;
	position: relative;
	font-weight: bold;
}
#pdarb_sections a:link{
	text-decoration: none;
}
#pdarb_sections a:hover,
/*#pdarb_sections a:active,*/
#pdarb_sections a:focus{
	background-color: #fff;
	text-decoration: none;
}
#pdarb_sections a:active{
	background-color: #999;
	color: #fff;
	text-decoration: none;
}
#pdarb_sections a.actsect,
#pdarb_sections a.actsect:link,
#pdarb_sections a.actsect:hover{
	background-color: #fff;
	border-bottom-color: #fff;
}
#pdarb_sections a.actsect:active{
	color: #000;
}
.sb{
	border-top: 1px solid #ccc;
}