/* CSS Document 
Authored by: jlm
For:FCAA
Date:11/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;
}
html {
	overflow-x: auto;
	overflow-y: scroll;
}
body {
	background: #3FA2D2 url(/Portals/0/images/bkgd.jpg) repeat-x;
	text-align: center;
	font-size:100%;
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#333333;
	margin-bottom: 25px;
}
h1 {
	color: #77A779;
	font-size: 2em;
	margin-bottom: 13px;
	font-weight: normal;
	line-height:130%;
}
h2 {
	color: #948B83;
	font-size: 1.7em;
	padding-top: 6px;
	padding-bottom: 7px;
	font-weight: normal;
	line-height:130%;
}
h3 {
	color: #948B83;
	font-size: 1.4em;
	padding-top: 6px;
	padding-bottom: 7px;
	font-weight: normal;
	line-height:130%;
}
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_brownsquare.gif) no-repeat 0 9px;
	
	margin-bottom: 10px;
}
ol li {
	margin-left: 45px;
	
	margin-bottom: 10px;
}
a, a:link, a:visited {
	color: #0083B4;
	text-decoration: none;
	border-bottom: 1px dotted #0083B4;
	cursor: pointer;
}
a:hover {
	color: #333333;
	border-bottom: 1px dotted #333333;
}
.ie8 a[name^=""] {
	line-height:0px;
	font-size:1px;
}
hr {
clear:both;
	border:0;
	border-top:1px dashed #80AC81;
	height:1px;
}
.ie hr {
  display:block;
  margin:-7px 0px !important;
}

.table {
	border-top: 1px solid #8E7668;
	border-right: 1px solid #8E7668;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.table td {
	border-bottom: 1px solid #8E7668;
	border-left: 1px solid #8E7668;
	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 #C8BBB0;
}
.imageleftborder {
	margin-right: 12px;
	margin-bottom: 5px;
	float: left;
	border: 1px solid #C8BBB0;
}
.link_noline {
  border:1px solid #FFFFFF !important;
}
.intro {
/*  font-family:Georgia, "Times New Roman", Times, serif;*/
  font-size: 1.5em;
  line-height: 150%;
}
.callout {
	border-top:1px dashed #80AC81;
	border-bottom: 1px dashed #80AC81;
	padding: 18px 10px;
	margin-bottom: 15px;
	
	font-size:1.2em;
	color: #77A779;
	font-style:italic;
	line-height:145%;
}

.contact_submit {
  margin-top: 8px;
}
/*google search*/
#cse-search-results iframe {
	width: 625px;
}
/*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*/
}


#containerouter {
	width: 1009px;
	margin: 0px auto 0 auto;
	background: url(/Portals/0/images/bkgd_shadow_mid.jpg) repeat-y;
	text-align: left;
	padding-bottom: 15px;
}
#containerbkgd {
	padding:0px 9px 0px 9px;
	background: url(/Portals/0/images/bkgd_shadow_top.jpg) no-repeat;
}
#howdoi {
  width: 151px;
	height:28px;
	/*overflow:hidden;*/
  float:right;
 padding:9px 16px 0 0;
}
#howdoi ul{
  margin:0px;
  padding:0px;
}
#howdoi ul li {
  margin:0px;
  padding:0px;
  background:none;
  list-style:none;
}
#howdoi a, #howdoi a:link, #howdoi a:visited {
  border:0px;
}

/*mast styles*/
#mast {
	background: url(/Portals/0/images/bkgd_mast.jpg) no-repeat right 70px;
}
#logo {
	float: left;
	width: 250px;
	margin: 30px 10px 23px 15px;
}
.ie6 #logo {
	margin: 30px 0px 23px 15px;
}
#logo a,
#logo a:visited{
  border:0px;
}
#mastright {
	float: right;
	width: 400px;
	margin: 0px 10px 30px 10px;
	text-align:right;
}
.ie6 #mastright {
  margin: 0px 2px 30px 0px;
}
#topnav {
  color:#38A5DA;
  font-size: .7em;
  margin: 14px 6px 0 0;
}
#topnav a,
#topnav a:visited {
  color:#70583F;
  padding: 0px 3px;
  border-bottom: 1px dotted #FFFFFF;
}
#topnav a:hover {
	border-bottom: 1px dotted #70583F;
}
#search {
	float:right;
	width: 193px;
	text-align:left;
	background:url(/Portals/0/images/bkgd_search.jpg) no-repeat;
	margin-top: 71px;
	padding:4px;
}
#search * {
  position: relative;
  vertical-align:middle;
}

