
/* CSS Document 
Authored by: JM
For: MAMH
Date: 2-9-09*/

html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset,img,table,td {/*Sets up a series of default settings, and how other selectors can inherit them. This reduces the size of your CSS file and decreases any style maintenance*/
   margin: 0;
   padding: 0;
   border: 0;
}
/*gets rid of Firefox jump*/
html {

overflow-x: auto;
overflow-y: scroll;
}


sup, sub {
 font-size:80%;
}
body {
  background: #016C88 url(/Portals/0/images/bkgd.jpg) repeat-x;
  text-align: center;
  font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
  margin-bottom: 25px;
  font-size:100%;
}
p, ul, ol {
   padding-bottom: 20px;
}
table {
	padding-bottom:10px;
	border-collapse:collapse;
}
 ul ul, ol ol {
   padding-bottom: 0;
}
ul li {
   margin-left: 25px;
   margin-bottom:10px;
   padding-left: 15px;
   list-style-type: none;
   background: url(/Portals/0/images/bullet_square.gif) no-repeat 0 8px;
}
ol li {
   margin-left: 20px;
   list-style-position:inside;
}
.ie ol li {
 margin-left: 25px;
}
a,a:link,a:visited {
 color: #0F849D;
 text-decoration: underline;
 cursor:pointer;
}
 a:hover {
  text-decoration: none;
}
h1 {
   color: #7A5A3D;
   font-size: 1.4em;
   margin-bottom: 10px;
   font-weight:bold;
   line-height:110%;
}
h2 {
  color: #7A5A3D;
  font-size: 1.15em;
  margin-bottom: 0px;
  font-weight: normal;
}
h3 {
  color: #7A5A3D;
  font-size: 1.1em;
  margin-bottom: 0px;
  font-weight: bold;
}
.table {
  border-top: 1px solid #A4D0DA;
  border-right: 1px solid #A4D0DA;
  padding: 0;
  margin: 0;
}
.table th {
  border-bottom:0;
  border-left: 1px solid #A4D0DA;
  background: url('/Portals/0/images/table_bkgd.jpg') repeat-x;
  padding: 5px;
  margin: 0;
  color:#FFFFFF;
}
.table td {
  border-bottom: 1px solid #A4D0DA;
  border-left: 1px solid #A4D0DA;
  padding: 5px;
  margin: 0;
}
.imageright {
  margin-left: 12px;
  margin-bottom: 5px;
  float: right;
}
.imageleft {
  margin-right: 12px;
  margin-bottom: 5px;
  float: left;
}
.imagerightborder {
  margin-left: 12px;
  margin-bottom: 5px;
  float: right;
  border: 1px solid #6B5A4B;
  padding: 2px;
}
.imageleftborder {
  margin-right: 12px;
  margin-bottom: 5px;
  float: left;
  border: 1px solid #6B5A4B;
  padding: 2px;
}
.imageleftbordergreen {
  margin-right: 12px;
  margin-bottom: 5px;
  float: left;
  border: 1px solid #B0D371;
}
.imagerightbordergreen {
  margin-left: 12px;
  margin-bottom: 5px;
  float: right;
  border: 1px solid #B0D371;
}
.captionright{
  margin-left: 12px;
  float: right;
  font-size:.85em;
  color:#EC974A;
  font-style:italic;
}
.captionright img{
  margin:0 !important;
}
.captionleft{
  margin-right: 12px;
  float: left;
  font-size:.85em;
  color:#EC974A;
  font-style:italic;
}
.captionleft img{
  margin:0 !important;
}

#containerouter {
    width: 868px;
    margin: 0px auto 0 auto;
    text-align: left;
	background: url(/Portals/0/images/main_bkgd.jpg) no-repeat;
}

