/* global definitions */
body {
	background-color:#626566;
	color:inherit;
}
	
table {
	border:none;
}

td {
	font-family:Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size:11px;
}

/* links colors */
a {
	/* not used anywhere */
	background-color:inherit;
	color:inherit;
}

hr {
	height:1px;
	width:100%;
}

/* images */
img {
	border:none;
}

/* header table */
.headerTable {
	border:1px solid black;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color:black;
	background-color:#A0C9E8;
}

table.headerTable tr {
	margin:0px;
	padding:0px;
}

table.headerTable td {
	font-family:Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size:11px;
	font-weight:bolder;
	padding-right:3px;
	padding-bottom:1px;
	margin-bottom:0px;
}

/* menu table */
.menuTable {
	background: #555859 url(pictures/bg.png) repeat-y;
	color:inherit;
	border:1px solid #A7A8A8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width:160px;
}

.menuPartTable {
	background-color:#47494A;
	color:inherit;
	border:1px solid #A7A8A8;
}

.menuPartCaption {
	font-size:13px;
	font-weight:bolder;
	/*border:1px solid #A7A8A8;*/
	border:none;
	width:100%;
	background-color:#A0C9E8;
	color:black;
}

td.menuChapterLink a {
	font-size:11px;
	font-weight:bolder;
	background-color:inherit;
	color:#DADDDD;
	text-decoration:none;
}	

td.selectedMenuChapterLink a {
	font-size:11px;
	font-weight:bolder;
	background-color:inherit;
	color:white;
	text-decoration:none;
}	
	
.selectedMenuChapter {
	color:inherit;
	background-color:#6A6E6F;
}

/* body table */
.bodyTable {
	width:760px;
}

/* chapter */
.chapterTable {
	background-color:#F3F3F3; /* light gray */
	color:black;
	border:2px solid black;
	border-top:1px solid black;
	border-left:1px solid black;
	padding: 6px;
}

.chapterName {
	background-color:#47494A;
	border:1px solid #A7A8A8;
	border-radius: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
}

/* section */
.sectionNameBorder {
	padding-left:10px;
	padding-right:10px;
}

.sectionName {
	color:black;
	border:1px solid black;
	font-weight:bolder;
	background-color:#C8CACA;
}

.sectionContent {
	padding-left:18px;
	padding-right:18px;
	padding-top:8px;
	padding-bottom:8px;
}

.sectionContent a {
	color:#2E6196;
	background-color:inherit;
}

/* templates */

/* images */
.imageCell {
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:13px;
	margin:0px;
}

a.imageLink {
	color:#7D848B;
	background-color:inherit;
}

/* text */
div.textContent {
	margin:0px;
	padding:0px;
	border:none;
	text-align:justify;
}

div.textContent p {
	padding-top:5px;
	padding-bottom:5px;
	border:0px;
	margin:0px;
	line-height:15px;
}

div.textContent p.firstPar
{
	text-indent:13px;
}

/* changelog */
.changeLogText {
	margin-left:20px;
	font-family:Monospace,miscfixed,Fixed,Courier New,Courier,monospace;
	font-size:11px;
	line-height:13px;
}

/* links */

.enum {
	margin-top:0px;
	margin-bottom:0px;
}

/* footer */
.footerText {
	color:#D3D6D6;
	background-color:inherit;
	margin:0px;
	border:none;
	padding:0px;
}

.footerText a {
	background-color:inherit;
	color:#D3D6D6;
	text-decoration:none;
}