#search input.textfield {
	 /*border: 1px solid #D3CCC0;*/
    border:none;
	 background:none;
	width: 155px;
	height: 15px;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
	padding-top:2px;
	color: #666666;
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
}
#search .go {
  background:none;
  border: none;
  vertical-align: top;
}
#search .google_go {
  background:none;
  background: url(/Portals/0/images/search.gif) no-repeat;
  width: 15px;
  border: 0px;
  vertical-align: top;
  cursor:pointer;
}
#mainav_holder {
    clear:both;
	border-top:1px dashed #A38E7C;
	border-bottom: 1px dashed #A38E7C;
	padding: 10px 0;
	margin: 0 15px;
}
#mainav {
	float:left;
	width:750px;
	margin-left: 5px;
}
#mainav ul {
    margin:0px;
	padding:0px;
}
#mainav li {
	list-style-type: none;
	background: none;
	padding:0px;
	margin:0px;

	/*display:inline;*/
}
#mainav a, #mainav a:link, #mainav a:visited {
  border:0px;
}
/*
#mainav a, #mainav a:link, #mainav a:visited {
	padding-right: 15px;
	border: 0px;
	text-decoration: none;
	font-size: 1.15em;
	letter-spacing:0.25px;
	text-transform:uppercase;
}

#mainav a:hover {
	color:#836F5C;
}
*/
#toolbar {
	float: right;
	width: 175px;
	text-align:right;	
	margin-right: 3px;
}
#toolbar * {
  position: relative;
  vertical-align:middle;
}
#toolbar img {
  margin-left: 5px;
}
#toolbar a,
#toolbar a:visited {
  color:#9B8673;
  border-bottom: 1px dotted #FFFFFF;
  text-transform:uppercase;
  font-size: .55em;
  font-weight:bold;
}
#toolbar a:hover {
  border-bottom: 1px dotted #70583F;
}
#toolbar a:hover.icon {
  border-bottom: 0px;
}
#container {
	width: 960px;
	margin:0px 15px;
		
	line-height: 167%;
	color: #333333;
	font-size: .9em;
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
}
#breadcrumb {
  padding: 5px 0 2px 0;
  
  font-size: .8em;
}
#breadcrumb strong {
  text-transform:uppercase;
}
#breadcrumb a, #breadcrumb a:visited,
#breadcrumb a.SkinObject, #breadcrumb a:visited.SkinObject {
  color: #77A779;
  margin: 0 5px;
  border-bottom:1px dotted #FFFFFF;
  
  font-weight: normal;
  font-size: 1em;
}
#breadcrumb a:hover {
  border-bottom:1px dotted #77A779 !important;
}
#maininfo {

}

#content {
	float: left;
	width: 695px;
    background: url(/Portals/0/images/bkgd_content_mid.jpg) repeat-y;
}
/*content page content styles*/
.contentpane {
  background: url(/Portals/0/images/bkgd_content_top.jpg) no-repeat;
  padding: 30px 30px 10px 30px;
  
  min-height: 200px;
  height: auto !important;
  height: 200px;
}
#content-bottom {
  clear:both;
  background: url(/Portals/0/images/bkgd_content_btm.jpg) no-repeat;
  height: 2px;
  display:block;
}

/*right column - cp*/
#subinfo {
	width: 257px;
	float: right;
}
#subnav {
/*  background: url(/Portals/0/images/bkgd_subnav.jpg) no-repeat;
  border-bottom: 1px solid #CEC8B9;
  padding: 30px 20px 30px 5px;
  margin-bottom: 15px;*/
}
#subnav ul {
  margin:0px;
  padding:0px;
}
#subnav ul li {
	list-style-type: none;
	background: none;
	margin:0px;
	padding:0px;
	
	/*margin-left: 25px;*/
}
#subnav ul li li {
  background: none;
}
/*#subnav a, #subnav a:link, #subnav a:visited {
	color: #2894BD;
	text-decoration: none;
	border:0px;

	padding-bottom: 1px;
}
#subnav a:hover {
	border-bottom: 1px dotted #2894BD;
	padding-bottom: 0px;
}
#subnav li ul {
	margin-top: 2px;
	margin-bottom: 2px;
}
#subnav li li {
	list-style-type: none;
	background: url(/Portals/0/images/bullet_brownarrow.gif) no-repeat 0 5px;
    padding-left: 12px;
	margin-left: 10px;
	line-height:140%;
}
#subnav  li li a, #subnav li li a:link, #subnav li li a:visited {
	font-size: .85em;
}
#subnav a.active {
  color:#685B4F;
}
#subnav a.active:hover {
  border-color:#685B4F;
}
*/
.subextra {
 font-size: .85em;
 line-height:150%;
}
.subextra ul li {
	background: url(/Portals/0/images/bullet_brownsquare.gif) no-repeat 0 6px;
}