/*mast styles*/
#mast {
  height: 113px;
}
#logo {
    float: left;
	width: 362px;
	margin: 25px 0 0 12px;
	padding: 12px 0px 0 0;
}
#donate {
  float: right;
  margin: 90px 0 0 0;
  width: 100px;
  padding-left: 10px;
}
#donate a{
  font-size:16px;
  text-transform:uppercase;
  color:#6F634B;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration:none;
  font-weight:bold;
}
#container {
  background:#B0D370;
  border:1px solid #FFFFFF;
  border-top:0;
  width:848px;
  margin:30px 9px 0px 9px;
}

#topnav {
  top:-4px;
  margin:0 6px;
  height:60px;
  background: url(/Portals/0/images/topnav_bkgd.jpg) no-repeat;
  
}

#mainav {
  font-family: Arial, Helvetica, sans-serif;
  margin:20px 0 0 10px;
  width:665px;
  float:left;
  position:relative;  
  z-index:3 !important;
}
.ie6 #mainav {
  margin:20px 0 0 5px;
  z-index:3 !important;
}
#mainav ul {
	padding:0;
	margin:0;
}
#mainav li {
  list-style-type: none;
  padding-bottom: 5px;
  padding-left: 0;
  margin-top: 3px;
  margin-bottom: 5px;
  margin-left: 0;
  background: none;
  display:inline;
}
#mainav li li {
  margin:0 !important;
  padding:0 !important;
}
/*
#mainav a,#mainav a:link,#mainav a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  background: url("/Portals/0/images/mainav_divider.jpg") no-repeat right;
  padding:0 15px 0 11px;
}
.safari #mainav a,.safari #mainav a:link,.safari #mainav a:visited {
  padding:0 14px 0 11px;
}
#mainav a:hover {
 color:#EDC46D;
}
#mainav li.noline a{
  background: none !important;
}
*/
#search {
  padding-left: 4px;
  padding-top: 7px;
  margin:12px 0 0 2px;
  float:left;
  width:145px;
}

#search input.textfield {
  border: 1px solid #85B144;
  width: 113px;
  height: 18px;
  padding-right: 3px;  
  margin-right: 0px !important;
  
  text-align: right;
  color: #A4C67C;
  font-size:13px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
}
#search a.go {
  vertical-align: middle;
  margin:0 !important;
  padding:0 !important;
}
.ie #search .go {
  vertical-align:top;
  margin-top:3px !important;
  display:inline-block;
}
/*google search button styles*/
#search input.GCSearchButton {
  vertical-align: baseline;
  margin:0 !important;
  padding:0 !important;
  background:url('/Portals/0/images/google_search.jpg') no-repeat;
  border:0;
}


#content_wrapper {
   background: url(/Portals/0/images/content_top_bkgd.jpg) no-repeat;
   margin:0 17px;
   padding-top:11px;
}

#content_bkgd {
   background: url(/Portals/0/images/content_main_bkgd.jpg) repeat-y;
   border-bottom:1px solid #FFFFFF;
}
#maininfo{
   float: left;
   width: 562px;
   padding: 0px 25px 10px 25px;
}
#toolbar {
	float:right;
	width:130px;
	position:relative;
	top:-11px;
	left:12px;
	margin:0 !important;
	z-index:0;
}
#toolbar img {
	vertical-align:middle;
	margin:0 2px;
}
#toolbar .share{
  margin-top:3px !important;
}
#toolbar .print {
	margin-top:0px;
}
#content {
   line-height: 170%;
   color: #6B5A4B;
   font-size: .8em;
   padding-top:5px;
}


/*right column - cp*/
#subinfo {
  width: 200px;
  float: left;
  margin-left:1px;
  background: url(/Portals/0/images/sidebar_bkgd.jpg) repeat-x;
  min-height:470px;
  height:auto !important;
  height:470px;
}

