/* Setup defaults since variable in browsers
----------------------------------------------- */
body, div, dd, dt, dl, img, ul, ol, li, p, h1, h2, h3, h4, h5, form, hr, fieldset {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #00a;
	font-size: 9pt;
}

a:hover {
	color: #88f;
}

td {
	font-size:9pt;
}

/* Element Defaults
----------------------------------------------- */
html {
	height: 100%;
	background-color: #DBD4C6;
}
img {
	border: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.25em;
	color: #362F2D;
	position: relative;
	width: 760px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
label {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
textarea {
	border: 1px solid #C3BBB6;
	padding: 4px;
	margin: 3px 0;
}
input {
	border: 1px solid #C3BBB6;
	padding: 4px;
	margin: 3px 0;
	background: #fff url(../img/input.bg.gif) 0 0 repeat-x;
}
select {
	border: 1px solid #C3BBB6;
	padding: 4px;
	margin: 5px 0;
	background: #fff url(../img/input.bg.gif) 0 0 repeat-x;
}ol, ul {
	margin: 10px 0px 10px 6px;
}
li {
	margin: 10px 12px;
}
fieldset {
	border: 0;
}

/* Layout
----------------------------------------------- */
#document {
	padding: 0 1px;
	background: #fff url(../img/bg.gif) 0 0 repeat-y;
	float: left;
	border-bottom: 1px solid #C3BBB6;
}
#header {
	float: left;
	width: 758px;
	height: 36px;
	background: url(../img/hdr.bg.gif) 0 0 repeat-x;
}
#container {
	float: left;
	width: 758px;
	background: url(../img/hdr.bar.gif) 0 0 repeat-x;
}
#sidebar {
	float: left;
	width: 190px;
	margin-top: 110px;
	margin-bottom: 5px;
	padding: 20px 10px 0 10px;
	background: url(../img/sdb.bg.gif) 0 0 no-repeat;
}
#content {
	float: left;
	width: 548px;
	margin-top: 100px;
	padding-top: 5px;
	background: #fff url(../img/cnt.bg.gif) 0 0 repeat-x;
	min-height: 400px;
}
/* for IE */
* html #content {
	height: 400px;
}
#footer {
	clear: both;
	margin-top: 5px;
	float: left;
	padding: 5px 0px;;
	border-top: 1px solid #C3BBB6;
	width: 758px;
	font-size:9pt;
	color: #fff;
	background: #0D55AF;
}

/* General
----------------------------------------------- */
/* input[type="submit"], input[type="button"] */
input.button {
	font-weight: bold;
	color: #fff;
	border: 1px solid #5D1414;
	height: 26px;
	background: #fff url(../img/btn.bg.gif) 0 0 repeat-x;
	border-style: none;
}
.center {
	text-align: center;
}
.entry {
	clear: both;
	padding-top: 10px;
}
.entry .label {
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	font-weight: bold;
	width: 150px;
	text-align: right;
}
.entry .output {
	float: left;
	width: 250px;
	padding-top: 10px;
	text-align: left;
}
.entry .input {
	float: left;
	width: 250px;
	text-align: left;
}

/* Sidebar
----------------------------------------------- */
.notes {
	text-align: center;
	font-size: 9pt;
}
.errors {
	font-weight: bold;
	text-align: center;
	color: #b55;
}
div.errors, .errors div {
	text-align: left;
}
.errors input, .errors textarea {
	border: 1px solid #b55;
}
.errors ul {
	list-style: none;
}
.buttonBox {
	width:500px;	
	text-align: center;
	padding: 5px 0;
}
#sidebar p {
	font-size: 9pt;
	color: #8B7869;
	line-height: 150%;
	padding-bottom: 10px;
}
#sidebar li {
	font-size: 9pt;
	color: #8B7869;
}
#sidebar h1 {
	line-height: normal;
	font-weight: bold;
	font-size: 9pt;
}
/*
#sidebar p:hover {
	color: #362F2D;
}
*/

/* Content
----------------------------------------------- */
#content .section {
	float: left;
	width: 520px;
	padding: 15px 10px 0px 10px;
}
#content .section h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-size: 12pt;
}
#content .section p {
	line-height: 150%;
	padding: 10px 0;
	font-size: 9pt;
}
#content .dataTable {
	width: 100%;
	border: 1px solid #D2C9C4;
	border-collapse: collapse;
}
#content .dataTable caption {
	padding-bottom: 6px;
	text-align: left;
	font-weight: bold;
}
#content .dataTable thead th {
	border-left: 1px solid #D2C9C4;
	background: #fff url(../img/th.bg.gif) 0 100% repeat-x;	
	border-bottom: 1px solid #D2C9C4;
	padding: 6px;
	text-align: left;
	font-size: 9pt;
}
#content .dataTable tbody td {
	border-left: 1px solid #E4DBD5;
	padding: 4px;
	border-bottom: 1px solid #D2C9C4;
	font-size: 9pt;
}
#content dt {
	font-weight: bold;
	float: left;
	width: 33%;
}
#content dd {
	padding-left: 10px;
	float: left;
	width: 66%;
}
#radio table {
	border: 0px;
}
#radio table tr td {
	border: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

/* Header
----------------------------------------------- */
#header #title {
	float: left;
	padding: 13px 0px 0px 15px;
	color: #ffffff;
	font-weight: bolder;
	font-size: 12pt;
	letter-spacing: 5px;
}
#status {
	color: #C7B299;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
}
#status a {
	color: #C7B299;
	text-decoration: none;
}

.noRecord {
	color:#E0E0E0;
	font-weight:bolder;
	padding:10px 10px;
	border: 1px solid #E0E0E0;
}

.sectionTitle {
	margin-top:15px;
	clear:both;
	font-weight:bolder;
}
.treeNode {
	word-break: break-all;
	word-wrap: break-word;
	overflow: hidden;
	width: 160px;
	vertical-align: top;
	font-size: 9pt;
}
/* Detail page Modifications
----------------------------------------------- */

#pgDetail #content {
	width: 758px;
}

#pgDetail #document {
	background:#fff;
}