/* $TopStyle:*/

BODY 
{
  background: #c2c2c2;
  margin: 5px;
  padding: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
 
}

/* 
This makes IE images smooth because they don't default to bicubic rendering which all other 
intelligent browsers do!
*/
img 
{ 
	-ms-interpolation-mode:bicubic; 
}

TD, P 
{
  font-size: 11px;
  line-height: 1.5;
  margin-top: 11px;
  margin-bottom: 11px;
}

.T1
{
	background-color: #FFFFFF;
	border: 1px #000000 solid;
}

FORM 
{
  margin-top: 0px;
  margin-bottom: 0px;
}

INPUT, SELECT, FILE, TEXTAREA {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
}

.headingQuote 
{
  color: #114477;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
}

.pageHeading 
{
  color: #3d77a9
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  white-space: nowrap;
}

.pageHeadingV 
{
  color: #3d77a9
  font-family: Verdana;
  font-size: 22px;
  font-weight: normal;
  white-space: nowrap;
}

.pageSubHeading 
{
  color: #182068;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 17px;
  font-weight: normal;
  white-space: nowrap;
}

.pageContentWrapBlack 
{
  color: black;
  font-family: Verdana;
  font-size: 14px;
  font-weight: normal;
  margin:5px;
}


.pageSubHeadingWrap 
{
  color: #182068;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  margin:5px;
}

.pageSubHeadingWrapDecreased 
{
  color: #182068;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px #DFDFDF solid; 
  width: 100%; 
  margin-left:50;
}
table.codeListing
{
  margin-right:1px;
  margin-left:1px;
  width:100%;
  border:1px solid black;
  margin:5px;
  padding:2px;
  background-color:White;
  display:block;
}
td.codeListing
{
  font-family:courier;
  font-size:small;
  font-weight:bold;
  white-space:normal;
  color:black;
}

A:link, A:visited 
{
  color: #0029A3;
  text-decoration: none;
}

A:hover 
{
  color: #5D59ac;
  text-decoration: underline;
}

#infoBox 
{
  border: 1px solid #838083;
  background-color: #F6F2F6;
  padding: 1px;
}

#infoBox #heading 
{
  background-color: #fafad3;
  font-size: 11px;
  line-height: 1.5;
  font-weight: bold;
  padding: 5px;
}

#infoBox #content 
{
  background-color: #fafad3;
  font-size: 11px;
  line-height: 1.5;
  padding: 5px;
}

#infoBox #pointerbox
{
  background-color: #fafad3;
}

#infoBox #bottom 
{
  background-color: #838083;
  text-align: right;
  padding-right: 3px;
  font-size: 9px;
  line-height: 1.5;
}

#infoBox #bottom a:link, #infoBox #bottom a:visited, #infoBox #bottom a:active 
{
  color: #FFFFFF;
  font-size: 9px;
  text-decoration: none;
}

.popLink
{
  color: #0029A3;
  text-decoration: none;
  text-decoration: none;	
   cursor:pointer;
}

#infoBox #bottom a:hover 
{
  color: #FFFFFF;
  font-size: 9px;
  text-decoration: underline;
}

#exampleBox 
{
  border: 1px solid #838083;
  background-color: #F6F2F6;
  padding: 5px;
}

.box 
{
  border: 1px solid #838083;
  background-color: #fafad3;
  width: 100%;
}

.boxTitle 
{
  font-weight: bold;
  color: #FFFFFF;
  background-color: #838083;
  padding-left: 3px;
  font-size: 10px;
  line-height: 1.5;
}
.boxTitleLarge 
{
  font-weight: bold;
  color: #FFFFFF;
  background-color: #838083;
  padding-left: 3px;
  font-size: 16px;
  line-height: 1.5;
}
.boxContent 
{
  background-color: #eeeeee;
  padding: 3px;
  font-size: 10px;
  line-height: 1.5;
}

#submenu 
{
  background-color: #fafad3;
  border-top: 1px solid #838083;
  border-bottom: 1px solid #838083;
  padding-top: 3px;
  padding-bottom: 3px;
}

#submenu a:link, #submenu a:visited, #submenu a:active 
{
  color: #182068;
  font-weight: bold;
  font-size: 10px;
  padding-left: 5px;
  padding-right: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
  border-right: 1px solid #838083;
}

#submenu a:hover 
{
  background-color: #182068;
  color:#FFFFFF;
}

#submenu .current, #submenu a.current:hover 
{
  background-color: #D7F7DD;
}

.messageStack 
{
  margin: 5px;
  font-size: 10px;
  color: #465584;
  background-color: #FFF3E8;
  border-width: 1px;
  border-style: dotted;
}
