
/* CSS Document 
Authored by:jm
For:Fund for Community Progress
Date:11/09*/


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: #B80000;
  
  font-size:100%;
  font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
  color:#333333;
}
h1 {
	color: #B91313;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.85em;
	font-weight: bold;
	line-height: 115%;
	
	margin-bottom: 10px;
}
h2 {
	color: #744646;
	font-size: 1.40em;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 115%;
	
	margin-bottom: 5px;
	margin-top: 5px;
}
h3 {
	color: #BAA661;
	font-size: 1.25em;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 115%;
	
	margin-bottom: 5px;
	margin-top: 5px;
}
table {
	border-collapse: collapse;
}
sup, sub {
	font-size:80%;
}
p, ul, ol {
	padding-bottom: 10px;
}
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_redarrow.gif) no-repeat 0 5px;
}
ol li {
	margin-left: 45px;
}
a, a:link, a:visited {
	color: #C02C2C;
	text-decoration: none;
	border-bottom: 1px dotted #C02C2C;
	cursor: pointer;
}
a:hover {
	color: #000000;
	border-bottom: 1px dotted #000000;
}
.ie8 a[name^=""] {
	line-height:0px;
	font-size:1px;
}
hr {
	border:0;
	border-top:1px dashed #D7CBA2;
	height:1px;
}
.ie hr {
  display:block;
  margin:-7px 0px !important;
}
.table {
  border-top: 1px solid #D7CBA2;
  border-right: 1px solid #D7CBA2;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.table td {
  border-bottom: 1px solid #D7CBA2;
  border-left: 1px solid #D7CBA2;
  padding: 5px;
  margin: 0;
}
.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 #A69391;
  padding:2px;
}
.imageleftborder {
  margin-right: 15px;
  margin-bottom: 5px;
  float: left;
    border:1px solid #A69391;
  padding:2px;
}
.captionleft {
  margin-right: 15px;
  margin-bottom: 5px;
  float: left;
  
  color:#744646;
  font-size: .8em;
  text-align:right;
}
.captionright{
  margin-left: 15px;
  margin-bottom: 5px;
  float: right;
  
  color:#744646;
  font-size: .8em;
  text-align:right;
}
.captionleft img,
.captionright img {
  border:1px solid #A69391;
  padding:2px;
}
.link_noline {
  border-bottom:1px solid #FFFFFF !important;
}
.openingparagraph {
 color:#744646;
  font-weight:bold;
 font-size: 1.25em;
}

.browntext {
  color:#744646;
  font-weight:bold;
}
/*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*/
}

#bkgd_outer {
  background:  #A69391 url(/Portals/0/images/bkgd_main_top.jpg) repeat-x;
  text-align: center;

   min-width: 950px;
   width:auto !important;
   width:100%;
}

#bkgd_inner {
  background:  url(/Portals/0/images/bkgd_main_btm.jpg) repeat-x bottom;
  text-align: center;

   min-width: 950px;
   width:auto !important;
   width:100%;
}
#containerouter {
    width: 950px;
    margin: 0px auto 0 auto;
    text-align: left;
	padding-left: 12px;
}

/*mast styles*/
#mast {
  background: url(/Portals/0/images/bkgd_mast.jpg) no-repeat 162px 0px;
}
#logo {
    float: left;
	padding: 13px 3px;
	margin-right: 25px;
	margin-bottom:2px;
}
#logo a,
#logo a:visited {
  border:0px !important;
}

#mastright {
  background: url(/Portals/0/images/bkgd_focusareas.jpg) no-repeat 0px center;
	float: right;
    width:620px;
	text-align:right;
}

#topnav {
  color:#FFFFFF;
  font-size: .7em;
  margin: 8px 0px 0px 0px;

  word-spacing: -.5px;

}
#topnav a,
#topnav a:visited {
  color:#FFFFFF;
  margin: 0px 3px;
  padding-bottom: 1px;
  border-bottom: 0px;
  
}
#topnav a:hover {
	border-bottom: 1px dotted #FFFFFF;
	padding-bottom: 0px;
}


#focus_areas {
  color:#FFFFFF;
  font-size: .8em;

  float: left;
  width: 322px;
  text-align:left;
}

#focus_areas ul {
  padding: 5px 0px 10px 0px;
}
#focus_areas ul li {
  background: url(/Portals/0/images/bullet_tancircle.gif) no-repeat 0px 3px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding-left: 18px;
}
.safari #focus_areas ul li { 
  padding-left: 15px;
}
#focus_areas a,
#focus_areas a:visited {
  color:#FFFFFF;

  padding-bottom: 1px;
  border-bottom: 0px;
  
}
#focus_areas a:hover {
	border-bottom: 1px dotted #FFFFFF;
	padding-bottom: 0px;
}

