/* Start of CMSMS style sheet 'dm1_css' */
@charset "utf-8";

* {
   outline:none;
}

span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
/* background image for the link to show wiki style arrow */
  background: url(uploads/DM1/external.gif) no-repeat 100% 0;
}

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(uploads/Underground/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #6c78a3;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(uploads/DM1/external.gif) no-repeat 100% 0; 
}
@charset "utf-8";
body {
	padding: 0px;
	background-image: url(uploads/DM1/bg.jpg);
	background-repeat: repeat-x;
	background-color: #2A394C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 70%;
	line-height: 130%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/* links */
a, a:link, a:active {
	color: #5E80A8;
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
}
/* headers */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
        padding-left: 10px;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 115%;			
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 90%;
}
h5 {
        color: #5E80A8;
	font-size: 90%;
}
h6 {
        color: #5E80A8;
	font-size: 120%;
        margin-bottom: 0px;
        margin-top: 10px;
}
table {
    margin-bottom: 30px;
}
/* images */
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}
img {
    border: none;
}
p {
	padding: 0px;		
	margin: 0px;
}

code {
	margin: 10px;
	padding: 10px;
	display: block;
	overflow: auto;
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	background-color: #333333;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #5E80A8;
        font-size: 110%;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	color: #FFFFFF;
	background-color: #333333;
	padding: 10px;
	display: block;
	margin: 10px;
	border: 1px solid #5E80A8;
}

/* form elements */
form {
	margin:10px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	background-color: #333333;
	border: 1px solid #5E80A8;
	margin-bottom: 10px;
        color: #ffffff;
}
textarea {
        color: #ffffff;
	width:400px;
	padding:2px;
	height:100px;
	display:block;
	background-color: #333333;
	border: 1px solid #5E80A8;
	margin-bottom: 10px;
}
.fbsubmit{
       background-color: #5E80A8;
       color: #ffffff;
}
fieldset {
        padding: 0px;
        margin: 0px;
        border: none;
}
fieldset legend {
        display: none;
}
/**********************************
  LAYOUT 
***********************************/
#wrap {
	margin: 0 auto; 
	width: 902px;
}

/* header */
#header {
	background-image: url(uploads/DM1/header_bg.jpg);
	height: 128px;
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

/* navigation tabs */
#header ul {
	list-style-type: none;
	padding-right: 180px;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
	float: right;
	display: block;
	height: 34px;
	margin-top: 94px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
}
#header li {
        float: left;
	line-height: 30px;
}
#header a, #header a:link, #header a:active {
        display: block;
	white-space: nowrap;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin-right: 13px;
	margin-left: 13px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
#header a:hover {
        padding-bottom: 0px;
        border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #5E80A8;
}
.NewsSummary  {
	padding: 10px;
	margin: 0px;
}
.NewsSummaryLink a {
	font-weight: bold;
	padding-bottom: 5px;
}
.NewsSummarySummary {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* main column */
#NewsPostDetailCategory, #NewsPostDetailAuthor, #NewsPostDetailDate, #NewsPostDetailSummary{
	margin-left: 10px;
	margin-top: 5px;
}
#NewsPostDetailContent {
	padding: 10px;
}

#NewsPostDetailDate{
         margin-top: 10px;
}
#NewsPostDetailPrintLink, #NewsPostDetailReturnLink{
         margin-left: 10px;
}
#NewsPostDetailReturnLink{
         margin-bottom: 10px;
}
#NewsPostDetailTitle {
	margin: 0px;
	font-size: 130%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#flash_content{
        float: right;
	width: 625px;
	height: 286px;
	padding: 0px;
	background-image: url(uploads/DM1/flash_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#home_content p{
	float: left;
	width: 292px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#home_content h1{
	line-height: 34px;
	display: block;
	width: 282px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#home_content img{
       border:none;
}
#main {
        margin-top: 20px;
        text-align: left;
	width: 625px;
	float: right;
	background-image: url(uploads/DM1/right_col_bg.jpg);
	background-repeat: repeat-y;
}
#main2 {
       margin-top: 20px;
	text-align: left;
	width: 625px;
	float: right;
	background-image: url(uploads/DM1/right_col_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left 42px;
}
#main_header {
        background-image: url(uploads/DM1/right_col_header.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 625px;
	display: block;
}
#main_header2 {
        background-image: url(uploads/DM1/right_col_header2.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 625px;
	display: block;
}
#main h1{
        font-size: 130%;
	line-height: 34px;
	display: block;
	width: 282px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#main2 h1 {
        font-size: 130%;
	line-height: 34px;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#main2 p{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#main p{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#main ul, #main2 ul{
        padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
	list-style-type: none;
        list-style-image: url(uploads/DM1/li_arrow.gif);
}
#main ol, #main2 ol{
        padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
}
#main li, #main2 li {
	line-height: 130%;
}
#wrap #main2 .error_message ul {
	margin: 10px;
	padding: 10px;
	color: #FFFFFF;
	background-color: #990000;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
}

.printBtn { 
       display: block;
       margin: 10px;
}
/* sidebar */
#sidebar {
	display: block;
	float: left;
	background-image: url(uploads/DM1/left_col_bg.jpg);
	background-repeat: repeat-y;
	width: 251px;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}
#sidebar_header {
        background-image: url(uploads/DM1/left_col_header.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 251px;
	display: block;
}
#sidebar h1 {
	font-size: 130%;
	line-height: 34px;
	padding: 0px;
	text-indent: 10px;
	margin: 0px;	
}
#sidebar img {
	padding-top: 15px;
	padding-bottom: 15px;
}
#sidebar_footer {
	background-image: url(uploads/DM1/left_col_footer.jpg);
	display: block;
	height: 12px;
	width: 251px;
	background-repeat: no-repeat;
	clear: both;
	margin: 0px;
	background-position: left bottom;
	padding: 0px;
}
#sidebar p {
	padding: 10px;
	margin: 0px;
}