.headerpane{
  font-size:.95em;
  font-weight: bold;
  color:#EC974A;
  margin:8px 15px;
}
#subnav {
    font-size: .75em;
	margin: 12px 0 0 0; 
  padding-bottom:15px !important; 
  background: url(/Portals/0/images/subnav_divider.gif) no-repeat bottom;
}
#subnav ul {
  padding:0 !important;
  margin:0 !important;
}
#subnav li,
#subnav li li {
   list-style-type: none;
   background:none;
   /*margin-left:5px;
   padding-bottom: 15px;*/
}
/*#subnav li ul {
  margin-top: 4px;
  margin-bottom: 4px;
}

#subnav a,#subnav a:link,#subnav a:visited {
   color: #6B5A4B;
   text-decoration: none;
   background: url(/Portals/0/images/bullet_brownarrow.gif) no-repeat 0 5px;
   padding-left: 18px;
}
#subnav a:hover {
  text-decoration: underline;
}
#subnav li.active a{
   background: url(/Portals/0/images/bullet_bluearrow.gif) no-repeat 0 5px !important;
   color:#0F849D !important;
   font-weight:bold;
}
*/
.subextra{
   font-size: .7em;
   margin-top: 20px;
   margin-bottom: 20px;
   color:#6B5A4B;
   line-height: 150%;
   margin-left: 8px;
   width: 181px;
}

.subextra a,.subextra a:link,.subextra a:visited {
   text-decoration: none;
}
.subextra a:hover {
  text-decoration: underline;
}
#shadowed_container_outer {
  width:181px;
  padding: 3px 0 0 3px;
  background: url(/Portals/0/images/container_bkgd_sm.png) no-repeat;
}
#shadowed_container_inner {
  background:#FBFEE4;
  padding:10px;
  padding-bottom:0;
  width:158px;
}
#shadowed_container_inner p{
  padding-bottom:15px;
}
#bottomnav{
   float: right;
   color:#FFFFFF;
   margin:5px 0;
   width: 145px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: .55em;
}
#bottomnav a,#bottomnav a:visited,#bottomnav a:link {
	color:#6B5E46;
	text-decoration:none;
}
#bottomnav a:hover {
	text-decoration:underline;
}

/*footer styles*/
#footerholder {
  width:850px;
  background: url('/Portals/0/images/footer_bkgd.jpg') no-repeat;
  padding: 10px 0 9px 0px;
  margin-left: 9px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
#footerholder a,#footerholder a:link,#footerholder a:visited {
   color: #FFFFCC;
  text-decoration: underline;
}

#footer {
  float: left;
  width: 735px;
  padding-top: 20px;
  font-size: .7em;
  word-spacing: 2px;
  color: #FFF;
}
#footer hr {
width:583px;
	background:none;
	border:0;
	border-top:1px dashed #63AFBF;
	height:1px;
	margin:5px 0 !important;
	padding:0 !important;
}
.ie #footer hr {
	margin: 0 !important;
}
#copyright {
   color: #FFFFFF;
}
#sponsors {
width:255px;
  float:right;
  margin-left:5px;
 margin-top:-63px;
margin-bottom:-31px;
}
.united {
float:left;
margin-top:19px;
}
#NIMH {
float:right;
margin-top:12px;
}
/*home page styles */
.home #content_wrapper {
   background: none;
   margin:0px;
   padding: 0;
}
#two_column{
	margin: 0 17px
}

.imagepane_outer {  
  position:relative;
  z-index:2 !important;
  top:-3px;
}

