/* CSS Document 
Authored by:JM
For:embolden
Date:2/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;
}

html {
	overflow-x: auto;
	overflow-y: scroll;
}
body {
	background: #5B5B5B;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	font-size:100%;
}
p, ul, ol {
	padding-bottom: 20px;
}
table {
	padding-bottom: 20px;
	border-collapse:collapse;
}

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_arrow.gif) no-repeat 0 4px;
}
ol li {
	margin-left: 45px;
}
a, a:link, a:visited {
	color: #006F82;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
sup, sub {
	font-size:60%;
	line-height:100%;
}
h1 {
	color: #DC7600;
	font-size: 1.9em;
	margin-bottom: 10px;
	font-family:"Lucida Sans","Lucida Grande", Arial, Helvetica, sans-serif;
	line-height:130%;
}
h2 {
	color: #DC7600;
	font-size: 1.3em;
	margin-bottom: 5px;
	font-weight: bold;
	font-family:"Lucida Sans","Lucida Grande", Arial, Helvetica, sans-serif;
}
h3 {
	color: #DC7600;
	font-size: 1em;
	margin-bottom: 5px;
	font-weight: bold;
	font-family:"Lucida Sans","Lucida Grande", Arial, Helvetica, sans-serif;
}
.table {
	border-top: 1px solid #006F82;
	border-right: 1px solid #006F82;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.table td {
	border-bottom: 1px solid #006F82;
	border-left: 1px solid #006F82;
	padding: 5px;
	margin: 0;
}
.table-services {
 background: #FFF;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
    border-bottom: 1px solid #666;
  padding: 0;
  margin: 0;
  margin-top: -5px;
  position: relative;
  z-index: 2000;
}
.ff2 .table-services,.ff3 .table-services {
margin-top: -4px;
}
.table-services h2 {
font-family:"Lucida Sans","Lucida Grande", Arial, Helvetica, sans-serif;
color: #FFF;
font-size: 12px;
margin-bottom: 0;

}
.table-services h3 {
font-family:"Lucida Sans","Lucida Grande", Arial, Helvetica, sans-serif;
	color: #DC7600;
font-size: 1em;
border-top: 1px dotted #999999;
border-bottom: 1px dotted #999999;
padding: 5px 0 5px 10px;
}
.table-services th {
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  padding: 1px 5px 0px 10px;
  margin: 0;
  background: #666;
  color: #FFF;
  font-weight: bold;
}
.table-services td {

  border-left: 1px solid #666;
  padding: 0;
  margin: 0;
  line-height: 160%;
}
.table-services p {
  padding: 10px;
}
.table-services ul {
  padding: 10px;
}
.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;
	padding: 2px;
}
.imageleftborder {
	margin-right: 12px;
	margin-bottom: 5px;
	float: left;
	padding: 2px;
}
.caption_right {
	margin-left: 12px;
	margin-bottom: 5px;
	float: right;
	color:#666;
	font-style:italic;
	font-size:.9em;
	border-bottom:1px dashed #C0BC27;
}
.caption_right img {
	padding: 1px;
}
.caption_left {
	margin-right: 12px;
	margin-bottom: 5px;
	float: left;
	color:#666;
	font-style:italic;
	font-size:.9em;
	border-bottom:1px dashed #C0BC27;
}
.caption_left img {
	padding: 1px;
}
/*aligns the link on the google map*/

.google_map,
.view_map {
 margin-left:100px;
}
#topshadow {	
    background: url('/Portals/0/images/bkgd_topshadow.jpg') no-repeat;
	width: 926px;
	height:13px;
	margin: 8px auto 0 auto;
}


/*google search*/
#cse-search-results iframe {
  width: 500px; 
}

#containerouter {
    background: url('/Portals/0/images/bkgd_main.jpg') repeat-y;
	width: 900px;
	margin: 0px auto 0 auto;
	padding:0 13px 0 13px;
	text-align: left;
}

/*mast styles*/
#mast {
	background: url(/Portals/0/images/bkgd_mast.jpg) no-repeat;
	height: 109px;
}
#logo {
	float: left;
	width: 350px;
	padding: 30px 0px 0 15px;
}
#search {
	float: right;
	width: 235px;
	margin-top:58px;
    padding-right: 10px;
}

