
/* CSS Document 
Authored by:jm
For: JFCS
Date:1/10*/


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;
}
/*gets rid of Firefox jump*/
html {
  overflow-x: auto;
  overflow-y: scroll;
}
body {
  background: #FFDD66 url(/Portals/0/images/bkgd.jpg) repeat-x;
  
  font-size:100%;
  font-family: Arial, Helvetica, sans-serif;
  color:#333333;
}
h1 {
	color: #2D79B3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 115%;
	
	margin-bottom: 12px;
}
h2 {
	color: #DF831C;
	font-size: 1.4em;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 115%;
	
	margin-bottom: 5px;
}
h3 {
	color: #DF831C;
	font-size: 1.25em;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 115%;
	
	margin-bottom: 5px;
}
h4 {
	color: #DF831C;
	font-size: 1.1em;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 115%;
	
	margin-bottom: 5px;
}
table {
	border-collapse: collapse;
}
sup, sub {
	font-size:60%;
}
.ie sup {
	font-size:70%;
	}
sup {
  vertical-align: top;
}
p, ul, ol {
	padding-bottom: 15px;
}
ul ul, ol ol {
	padding-bottom: 0;
}
ul li {
	margin-left: 25px;
	padding-left: 15px;
	list-style-type: none;
	background: url(/Portals/0/images/bullet_blackarrow_sm.gif) no-repeat 0 5px;
}
ul li ul li{
	margin-left: 0px;
	padding-left: 13px;
	list-style-type: none;
	background: url(/Portals/0/images/bullet_mainav.gif) no-repeat 0 5px;
	font-size:.9em;
}
ol li {
	margin-left: 45px;
}
a, a:link, a:visited {
	color: #2D79B3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #DF831C;
}
.ie8 a[name^=""] {
	line-height:0px;
	font-size:1px;
}
hr {
	border:0;
	border-top:1px dotted #8AB7D2;
	height:1px;
}
.ie hr {
  display:block;
  margin:-7px 0px !important;
}
.table {
  border-top: 1px solid #5FA2D5;
  border-right: 1px solid #5FA2D5;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
 .table th{
    border-bottom: 1px solid #5FA2D5;
	border-left: 1px solid #5FA2D5;
	padding: 2px 10px;
	margin: 0;
	
	color: #FFFFFF;
	background: #2D79B3 url(/Portals/0/images/bkgd_th.jpg) repeat-x;
}
.table td {
  border-bottom: 1px solid #5FA2D5;
  border-left: 1px solid #5FA2D5;
	padding: 2px 10px;
  margin: 0;
	background: #FFFFFF url(/Portals/0/images/bkgd_td.jpg) repeat-x bottom;
}
.imageright {
  margin-left: 15px;
  margin-bottom: 5px;
  float: right;
}
.imageleft {
  margin-right: 15px;
  margin-bottom: 5px;
  float: left;
}
.imagerightborder {
  margin-left: 15px;
  margin-bottom: 5px;
  float: right;
    border:1px solid #B1D0E1;
}
.imageleftborder {
  margin-right: 15px;
  margin-bottom: 5px;
  float: left;
    border:1px solid #B1D0E1;
}
.title_link a,
.title_link a:visited,
a.title_link,
a.title_link:visited {
  text-decoration: none;
  font-weight:bold;
}
.title_link a:hover,
a.title_link:hover {
	color: #2D79B3;
	text-decoration: underline;
}
.opening_paragraph {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.6em;
  color: #000000;
  
  line-height: 140%;
}
/*google search*/
#cse-search-results iframe {
	width: 500px;
}
/*for space underneath each entry of DNN search results*/
.searchtable td {
  padding-bottom: 8px;
}
.searchtable_index {  /*DNNSearch numbers*/
display:block;
padding-right: 10px;
text-align:right;
}
.searchtable_title {  /*DNNSearch module title links*/
}




#wrapper {
  text-align: center;
  padding-bottom: 20px;

   min-width: 976px;
   width:auto !important;
   width:100%;
}
.ff3_5 #wrapper {
  margin: 0px !important;
}
#containerouter {
    background:  url(/Portals/0/images/bkgd_main_mid.jpg) repeat-y;
    width: 976px;
    margin: 0px auto 0 auto;
    text-align: left;
}

#container_bkgd {
    background:  url(/Portals/0/images/bkgd_main_top.jpg) no-repeat;
}