.imagepane { 
  float:left;
  border:1px solid #F0F0F0;
  width:  595px;
  top:-11px;
  height: 234px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.missionpane { 
  float:left;
  background: url('/Portals/0/images/mission_bkgd.jpg') no-repeat;
  width: 167px;
  height: 216px;
  position:relative;
  top:-11px;
  margin-left:20px;
  
  font-size:.8em;
  padding:10px 15px;
  line-height:170%;
  overflow:hidden;
}
.ie .missionpane { 
  position:static;
  margin-top:-11px;
}

.missionpane strong {
  color:#0D6B80;
}
.missionpane a,
.missionpane a:link,
.missionpane a:visited {
  color:#FFFFFF;
  text-decoration:underline;
  font-weight:bold;
}
.missionpane a:hover {
  text-decoration:none;
}

#three_column {
  font-size:.70em;
  line-height:150%;
  margin:0 12px;
  color:#594F42;
}
.ie #three_column {
  margin-top:10px;
}
#three_column h2{
  font-size:1.4em;
  font-weight:normal;
  margin-bottom:10px;
}
#three_column h3{
  font-size:1em;
  font-weight:bold;
  margin-bottom:0px;
  color:#037D90;
}
#three_column a,
#three_column a:visited,
#three_column a:link{
  text-decoration:none;
}
#three_column a:hover{
  text-decoration:underline;
}
#three_column ul li {
  margin:0 12px 5px 12px;
  background: url(/Portals/0/images/bullet_rect.gif) no-repeat 0 5px;
}
.shadow_outer {
  width:255px;
  padding: 5px 0 0 5px;
  background: url(/Portals/0/images/container_bkgd_lg.png) no-repeat;
}
.shadow_inner {
  background:#FBFEE4;
  padding:10px 15px;
  padding-bottom:0;
  width:224px;
  min-height:169px;
  height:auto !important;
  height:169px;
}
#content_outer{
  float:left;
}
#news_outer{
  float:left;
  margin-left:20px;
}
#announcement_outer{
  float:left;
  margin-left:20px;
}

/*google search*/
#cse-search-results iframe {
  width: 500px; }
  
#dnn_ctr627_DynamicForms_imgSave
{
margin-left:133px;
margin-top:10px;
}
.ie #dnn_ctr627_DynamicForms_imgSave
{
margin-left:265px;
margin-top:10px;
}
.safari #dnn_ctr627_DynamicForms_imgSave
{
margin-left:175px;
margin-top:10px;
}

#dnn_ctr628_DynamicForms_imgSave
{
margin-left:285px;
margin-top:10px;
}
.ie #dnn_ctr628_DynamicForms_imgSave
{
margin-left:235px;
margin-top:10px;
}
.safari #dnn_ctr628_DynamicForms_imgSave
{
margin-left:235px;
margin-top:10px;
}
.DynamicForms_TextBox,
.DynamicForms_ComboBox
{
	margin-bottom:5px !important;
}
/*advanced news feed module styles*/
.rssbutton {
 position:relative;
left: 530px;
top: -20px;
  display: block;
  }
h2 .Head {
  color: #7A5A3D;
  font-size: 1.15em;
  margin-bottom: 0px;
  font-weight: normal;
}
/*clears floats with no presentational markup*/
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
   display: inline-table;
}
/*Hides from IE Mac \*/

.clearfix {
    display: block;
    height: 1%;
}
/*End Hack \*/

/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */


.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#003366;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}


/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: #999999 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: #999999 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: #999999 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: #999999 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: #999999 1px solid;
	padding-right: 2px;
	border-top: #999999 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #999999 1px solid;
	padding-top: 2px;
	border-bottom: #999999 1px solid;
	background-color: #999999;
}
.WizardHeader

{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}
HR {
    color: #999999;
    height:1pt;
    text-align:left
}
/* Custom admin module fixes */
#dnn_ctr605_DD select{
  width: 110px;
}
#dnn_ctr606_DD select{
  width: 110px;
}
#dnn_ctr607_DD select{
  width: 110px;
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	
	height:16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	 
	color: black; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	 
	background-color: #FFFFFF; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3); */
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.Head {

    font-size:  12px;
    font-weight:    bold;
	color: #4F7884;
 
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
  
{

}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{

}
/*Container style*/
.dropdown select {
  font-size: 10px;
  font-family: Arial, sans-serif;
}
.missionpane .dropdown  {
  position:relative;
  top:-50px;
}
.missionpane .dropdown select{
  width:150px;
}
.gecko .NormalTextBox {
 margin-bottom: 3px;
}

/* digRotate fix */
/* #dnn_imagepane */