#search .search_icon {
	vertical-align:middle;
}
#search input.textfield {
	border: 1px solid #666666;
	width: 140px;
	height: 18px;
	text-align: right;
	padding-right: 3px;
	color: #333;
	margin-right: 6px;
		vertical-align: top;

}
#search .go {
	border: none;
	vertical-align: bottom;
}


#navholder {
  clear:both;
  background: url('/Portals/0/images/bkgd_mainav_blue.jpg') repeat-x;
  height:41px;
}
#mainav {
    float:left;
	font-family:"Lucida Sans","Lucida Grande", Arial, Helvetica, sans-serif;
	height:41px;
}

#mainav ul {
  margin:0;
  padding:0;
}
#mainav li {
	list-style-type: none;
	background: none;
	margin:0;
	padding:0;
	/*display:inline;*/
}
/*
#mainav a, #mainav a:link, #mainav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display:inline-block;
	padding:10px 20px 16px 20px !important;
}
.ie6 #mainav a, .ie6 #mainav a:link,.ie6 #mainav a:visited {
	padding:10px 20px 15px 20px !important;
}

#mainav a:hover {
	text-decoration: underline;
}
#mainav a.active {
	background: url('/Portals/0/images/bkgd_mainav_orange.jpg') repeat-x;
}
*/

#topnav {
  float:right;
  font-size:12px;
  color:#CCCCCC;
  margin-top:10px;
  margin-right:20px;
}
#topnav a, #topnav a:link, #topnav a:visited{
  color:#CCCCCC;
  text-decoration:none;
  margin: 0px 5px;
}
#topnav a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

#container {
	position: relative;
	z-index:1;
}
#maininfo {
	float: left;
	width: 590px;
	padding: 10px 30px 0 30px;
	position: relative;
}
.ie #maininfo {
	padding: 15px 35px 0 30px;
}
#breadcrumbholder{
  height:15px;
  margin-bottom: 15px;
}
#toolbar {
  float:right;
}
#toolbar a{
  margin-left:10px;
}
#breadcrumb {
	float:right;
	font-size:11px;
	color: #666;
	word-spacing: 1px;
	padding: 2px 20px 0px 0;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited {
	color: #DC7600;
	text-decoration: underline;
}
#breadcrumb a:hover {
	text-decoration: none;
}

#content {
	line-height: 150%;
	color: #333333;
	font-size: .75em;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.tabcontent label {
  font-weight:bold;
  vertical-align:top;
  padding-right:5px;
}
.tabcontent .DynamicForms_LabelCell label {
  font-weight:normal;
}

/*styles for tabs on portfolio page*/
#community_foundation {
  display:none;
}
#nonprofits {
  display:none;
}
#partial_client_list {
  display:block;
}
#business {
  display:none;
}

.cf_tab,
.np_tab,
.pcl_tab,
.business_tab  {
  display:block;
  height:28px !important;
  border-bottom:1px solid #C6D6DA;
  margin-bottom:5px;
}
.ie .cf_tab,
.ie .np_tab,
.ie .pcl_tab,
.ie .business_tab {
  height:29px !important;
}
.ff2 .cf_tab,
.ff2 .np_tab,
.ff2 .pcl_tab,
.ff2 .business_tab{
  height:21px !important;
}

