/* 
Specific changes below here only
*/
#dm_header, #dm_title, #dm_header div{
	visibility: hidden;
	height: 0px;
	display: none;
}
dd.dm_counter,{
	visibility: hidden;
	height: 0px;
	display: none;
}
h2, #dm_docs h3, #dm_docs h3 span{
	display: none;
	visibility: hidden;
	height: 0px;
/*		border: thin solid Fuchsia; */
}
#dm_pathway{
	margin-top: 0px;
}

img  		  { border: 0 none; }
.clr 		  { clear: both;    }
dl, dd, dt { margin: 0;      }

#dm_header 		{ height: 50px; border-bottom: 2px dotted #ddd; text-align: center;}
#dm_header div { float: left; padding: 3px; width: 30%; }
#dm_header a, #dm_header span  { display: block; padding-bottom: 5px; }

#dm_pathway {
	font-size: 11px;
	text-align: left;
	background: #ddd;
	margin-bottom: 5px; padding: 3px 3px 3px 10px;
}

h2 { padding-left: 10px; text-align: left;}

#dm_cats, #dm_docs { text-align: left; }

#dm_cats h3, 
#dm_docs h3       { background: #ddd; padding: 2px 2px 2px 10px; clear: both; }
#dm_docs h3       { margin-bottom: 0; }

#dm_docs h3 span, 
#dm_cats h3 span  { display: block; float: right; margin: -15px 5px 0 0; font-size: 11px; font-weight: normal;}