/*mast styles*/
#mast {
  padding:10px 10px 0px 10px;
}
#mast p,#mast ul,#mast ol {
	padding-bottom: 10px;
}
#logo {
    float: left;
	padding: 16px 3px 10px 24px;
	margin-right: 25px;
	margin-bottom:5px;
}

#mastright {
	float: right;
    width:717px;
	text-align:right;
	padding-top: 10px;
}


#topnav_holder {
}
#search {
	float:right;
	width: 190px;
	text-align:left;
	padding: 2px 4px 4px 1px;
}
#search * {
  position: relative;
  vertical-align:middle;
}

#search input.textfield {
	border: 1px solid #61A3D5;
	border-right:none;

	background:#FFFFFF;
	width: 144px;
	height: 16px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: right;
	padding:3px 9px;
	color: #727272;
}

.ff3_5 #search input.textfield,
.ie8 #search input.textfield {
  margin-top: 1px;
}

#search .go * {
  background:none;
  border: none;
  vertical-align: top;
  
  margin-left: -4px;

}
.ie #search .go {
  top:1px;
}
#search .google_go {
  background: url(/Portals/0/images/search.gif) no-repeat;
  height: 24px;
  width: 26px;
  border: none;
  vertical-align: top;
  
  margin-left: -4px;
 /* top:1px;*/
 cursor:pointer;
}
.ie #search .google_go {
  top:1px;
}
#toolbar {
  float:right;
  width:120px;
  text-align:left;
  font-size: .75em;
  word-spacing:1px;
  
  padding: 4px 0px 6px 7px;
  margin-top: 3px;
  margin-left: 10px;
  
  border-left: 1px solid #FFCF51;
}
.home #toolbar {
  width:65px;
}
#toolbar * {
  position:relative;
  vertical-align:middle;
}
#toolbar a,
#toolbar a:visited {
  text-decoration: none;
}
#toolbar a:hover {
  color:#2D79B3;
  text-decoration: underline;
}

#toolbar img{
  margin:0 2px 0 5px;
  padding-top:0px;
}
#topnav {
  color:#000000;
  font-size: .75em;
  margin: 8px 0px 0px 0px;
  letter-spacing: 0px;
}
#topnav a,
#topnav a:visited {
  text-decoration: none;  
}
#topnav a:hover {
  color:#2D79B3;
  text-decoration: underline;
}
.divider {
  margin:0px 3px;
}

.tagline {
  clear:both;
  text-align:left;
  margin-top: 37px;
}
.ie .tagline {
  margin-top: 44px;
}

#tagline_holder {
  clear:both;
  text-align:left;
  margin-top: 44px;
}
.ie #tagline_holder {
  margin-top: 44px;
}
#tagline {
  float: left;
  width: 285px;
}
#callus {
  float: right;
  width: 217px;
  margin-right: 15px;
}


.giveonline{
  clear:both;
  text-align: right;
  margin-top: 5px;
  margin-right:9px;
}


#mainav {
  display:block;
  margin: 1px 14px 2px 14px;
 /* height: 31px;*/
  background: url(/Portals/0/images/bkgd_mainav.gif) repeat-x bottom;
}

#mainav ul {
  padding:0;
  margin:0;
  
  margin-bottom:2px;
}
.ie #mainav ul {
  position: relative;
}

#mainav li {
  padding:0;
  margin:0;
  background:none;
  list-style-type: none;  
  