/*tab styles*/
a.pcl_tabup, a.pcl_tabup:visited{
  color:#666666;
  font-size:12px;
  font-weight:normal;
  text-decoration:none;
  background:url(/Portals/0/images/tabs_pcl_up.jpg) no-repeat;
  padding:5px 15px 5px 15px;
  display: inline-block;
  margin-right: 2px;
}
a.pcl_tabdn, a.pcl_tabdn:visited {
  color:#FFFFFF !important;
  padding:5px 14px 5px 13px !important;
  text-decoration:none !important;
  background:url(/Portals/0/images/tabs_pcl_dn.jpg) no-repeat !important;
  font-weight:bold !important;
  display: inline-block !important;
  margin-right: 2px;
}
a.cf_tabup, a.cf_tabup:visited{
  color:#666666;
  font-size:12px;
  font-weight:normal;
  text-decoration:none;
  background:url(/Portals/0/images/tabs_cf_up.jpg) no-repeat;
  padding:5px 11px 5px 12px;
  display: inline-block;
  margin-right: 2px;
}
a.cf_tabdn, a.cf_tabdn:visited {
  color:#FFFFFF !important;
  padding:5px 11px 5px 11px !important;
  text-decoration:none !important;
  background:url(/Portals/0/images/tabs_cf_dn.jpg) no-repeat !important;
  font-weight:bold !important;
  display: inline-block !important;
  margin-right: 2px;
}
a.np_tabup, a.np_tabup:visited{
  color:#666666;
  font-size:12px;
  font-weight:normal;
  text-decoration:none;
  background:url(/Portals/0/images/tabs_cf_up.jpg) no-repeat;
  padding:5px 14px 5px 14px;
  display: inline-block;
  margin-right: 2px;
}
a.np_tabdn, a.np_tabdn:visited {
  color:#FFFFFF !important;
  padding:5px 11px 5px 11px !important;
  text-decoration:none !important;
  background:url(/Portals/0/images/tabs_cf_dn.jpg) no-repeat !important;
  font-weight:bold !important;
  display: inline-block !important;
  margin-right: 0;
}

a.business_tabup, a.business_tabup:visited{
  color:#666666;
  font-size:12px;
  font-weight:normal;
  text-decoration:none;
  background:url(/Portals/0/images/tabs_business_up.jpg) no-repeat;
  padding:5px 11px 5px 12px;
  display: inline-block;
  margin-left: 4px;
}
a.business_tabdn, a.business_tabdn:visited {
  color:#FFFFFF !important;
  padding:5px 11px 5px 12px !important;
  text-decoration:none !important;
  background:url(/Portals/0/images/tabs_business_dn.jpg) no-repeat !important;
  font-weight:bold !important;
  display: inline-block !important;
  margin-left: 2px;
}

.cf_tab a:hover,
.np_tab a:hover,
.pcl_tab a:hover
.business_tab a:hover{
  text-decoration:underline !important;
}
/*google map on contact page styles*/

#googlemap {
  position: absolute;
  top: 80px;
  left: 290px;
}
.tabcontentstyle #googlemap {
  position: absolute;
  top: 155px;
  left: 290px;

}
/*right column - cp*/
#subinfo {
	width: 245px;
	float: right;
}
.pikpane {
	background: url('/Portals/0/images/bkgd_pikpane.jpg') no-repeat;
	border-bottom:4px solid #000000;
	width:245px;
	height: 122px;
}
.headerpane {
	background: url('/Portals/0/images/bkgd_headerpane.jpg') no-repeat;
	padding:7px 10px 8px 10px;
	color:#000000;
	font-size:.9em;
	font-weight:bold;
	font-family:"Lucida Sans","Lucida Grande", Arial, Helvetica, sans-serif;
}

#subnav {
	background: url('/Portals/0/images/bkgd_subnav.jpg') no-repeat;
	padding-top:15px;
	padding-left:15px;
	font-size: .75em;
	font-family:"Lucida Sans","Lucida Grande", Arial, Helvetica, sans-serif;
	margin:0;
}
#subnav ul {
  margin:0;
  padding:0;
	border-bottom:1px dashed #C0BC27;
}
#subnav li {
	list-style-type: none;
	background:none;
	margin:0;
	padding:0;

}
#subnav li ul {
	margin-top: 4px;
	margin-bottom: 4px;
}
/*
#subnav li li {
	margin-left: 6px;
	font-size: .95em;
}
#subnav a, #subnav a:link, #subnav a:visited {
	color: #006F82;
	text-decoration: none;
	font-weight:bold;
}
#subnav a:hover {
	color:#FF8435;
}
#subnav li.active{
	background: url(/Portals/0/images/bullet_subnav.gif) no-repeat 0 4px;
}
#subnav li.active a, #subnav li.active a:link, #subnav li.active a:visited {
	color:#FF8435;
}*/
#enews {

  margin:30px 15px 10px 15px;
  padding-top:10px;	
  
  font-size: 14px;
  font-family:"Lucida Sans","Lucida Grande", Arial, Helvetica, sans-serif;
  color:#005F6F;
  font-weight:bold;
}
#enews p {
  padding-bottom:5px;
}