#bottom_holder {
  padding:15px 15px 10px 15px;
  font-size: .75em;
  height: 2px !important;
}

#copyright {
  float:left;
  width: 600px;
}
#social_media {
  float:right;
  width:300px;
  text-align:right;
}
#social_media * {
  position: relative;
  vertical-align:middle;
}
#social_media img {
  margin-left: 5px;
  padding-bottom:1px;
}
#social_media a,
#social_media a:visited {
  color:#72A373;
  border-bottom: 0px;
  padding-bottom:1px;
  text-transform:uppercase;
  font-size:.9em;
}

#social_media a:hover {
  border-bottom: 1px dotted #72A373;
  padding-bottom: 0px;
}
#social_media a.icon,
#social_media a.icon:visited,
#social_media a.icon:hover {
  border:0px !important;
  padding:0px;
}
.ie7 #social_media a,
.ie7 #social_media a:visited,
.ie7 #social_media img{
position: static !important;
}
/*footer styles*/

#footerholder {
	background: url(/Portals/0/images/bkgd_shadow_btm.jpg) no-repeat;
	margin: 0px auto;
	padding-top:20px;
	width: 1009px;
	
	color:#FFFFFF;
	font-size: .75em;
	line-height:167%;
	word-spacing:1px;
	text-align:left;
}
#footerholder p{
  padding-bottom: 5px;
}
#footerholder a,
#footerholder a:visited {
  color:#FFFFFF;
  border-bottom: 1px dotted #FFFFFF;
}
#footerholder a:hover {
  color:#333333;
  border-bottom:1px dotted #333333;
}
#footer {
	float: left;
	width: 566px;
	margin-left: 25px;
}
.ie6 #footer {
  margin-left: 13px;
}
#bottomnav {
  float:right;
  width: 150px;
  text-align:right;
  padding-right: 25px;
}
.disclaimer { 
font-size: .9em;
}
/*home styles*/
.home #content {
	float: left;
    width:960px;
	background:none;
}
#top_columns {}
.pikpane {
  float:left;
  width:678px;
  border:1px solid #C0E2F3;
  padding:2px;
  
  height:263px;
  overflow:hidden;
  position:relative;
  z-index:1;
}
.pikpane a,
.pikpane a:visited {
  border: 0px !important;
}
#whatwedo {
  float:right;
  width:257px;
}
#whatwedo h2 {
  background: url(/Portals/0/images/bkgd_whatwedo.jpg) no-repeat;
  display:block;
  margin:0px;
  padding:0px;
  
  height:40px;
  width:257px;
}
#whatwedo h2 em {
  visibility:hidden;
}
.home .contentpane {
  background:none;
  border:1px solid #D3CCC0;
  border-top:0px;
  padding: 0px 10px 0px 10px;
  
  font-size: .75em;
  line-height: 125%;
}
.ie .home .contentpane {
    padding: 4px 10px 4px 10px;
}
.home .contentpane p {
  padding: 0px;
  margin:0px;
}
.home .contentpane a,
.home .contentpane a:visited {
  border:0px;
  color: #333333;
}
.home .contentpane a:hover {
  border:0px;
  color: #0082B3;
}
.home .contentpane a:hover strong{
  color: #0082B3;
}
.home .contentpane strong {
  display:block;
  margin:0px;
  padding: 0px 0px 8px 0px;
  
  font-size:1.75em;
  color: #0082B3;
}

.home .contentpane hr {
  border-top: 1px dotted #C1B6A9;
  padding:0px;
  margin:0px 0px 2px 0px !important;
}
.ie .home .contentpane hr {
  display:block;
  margin:-7px 0px -5px 0px !important;

}