/*  display:inline;
  padding: 11px 20px 10px 19px;
  background: url(/Portals/0/images/mainav.jpg) no-repeat;
  border-right:1px solid #FFBD11;
  border-bottom:1px solid #FFBD11;*/
}
/*.ie #mainav ul li{
  margin-right: 5px;
  padding: 10px 18px 9px 18px;
}
#mainav a,#mainav a:link,#mainav a:visited {
  border:0px !important;
  display:inline-block;
  
  color: #333333;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  text-decoration: none;
}

#mainav li:hover {
  background: url(/Portals/0/images/mainav_dn.gif) no-repeat;
  border-bottom: 1px solid #FFFFFF;
}
#mainav li:hover a{
  color: #2D79B3;
}
#mainav li.first{
 background: url(/Portals/0/images/mainav_first_up.jpg) no-repeat;
}
#mainav li.first:hover{
 background: url(/Portals/0/images/mainav_first_dn.gif) no-repeat;
}
#mainav li.last{
  background: url(/Portals/0/images/mainav_help_up.jpg) no-repeat;
  padding: 11px 37px 10px 37px;
}
#mainav li.last:hover{
  background: url(/Portals/0/images/mainav_help_dn.jpg) no-repeat;
}
#mainav li.last span{
   visibility:hidden;
}
.ie #mainav li.last{
  padding: 10px 60px 9px 60px !important;
}
*/
#container {
  background: url(/Portals/0/images/bkgd_content.gif) repeat-y -8px 0px;
  position: relative;

  clear:both;  
  margin:8px 15px 0px 15px;
  
}
.home #container {
  background: none;
  margin:9px 12px 0px 8px;
}
#maininfo{
  width: 950px;
}
.home #maininfo {
  width: 960px;
}
#content_holder {
   float: left;
   width:690px;
  background: url(/Portals/0/images/bkgd_content_inner.jpg) no-repeat -3px 0px;
}
.home #content_holder {
   float: none;
   width:960px;
  background: url(/Portals/0/images/divider_home_top.jpg) no-repeat top center;
  padding-top:10px;
}
#breadcrumb {
  padding-top: 13px;
  padding-right: 30px;

  font-size: .7em;
  text-align:right;
  word-spacing: 0.5px;
}
#breadcrumb .SkinObject {
color:#333333;
font-size: inherit;
font-weight:normal;
text-decoration:none;
}
#breadcrumb a.SkinObject,
#breadcrumb a.SkinObject:visited
{
  margin-left:2px;
  text-decoration: none;
}

#breadcrumb a.SkinObject:hover
{
  text-decoration: underline;
}
#content {
   width:640px;

   line-height: 167%;
   color: #333333;
   font-size: .8em;
   padding:11px 22px 10px 23px;
  
   font-family:Arial, Helvetica, sans-serif;
}
.home #content {
   width:960px;
   padding:0px;
   background: #FFFFFF;
   
}
/*.home #content-top {
  padding-bottom: 15px;
  background: url(/Portals/0/images/divider_home_btm.jpg) no-repeat bottom center;
}*/
.home .pikpane {
  float: left;
  width: 622px;
  margin-left: 7px;
  
}

.ie6 .home .pikpane {
  margin-left: 0px;}
.contentpane {
  padding-right: 5px;
}
.home .contentpane {
  float: right;
  width: 284px;
  margin-right: 5px;
  
  padding-right: 0px;
}

#columnholder {
  clear:both;
  padding-top:15px;
}
.column1 {
  float: left;
  width: 310px;
}
.column2 {
  float: right;
  width: 310px;
}

.home #columnholder {
  clear:both;
  background: url(/Portals/0/images/bkgd_content_home.gif) repeat-y;
  padding-top:5px;
  margin-top:15px;
  margin-bottom:15px;
  
  color: #333333;
  line-height:150%;
}
.home #columnholder h2 {
  padding-bottom: 10px;
}
.home .column1 {
  float: left;
  position: relative;
  width: 284px;
  margin-left: 26px;
}
.ie6 .home .column1 {
  margin-left: 13px;
}
.home .column2 {
  float: left;
  position: relative;
  width: 284px;
  margin-left: 28px;
}
.home .column2 p{
  background:url(/Portals/0/images/bullet_orangearrow_home.gif) no-repeat 0px 3px;
  padding-left: 18px;
  margin-left: 10px;
}
.home #column3_holder {
  float: right;
  width: 284px;
  margin-right: 20px;
}
p.seeall {
  background: none !important;
  margin:0px !important;
  padding:0px !important;
  
  font-size: .875em;
  position: absolute;
  top:3px;
  right:0px;
}
.eNews {
  margin-top: 15px;
}
.eNews h2{
  padding-bottom: 1px !important;
  line-height:100%;
}
.eNews p{
  padding-bottom: 10px;
}
.eNews input {
  position: relative;
  vertical-align:middle;
}

.eNews input.textfield {
	border: none;
	background: url(/Portals/0/images/bkgd_signup.gif) no-repeat;
	width: 196px;
	height: 16px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: right;
	padding:4px 5px 3px 5px;
	color: #727272;
}
.eNews .go {
  background:none;
  border: none;
  vertical-align: top;
  margin-top:-1px;
}
.ie7 .eNews .go {
  background:none;
  border: none;
  vertical-align: top;
  margin-top:1px;
}
/*right column - cp*/
#subinfo {
 width: 217px;
 min-height: 300px;
 height: auto !important;
 height: 300px;
 
 float: right;
 margin-right:4px; 
 background: url(/Portals/0/images/bkgd_subinfo.jpg) no-repeat;
 
 padding: 45px 14px 10px 25px;
}
.ie6 #subinfo {
 margin-right:0px; 
}
#subinfo .imagerightborder,
#subinfo .imageleftborder {
  border-color: #2D79B3;
}
#subnav {
  font-size: .8em;
  line-height:150%;
  padding:0;
  margin-bottom: 30px;
}
#subnav ul {
  padding:0 !important;
  margin:0 !important;
}
#subnav li {
  margin:0;
  padding:0;
  background:none;

