﻿
/* Styles shared across many pages */

.Page{width:568px;}

.Page .PageHeading{color:#339933; font-size:14px; font-weight:bold; padding:0 0 0 28px; margin-bottom:15px; background:url(../i/PageTitleArrow.gif) no-repeat left center;}

.Page .BreadCrumb{color:#FF6600; font-size:11px; margin-bottom:15px; font-weight:bold;}
.Page .BreadCrumb a{color:#339933; font-weight:bold; text-decoration:underline; font-size:11px;}

.Page .Intro{color:#6E7680; font-size:11px; margin-bottom:16px;}
.Page .Intro a{color:#16942F; font-size:11px; font-weight:bold;}
.Page .Intro strong{font-weight:bold;}

.Page .PromoBanner{margin-bottom:16px; }
.Page .PromoSubBanner{margin-bottom:16px; width:568px;}

.Page .ContentBoxTop{width:568px; height:28px; background:url(../i/ContentBoxTitle.jpg) no-repeat;}
/*.Page .ContentBoxTop h3{position:relative; top:7px; left:38px; color:white; font-weight:bold;}*/
.Page .ContentBoxTop h3{padding-top:7px; padding-left:38px; color:white; font-weight:bold;}
/*.Page .ContentBoxTop h3{color:white; font-weight:bold;}*/

/*a:hover{color:#6E7680;}
div a:hover{color:#6E7680;}*/

a:hover{color:#FF6600;}
div a:hover{color:#FF6600;}

/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

#cluetip-close img {
  border: 0;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 560px;
  /*height: 250px;*/
  margin-top: 40px;
  padding: 40px 0 40px;
  /*position: absolute;*/
  background: #FFFFFF url('../i/wait.gif') no-repeat center center;
  /*background-image: url(../i/wait.gif);*/
  border: solid 1px black
}

.cluetip-default {
  /*background-color: #d9d9c2;*/
  background-color: Red;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #EFEFEF;
  /*border: solid 1px #CCCCCC;*/
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 0px;
  padding: 7px 8px 8px 38px;
  font-size: 1.1em;  
  background: url('../i/GreenHeaderLong.gif') no-repeat center top;
  color:white; font-weight:bold;  
}
.cluetip-default #cluetip-title a {
  color: white;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
  color:#666666; 
  font-size:11px;  
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

.modalBackground
{
	background-color: #A9A9A9;
	filter: alpha(opacity=70);
	opacity: 0.7;
	position: fixed;
}
.treevie
{
 cursor:default;
 display:block;
}
.RootNodeAlign
{
	padding-left:1px;
}
.ParentNodeAlign
{
	padding-left:5px;
}
.rssfeed a {text-decoration: none; color:gray;}
.rssfeed a:hover{ text-decoration:underine; color:red;}
