/* STYLES */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}

/* HEADER */

#header
{
	background: url(../images/banner.jpg) top left no-repeat;
}


/* ADMIN */

#admin
{
	background-color: #C00;
}

#admin h1
{
	margin: 0;
	padding: 4px 5px;
	color: #FFF;
	font-weight: normal;
	font-size: 0.8em;
}

#admin p
{
	margin: 0;
	padding: 4px 5px;
	color: #FFF;
	font-size: 0.8em;
}

#admin a
{
	color: #FFF;
}

#admin a:hover
{
	text-decoration: none;
}

/* NAVIGATION */

#navigation ul
{
    margin: 0;
    padding: 0;
    list-style: none;
	position: relative;
	z-index: 498;
	float: left;
}

#navigation ul li
{
	border-top: 1px solid #FFF;
	float: left;
}

#navigation ul li:hover
{
	position: relative;
	z-index: 500;
}

#navigation li
{
    margin: 0 3px 0 0;
    padding: 0;
	float: left;
	background: #DDD;
}

#navigation ul ul
{
	border: none;
	background: #DDD;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 499;
	width: 100%;
}

#navigation ul ul li, #navigation ul ul ul li
{
	margin: 0;
	border-left: 1px solid #FFF;
}

#navigation ul ul li
{
	width: 160px;
	/*float: none;*/
}

#navigation ul ul ul
{
	top: -1px;
	left: 100%;
}

#navigation a
{
    padding: 4px 5px;
	display: block;	
	text-decoration: none;
	/*border-right: 1px solid #FFF;*/
	color: #093;
	background: #DDD;
	font-size: 0.8em;
	font-weight: normal;
}

#navigation a:hover
{
	background: #00a253;
	color: #FFF;
}

#navigation ul li:hover > ul
{
	visibility: visible;
	
}

/*#navigation
{
	margin: 50px 0;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px dotted #999;
}

#navigation ul ul
{
	display: none;
	padding: 0;
	border-right: none;
}

#navigation li
{
	margin: 0;
	padding: 0;
}

#navigation ul ul li
{
	padding-left: 0.5em;
}

#navigation a
{
	margin: 0;
	font-size: 0.8em;
	padding: 0.3em 0.5em;
	display: block;
	text-decoration: none;
	color: #555;
	line-height: 1.5em;
}

#navigation ul li a:hover
{
	background-color: #CCC;
}

#navigation ul ul li a:hover
{
	background-color: #FFF;
	text-decoration: underline;
}*/

#tabs .small, #navigation .small
{
	font-size: 0.75em;
	color: #EE0000;
}


/* CONTENT */

#content h1
{
	margin: 0 0 10px 0;
	padding: 3px 5px;
	font-size: 0.95em;
	color: #FFF;
	background: #00a253;
	font-weight: normal;
}

#content h2
{
	margin: 20px 0 10px 0;
	padding: 3px 5px;
	font-size: 0.85em;
	color: #00a253;
	border: 1px solid #00a253;
	font-weight: normal;
}

#content h3
{
	margin: 20px 0 10px 0;
	padding: 0 0 2px 0;
	font-size: 0.85em;
	color: #00a253;
	font-weight: normal;
	border-bottom: 1px solid #00a253;
}

#content h4
{
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 0.85em;
	color: #00a253;
	font-weight: normal;
}

#content p
{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 0.85em;
	color: #555;
	line-height: 1.5em;
}

#content ul, #content ol
{
	margin: 10px 20px;
	padding: 0 0 15px 0;
}

#content li
{
	margin: 0;
	padding: 0 0 0.8em 0;
	font-size: 0.85em;
	color: #555;
	line-height: 1.5em;
}

#content ul ul
{
	margin: 5px 20px -15px 20px;
}

#content ul ul li
{
	font-size: 1em;
}

#content a
{
	color: #36C;	
	text-decoration: underline;
}

#content a:hover
{
	color: #E00;
}

#content form
{
	margin: 0;
	padding: 0;
	/*background:#ECEBCC*/
}

#content input, #content textarea, #content select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #000;
}

#content table
{
	margin: 0;
	border: 1px solid #DDD;
}

#content table td
{
	margin: 0;
	padding: 5px 5px 0 5px;
	font-size: 0.85em;
	color: #555;
	line-height: 1.5em;
	vertical-align: top;
	border-top: 1px solid #DDD;
}

#content table th
{
	margin: 0;
	padding: 5px;
	font-size: 0.85em;
	color: #555;
	line-height: 1.5em;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	background: #DDD;
}

#no_border table, #no_border table td
{
	border: none;
}

#content img
{
	margin: 10;
	padding: 10;
	border: none;
}

#content .half_width
{
	width: 50%;
}

#content .number
{
	width: 20px;
	text-align: center;
}

#content .padding_left
{
	padding-left: 20px;
}

#content .small
{
	font-size: 0.85em;
}

/*#breadcrumb
{
	margin: 0 18px 15px 20px;
	padding: 0;
	border-bottom: 1px dotted #999;
}

#breadcrumb p
{
	margin: 0;
	padding: 0.3em 0;
	color: #555;
	font-size: 0.8em;
}

#breadcrumb a
{
	color: #555;
	text-decoration: underline;
}

#breadcrumb a:hover
{
	color: #555;
	text-decoration: none;
}*/


/* BREADCRUMB */

#breadcrumb p
{
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 0.8em;
}

#breadcrumb a
{
	color: #555;
	text-decoration: underline;
}

#breadcrumb a:hover
{
	color: #555;
	text-decoration: none;
}


/* OBJECTS */

#objects
{
	background: #fff;
}


/* FOOTER */

#footer
{
	border-top: 1px solid #00a253;
}

#footer p
{
	margin: 0;
	font-size: 0.8em;
	padding: 0.5em;
	color: #555;
	line-height: 1.5em;
}

#footer a
{
	color: #36C;
}

#footer a:hover
{
	color: #E00;
}

#footer img
{
	border: none;
	padding-bottom: 30px;
}


/* CUSTOM STYLES */

.center
{
	text-align: center;
}

.left
{
	float: left;	
}

.right
{
	float: right;	
}

.clear
{
	clear: both;
}

@media print{

body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 14pt; 
  width: 100%;
  margin: 0;
  padding: 0;
}
#content {margin-left: 20pt;
margin-right: 30pt;
}

td p{ 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 14pt; 
  width: 100%;
  margin: 0:
}

p{ 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt; 
  width: 100%;
  margin: 0:
}


td a { 
  text-decoration : underline; 
  color : #0000ff; 
}
#objects {display: none;}
}

#content .folder
{
	padding-left: 20px;
	background: url(../images/folder_yellow.png) left center no-repeat;
	display: inline-block;
}

#content .folder_open
{
	padding-left: 20px;
	background: url(../images/folder_yellow_open.png) left center no-repeat;
	display: inline-block;
}

#content .file
{
	padding-left: 20px;
	background: url(../images/file.gif) left center no-repeat;
	display: inline-block;
}

#content .filelist
{
	line-height: 2em;
}

#content .indent
{
	margin-left: 16px;
}