#enews input.textfield {
	border: 1px solid #666666;
	width: 140px;
	height: 18px;
	text-align: right;
	padding-right: 3px;
	color: #333;
	margin-right: 2px;
}
#enews .submit, #content .submit {
	border: none;
	vertical-align: bottom;

}
.ie7 #enews .submit,.ie7 #content .submit {
	vertical-align: text-bottom;
		position:relative;
	top: 0!important;
}
.ie8 #enews .submit,.ie8 #content .submit {
	vertical-align: text-bottom;
		position:relative;
	top: 4px;
}

#fb {
  padding-left: 15px;
  padding-top: 10px;
}

.rightpane {	
	line-height: 150%;
	color: #333333;
	font-size: .7em;
	margin: 15px 25px 5px 25px;
	font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px dashed #CCCCCC;
}
.rightpane .imageleft {
 margin-right: 0;
}
/*footer styles*/
#footerholder {
    background: url('/Portals/0/images/bkgd_bottomshadow.jpg') no-repeat;
	width: 900px;
	margin: 0px auto 0 auto;
	padding:40px 13px 0 13px;
	text-align:left;
	color: #CCCCCC;
}
#footerholder a, #footerholder a:link, #footerholder a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
#footerholder a:hover {
  color:#FFFFFF;
	text-decoration: underline;
}
#footer {
	float: left;
	width: 600px;
	font-size: .7em;
	word-spacing: 2px;
	margin-left:5px;
}
#copyright {
	padding-top:5px;
}
#bottomnav {
	float: right;
	width: 175px;
	font-size: .7em;
	text-align:right;
	margin-right:5px;
}
/*home styles*/
#containerouter.home {
    background: url('/Portals/0/images/bkgd_main_home.jpg') repeat-y;
}
.home #mast {
	background: url(/Portals/0/images/bkgd_mast_home.jpg) no-repeat;
}
.home #navholder {
	background: url(/Portals/0/images/bkgd_mainav_home.jpg) no-repeat;
}
.home #pikpane {
  border-bottom:4px solid #000000;
}
.home #header {
  float:left;
  background: url('/Portals/0/images/bkgd_header_home.jpg') no-repeat;
  padding:5px 15px;
  width:535px;
}
.home #header h2 {
  font-family: "Lucida Sans","Lucida Grande", Arial, Helvetica, sans-serif;
  font-size:16px;
  color:#005F6F;
  font-weight:bold;
  line-height:100%;
  margin-bottom:0px;
}
.home #header h2 a,.home #header h2 a:link,.home #header h2 a:visited {
  text-decoration: none;
}
.home #header h2 a:hover {
  text-decoration: underline;
}
.home #toolbar {
	margin:10px 26px 10px 15px;
}
.home #container {
  margin-bottom:-40px;
  background: url(/Portals/0/images/bkgd_content_top_home.jpg) no-repeat;
}
.home #maininfo {
  padding:0px 0px 0px 0;
  width:555px;
}
.home #content {
  padding-top:0px;
}
.home .contentpane {

  font-size:11px;
  padding:0 18px 0 15px;
  line-height:140%;
  
}
.home .contentpane h2 {
  color:#005F6F;
  font-size:16px;
  line-height:100%
}
.home .contentpane h3 {
  color:#333333;
  font-size:12px;
  margin-bottom: 3px;
}
.home .contentpane p {
  padding-bottom:0;
  margin-bottom: 15px;
}
.home .contentpane .imageleftborder {
  margin-right: 25px;
	margin-top:2px;
}
.home #fb {
  padding-left: 15px;
  padding-top: 0;
  padding-bottom:15px;
}

.home #subinfo {
  float:left;
  margin-top:2px;
  margin-left:29px;
  width:290px;
  font-size:11px;
  color:#666666;  
  line-height:160%;
}
.home #subinfo h2 {
  color:#333333;
  font-size:18px;
}
.home #enews {
  margin:0;
  border:0;
  font-size:12px;

  margin-bottom:10px;


  padding-left: 9px;
}
#enewsintro {
	float: left;
	width: 250px;
	margin-left: 12px;
	line-height: 130%;
}
#enewsform {
	float: left;
	width: 250px;
}
.home #enews p {

width: 225px;
margin: 0;
padding-bottom:5px;

}
.ie .home #enews p {
  position: relative;
  left: -16px;
 }
