/* Start of CMSMS style sheet 'dcr_accessibility' */
/* accessibility */

/* 
menu links accesskeys 
*/
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 {
  color: #18507C;
/* background image for the link to show wiki style arrow 
  background: url(images/digitalconsoles/external.gif) no-repeat 100% 0;*/
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
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(images/digitalconsoles/external.gif) no-repeat 100% 0; */
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover   background: url(images/digitalconsoles/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;*/

}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'dcr_accessibility' */

/* Start of CMSMS style sheet 'dcr_contact_form' */
input, select{

	border:none;

	background-color:#eee;


	border:1px solid #BBB;

	padding:2px;	

}

select{

	padding-bottom:2px;

	margin-bottom:5px;

}

input, select{

	font-size:11px;

	font-family:Arial, Helvetica, sans-serif;

	background-color:#fff;

}

.error{

	color:#be0509;

}



textarea, .text{

	/*Mozilla does not like textareas!! and does not 

allow you to modify scrollbars. Even fonts must

be overriden within the text area

*/	

	font-family:Arial, Helvetica, sans-serif;

	width:300px;

	font-size:11px;



	border:1px solid #BBB;	

  	

	scrollbar-face-color : #112097;	

	scrollbar-highlight-color : #a8abb2;

	scrollbar-3dlight-color : #a8abb2;

	scrollbar-shadow-color : #a8abb2;

	scrollbar-darkshadow-color : #a8abb2;

	scrollbar-track-color : #a8abb2;

	scrollbar-arrow-color : #a8abb2;









}



form{

	margin:0px;

	padding:0px;

}





input.btn{

	border:0px;

	background-color:#112097;

	color:#fff;

	background-image:none;

	font-family:Arial, Helvetica, sans-serif;

	border-bottom: none;

	padding:2px 4px;

	font-size:11px;

}


table td{
    color: white;
}

table td.valigntop{

/*to account for the offset created by the inputs field border*/

vertical-align:top;

padding-top:3px;

}


/* End of 'dcr_contact_form' */

/* Start of CMSMS style sheet 'dcr_main' */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #ffffff;
	text-align:center;
	width:100%;
           	background-color: #363636; 
	}

td {
	font:100% Arial, Helvetica, sans-serif;
	color: #666666;
	}
	
a{
	color: #999999;
	text-decoration:none;
	font-weight:bold;
	text-decoration: none;
	} 
a:visited{
	color: #666666;
	text-decoration:none;
	font-weight:bold;
	text-decoration: none;
	}
	
a:hover {color: #ffffff;
	text-decoration: underline;
	}


h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}
h2 {
	text-align: left;
	padding: 0 0 0.25em 0;
	margin: 0;
	color:#ffffff;
}

h3 {
       color: #ffffff;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#page{
           	background-color: #363636; 
}
#pagecell{
	position: relative;
	margin:auto;
	width: 1000px;
	background-color: #363636;
             height: auto;
	}
	
#header{
	width:900px;
	position: relative;
	height: 265px;
	margin:auto;
	margin-bottom:10px;
             margin-top:10px;
             background: url(images/digitalconsoles/header_main.jpg) center center no-repeat;
	}

#title{
	position:absolute;
	left: 0px;
	top: 0px;
	width: 400px;
	text-align:left;
	height:130px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
             }

#header a img {
        border: 0px;        
        text-decoration: none;
        }

#title h1 {
	font-size:200%;
	 text-align:left;
	 }
#title h2 {
	font-size:120%;
	text-align:left;
	color: #ffffff;
	 }
#title p {
        padding-left: 20px;
	text-align:left;
	color: #ffffff;
	 }
#navcell{
	position: relative;
	width:900px;
	margin:auto;
	background:url(images/digitalconsoles/nav.gif);
	height:40px;
	text-align: center;
	margin-bottom:10px;
	z-index:1;	
	}

#nav{
	left: 85px;
	padding: 11px 30px 0px 50px;
	}
#nav_le{
	position: absolute;
	height:40px;
	width:18px;
	left:0px;
	background: url(images/digitalconsoles/nav_le.gif);
	}
#nav_re{
	position: absolute;
	height:40px;
	width:18px;
	right:0px;
	background: url(images/digitalconsoles/nav_re.gif);
	}

#nav a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;

}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #000000;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #999999;
	border-width: 0 5px;
}

#nav li {
	float: left;
	position: relative;
	width: 120px;
	text-align: center;
	padding-left: 0px;
	cursor: default;
}

#nav li#first {
	border-left-width: 1em;

}


#nav li#last {
	border-right-width: 1em;
}

