html { background: #606060 url(/images/back.jpg) top left repeat-x }

#doc2
{

}

#hd
{
	background: #fff;
	padding: 20px 20px 0 20px;
	margin-top: 20px;
}

#bd
{
	border: 0px solid #ccc;
	border-top: 0;
	border-bottom: 0;
	background: #fff;
	
	background: #fff;
	padding: 0 20px 20px 20px;
}

#ft
{
	background: #fff;
	padding: 20px;
	border-top: 1px solid #606060;
	margin-bottom: 20px;
}

h4 { font-size: 105%; }

#nav { background-color: #000; width: 100%; overflow: hidden; }

#nav ul {
	margin: 0;
	list-style: none;
	background-color: #000;
	width: 100%;
	border-bottom: 1px solid #000;
}

#nav ul a {
  display: block;
  margin:0;
  padding:6px 12px;
  text-decoration:none;
  font-weight:bold;
  color:#fff; 
  border-right:1px solid #444;
  border-left:0px solid #124765;
}

#nav ul a img
{
	vertical-align: middle;
}

#nav ul a:hover
{
	background: #444;
}

#nav ul li {
	float: left;
	list-style: none;
}

#nav ul li.selected a
{
	background: #444;
	color: #DDF7FF;
}

p, #bd ul
{
	line-height: 1.5;
	font-size: 108%;
}

#bd ul ul
{
	font-size: 100%;
}

#bd ul li
{
	margin-bottom: .5em;
}

div#yui-main p
{
	line-height: 1.5;
}


table.datagrid
{
	width:100%;
	border:1px solid #000;
	border-style: solid;
	border-collapse: separate;
	border-width: 0px;
}

table.datagrid thead th
{
	color: #000;
	background: #ccc;
	font-weight: strong;
	padding: .3em;
	text-align: left;
	border: 0;
}

table.datagrid tbody tr td, table.datagrid tfoot tr td
{
	border: 0;
	border-top: 1px solid #ddd;
}

table.datagrid tbody tr:first-child td
{
	border: 0;
}

table.datagrid tfoot tr:first-child td
{
	border-top: 1px solid #bbb;
}

table.datagrid tfoot td
{
	border:0;
}

table.datagrid tbody td, table.datagrid tfoot td
{
	padding:.3em;
}

table.datagrid tbody tr.even td
{
	background:#efefef;
}

table.datagrid tbody tr.odd td
{
	background:#fff;
}

table.datagrid tfoot td
{

}

img
{
	border: 0; margin: 0; padding: 0;
}

table.input td
{
	border: 0;
}

form input[type=text], form input[type=password], form textarea, form select
{
	padding: 2px;
}

form select option
{
	padding: 2px 10px 2px 2px;
}

table.input tbody th, table.input tfoot th, table.input tbody td, table.input tfoot td
{
	border: 0;
	border-top: 1px solid #ccc;
	padding-top: 1em;
	padding-bottom: 1em;
}

table.input tbody th
{
	text-align: right;
	vertical-align: top;
}

table.input tbody th label
{
	display: block;
	padding-top: 2px;
}

table.input th label.required
{
	text-decoration: underline;
}

table.input td label.error
{
	margin-left: 1em;
	color: red;
}

table.input tbody tr:first-child > th, table.input tbody tr:first-child > td
{
	border-top: 0;
}

h1
{
	margin-top: .1em;
}

h2
{
	margin-bottom: .3em;
	/* background: #F3F8F8; */
	padding: .1em 0em;
	margin-top: 2em;
	color: #666680;
}

div.focus
{
	border: 1px solid #BDCAEA;
	padding: 0;
}

div.focus .yui-g
{
	padding: 8px;
}

img.separator
{
	display: block;
	padding: .5em 0;
}

.hl
{
	background-color: #ffc;
}

img.section-title
{
	margin-bottom: 1em;
}

.note
{
	color: #555;
	display: block;
	margin-top: .5em;
}

a.popup
{
	padding-right: 18px;
	background: transparent url(/images/icon_popup.gif) no-repeat center right;
}

#sidebar h6
{
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	color: #000;
	padding: 1em 10px 0 0px;
	margin: 0;
}

#sidebar h6.first-of-type
{
	border: 0;
	padding-top: 0;
	margin-top: 0;
}

#sidebar ul
{
	margin: 0;
	padding-left: 20px;
	margin-bottom: 1em;
}

#sidebar ul li
{
	list-style: none;
	line-height: 1.6;
	margin: 0;
}