
/* CSS Document 
Authored by: jm	
For: QualityMetric
Date: 11/19/2008*/


html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset,img,td,table {/*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;
}
html {
 overflow-x: auto; 
 overflow-y: scroll;
}
body {
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
   margin-bottom: 25px;
   font-size:100%;
   background:#6BA7CB;
}

.blacktext {
  color: #000;
    padding: 0 10px 10px 10px;

}
.blacktextbold {
  color: #000;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 10px;

}
p, ul, ol, table {
   padding-bottom: 10px;
}
table{
	border-collapse:collapse;
}
table.no-spacing {
	padding-bottom:0;
}
sub,sup {
	line-height:100%;
	font-size:75%;
}
ul ul, ol ol {
   padding-bottom: 0;
}
ul, ol {
	margin-left: 25px;
}
ul li {
   padding-left: 15px;
   list-style-type: none;
}
#content ul li,.two_column .graphicspane ul li{
   background: url(/Portals/0/images/bullet_circle.gif) no-repeat 0 4px;
}
ol li {
	margin-left: 15px;
}
a,a:link,a:visited {
 color: #535353;
 text-decoration: underline;
}
 a:hover {
 color: #FF8C19;
}
.home .content ul {
  margin-left:0px;
}
.home .content ul li {
padding-left:10px;
}
.home .content p {
margin-bottom:0 !important;
}
.home li a, .home li a:visited {
  color:#535353;
  text-decoration: none;
}
.home li a:hover {
  text-decoration: underline;
}
h1 {
   color: #FF8C19;
   font-size: 1.2em;
   margin-bottom: 5px; 
}
 h2 {
  color: #2F4779;
  font-size: 1em;
  margin-bottom: 5px;
  font-weight: bold;
}
 h3 {
  color: #535353;
  font-size: 1.3em;
  margin-bottom: 3px;
  font-weight: bold;
  font-variant:small-caps;
  margin-left:3px;
}
.table {
  border: 1px solid #2F4779;
  border-bottom: 0px;
  padding: 0;
  margin: 0;
}
.table td {
  border-bottom: 1px solid #2F4779;
  padding: 5px;
  margin: 0;
  font-size:.9em;  
}
.table th {
  background: #2F4779;
  text-transform:uppercase;
  color:#FFFFFF;
  padding: 0px 3px 3px 3px;
  margin: 0;
  font-size:.8em;
  text-align:left;
  vertical-align:bottom;
}
.table_greycell{
	background-color: #F4F4F4;
}
.number {
  font-size:12px;
}
.imageright {
  margin-left: 12px;
  margin-bottom: 5px;
  float: right;
}
.imageleft {
  margin-right: 12px;
  margin-bottom: 5px;
  float: left;
}
#topshadow {    
	width: 878px;
	height: 13px;
	background: url(/Portals/0/images/content_top_bkgd.jpg) no-repeat;
	margin: 10px auto 0 auto;
	display:block;
}
#containerouter {
    width: 850px;
	background: url(/Portals/0/images/content_bkgd.jpg) repeat-y;
	padding:0 14px;
    margin: 0px auto 0 auto;
    text-align: left;
}

/*mast styles*/

#search {
  padding-right: 52px;
  padding-top: 5px;
  float:right;
}
.ie #search {
   padding-top: 7px;
}
.safari #search {
  padding-top: 12px;
}
#search input.textfield {
  border: 1px solid #D0D0D0;
  width: 100px;
  height: 13px;
  text-align: right;
  padding: 1px 3px 4px 3px;
  color: #333;
  margin-right: 0px;
  vertical-align:middle;
}
#search .submit {
  border: none;
  background:none;
  font-size:9px !important;
  vertical-align:bottom;
  margin:0 !important;
  padding:0 !important;

}

#content .submit {
  vertical-align:bottom;
  height:23px;
}

#mast {
  padding:0 35px;
}
.home #mast {
  padding:0 48px;
}
#logo {
  float: left;
	width: 62px;
	padding-right:11px;
	border: 0px solid;
}

