/* CSS Document */

/************ HTML Tags ****************/
body {
	background: url('../images/help/common/help_bkggrad.gif') repeat-x #D3E2F1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: black;
	text-align: left;
	margin: 0;
	height: 100%;
	overflow-y: auto;
}

th { font-size: 14px;
    font-weight: bold;
 }


p {
	margin-bottom: 1em;
	margin-top: 0em;
}

a:link {
	color: #336699;
}

a:active {
	color: #FF0088;
}

a:visited {
	color: #663399;
}


/**********  Help Styles ************/
.cs_joinContain {
	width: 670px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cs_helpPaperContainSd {
	border-top: 1px solid #336699;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	background-color: white;
	padding: 7px;
}
.uhTitle
{
  color: #336699;
  font-weight: bold;
  font-size: 16pt;
}
.hpExample
{
  font-size: 10pt;
  font-weight: bold;
  color: #999966;
}
.hpNote1
{
  font-size: 10pt;
  background-color: #CCCC99;
  border-color: #CCCC99;
}

.hpNote2
{
  font-size: 10pt;
  background-color: #FFFFCC;
}
.hpTLblack
{
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000000;
}
.hpTLblue
{
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #336699;
}
.hpTLorange
{
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #CC6600;
}

.hpTLgreen
{
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #999966;
}

.hpTLpurple
{
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #663399;
}

.cs_helpFoot {
  font-size:11px;
  color: #336699;
}

.linktext 
{color: #336699;}

.linktextUND
   {color: #336699;
   text-decoration:underline;}
  
 .linkUNDIT
   {color: #336699;
   text-decoration: underline;
   font-style: italic;} 
   
.cs_barMid {
  background-color: #336699;
  background-image: url('../images/help/common/bluebar.gif');
  background-repeat: repeat-x;
  width: 100%;
  min-height: 27px;
}

.cs_barRTLT {
  width: 5px;
  height: 27px;
}

.cs_barText {
 color: white;
 font-weight:bold;
 font-size:117%;
}