#nav li ul {
             text-align:left;
	display: none;
	position: absolute;
	top: 100%;
	left: 20px;
	font-weight: normal;
	background: url(images/digitalconsoles/navleft.gif) bottom left no-repeat;
	padding: 0.5em 0 20px 0;
	border-right: solid 1px #999999;
}

#nav li>ul {
	top: 1.3em;
	left: -100;
}

#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
             text-align:left;
             padding-left: 5px;
}


#nav ul li a:hover {
   color: red;
   display: inline;
   text-decoration: none;
}


/* Menu links colors */
/* Top Level Color*/
#nav .activeparent{color:red;font-weight:bold;}

/*Inside ones colors 
#nav li ul .activeparent{
   color:red;
   padding: 5px 0 5px 15px;
}
*/

/* Content Colors */
.activeparent {
   color: red;
   font-weight: bold;
}

#nav li:hover ul, li.over ul {
	display: block;
}


#crumcell{
	position: relative;
	width:900px;
	margin:auto;
	background:url(images/digitalconsoles/nav.gif);
	height:40px;
	text-align: center;
	margin-bottom:10px;
	}

#crumcell ul{
	list-style: none;
}

#crumcell ul li{
    display: inline;
}

#crumcell ul li a{
    color: #fff;
}

#crumcell ul li a:hover {
   color: red;
   display: inline;
   text-decoration: none;
}

#crumcell .activeparent{
   color: red;
}

#content{
	position: relative;
	margin: auto;
        margin-bottom: -13px;
	width:900px;
	min-height: 600px;
       _height: 600px;
	text-align: left;
             background: url(images/digitalconsoles/content.gif) center repeat-y;

}

#text{
             width: 635px;
             padding:0 40px 0 40px;
             }

#content_right {
	width:140px;
        position: relative;
        float: right;
        margin: auto;
        padding-right: 30px;
        padding-left: 9px;
        text-align: left;
  border-left-width: 2px;
  border-left-color: white;
  border-left-style: solid;

	}

#content_right ul li a:hover {
   color: red;
   text-decoration: none;
}

#content_right ul li a{
   color: white;
}

#content_top{
	position: relative;
	margin:auto;
             width:900px;
             height:16px;
             background: url(images/digitalconsoles/content_top.gif) center no-repeat;
	}

#content_bottom{
	position: relative;
       margin: auto;
             width:900px;
             height:16px;
             background: url(images/digitalconsoles/content_bottom.gif) center no-repeat;
	}
#content ol li { 
  color: #9BE4FF;
}

#content ol li span {
  color: #EEE;
}

#content ul {
  padding-bottom: 10px;
  padding-left: 30px;
}

#content ul li {
  list-style-image: url(images/digitalconsoles/bullet.gif);
}
blockquote {  
  margin: 0;

} 

blockquote span {
  display: block;
  padding: 5px;
}

#footer{ 
             position:relative;
             margin:auto;
             bottom :0px;
             padding: 10px 0px 10px 0px;
	margin-top: 0px;
             margin-bottom:10px;
             font-size:0.8em;
	background: url(images/digitalconsoles/footer.gif) center no-repeat;
}
#con_img{
	top: 0px;
	float: left;
	margin: 0px 10px 10px 10px;
	width: 260px;
	}
.con_text{
	top: 20px;
	width: 800px;
	padding: 10px 10px 10px 10px;
	line-height: 20px;
	}
.ueber{
	width: 370px;
	text-align: center;
	color:#333333;
	background-color:#cccccc;
	height: 40px;
	vertical-align:middle;
	text-transform:uppercase;
	font-weight: bold;
	}
#con_img_re{
	top: 160px;
	float: right;
	margin: 0px 10px 10px 10px;
	width: 250px;
	right: 0px;
	position: relative;
	}


/*Slideshow on home page*/
 
#imageContainer { height:212px; }  
#imageContainer img { display:none; 	
                        border:0;
			position:absolute; 	
			top:0px; left:0px; 	
                  width: 635px;
                  height: 212px;
			opacity: -0.01; } 	

/* End of 'dcr_main' */

/* Start of CMSMS style sheet 'red_news' */
/*News Section*/
#NewsPostDetailContent{
   color: #424446;
}


#NewsPostDetailDate{
   margin-left:10px;
   font-weight: bold;
}

#NewsPostDetailHorizRule{
   margin-left:10px;
}

#NewsPostDetailTitle{
   font-weight: bold;
   font-size: 15px;
}

.NewsSummary{
   margin-left:10px;
}

.NewsSummary p{
color: #424446;
   font-size: 13px;
}

.NewsSummaryPostdate{
 font-weight: bold;
}

.NewsSummaryLink a{
 color: #ba0f15;
 font-size: 14px;
}

/* End of 'red_news' */