#topnav{
	padding: 5px 18px 3px 0;
	/*padding: 5px 18px 0px 0;*/
	font-size: .7em;
	text-align: right;
	color: #535353;
}
.home #topnav {
  padding: 5px 5px 3px 0;
}
#topnav a,#topnav a:link,#topnav a:visited {
    color: #FF8C19;
	text-decoration: none;
}
#topnav a:hover {
    text-decoration: underline;
}
#mastpik {
  float: left;
  width: 691px;
}
.home #mastpik {
  width: 751px;
  height:18px;
}
#mainav {
  font-family: Arial, Helvetica, sans-serif;
  height:15px;
  text-align:right;
  margin-right:50px;
  margin-top:-3px;
/*
  margin-top:-13px;
  margin-left:115px;
	border: 0px solid;
*/
}
#mainav ul {
  padding:0;
  margin:0;
}
#mainav li {
  background: none;
  list-style-type: none;  
  padding:0 !important;
  margin: 0 !important;
}
/*
#mainav ul {
  padding:0;
  margin:0;
}
#mainav li {
  list-style-type: none;
  padding:0 !important;
  margin: 0 !important;
  display: inline;
  background: url(images/mainnav_divider.gif) no-repeat right 4px;
}
.ie #mainav li {
  background: url(images/mainnav_divider.gif) no-repeat right 6px;
}
#mainav li.noline{
  background: none;
}
#mainav a,#mainav a:link,#mainav a:visited {
  color: #414141;
  text-decoration: none;
  font-size:.80em;
  padding: 0 8px 0 4px;  
}
.ie #mainav a,.ie #mainav a:link, .ie #mainav a:visited {
  padding: 0 4px 0 8px;  
}
#mainav a:hover {
  color: #7D7D7D;
}
#mainav a.active {
  color: #7D7D7D;
}*/

.home #mainav {
  font-family: Arial, Helvetica, sans-serif;
  height:none;
  position:absolute;
  top:85px;
  left:230px;
  text-align:left;
}
.home #mainav ul li {
  margin-bottom:31px !important;
  display:block;
  background:none;
}
.home #mainav ul li ul li {
	margin-bottom:0px !important;
}
/*
.home #mainav a, .home #mainav a:visited {
	padding-left:10px;
	color: #414141;
	text-decoration: none;
	font-weight:bold;
	font-size:1.2em;
}
.home #mainav a.noline {background:none;}
.home #mainav ul li.item1 {
	margin-left:0px;
}
.home #mainav ul li.item2 {
	margin-left:20px !important;
}
.home #mainav ul li.item3 {
	margin-left:25px !important;
}
.home #mainav ul li.item4 {
	margin-left:22px !important;
}
.home #mainav ul li.item5 {
	margin-left:13px !important;
}
*/

#homeimage {
}
#container {
  position: relative;
  z-index:1;
  margin-top:33px;
  margin-left:42px;
  color:#535353;
  min-height:390px;
  height:auto !important;
  height:390px;
}
.home #container {
  margin-top:18px;
  margin-left:0;
}
#containerbkgd {
   padding-bottom: 15px;
}
#leftinfo {
  float: left;
  width: 130px;
  padding: 0;
}
.headerpane {
  font-size:1.0em;
  margin-bottom:10px;
  color:#414141;
}
#subnav {
    font-size: .7em;
	margin-top:1px;
	margin-left:15px;
}

#subnav ul {
  margin:0;
  padding:0;
}
#subnav li {
   list-style-type: none;
   padding:0;
   margin:0;
   padding-left:8px;
   margin-bottom:5px;
   background:none;
}
#subnav li ul {
  margin-top: 4px;
  margin-bottom: 4px;
}

#subnav li li {
  list-style-type: none;
  font-size: .95em;
}
/*
#subnav a,#subnav a:link,#subnav a:visited {
  color:#414141;
   text-decoration: none;
}
#subnav a:hover {
  text-decoration: underline;
  color: #FF8C19;
}

#subnav li.active {
   background: url(images/bullet_circle.gif) no-repeat 0 5px;
}
.ie #subnav li.active {
   background: url(images/bullet_circle.gif) no-repeat 0 8px;
}
#subnav li.active a, #subnav li.active a:visited {
  color: #FF8C19;
}
*/

.two_column #contentwrapper{
   float: left;
   width: 675px;
}
#maininfo{
   float: left;
   width: 390px;
   padding: 0 10px 0 39px;
}

/*.two_column #maininfo{
	padding: 0 0px 0 0px;
	border:1px solid red;
}*/