/* footer */
#footer { 
	background-image: url(uploads/DM1/right_col_footer.jpg);
	width: 625px;
	display: block;
	clear: both;
	background-repeat: no-repeat;
	text-align: center;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 10px;
	color: #CCCCCC;
}
.diag_line {
	background-image: url(uploads/DM1/diag_line.gif);
	background-repeat: repeat-x;
	display: block;
	height: 8px;
	margin-right: 5px;
	margin-left: 5px;
	clear: both;
}
/* FLOAT FIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	visibility: visible;
}
/* End hide from IE-mac */

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes  */
.clear {	clear: both; }
.red   { color: #CC0000; }
.comments { 
	margin: 20px 10px 5px 10px; 
	padding: 3px 0;
	border-bottom: 1px dashed #EFF0F1; 	
	border-top: 1px dashed #EFF0F1;	
}
@charset "utf-8";
/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   background-color: #ECECEC;  /* background color for the entire menu row */
   width: 100%;
   margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   border-bottom: 1px solid #C0C0C0;
   border-left:  1px solid #C0C0C0;
   height:2.2em;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border-right: 1px solid #C0C0C0;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #18507C;
   background: url(uploads/Underground/arrow-right.gif) no-repeat 0.5em center; ;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
   background-color: #C3D4DF;
}
div#menu_horiz a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background: #385C72 url(uploads/Underground/arrow-down.gif) no-repeat 0.4em center; 
   color: #fff;
}

div#menu_horiz h3 {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   background: #385C72 url(uploads/Underground/arrow-right-active.gif) no-repeat 0.4em center; ;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}
.blogs-showcategorydescription img {
	float: right;
	vertical-align: middle;
	padding-left: 5px;
}

.blogs-breadcrumb/*
************
General styles
************
*/


 {
	font-weight:bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.blogs-showmessage {
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
	background-color: #990000;
	margin: 10px;
}

.entry-headline {
  font-weight:bold;
  color: #000000;
}

/*
****************
Pagespecific styles
****************
*/

/*Main Blogs-styles*/
.blogs-showblogsentries {

}

.blogs-showblogsentry {
  border-bottom:1px solid black;
}

.blogs-showblogsentrytime {
	font-size:smaller;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.blogs-showblogsentrytitle {
	font-size:130%;
	padding-bottom:0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

.blogs-showblogsentryshorttext {
	padding: 10px;

}

.blogs-showcategoryentrytext {

}

.blogs-showcategoryentryfiles {

}

.blogs-showcategoryentryauthor {
  padding:2px;
  font-style:italic;

}

.blogs-showblogsentrycategory {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;

}

.blogs-showblogsentrycomments {
	font-weight:bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*ShortCategory-styles*/
.blogs-shortbox {
  text-align:center:
  width:216px;
  margin:4px;
  margin-left:8px;
  margin-right:8px;
  float:left;
}
.blogs-shortcategorytitle {
	text-align:center;
	text-transform:capitalize;
	font-size:130%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}



.blogs-shortentrylist {
  margin-top:10px;
}
.blogs-shortentry {
}
.blogs-shortentrydate {
  color:#333;
  font-size:80%;
  padding-left:12px;
}
.blogs-shortentrylink {
   padding-left:12px;
   padding-bottom:4px;
}

/*** ShowCategoryList-styles ***/
.blogs-showcategorylistbox {
  
}

.blogs-showcategorylistheader {
  
}

.blogs-showcategorylistcategories {

}

.blogs-showcategorylistcategory {
  
}

.blogs-showcategoryheader {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.blogs-showcategorytitle {

  font-size:130%;
  padding-bottom:13px;

}

.blogs-showcategoryentries {
	margin: 0px;
	padding: 10px;
}

.blogs-showcategoryentrytime {
	font-size:smaller;
}

.blogs-showcategoryentrytitle {
	font-style:italic;
}

.blogs-showcategoryentrytext {
  padding-bottom:2px;
}

.blogs-showcategoryentryfiles {
  padding-top:4px;
  padding-left:8px;
}

.blogs-showcategoryentryauthor {
  padding:2px;
  font-style:italic;
}

.blogs-showcategoryentrycomments {
  font-weight:bold;
}


/*** ShowEntry-styles ***/

.blogs-showentrybox {

}

.blogs-showentryheader {
	padding:10px;
}

.blogs-showentrytime {
	padding-bottom:10px;
	font-size: smaller;
}

.blogs-showentrytitle {
	font-size:130%;
	padding-bottom:10px;
}

.blogs-showentrytext {
}

.blogs-showentryauthor {
  font-style:italics;
}

.blogs-showentryfiles {
  padding-top:13px;
  padding-left:0px;
}


.blogs-showentrycomments {
	padding-left:10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.blogs-showentrycomment {
	background-color: #333333;
	padding: 10px;
	border: 1px solid #5E80A8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.blogs-showentrycommenttime {
	font-size:smaller;
}

.blogs-showentrycommenttext {
	padding: 5px;
	background-color: #494949;
}

.blogs-showentrycommentauthor {
  font-style:italic;
}

.blogs-showentrycommentform {

}

.blogs-authorinput {

}
.blogs-submitinput       {
	color: #FFFFFF;
	background-color: #5E80A8;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#cntnt01captcha {
	width: 120px;
	margin-left: 5px;
}
.blogs-addcommentinput img {
	margin-top: 5px;
	border: 1px solid #5E80A8;
}

/* End of 'dm1_css' */

