.docBox {
	width: 100%;
}
.docBox th {
	font-size: 13px;
	font-weight: bold;
	color: #95291e;
	border-left: 5px solid #d49d18;
	border-bottom: 1px solid #d49d18;
	width: 200px;
	padding-left: 10px;
}
.docBox td {
	vertical-align: top;
	padding-right: 20px;
	width: 50%;
}

.docBox ol  {
	color: black;
	padding-left: 15px;
	margin-left: 15px;
}
.doc-add-form .label {
	width: 80px;
}

.docBox .title_link {
	color: black;
}
/* Lista dokumentow*/
table.doc-list {
	width: 100%;
}
td.doc-title {
	font-weight: bold;
}
td.doc-header {
	text-align: justify;
	padding-bottom: 15px;
}
td.doc-date {
	text-align: right;
	font-size: 10px;
	color: #BCBCBC;
}

tr.row_0 {background-color: #FFF0CB;}
tr.row_1 {background-color: #FCE5B2;}
#fav_documentList, #fav_branchDocList { padding-top: 20px; width: 100%;}

/* Linki na liscie dokumentow */
td.doc-title a.title_link {	text-decoration: none;}
td.doc-header a { color: #666666; text-decoration: none; }
tr.doc-info, tr.doc-info a  { color: #C6C6C6; font-size: 10px; }
tr.doc-info td { padding-bottom: 15px; }
td.doc-header a:hover {	text-decoration: underline;}


/* Widok dokumentu, wiadomosci*/
div.doc-header {font-weight: bold; padding-bottom: 15px; text-align: justify; }
div.doc-content {text-align: justify;}
div.doc-content h2 {font-size: 16px; margin: 10px 0px;}
div.doc-content a {	color: #666666;	text-decoration: underline;}
div.doc-content .readmore 	 { color: orange; font-weight: bold; text-decoration: none;}
p.source {text-align: left; }
.doc_action {list-style: none; margin: 0px;}
.doc_action li {float: left; padding: 0px 10px;}
/* docInfo */
.docInfo {height: 50px;}
.docInfo div {float: left; width: 50%;}
.docInfo table {font-size: 10px; border-spacing: 0px; color: #A3A3A3; float: right;}
/* Share */
#shareLinks {list-style: none;}
#shareLinks li {display: inline;; padding: 0px 10px; float: left;}
#shareLinks li img {vertical-align: middle; margin-right: 5px;}
#shareLinks li a {color: #A3A3A3; text-decoration: underline;}