.ff3 .home #enews,.ff2 .home #enews {
  padding-bottom: 20px;
}
.home #enews .textfield {
  width: 160px;
}
#footerholder.home  {
	background: url('/Portals/0/images/bkgd_bottomshadow_home.jpg') no-repeat;
	padding-top:55px;
}
.gecko #footerholder.home {
	position:relative; 
	top:-50px !important;
}

#portfolio12 {
  display:block;
  height:235px;
}
#portfolio1,
#portfolio2,
#portfolio3,
#portfolio4,
#portfolio5,
#portfolio7,
#portfolio8,
#portfolio9,
#portfolio10,
#portfolio11,
#portfolio13,
#portfolio14,
#portfolio6 {
  display:none;
  height:235px;
}

/*ajax carousel on homepage*/
#carousel_container {
  padding:0 4px 0 6px;
  margin-top: -30px;

}

.carousel-component { 
	position:relative;
	overflow:hidden;
	visibility:visible; /* component turns it on when first item is rendered */
}			
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}
.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
	background:none;
	padding:0;
	margin:0;
}
.carousel-component .carousel-vertical li { 
	float:none;
	margin-bottom:0px;
}
.carousel-component ul.carousel-vertical { 
	width:auto;
}
.carousel-component .carousel-clip-region { 
	overflow:hidden;
	margin:0px auto;
	position:relative; 
}

.carousel-component { 
}
.carousel-component ul.carousel-list { 
	margin:0;
	padding:0;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
}
.carousel-component ul.carousel-vertical { 
}
#html-carousel .carousel-list li { 
    width: 114px; 
    border: 0px solid green;
    margin: 0;
	margin-right: 16px;
    color: #3F3F3F;
}
#html-carousel .carousel-list li img { 
     border: 0;
    display:block; 
}

#html-carousel {
    float: left;
    width: 505px;
    height: 65px;
   position: relative;
   z-index: 1;

}

/* BUTTONS */
#next-arrow-container { 
    float: left;
    margin: 0px;
    padding: 0px;
	padding-top: 20px;
	margin-left: 5px;
	position: relative;
	z-index: 1000;
}

#prev-arrow-container {
    float: left;
    margin: 0px;
    padding: 0px;
	padding-top: 20px;
	margin-right: 5px;
	position: relative;
	z-index: 1000;
}
#next-arrow { 
    cursor:pointer; 
   position: relative;
	z-index: 1000;
}
#prev-arrow {     
  cursor:pointer; 
  position: relative;
  z-index: 1000;
}
.carousel-clip-region {
   
}  
/*container styles*/
.quotes{
  background: url(/Portals/0/images/bkgd_quote_top.jpg) no-repeat 13px 0;
  margin-top: 10px;
  font-family:"Lucida Sans","Lucida Grande", Arial, Helvetica, sans-serif;
  font-size:.9em;

}

.quotes .cont-content {
  padding: 19px 43px 0px 45px;
  background:url(/Portals/0/images/bkgd_quote_bottom.jpg) no-repeat 0 bottom;
}
.ie8 .quotes .cont-content {
  padding: 19px 43px 20px 45px;
  background:url(/Portals/0/images/bkgd_quote_bottom.jpg) no-repeat 0 bottom;
}

.quotes .cont-content p {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.ie .quotes .cont-content p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.quotes .credits {
   width:150px;
   font-weight:bold;
   line-height:125%;
   color:#70A5AE;
   text-align:right;
}

/*geek container*/
.geek ul {
padding-bottom: 5px;

}
.blog_container{

  margin-bottom: 20px;
  margin-top: 10px;
}

.blog_container .cont-content {

  padding:0 5px 5px 5px;
}
.blog_container .cont-content p {
 padding-bottom:0;
}
.blog_container .cont-content a {
  font-size:11px;
}
.date {
  float:left;
  width:30px;
  padding:0 5px;
  color:#666666;
  text-align:center;
  text-transform:uppercase;
  font-size:11px;
  font-weight:bold;
}
.date .number {
  display:inline;
  font-size:18px;
}
#blogrss {
position: absolute;
left: 405px;
top: 50px;
}
hr {
  clear:both;
  border:0;
  border-top: 1px dashed #C0BC27;
  height:1px;
margin-top: 20px;
  margin-bottom: 20px;
width: 590px;
}
.ie hr {
  margin-top: 0;
  margin-bottom: 10px;

}
.rightpane hr {
  clear:both;
  border:0;
  border-top: 1px dashed #C0BC27;
  height:1px;
margin-top: 20px;
  margin-bottom: 20px;
width: auto;
}
.blog_container .rss {
  position:relative;
  float:left;
  top:-25px;
}