#search {
	float:right;
	width: 220px;
	text-align:right;
	margin-top: 78px;
	padding:4px;
	padding-right: 0px;
}
#search * {
  position: relative;
  vertical-align:middle;
}

#search input.textfield {
	border: 1px solid #FFFFFF;

	background:#FFFFFF;
	width: 158px;
	height: 15px;
	font-size: 11px;
	text-align: right;
	padding:1px 5px;
	color: #666666;
}
#search .go {
  background:none;
  border: none;
  vertical-align: top;
}
#search .google_go {
  background: url(/Portals/0/images/search.jpg) no-repeat;
  height: 24px;
  border: none;
  vertical-align: top;
  cursor:pointer;
}


#content_bkgd {
  background: #FFFFFF url(/Portals/0/images/bkgd_main_outer.jpg) no-repeat;
  padding:0 16px 20px 16px;
}
#nav_holder {
  clear:both;
}
#mainav {
  float:left;
  width: 600px;
  height: 28px;
  display:block;
  padding: 9px 0px 8px 0px;
   
}
.ie6 #mainav {
  height: 28px;
  overflow:hidden;
}

#mainav ul {
  padding:0px;
  margin:0px;
 margin-top:4px;
/* margin-bottom:2px;*/
}


#mainav li {
  padding:0px;
  margin:0px;
  background:none;
  list-style-type: none;  
  
/*  display:inline;
  padding: 10px 13px 12px 8px;
  background: url(/Portals/0/images/mainav_divider.jpg) no-repeat right;*/
}

/*
#mainav a,#mainav a:link,#mainav a:visited {
  border:0px !important;
  display:inline-block;
  
  color: #724343;
  font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: bold;
  text-decoration: none;
  text-transform:uppercase;
}
#mainav a:hover {
  color: #000000;
}
#mainav li.noline{
  background: none;
}
*/
#toolbar {
  float:right;
  width:250px;
  text-align:right;
  padding: 10px 0px 0 0 !important;
}

#toolbar * {
  position:relative;
  vertical-align:middle;
}
#toolbar a,
#toolbar a:visited {
/*  text-transform: uppercase;*/
  text-decoration: none;
  font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
  line-height:150%;
  border:0px !important;
  
  padding-top: 8px;
}
#toolbar a.icon{
  margin-left:5px;
  padding-top:5px;
}
#toolbar a.givenow{
  margin-left:10px;
  padding-top:0px;
}

#container {
  background: url(/Portals/0/images/bkgd_content.jpg) repeat-y;
  position: relative;
  z-index:1;
  clear:both;
}

#maininfo{
  background: url(/Portals/0/images/bkgd_main_inner.jpg) no-repeat;
  width: 917px;
}
#content {
   float: left;
   width:624px;
   min-height:350px;
   height:auto !important;
   height: 350px;

   line-height: 167%;
   color: #333333;
   font-size: .85em;
   padding:30px 15px 10px 35px;
  
   font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
}


/*right column - cp*/
#subinfo {
 width: 220px;
 float: right;
 margin-right:10px;  
 
 font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
}
.ie6 #subinfo {
 margin-right:5px;  
} 
 #subnav {
  font-size: .9em;
  line-height:150%;
  padding:0;
  margin: 60px 0 30px 0;
}
#subnav ul {
  padding:0 !important;
  margin:0 !important;
}
#subnav li {
  margin:0;
  padding:0;
  background:none;

/*  margin-left:15px;
  background: url(/Portals/0/images/bullet_brownarrow.gif) no-repeat 0 5px;
  padding-left: 20px;
  padding-bottom: 3px;*/
}
/*
#subnav a,#subnav a:link,#subnav a:visited {
   border:0px !important;
   font-weight:bold;
}
#subnav a:hover {
  color: #000000;
}
*/
.subextra{
   font-size: .75em;
   margin-bottom: 20px;
   line-height: 150%;
   color: #333333;
}
.subextra h3,
.subextra h3 .Head {
  color:#744646;
  font-size: 1.05em;
  font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-weight:bold;
}
.subextra ul li {
	background: url(/Portals/0/images/bullet_redarrow.gif) no-repeat 0 2px;
}
/*footer styles*/
#footerholder {
 clear:both;
  background: url(/Portals/0/images/bkgd_footer.jpg) no-repeat;
   padding: 6px 0 15px 0px;
   width: 100%;
   text-align:center;
}
#footerholder a,#footerholder a:link,#footerholder a:visited {
   color: #FFFFFF;
   text-decoration: underline;
   border:0px !important;
}
#footerholder a:hover {
  color: #000000;
}
#footer {
  margin:0 auto;
  padding-bottom: 30px;
  text-align: left;
  font-size: .75em;
  color: #FFFFFF;
}
#copyright {
   padding: 18px  0 0 8px;
  float:left;
  width: 550px;
}

