﻿/*.pdoc-table,.pdoc-section { font-size:.95em;}
.pdoc-table div {
	margin-bottom: 5px;
}*/
.pdoc-table td {
	padding-right: 20px;
	white-space: nowrap;
	font-size: 0.9em;
}
.pdoc-series {
	font-weight:bold;
}
.pdoc-model {
	color:#555;
}
.pdoc-link {
	display:inline-block;
	background: url(img/book_go.png) no-repeat;
	min-width:16px;
	min-height:16px;
	width:16px;
	height:16px;
	cursor:pointer;
}
.pdoc-nav-section {
	list-style: circle inside;
	margin-bottom: 20px;
}
.pdoc-nav-section li {
	margin-bottom: 8px;
}
.pdoc-cat-section {
	color: #4c77a2!important;
	cursor: pointer;
	vertical-align: middle;
}
.pdoc-cat-section span {
	margin-top: 2px;
}
/*
.pdoc-cat-section
{
    cursor: pointer;      
    color:#03f!important;
    vertical-align : top;
}
*/
.pdoc-doc-section {
	padding-bottom: 10px;	
}
.pdoc-doc-section li {
	list-style-type: none;
	white-space:nowrap;
	padding:0.25em 0 0.5em 1.5em;
	background: url(img/line.gif) no-repeat center bottom;
	margin: 0px 3px;
}
.pdoc-doc-section a {
	font-weight:bold;
	text-decoration:none;
}
/*.pdoc-doc-section a:hover { text-decoration:underline;}*/

span.pdoc-name {
	display:inline-block;
	width:75%;
}
span.pdoc-name a {
	font-weight: normal;	
}
span.pdoc-version {
	display:inline-block;
	width:10%;
}
span.pdoc-rdate {
	display:inline-block;
	width:15%;
}
.caption {
	font-weight:bold;
}
/*table on homepage*/
.latestdoc-section {
	display:block;
	height:300px;
	max-height:300px;
	min-height:300px;
}
/*
.latestdoc-section {
	display:block;
	height:330px;
	max-height:330px;
	min-height:330px;
}*/
.latestdoc-content {
	font: 0.95em;
}
.latestdoc-content table {
	width:99%;
}
.latestdoc-content th, .latestdoc-content td {
	border-bottom : 1px solid #E1E1E1;
	padding : 4px 0;
	text-align:left;
}
.latestdoc-content .ui-tabs-panel {
	overflow:auto;
}
.latestdoc-content #tabs-ldocs {
	border-style: none;
	background: #fafafa;
}
#tabs-ldocs .ui-widget-content{
	margin-bottom: 0px;
	padding-bottom: 0px;	
}
#tabs-ldocs li a {
	text-decoration: underline;
}