.home #maininfo,
.two_column_full #maininfo
{
  width:570px;
  padding: 0 ;
}


#content{
   line-height: 150%;
   font-size: .8em;
   font-family: Arial, Helvetica, sans-serif;
}
/*
.two_column #content {
	width: 324px;
}*/

.home .content {
  margin-top:35px;
}

.two_column .graphicspane {
   line-height: 150%;
   font-size: .8em;
   font-family: Arial, Helvetica, sans-serif;
   width:562px;
   clear:both;
   padding: 0 10px 0 39px;
}
/*right column - cp*/
#subinfo {
  width: 181px;
  float: left;
  margin-top:29px;
}

.subextra{
   font-size: .75em;
   padding:0;
   margin-bottom: 20px;
   margin-left: 5px;
   line-height: 150%;
   color: #333333;
   width: 181px; 
}
.ie .subextra {   
  width: 180px; 
   margin-left: 5px;
}
.ie6 .subextra {   
  width: 180px; 
   margin-left: 4px;
}
#sidequote{
	display:block;
}
.imagepane{
  display:block;
  position:relative;
  z-index:1;
  border:1px solid #C1C1C1 !important;
  border-bottom:0 !important;
  width:179px;
}
.ie6 .imagepane{
 position:static;
 }
.quotepane{
  background: url(/Portals/0/images/sidebar_bkgd.png) no-repeat right top;
  position:relative;
  z-index:2;
  top:-27px;
  padding:39px 15px 15px 15px; 
  border:1px solid #C1C1C1;
  border-top:0;
  color:#395795;
  width:149px;
}
.ie6 .quotepane{
 background:none;
 filter: progid:dximagetransform.microsoft.alphaimageloader(src='/Portals/0/images/sidebar_bkgd.png', sizingmethod='crop');
 position:static;
 margin-top:-27px;
}

.bluequote-top {
	color:#FFFFFF;
	background: url(/Portals/0/images/quote_top.gif) no-repeat;
	padding: 0 8px 0 4px;
	display:inline-block;
	margin-right:3px;
	vertical-align:bottom;
}
.bluequote-bottom {
	color:#FFFFFF;
	background: url(/Portals/0/images/quote_bottom.gif) no-repeat;
	padding: 0 6px 0 6px;
	margin-left:5px;
	display:inline-block;
}
.credits {
	font-size:75%;
	float:right;
}
#toolbar{
  margin-top:-25px;
  clear:both;
  color:#535353;
  padding:3px 5px;
  margin-bottom:7px;
  text-align:center;
}
.nosidebar #toolbar{
	display:inline-block;
	margin-top:0px;
}
.subextra .nosidebar {
	margin:0 !important;
	padding-right:55px !important;
	float:right;
	width:181px;
}
#toolbar a, #toolbar a:visited {
text-decoration:none;
font-weight:bold;
color:#FF8C19;
}
#toolbar a:hover {
text-decoration:underline;
}
.ie6 #toolbar {
margin-top:0px;
}

.linkspane {
  padding:0 20px 0 20px;
  line-height:120%;
  font-size:.9em;
}
.ie6 .linkspane {
  margin-top:5px;
}
/*.Normal added so that anchor link doesn't add an extra arrow*/
.linkspane a, .linkspane a:visited {
  text-decoration:none;
  font-weight:normal;
  color: #395795;
}
.linkspane a:hover {
  text-decoration:underline;
  color:#FF8C19;
}
.linkspane ul, .linkspane p {
	padding:0;
	margin:0;
    margin-bottom:8px;
}
.linkspane li {
	padding:0;
	padding-left:10px;
	margin:0;
	background:url('/Portals/0/images/arrow.gif') no-repeat 0px 2px;
    margin-bottom:8px;
}
#sidenav {
  margin-top:51px;
  margin-left:15px;
}
#sidenav h1 {
 padding-bottom:0;
 margin-bottom:0;
 line-height:100%;
 }
#sidenav h2 {
  color: #535353;
  font-size: .7em;
  margin-bottom: 0px;
}
#sidenav ul {
margin-top:0;
padding-top:0;
  margin-left:0px;
 }
#sidenav li {
	padding-left:10px;
	background: url(/Portals/0/images/bullet_circle.gif) no-repeat 0 3px;
	font-size:.95em;
	line-height:100% !important;
	margin-bottom:3px;
}
#sidenav a:hover {
  color: #FF8C19;
}
#home_logo {
  margin-top:15px;
  margin-left:20px;
}