#bottomnav{
   padding: 25px 30px 0 0;
   float: right;
   width: 155px;
   text-align:right;
   font-size:.95em;
}

/*home styles*/
.home #containerouter {
    width: 962px;
    margin: 0px auto 0 auto;
    text-align: left;
	padding-left: 0px;
}
.ie6 .home #containerouter {
    width: 964px;
}
#mast_home {
  float: left;
  width: 205px;
}
#mast_home #logo {
    float: left;
	padding: 30px 3px;
	margin-right: 25px;
	margin-bottom:0px;
}
#mast_home #focus_areas {
  background: url(/Portals/0/images/bkgd_focusareas_home.jpg) no-repeat;
  color:#FFFFFF;
  font-size: .75em;

  float: right;
  width: 188px;
  
  margin-top: 15px;
  padding: 15px 5px 30px 12px;
}
#mast_home #focus_areas h3{
  color: #FFFFFF;
  font-size: 1.6em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight:normal;
  margin-left: 5px;
  margin-bottom: 8px;
}
#mast_home #focus_areas table {
margin:0;
padding:0;
width: 100%;

background: url(/Portals/0/images/divider_focus.gif) no-repeat bottom center;
}
#mast_home #focus_areas table.noline {
 background: none;
}

#mast_home #focus_areas table td{
text-align:left;
padding:4px 0px 4px 0px;
/*border-bottom:1px dotted #9A8381;*/
}
#mast_home #focus_areas table td.focus_ol {
  width: 38px;
  text-align:right;
}
.ie #mast_home #focus_areas table td,
.safari #mast_home #focus_areas table td{
padding:5px 0px 5px 0px;
}
#mast_home #focus_areas img {
  margin-right: 6px;
}
#mast_home #focus_areas a,
#mast_home #focus_areas a:visited {
  color:#FFFFFF;

  padding-bottom: 1px;
  border-bottom: 0px;
}
#mast_home #focus_areas a:hover {
	border-bottom: 1px dotted #FFFFFF;
	padding-bottom: 0px;
}
#mast_home #focus_areas .link_noline {
  border-bottom:0px !important;
    padding-bottom: 1px !important;
}
#mast_home #toolbar {
  width: 130px;
  margin-right: 15px;
} 
#mast_home #toolbar a,
#mast_home #toolbar a:visited {
  text-transform:none;
  text-decoration: none;
  color:#FFFFFF;
  font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
  line-height:150%;
  border:0px;
  padding-bottom: 1px;
  
  padding-top: 3px;
}
#mast_home #toolbar a:hover {
  border-bottom: 1px dotted #FFFFFF !important;
  padding-bottom: 0px !important;
}
#mast_home #toolbar a.icon{
  border-bottom:0px !important;
}

#home_content {
  float: right;
  width: 757px;
  padding-top: 15px;
}
#home_content #topnav_holder {
  padding-bottom: 8px;
}
#home_content #topnav {
  float:right;
  width: 350px;
	
  color:#FFFFFF;
  font-size: .7em;
  text-align:right;
  margin: 5px 15px 0px 0px;

  word-spacing: -.5px;
}

#home_content #search {
	float:right;
	width: 215px;
	text-align:right;
	margin-top: 0px;
	padding:0px;
}

.ie6 #home_content #mainav {
  padding: 9px 0px 5px 0px;
}

#home_content #givenow {
  float: right;
  width: 120px;
  padding-top: 9px;
  text-align:right;
}

#home_content #givenow a, 
#home_content #givenow a:visited{
  border:0px !important;
}
#home_content #content_bkgd {
  background: #FFFFFF url(/Portals/0/images/bkgd_content.jpg) repeat-y -200px 0px;

  padding:0px;
}
#home_content #cont_bkgd_inner {
  background: url(/Portals/0/images/bkgd_main_outer_home.jpg) no-repeat;
  padding:0 16px 0px 16px;
  position: relative;
  z-index:1;
}
#home_content #container {
  clear:both;
  width: 722px;
  background:none;
}