/*  margin-left:0px;
  background: url(/Portals/0/images/bullet_blackarrow_lg.gif) no-repeat 0 3px;
  padding-left: 18px;
  padding-bottom: 4px;
  */
}
/*
#subnav li:hover {
  background: url(/Portals/0/images/bullet_orangearrow_lg.gif) no-repeat 0 3px;
}
#subnav a,#subnav a:link,#subnav a:visited {
  text-decoration: none;
  color: #333333;
}
#subnav a:hover {
  color: #2D79B3;
}
*/
.subextra{
   font-size: .8em;
   margin-bottom: 20px;
   line-height: 150%;
   color: #333333;
}
.subextra h3 {
  font-size: 1.3em;
}
.subextra ul li {
	background: url(/Portals/0/images/bullet_blackarrow_sm.gif) no-repeat 0 3px;
}
.subextra a,.subextra a:visited {
  text-decoration: none;
}
.subextra a:hover {
  color: #2D79B3;
  text-decoration: underline;
}

#bottom_holder {
  background: #FFFFFF url(/Portals/0/images/bkgd_bottominfo.jpg) no-repeat center 0px;
  padding: 11px 18px 10px 25px;
  
  font-size: .75em;
  color: #333333;
  line-height:167%;
}
#bottom_holder p {
  margin: 0px;
  padding:0px;
}
#bottom_info {
  float: left;
  width: 500px; 
  
  
}
#bottomnav{
   float: right;
   width: 300px;
   text-align:right;
   
   padding-top: 12px;
}

/*footer styles*/
#footerholder {
 clear:both;
  background: #FFDD66 url(/Portals/0/images/bkgd_main_btm.jpg) no-repeat;
   padding: 25px 0 15px 0px;
   width: 100%;
   text-align:center;
}
#footer {
  margin:0 auto;
  text-align: left;
  font-size: .75em;
  color: #000000;
}
#copyright {
   padding: 5px  0 0 40px;
  float:left;
  width: 300px;
}
#social_media {
  float: right; 
  width: 200px;
  
  margin-right: 5px;
}
#social_media * {
  position: relative;
  vertical-align:middle;
}
#social_media img { 
  margin-right: 5px;
}

/*container styles*/
.sidebar_callout {
  background: url(/Portals/0/images/bkgd_sidebar_callout_top.gif) no-repeat;
  margin-bottom: 20px;
}
.sidebar_callout .cont-content {
  background: url(/Portals/0/images/bkgd_sidebar_callout_btm.gif) no-repeat bottom;
  padding: 10px 12px 20px 16px;
  
  color: #666666;
  font-size: 1.10em;
  line-height:150%;
}
.sidebar_callout .cont-content h3 {
  font-size: 1.40em;
  margin-bottom: 10px;
}
.sidebar_callout .cont-content a, 
.sidebar_callout .cont-content a:link, 
.sidebar_callout .cont-content a:visited {
	color: #2D79B3;
	text-decoration: underline;
}
.sidebar_callout .cont-content a:hover {
	color: #DF831C;
}
.sidebar_callout .cont-content .imageleftborder,
.sidebar_callout .cont-content .imageleft {
  margin-right: 12px;
}
.sidebar_callout .cont-content .imagerightborder,
.sidebar_callout .cont-content .imageright {
  margin-left: 12px;
}

.sidebar {
  margin-bottom: 20px;
}
.sidebar .cont-content {
  padding-top: 10px;
}
.ie8 .sidebar .cont-content {
  margin-top: 10px;
}

.sidebar .cont-content .imageleftborder,
.sidebar .cont-content .imageleft {
  margin-right: 5px;
}
.sidebar .cont-content .imagerightborder,
.sidebar .cont-content .imageright {
  margin-left: 5px;
}