.more {
	text-align: right;
}
.more a,.more a:link,.more a:visited{
	font-size:10px;
	text-decoration:none;
}
.more a:hover{
	text-decoration:underline;
}
.more-blog {
  padding-left: 145px;
}
.more-survey{
  padding-left: 92px;
}
.ie .more-survey {
  margin-top: 10px;
}
.survey_container{
  background:#F4F4F4 url(/Portals/0/images/container_top.jpg) repeat-x;
  margin-bottom: 20px;
}
.survey_container .cont-content {
  background: url(/Portals/0/images/container_bottom.jpg) no-repeat 0 bottom;
  padding:10px 10px 5px 10px;
}
.survey_container .cont-content p{
 padding-bottom:0;
}
.survey_container .cont-content .form{
  text-align:right;  
  font-weight:bold;
  color:#333333;
}
.survey_container .cont-content .form input{
  vertical-align:middle;
  margin-left:8px;
}
.survey_container .cont-content .form label{
  vertical-align:middle;
}
.survey_container .help {
  position:relative;
  float:left;
  top:-24px;
}
.SurveyButton     {
	background: url(/Portals/0/images/button_survey.gif);
	text-transform: uppercase;
}
    
A.SurveyButton:link {

    color: #FFF;
	display: block;
	padding: 2px 5px;
	font-weight: bold;

}

A.SurveyButton:visited  {

    color: #FFF;
}

A.SurveyButton:active   {

    color: #FFF;
}

A.SurveyButton:hover    {
    text-decoration:    underline;
    color: #FFF;
}




/*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    {
	color: #DC7600;
	font-size: 13px;
	margin-bottom: 2px;
	display: block;
	font-weight: bold;
	font-family:"Lucida Sans","Lucida Grande", Arial, Helvetica, sans-serif;
}


/* 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-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
  	color: #006F82;
	text-decoration: underline;
	cursor: pointer;
	    font-weight: normal;
}

A.CommandButton:visited  {
	color: #006F82;
	text-decoration: underline;
	cursor: pointer;
	    font-weight: normal;
}

A.CommandButton:active   {
 	color: #006F82;
	text-decoration: underline;
	cursor: pointer;
	    font-weight: normal;
}

A.CommandButton:hover    {
	color: #006F82;
	text-decoration: none;
}

/* 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;
}

/* 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
  
{

}
.NormalTextBox {
  margin-bottom: 2px;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled
{

}
/*Container style*/
.dropdown select {
  font-size: 10px;
  font-family: Arial, sans-serif;
}
.pikpane .dropdown {
  position:relative;
  top:-25px;
}
.pikpane .Head,
.pikpane hr {
display:none;}
/*dynamic form styles*/
.DynamicForms_Captcha img {
 width: 205px;
 height: 55px;

}
.ff2 .DynamicForms_TextBox, 
.ff3 .DynamicForms_TextBox {
  margin-bottom: 3px;
}
.ff2 .DynamicForms_ComboBox, 
.ff3 .DynamicForms_ComboBox {
  margin-bottom: 3px;
}

#dnn_ctr841_CSSTabs_ctr751_DynamicForms_imgSave {
  margin:0 !important;
  padding:0 !important;
  position:relative;
  left:-9px;
}
.ie #dnn_ctr841_CSSTabs_ctr751_DynamicForms_imgSave {
  margin:0 !important;
  padding:0 !important;
  position:relative;
  left:0px;
  margin-left:-9px !important;
}
.LoginButton
{
    background: url(/Portals/0/uploads/images/button_login.jpg) no-repeat 0 0px;
    width:53px;
    height:22px;
    border:none;
}
.RegisterButton
{
    background: url(/Portals/0/uploads/images/button_register.jpg) no-repeat 0 0px;
    width:66px;
    height:22px;
    border:none;
}