#home_content #maininfo{
  background: none;
  width: 722px;
}

#home_content #content {
   float: left;
   width:722px;

   line-height: 167%;
   color: #333333;
   font-size: .85em;
   padding:0px;
  
   font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
 
}
#home_content h1 {
  font-size: 2.05em;
  margin-bottom: 15px;
}
#home_content h3 {
  margin-bottom: 5px;
  font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size: 1.25em;
  color:#B91313;
}
#home_content .pikpane {
  margin-bottom : 8px;
}
/*hides the digrotate second div in IE*/
#drPanel671Content2 {
  display:none;
}
#home_content #columnholder {
 background: url(/Portals/0/images/bkgd_columnholder.gif) repeat-x bottom;
 padding-bottom: 25px;
}
#home_content #leftcolumn {
  float: left;
  width:427px;
  padding: 10px 15px 10px 10px;
}
#home_content #leftcolumn .contentpane {
margin-bottom: 5px;
}
#home_content #leftcolumn .bottompane {
margin-top: 15px;
   font-size: .85em;
   line-height: 150%;
}
#home_content #rightcolumn {
  float: right;
  width:245px;
}
.facebook {
  float: left;
}
.signup {
  float: left;
}
#home_content #footerholder {
 clear:both;
  background: url(/Portals/0/images/bkgd_footer_home.jpg) no-repeat;
   padding: 6px 0 15px 0px;
   width: 100%;
   text-align:center;
}

/*container styles*/
.tanbox {
	background: url(/Portals/0/images/bkgd_tanbox.jpg) no-repeat;
	margin-bottom: 20px;
	padding: 20px 20px  10px 20px;
}
.tanbox h3  {
  margin-bottom: 15px !important;
}
.tanbox_home {
	background: url(/Portals/0/images/bkgd_tanbox_home.png) no-repeat;
	margin-bottom: 20px;
	padding: 16px 13px  0px 13px;
   
   font-size: .85em;
   line-height: 150%;

}
.ie6 .tanbox_home {
    background: url(/Portals/0/images/bkgd_tanbox_home.jpg) no-repeat;
}
.ie6 .tanbox_home.connected {
	background: url(/Portals/0/images/bkgd_tanbox_home2.jpg) no-repeat;
}
.tanbox_home h2  {
  margin-bottom: 15px !important;
}
.tanbox_home h2 .Head {
  color:#744646;
  font-size: .75em;
  font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-weight:bold;
  margin-left: 6px;
}

.singledivider,
.doubledivider {
  margin-left: 10px;
}
.singledivider .cont-content,
.doubledivider .cont-content {
  padding: 15px 10px;
}




/*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 */

/*UDT styles - tabid 187*/
table#dnn_ctr701_UserDefinedTable_grdData {
  border-collapse:collapse !important;
    border-top: 1px solid #D7CBA2 !important;
  border-right: 1px solid #D7CBA2 !important;
}
.UDT_Table_Head td {
   background:#EFEADA url(/Portals/0/images/bkgd_tab.jpg) repeat-x;
  border-bottom: 1px solid #D7CBA2;
  border-left: 1px solid #D7CBA2;
  padding: 5px;
  margin: 0;

}
.UDT_Table_AlternateItem td {
  border-bottom: 1px solid #D7CBA2;
  border-left: 1px solid #D7CBA2;
  padding: 5px;
  margin: 0;
}
.UDT_Table_Item td {
  border-bottom: 1px solid #D7CBA2;
  border-left: 1px solid #D7CBA2;
  padding: 5px;
  margin: 0;
}

/*form styles*/
.DynamicForms_Maintable td {
  padding: 1px 10px 1px 0px; 
}
.DynamicForms_Maintable .NormalBold {
  font-weight:bold;
  color:#000000;
}
.DynamicForms_Maintable input,
.DynamicForms_Maintable textarea,
.DynamicForms_Maintable select,
.DynamicForms_Maintable .NormalTextBox {
  border: 1px solid #D7CBA2;
}
/* submit button on tabid 69*/
a#dnn_ctr698_DynamicForms_lnkSave,
a#dnn_ctr698_DynamicForms_lnkSave:visited,
a#dnn_ctr698_DynamicForms_lnkSave:hover {
  background: #B91313;
  border: 2px solid #DDB3AA;
  padding:2px 10px;
  margin-left: 45px;
  
  color: #FFFFFF;
  font-size: 1em;
  font-family:Georgia, "Times New Roman", Times, serif;
  line-height:25px;
}