.landing_callout {
  background: url(/Portals/0/images/bkgd_landing_callout_top.gif) no-repeat;
  margin-bottom: 20px;  
}
.landing_callout h3 .Head{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:  .8em;
	font-weight:  bold;
	color: #333333;
  
    display:block;
	padding:7px 5px 9px 5px;
	margin:0px 5px 10px 5px;
	background: url(/Portals/0/images/divider_lg.gif) no-repeat bottom left;
}

.landing_callout .cont-content {
  background: url(/Portals/0/images/bkgd_landing_callout_btm.jpg) no-repeat bottom;
  padding: 5px 15px;
  
  line-height:150%;
  
  min-height: 150px;
  height: auto !important;
  height: 150px;  
}

.home_callout {
  background: url(/Portals/0/images/bkgd_home_callout_top.gif) no-repeat;
  margin-bottom: 18px; 
}
.home_callout div {
  margin: 0px;
  padding: 0px;
  
}
.home_callout .cont-content {
  background: url(/Portals/0/images/bkgd_home_callout_btm.gif) no-repeat bottom;
  padding: 5px 1px 1px 1px !important;
  
  color: #666666;
  font-size: 1em;
  line-height:155%;
}
.home_callout .cont-content h3 {
  font-size: 1.65em;
  margin: 0px;
  padding-top: 15px;
  margin-bottom: 5px;
  color:#2D79B3;
}
.home_callout .cont-content a, 
.home_callout .cont-content a:link, 
.home_callout .cont-content a:visited {
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}
.home_callout .cont-content a:hover {
	color: #333333;
	text-decoration: underline;
}
.home_callout .cont-content img {
  position: relative; 
  vertical-align: middle;
}
.home_callout .cont-content .imageleft {
  margin:0px;
  margin-right: 5px;
}
.home_callout .cont-content .imageright {
  margin:0px;
  margin-left: 5px;
}
.clear {
  clear:both;
}
/*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;
}
@charset "utf-8";

/* CSS Document */
.DynamicForms_Maintable .NormalBold {
  color:#333333;
  width: 250px;
  text-align:right;
  padding-right: 5px;
}
.safari .DynamicForms_Maintable .NormalBold {
  color:#666666;
  width: 250px;
  text-align:right;
  padding-right: 5px;
}
.DynamicForms_Maintable .NormalTextBox {
  margin-bottom: 5px;
}
#tblMain {
margin-bottom: 5px;
}
.DynamicForms_Maintable input.NormalTextBox,
.DynamicForms_Maintable select.NormalTextBox,
.DynamicForms_Maintable textarea.NormalTextBox {
/*  border: 1px solid #5FA2D5;*/
  color: #333333;
  font-family:Arial, Helvetica, sans-serif;
}
a#dnn_ctr632_DynamicForms_lnkSave,
a#dnn_ctr632_DynamicForms_lnkSave:visited,
a#dnn_ctr653_DynamicForms_lnkSave,
a#dnn_ctr653_DynamicForms_lnkSave:visited,
a#dnn_ctr683_DynamicForms_lnkSave,
a#dnn_ctr683_DynamicForms_lnkSave:visited  {
/*border: 2px solid #5FA2D5;
  background: #2D79B3 url(/Portals/0/images/bkgd_button.jpg) repeat-x; */
  background: url(/Portals/0/images/button_bg.jpg) no-repeat; 
  color:#FFFFFF;
  font-weight:bold;
  text-decoration: none;
  padding: 4px 15px 4px 10px;
  height: 22px;
  margin-left: 120px;
  
}
.safari a#dnn_ctr669_DynamicForms_lnkSave,
.safari a#dnn_ctr669_DynamicForms_lnkSave:visited,
.safari a#dnn_ctr678_DynamicForms_lnkSave,
.safari a#dnn_ctr678_DynamicForms_lnkSave:visited,
.safari a#dnn_ctr683_DynamicForms_lnkSave,
.safari a#dnn_ctr683_DynamicForms_lnkSave:visited  {
  padding: 4px 15px 5px 10px;
}
.ie a#dnn_ctr669_DynamicForms_lnkSave,
.ie a#dnn_ctr669_DynamicForms_lnkSave:visited,
.ie a#dnn_ctr678_DynamicForms_lnkSave,
.ie a#dnn_ctr678_DynamicForms_lnkSave:visited ,
.ie a#dnn_ctr683_DynamicForms_lnkSave,
.ie a#dnn_ctr683_DynamicForms_lnkSave:visited  {
  margin-left: 125px;
}
 