dt { padding: 2px; border-top: 1px solid #bbb; clear: both; }

dt a.dm_icon    	 { float: left; padding-right: 10px; }
dt a.dm_thumb      { }
dt a.dm_name		 { display: block; margin-top: 3px;  padding: 8px 0 6px 0; font-weight: bold;}
dt a.dm_name:hover { background: #9A8348; color: #005929; }
dt span 				 { padding-left: 10px; color: black; font-weight: normal; font-style: italic;}

dd.dm_date, dd.dm_files	{ float: right; margin: -22px 5px 0 0; }
dd.dm_description 	   { background-color: #EEEEEE; padding: 5px; }
dd.dm_counter				{ display: none; float: right; clear: right; padding-right: 5px; margin-top: -14px; font-size: 10px; }
dd.dm_homepage				{ padding: 1px 1px 1px 5px; font-size: 10px; background-color: #F8F8F8;  }
dd.dm_taskbar     	   { height: 22px;}

.dm_cat 			  			{ padding: 3px; }
.dm_cat .dm_name 			{ float: left; font-size: 14px; font-weight: bold; color: #666; margin-bottom: 3px; }
.dm_cat .dm_description { float: left; clear: left;  }
.dm_cat .dm_thumb       { float: right; margin-top: -15px; }

.dm_unpublished 		   { border: 1px dotted red; background-color: #FFCCCC;}
.dm_unapproved 		   { border: 1px dotted green; background-color: #CCFFCC;}

.dm_license       { }
.dm_license_agree { }

/* ---------- Orderby styles ---------------------------------------- */

.dm_orderby { margin: 0 0 10px 0; padding: 1px 1px 1px 10px; background-color: #EEE; font-size: 10px;  }

/* ---------- Details styles ---------------------------------------- */

/* -- shared styles */
.dm_doc caption, #dm_tooltip caption  
{ margin: auto; padding: 5px 0 5px 0; font-weight: bold;  /*  background-color: #9A8348; */ }

.dm_doc table, #dm_tooltip table {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-collapse: collapse;
}

.dm_doc td, #dm_tooltip td {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

.dm_doc thead, #dm_tooltip thead       { /*  background-color: #9A8348; */ font-weight: bold; }
.dm_doc col#prop			                { background-color: #EEEEEE; }
.dm_doc thead td, #dm_tooltip thead td { text-align: center; }

/* -- specific style when show as seperate page */

#dm_details 		{ width: 100%; text-align: center; }
#dm_details table { margin: auto; }
#dm_details td, #dm_details thead { padding: 5px; }

/* -- specific style when show as tooltip */

#dm_tooltip td, #dm_tooltip thead { padding: 2px; }


/* ---------- Taskbar styles ---------------------------------------- */

dd.dm_taskbar { list-style-type: none; }

dd.dm_taskbar li {
   float: left; list-style-type: none;
   background-image: none;
	padding: 0 0 0 3px; margin: 0.5em 0 2px 0;
   width:  6em;
	font-size: 85%;
}
dd.dm_taskbar li a {
   display: block;
	padding-left: 3px;
 }
dd.dm_taskbar li a:link,
dd.dm_taskbar li a:visited,
dd.dm_taskbar li a:hover {
	color: #696969; background-color: #eeeeee; 
   text-decoration: none;
 }
 dd.dm_taskbar li a:link,
 dd.dm_taskbar li a:visited {
   border-top: 1px solid #cecece;
   border-bottom: 1px solid Gray;;
   border-left: 1px solid #cecece;
   border-right: 1px solid Gray;;
 }
 dd.dm_taskbar li a:hover {
   border-bottom: 1px solid #cecece;
   border-top: 1px solid Gray;
   border-right: 1px solid #cecece;
   border-left: 1px solid Gray;
 }
 
 dd.dm_taskbar li.approve a:link { background-color: #CCFFCC; } 
 dd.dm_taskbar li.publish a:link { background-color: #FFCCCC; }
 
/* 
Specific changes above here only
*/



a{
	color : #005A29;
}
a:link {
	color : #003300;
	font-family : Arial;
	text-decoration : underline;
}

a:visited {
	color : #333333;
	text-decoration : underline;
}

a:hover {
	color : #333333;
	text-decoration : underline;
}

a:active {
	color : #333333;
	text-decoration : underline;
}
a.active {
	color: #FFFF00;
	}

body {
	background-color : #DFDFDF;
	color : #333333;
	margin: 0px;
}

td, p {
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 14pt;	/*margin:0px;*/
}
td p{
	margin-top: 0px;
	margin-bottom:8px;
}
.intro {
	font-weight : bold;
}

.introheader {
	font-size : 16px;
	color : #003300;
	font-weight : bold;
}
.white{
	color : White;
	font-size: 10px;
}
.introheaderWhite{
	font-size : 14px;
	color : #003300;
	font-weight : normal;
	line-height: 16pt;
}
.gold{
		color : #9A8348;
}
.Ltext{
	color : #333333;
}
.mainnav {
	color : #9A8348;
	font-weight : bold;
	font-family: Arial;
	font-size: 13px;
}

.mainnav a:link {
	color : #FFFFFF;
	text-decoration: none;
	font-family: Arial;
}

.mainnav a:visited {
	color : #FFFFFF;
	text-decoration: none;
}

.mainnav a:hover {
	color : #FFFFFF;
	text-decoration : underline;
}

.mainnav a:active {
	color : #FFFFFF;
}

.browntext {
	color : #003300;
}

button, input {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.body a:link {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : underline;
}

.body a:visited {
	color : #000000;
	text-decoration : none;
}

.body a:hover {
	color : #003300;
	text-decoration : none;
}

.body a:active {
	color : #000000;
	text-decoration : none;
}
.if{
	background-image : url(bg-brn-wht.gif);	background-repeat : repeat-y;
}
.orgList{
	font-size : inherit;
	list-style-image : url(images/bulletA.gif);
	list-style-position : inherit;
	list-style-type : none;
	line-height : 14pt;
	margin-top: 5px;
	margin-left: 18px;
	padding-left: 0;
}
.orgListW{
	font-size : inherit;
	list-style-image : url(images/bulletA.gif);
	list-style-position : outside;
	list-style-type : none;
	line-height : 14pt;
	color: #333333;
	margin-top: 5px;
	margin-left: 18px;
	padding-left: 0;
}
ul.orgList ul{
	list-style-image : none;
	list-style-type : none;
}
.whitelink a:link {
	color : #FFFFFF;
	text-decoration : underline;
}

.whitelink a:visited {
	color : #FFFFFF;
	text-decoration : underline;
}

.whitelink a:hover {
	color : #FFFFFF;
	text-decoration : none;
}

.whitelink a:active {
	color : #FFFFFF;
	text-decoration : none;
}
.subnav {
	color : #003300;
	font-weight : normal;
	font-family: Arial;
	font-size: 11px;
}
.subnav a:link {
	color : #FFFFFF;
	text-decoration: none;
	font-family: Arial;
}
.subnav a:visited {
	color : #FFFFFF;
	text-decoration: none;
}
.subnav a:hover {
	color : #FFFFFF;
	text-decoration : underline;
}
.subnav a:active {
	color : #FFFFFF;
}
.ltgreentext {
	color : #93A893;
	font-size: 10px;
	line-height: 12px;
}