.home .contentpane table {
  padding:0px;
  margin:0px;
}
.home .contentpane table td {
  padding: 10px 5px 10px 0px;
}
.home .contentpane img {
  padding-left: 10px;
}
#bottom_columns {
  clear:both;
  margin-top:20px;
}
.leftpane {
  float: left;
  width: 255px;
  margin-right:15px;
}
#news_columns{
  position:relative;
  float: left;
  width:416px;
  margin-bottom: 20px;
  background: url(/Portals/0/images/bkgd_newscolumns.gif) repeat-y;
}
#news_columns h2 {
  background: #FFFFFF url(/Portals/0/images/bkgd_newsheader.jpg) no-repeat;
  display:block;
  padding:8px 10px 28px 10px;
  margin:0px;
  
  font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size:  17px;
  font-weight:  normal;
  color: #000000;
}
#news_columns a,
#news_columns a:visited {
  border-bottom:1px dotted #FFFFFF;
}
#news_columns a:hover {
  color:#0083B4;
  border-bottom: 1px dotted #0083B4;
}
#news_columns p{
  margin:0px;
  padding-bottom: 8px;
  background: url(/Portals/0/images/bullet_brownsquare.gif) no-repeat 0px 4px;
  padding-left: 15px;
}
/*first article in homepage lists does not have bullet*/
.first_article {
  line-height: 145%;
}
.first_article p{
 margin:0px;
  margin-bottom: 8px !important;
 background: none !important;
 padding: 0px !important;
}
.first_article .imageleft {
	margin-right: 12px;
	margin-bottom: 5px;
	padding: 0px;
	float: left;
	border: 1px solid #C8BBB0;
}

p.home_rss {
  position:absolute;
  left:175px;
  top:12px;
  
  background: none !important;
  
}
.home_rss a,
.home_rss a:visited {
  border:0px !important;
  padding-bottom: 0px;
}
.home_rss a:hover {
  border-bottom:0px!important;
}
p.seeall {
  position:absolute;
  right:15px;
  top:8px;
  
  background: none !important;
  
  font-size:.8em;
}
.seeall a,
.seeall a:visited {
  color:#FFFFFF !important;
  border:0px !important;
  padding-bottom: 1px;
}
.seeall a:hover {
  color:#FFFFFF !important;
  padding-bottom: 0px;
  border-bottom:1px dotted #FFFFFF !important;
}
.news_column1 {
	float:left;
	width: 185px;
	margin-left:10px;
	
	font-size: .8em;
	line-height:130%;
}
.ie6 .news_column1 {
  margin-left:5px;
}
.news_column2 {
  float:right;
  width:200px;
  
  font-size: .8em;
  line-height:130%;
}

.rightpane{
	float:right;
	width: 257px;
}

.home #bottom_holder {
  border-top:1px dashed #D3CCC0;
  margin:0 15px;
  padding:15px 0px 10px 0px;
  font-size: .75em;
}
/*containers*/

.green_sidebar {
  margin-bottom: 15px;
}
.green_sidebar h2 {
  margin-bottom: 0px;
  padding: 0px !important;
}
.green_sidebar h2 .Head{
  background: url(/Portals/0/images/bkgd_greensidebar.jpg) repeat-y;
  display:block;
  padding:10px;
  line-height:125%;
  
  font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size:  17px;
  font-weight:  normal;
  color: #000000;
}
.green_sidebar .cont-content {
  border:1px dashed #C7DBC8;
  border-top:0px;
  padding: 15px 10px 10px 15px;
  
  font-size: .94em;
  line-height:140%;
}
.green_sidebar .cont-content p,
.green_sidebar .cont-content ol,
.green_sidebar .cont-content ul {
  padding-bottom: 5px;
}
.green_sidebar .cont-content a,
.green_sidebar .cont-content a:visited {
  border-bottom:1px dotted #FFFFFF;
  font-weight:bold;
}
.green_sidebar .cont-content a:hover {
  color:#0083B4;
  border-bottom: 1px dotted #0083B4;
}