/*footer styles*/

#footer {
  width:850px;
  margin:0 auto;
  background:url(/Portals/0/images/content_bottom_bkgd.jpg) no-repeat;
  padding:8px 14px;
  text-align:center;
  font-size: .65em;
  word-spacing: 2px;
  color: #FFFFFF;
}

#footer a,#footer a:link,#footer a:visited {
   color: #FFFFFF;
   text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
.search_results_number{
  font-weight:bold;
  padding-right:10px;
  font-size:.85em;
  vertical-align:middle;
}
/*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   {
  color: #2F4779;
  font-size: 1em;
  padding-bottom: 15px;
  font-weight: bold;
display: block;
}

/* style of item titles on edit and admin pages */
.SubHead    {

    font-size:  11px;
    font-weight:    bold;
  color: #2F4779;
}


/* 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 */


/* 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;
}

.SurveysTable
{
	width:550px;
}


table.SurveysTable  {
  border-top: 1px solid #2F4779;
  border-left: 1px solid #2F4779;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.SurveysTable td {
  border-bottom: 1px solid #2F4779;
  border-right: 1px solid #2F4779;
  padding: 5px;
  margin: 0;
  font-size:.8em;  
}
.TranslationTable
{
	background-color:White;
    font-family: Arial, Helvetica, sans-serif;
    font-size:small;
    margin:auto

}

.TranslationTable th
{
	padding:4px 4px 4px 4px;
	vertical-align:bottom;
	text-align:center;
	border-style:ridge;
	border-width:2px;
}
.TranslationTable td
{
	border-style:ridge;
	border-width:2px;
	padding:5px 5px 5px 5px;
	font-weight:normal;
	color: #535353;
	font-size: 0.95em;
	padding-left: 8px;
	padding-bottom: 5px;
	text-decoration: none;
}
	
.TranslationTable td
{
	padding:0 3px 0 3px;
}

.TranslationTable .CheckColumn
{
	text-align:center;
}

.SurveyCell
{
	width:300px	
}


#wrapper2
{
	width: 400px;
	background-color: transparent;
	background-image: url(/Portals/0/images/content_bkgd.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	padding-top: 30px;
	padding-right: 14px;
	padding-bottom: 0pt;
	padding-left: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	text-align: left;
}

#PopupCloseButton
{
	text-align:center
}
#ShowMainTableButton
{
	text-align:center
}

#TranslationsWindow
{
	background-color:White;
	width:475px;
	height:auto;
}

#PopupArea
{
	width:475px;
	text-align:center;
}

#PopupArea h1 {
   color: #FF8C19;
   font-size: 1em;
   margin-bottom: 5px; 
}

.hidden 
{
	display:none
}
#dnn_ctr911_ModuleContent {
	position:relative;
	top:-25px;
}

.DynamicForms_ServerSideSummary
{
	color:Red;
}

.TimelineEntry
{

  float:right;
  clear:none;
  height:49px;
  width:44px;
  text-align:center;
  cursor:pointer;

}

.TimelineContentWrapper
{
  width:572px;
  float:right;
  clear:both;
}

.TimelineContent

{
  margin-top:5px;
  padding:10px 10px 10px 10px;
  background-color:#EDF3F8;
  text-align:left;
  float:none;
  clear:both;
  font-family:Arial;
  font-size:11px;
  color:#000000;
  line-height:125%;
}

.TimelineContent .strong
{
  color:#336D91;
  width:100%;
  text-align:left;
  font-family:Arial;
  font-size:11px;
  font-weight: bold;
  line-height:125%;
}

.TimelineContent A:visited
{
  color:#FF9119;
}

.TimelineContent A:hover
{
  color:#FF9119;
}

.TimelineContent A:link
{
  color:#FF9119;
}

.TimelineSubHeader
{
  font-family:Arial;
  font-size:13px;
  text-align:left;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:9px;
}

.two_column_full #content {
  line-height: 150%;
  font-size: .8em;
  font-family: Arial, Helvetica, sans-serif;
  width:582px;
  clear:both;
  padding: 0 10px 0 10px;
}

.two_column #contentwrapper

{
  float: left;
  width: 675px;
}
