﻿div {
	/*padding-left: 5px;*/
}

body {
	margin: 0px;
}

h1 {
	margin-top: 0px;
}

#header {
	padding: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid;
	border-color: blue;
	background-color: #CCD8FF;
}

#breadcrumb {
	height: 20px;
	padding-bottom: 1px;
	margin-bottom: 8px;
	border: 1px solid;
	border-color: #D0D0D0;
	padding-left: 3px;
}

#container {
}

#pnl_Left {
	width: 14%;
	float: left;
	border: 1px solid #D0D0D0;/* #6694e3 */
	padding: 4px;
}

#pnl_Right {
	width: 83%;
	float: right;
	border: 1px solid #D0D0D0;
	padding: 4px;
}

.pnl_Right_Left {
	width: 14%;
	float: left;
	padding: 4px;
	font-weight: bold;
}

.pnl_Right_Right {
	width: 83%;
	float: right;
	padding: 4px;
}

li {
	/*list-style-type: none;*/
}

table {
	width: 100%;
	border: 1px solid black;
}

td, th {
	
}

.table_Left {
	width: 14%;
	text-align: right;
	font-weight: bold;
}

.table_Right {
	width: 83%;
}

.rightTitle {
	text-decoration: underline;
}

.directories {
	/*border: 1px solid;*/
}

.directory_container {
	border: 1px solid #D0D0D0;
	margin-bottom: 4px;
}

.directory_img {
	position: fixed;
	margin: 3px;
	/*position: relative;
	left: 0px;*/
	border: 1px solid #E0E0E0;
}

.directory_title {
	/*position: fixed;
	left: 136px;*/
	margin-left: 136px;
}

.directory_short {
	/*position: relative;
	left: 136px;*/
}

.page_container {
}

.page_img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	margin-bottom: 16px;
}

.page_title {
}

.page_subtitle {
}

.page_paragraph {
	text-align: justify;
	text-justify: newspaper;
	padding-right: 8px;
}

.page_todo {
	color: red;
	font-weight: bold;
}