.blue_sidebar {
  margin-bottom: 15px;
}
.blue_sidebar h2 {
  margin-bottom: 0px;
  padding: 0px !important;
}
.blue_sidebar h2 .Head{
  background: url(/Portals/0/images/bkgd_bluesidebar.jpg) repeat-y;
  display:block;
  padding:10px;
  line-height:125%;
  
  font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size:  17px;
  font-weight:  normal;
  color: #000000;
}
.blue_sidebar .cont-content {
  border:1px dashed #C0E2F3;
  border-top:0px;
  padding: 10px 15px 10px 15px;
  
  color:#63493D;
  font-size: 1.15em;
  line-height:160%;
/*  font-family:Georgia, "Times New Roman", Times, serif;*/
}
.end_quote {
 color:#63493D;
 font-size: .84em;
 text-align:right;
 margin-left: 30px;
}
.sidebar_noheader {
  margin-bottom: 15px;
  border:1px dashed #C7DBC8;
  padding:5px;
  
  font-size: .9em;
  line-height:130%;
}
.sidebar_noheader .cont-content p,
.sidebar_noheader .cont-content ol,
.sidebar_noheader .cont-content ul {
  padding-bottom: 5px;
}
.sidebar_noheader .cont-content a,
.sidebar_noheader .cont-content a:visited {
  border-bottom:1px dotted #FFFFFF;
}
.sidebar_noheader .cont-content a:hover {
  color:#0083B4;
  border-bottom: 1px dotted #0083B4;
}
.home_blue {
  margin-bottom: 15px;
}
.home_blue h2 {
  margin:0px;
  padding: 0px !important;
}
.home_blue h2 .Head{
  background: url(/Portals/0/images/bkgd_homeblue.jpg) repeat-y;
  display:block;
  padding:8px 10px 8px 10px;  
  line-height:150%;
  
  font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size:  17px;
  font-weight:  normal;
  color: #000000;
}
.home_blue .cont-content {
  border:1px solid #8ACAE9;
  border-top:0px;
  padding: 10px 20px 10px 15px;
  
  color:#333333;
  font-size: 1.10em;
  line-height:165%;
/*  font-family:Georgia, "Times New Roman", Times, serif;*/
}
.home_blue .cont-content a,
.home_blue .cont-content a:visited {
  color: #333333;
  border-bottom:1px dotted #333333;
}
.home_blue .cont-content a:hover {
  color:#0083B4;
  border-bottom: 1px dotted #0083B4;
}

.home_green {
  margin-bottom: 0px;
}
.home_green .rss{
float: right;
margin: 12px 10px 0px 0px;
}
.home_green .rss a, .home_green .rss a:visited {
  border: 0px !important;
}
.home_green h2 {
  margin-bottom: 0px;
  padding: 0px !important;
}
.home_green h2 .Head{
  background: url(/Portals/0/images/bkgd_homegreen.jpg) repeat-y;
  display:block;
  padding:8px 10px 8px 10px;
  line-height:150%;
  
  font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size:  17px;
  font-weight:  normal;
  color: #000000;
}
.home_green .cont-content {
  padding: 15px 10px 0px 15px;
  
  font-size: .85em;
  line-height:140%;
}
.home_green .cont-content p,
.home_green .cont-content ol,
.home_green .cont-content ul {
  padding-bottom: 5px;
}
.home_green .cont-content ul {
  margin:0px;
  padding:0px;
}
.home_green .cont-content ul li{
  margin:0px;
  margin-bottom: 8px;
  background: url(/Portals/0/images/bullet_greensquare.gif) no-repeat 0px 5px;
  line-height:130%;
}

.home_green .cont-content a,
.home_green .cont-content a:visited {
  border-bottom:1px dotted #FFFFFF;
}
.home_green .cont-content a:hover {
  color:#0083B4;
  border-bottom: 1px dotted #0083B4;
}


.enews {
  font-size: .85em;
  line-height: 130%;
  margin-bottom: 10px;
}
.enews h2 .Head {
  background: #FFFFFF url(/Portals/0/images/bkgd_enews.jpg) no-repeat bottom;
  display:block;
  padding-bottom: 2px;
  margin-bottom:8px;
  padding-left:10px;
  
  font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size:  17px;
  font-weight:  normal;
  color: #000000;
  line-height: 167%;
}
.enews p {
  padding-bottom: 8px;
}
.enews .cont-content {
  padding-left: 10px;
}
.enews * {
  position: relative;
  vertical-align:middle;
}
.enews input.textfield {
	 border: 1px solid #8CCBEA;
	 background:none;
	width: 177px;
	height: 16px;
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
	 margin-right:2px;
	color: #333333;
}

.enews .go {
  background:none;
  border: none;
  vertical-align: top;
}
.ie .enews .go {
  vertical-align: bottom;
}

#loginlinks {
  font-size: .75em;
}
.SaleforceData input,
.SaleforceData textarea,
.SaleforceData select {
  width: 175px;
}
/*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: normal;
	font-size: 1em;
	color: #333333;
	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 */
