
<!--
/*
Some notes:

In order for link hover effects to work properly, the four "pseudo-classes" must be defined in this order:
:link
:visited
:hover
:active

Otherwise, they can override each other.  Obviously, this is insane, but what can we do?
*/

/*@charset "utf-8";			-- This breaks various styles in Safari.  Most notibly it makes it so the background graphic does not display */


body {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#d0cecb;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	}
a:link {
	color:#109bd0;
}
a:visited {
	color:#109bd0;
}
a:hover {
	color:#7ebb2f;
}
a:active {
	color:#7ebb2f;
}
.bodyTextFull {
	width:95%; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#000000; 
	size:10pt;
	}
	
.homepageLeft {
	float:left;
	width:220px;
}
.homepageRight {
	margin-top: 5px;
}
td.dataEntryLabel {
text-align:right;
}
ul {
	font-family:Arial, Helvetica, sans-serif;
}
li {
font-family:Arial, Helvetica, sans-serif;
}
.box {
	border-left-style: solid;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.boxLink {
padding-bottom:5px;

}

.SmallBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}


.style5 {color: #FFFFFF}
.style6 {color: #00417F}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align:center;
	
}
.textbox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}
.returnLink {
	text-align:left; 
	font-size:9pt;
	font-weight:bold;
	}
	
a.breadcrumbs {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}
a.breadcrumbs:link {
	color:#109bd0;
}
a.breadcrumbs:hover {
	color:#7ebb2f;
}
a.breadcrumbs:visited {
	color:#109bd0;
}
a.breadcrumbs:active {
	color:#7ebb2f;
}
A.copyright:link {
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	}
A.copyright:hover {
	font-size:10px;
	color:#ffffff;
	}
A.copyright:visited {
	font-size:10px;
	color: #ffffff;
	text-decoration:none;
}
A.copyright:active {
	font-size:10px;
	color: #336699;
}

A.white:link {
	font-size:12px;
	color:#ffffff;
	}
A.white:hover {
	font-size:12px;
	color:#336699;
	}
A.white:visited {
	font-size:12px;
	color: #ffffff;
}
A.white:active {
	font-size:12px;
	color: #336699;
}

.bottomLinks { 
	padding-top: 5px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	font-size:8pt;
	text-align:center;
	text-decoration:none;
	color:#14a5d1;
	}
A.bottomlinks:link {
	color:#14a5d1;
	}
A.bottomlinks:hover {
	color:#f1af35;
	}
A.bottomlinks:visited {
	color:#14a5d1;
}
A.bottomlinks:active {
	color:#f1af35;
}

ul.roundBullet {
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
margin-left:0px;
padding:0px;
margin-top:0px;
margin-bottom:0px;
list-style:none;
}
li.roundBullet {
background:url(images/arrow.gif) no-repeat left top;
	text-align:left;
	display:block;
	padding-left:20px;
	line-height:23px;
}
td.MonthName
{
color: #FFFFFF;
background-color: #007FCD;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
text-align:center;
vertical-align:middle;
border-left-style: solid;
border-left-color: #999999;
border-left-width:medium;
margin:0px;
border-collapse:collapse;
border-spacing:0px;
padding:1px;
}
td.ProgramNameHeading
{
color: #FFFFFF;
background-color: #007FCD;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
text-align:center;
vertical-align:middle;
margin:0px;
border-collapse:collapse;
border-spacing:0px;
}

a.button {
	background-image:url(images/buttonBackground.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	border-color:#d3d1d2;
	border-style:solid;
	border-width:1px;
	height:29px;
	padding-right:5px;
	padding-left:5px;
	font-weight:bold;
	font-size:9pt;
	line-height:20pt;
	vertical-align:middle;
}
A.button:link {

	color:#000000;
	}
A.button:visited {

	color:#000000;
}

A.button:hover {

	color:#000000;
	}
A.button:active {
	
	color: #336699;
}

.greyButtonShortDiv {
	background-image:url(images/greyButtonShortBackground.gif);
	background-repeat:no-repeat;
	height:34px;
	width:129px;
	font-weight:bold;
	font-size:9pt;
	text-align:left;
	line-height:25pt;
}
.greyButtonDiv {
	float:right;
	background-image:url(images/greyButtonBackground.gif);
	background-repeat:no-repeat;
	height:34px;
	width:179px;
	margin-right:10px;
	font-weight:bold;
	font-size:9pt;
	text-align:left;
	line-height:25pt;
}
A.greyButton:link {
	color:#ffffff;
	text-decoration:none;
	}
A.greyButton:visited {
	color:#ffffff;
	text-decoration:none;
}
A.greyButton:hover {
	color:#000000;
	text-decoration:none;
	}
A.greyButton:active {
	color: #336699;
	text-decoration:none;
}
.blueButton {
	float:right;
	background-image:url(images/blueButtonBackground.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	height:34px;
	width:193px;
	margin-right:5px;
	font-weight:bold;
	font-size:9pt;
	text-align:left;
	line-height:25pt;
}
A.blueButton:link {
	width:193px;
	color:#000000;
	}
A.blueButton:visited {
	color:#000000;
}

A.blueButton:hover {
	color:#000000;
	}
A.blueButton:active {

	color: #336699;
}


A.smalllink:link {
    COLOR: #3f6eb6;
	font-size: 8pt;
	text-decoration:none;
}
A.smalllink:active {
    COLOR: #85b63f;
	font-size: 8pt;
	text-decoration:none;
}
A.smalllink:hover {
    COLOR: #85b63f;
	font-size: 8pt;
}
A.smalllink:visited {
    COLOR: #3f6eb6;
	font-size: 8pt;
	text-decoration:none;
}

A.big:link {
    FONT-SIZE: 11pt;
    COLOR: #3f6eb6;
    FONT-STYLE: bold;
    FONT-FAMILY: sans-serif;
	FONT-WEIGHT: bold;
    }
A.big:visited {
    FONT-SIZE: 11pt;
    COLOR: #3f6eb6;
    FONT-STYLE: bold;
    FONT-FAMILY: sans-serif;
	FONT-WEIGHT: bold;
    }
A.big:hover {
    FONT-SIZE: 11pt;
    COLOR:#000000;
    FONT-STYLE: bold;
    FONT-FAMILY: sans-serif;
	FONT-WEIGHT: bold;
    }
A.big:active {
    FONT-SIZE: 11pt;
    COLOR:#000000;
    FONT-STYLE: bold;
    FONT-FAMILY: sans-serif;
	FONT-WEIGHT: bold;
    }




P {
    FONT-SIZE: 10pt;
    COLOR: #000000;
/*    TEXT-INDENT: 0in;*/
    FONT-FAMILY: arial, sans-serif;
/*    MARGIN-TOP: 2px;
    MARGIN-BOTTOM: 2px;*/
}
h1 {
    FONT-SIZE: 13pt;
    COLOR: #129cd1;
    FONT-FAMILY: arial, sans-serif;
    TEXT-ALIGN: left;
    MARGIN-BOTTOM: 10px;
    PADDING-BOTTOM: 3px;
	font-weight:bold;
}
h2 {
	FONT-SIZE: 11pt;
    COLOR: #7ebb2f;
    FONT-FAMILY: arial, sans-serif;
    TEXT-ALIGN: left;
    MARGIN-BOTTOM: 10px;
    PADDING-BOTTOM: 3px;
	font-weight:bold;
}

h3 {
    FONT-SIZE: 11pt;
    COLOR: #e6b046;
    FONT-FAMILY: arial, sans-serif;
	MARGIN-BOTTOM: 10px;
    PADDING-BOTTOM: 2px;
	font-weight:bold;
}
h4 {
    FONT-SIZE: 10pt;
    COLOR: #129dd1;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:7px;
}

H5 {
    FONT-SIZE: 13pt;
    COLOR: #3f6eb6;
    FONT-FAMILY: arial, sans-serif;
}

H6 {
    FONT-SIZE: 10pt;
    COLOR: #3f6eb6;
    FONT-FAMILY: arial, sans-serif;
	MARGIN-BOTTOM: 2px;
    PADDING-BOTTOM: 2px;
}

/* replicates the H2 formatting, but it's a link */
A.h2 {
    FONT-SIZE: 12pt;
    COLOR: #5abee9;
    FONT-FAMILY: arial, sans-serif;
    TEXT-ALIGN: left;
    MARGIN-BOTTOM: 5px;
    PADDING-BOTTOM: 3px;
	font-weight:400;
}
A.h2:link { text-decoration:none; COLOR: #3f6eb6;}
A.h2:visited { text-decoration:none; COLOR: #3f6eb6;}
A.h2:hover { text-decoration:underline; COLOR: #3f6eb6;}
A.h2:active { text-decoration:underline; COLOR: #3f6eb6;}

span.h2 {
    FONT-SIZE: 13pt;
    COLOR: #3f6eb6;
    FONT-FAMILY: arial, sans-serif;
	font-weight:bold;
	font-style:bold;
}

.GroupHeadline {
    FONT-SIZE: 12pt;
    COLOR: #3f6eb6;
	text-align:left;
	font-weight:bold;
}


TD {
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: sans-serif
}
.justify {
	text-align:justify;
	}
.white {
	COLOR: #FFFFFF; 
	font-weight:bold; 
	line-height:18pt;
	}
.nav {
	COLOR: #FFFFFF; 
	font-weight:bold; 
	line-height:15pt;
	}
a.nav:link {
    COLOR: #FFFFFF; 
	font-weight:bold; 
	text-decoration:none;
	line-height:15pt;
}
a.nav:active {
    COLOR: #406fb6;
	font-weight:bold;
	line-height:15pt;
}
a.nav:hover {
    COLOR: #1A1D8E; 
	font-weight:bold;
	line-height:15pt;
}
a.nav:visited {
    COLOR: #ffffff; 
	font-weight:bold; 
	text-decoration:none;
	line-height:15pt;
}
a.WatchVideo {
	width:169px;
	height:38px;
	background-image:url(images/WatchVideo.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

a.WatchVideo:link {
	background-image:url(images/WatchVideo.jpg);
}
a.WatchVideo:active {
	background-image:url(images/WatchVideoOn.jpg);
}
a.WatchVideo:hover {
	background-image:url(images/WatchVideoOn.jpg);
}
a.WatchVideo:visited {
    background-image:url(images/WatchVideo.jpg);
}

a.arrow {
	background-image:url(images/doubleArrow.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	text-align:right;
	text-decoration:none;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9pt;
	color:#999999;
	margin-left:180px;
	vertical-align:top;
	line-height:20pt;
	height:20px;
}

a.arrow:link {
	color:#666666;
}
a.arrow:active {
	color:#129cd1;
}
a.arrow:hover {
	color:#129cd1;
}
a.arrow:visited {
    color:#666666;
}
.nav2 {
	COLOR: #FFFFFF; 
	line-height:15pt;
	}
a.nav2:link {
    COLOR: #FFFFFF; 
	line-height:15pt;
}
a.nav2:active {
    COLOR: #1A1D8E;
	line-height:15pt;
}
a.nav2:hover {
    COLOR: #1A1D8E; 
	line-height:15pt;
}
a.nav2:visited {
    COLOR: #ffffff; 
	line-height:15pt;
}
.small { FONT-SIZE: 9pt }
.xsmall { FONT-SIZE: 8pt }
.xsmalltoptext {
	FONT-SIZE: 8pt;
	color: #3f6eb6;
	}
.warning {
	font-weight: bold;
	color:#FF0000;
	}

.bluebkgnd {
	background-color:#73a3dc;
	color:#ffffff;
	font-weight:bold;
	font-size:8pt;
	padding:2px;
	}
.whitebold {
	font-weight:bold;
	color:#FFFFFF;
	size:9pt;
	}
.stoplightkey {
	font-weight:bold;
	font-size:10pt;
	line-height:18pt;
	}
.largebold { FONT-SIZE: 12pt;
		FONT-FAMILY: arial, sans-serif;
		FONT-WEIGHT: bold }
.redhighlight { FONT-WEIGHT: bold;
			COLOR: #B3001A }
.content {
	margin-left: 0.2in;
	margin-right: 0.2in;
	text-align:left; 
	width: 95%;
	float:left;
	}

.clear {
	clear:both;
	height:1px;
}
.leftcontent {
	float:left;
	text-align:left;
	vertical-align:top;
	}
.leftcontent2 {
	float:left;
	width:65%;
	text-align:left;
	vertical-align:top;
	}
.rightcontent {
	margin-right: 0.2in;
	margin-top: 0.3in;
	float:right;
	text-align:left;
	vertical-align:top;
	}
.rightcontent2 {
	width:215px;
	margin-right: 0.2in;
	margin-top: 0.3in;
	float:right;
	text-align:left;
	vertical-align:top;
	position:relative;
	top:-20;
	}
.rightcontent3 {
	margin-left: 0.2in;
	float:left;
	text-align:left;
	vertical-align:top;
	width:68%;
	}
.infoBoxTop {
	background:url(images/boxTop.gif);
	background-repeat:no-repeat;
	width:267px;
	height:50px;
	float:right;
	text-align:left;
	vertical-align:top;
/*	position:relative;		-- zindex will not work with position relative */
	z-index: 0;
	}
.infoBoxTopGreenNarrow {
	background:url(images/boxTopGreenNarrow.gif);
	background-repeat:no-repeat;
	width:193px;
	height:50px;
	float:right;
	text-align:left;
	vertical-align:top;
/*	position:relative;		-- zindex will not work with position relative */
	z-index: 0;
	}
.infoBoxTopGreen {
	background:url(images/boxTopGreen.gif);
	background-repeat:no-repeat;
	width:267px;
	height:50px;
	float:right;
	text-align:left;
	vertical-align:top;
/*	position:relative;		-- zindex will not work with position relative */
	z-index: 0;
	}
.infoBoxTopText {
	font-family:Arial, Helvetica, sans-serif;
	size:9pt;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:12px;
	margin-left:10px;
	}
.infoBox {
	background:url(images/boxBackgroundRepeat.gif);
	background-repeat:repeat-y;
	width:267px;
	float:right;
	text-align:left;
	vertical-align:top;
/*	position:relative;		-- zindex will not work with position relative */
	z-index: 0;
	margin-bottom: 20px;
	}
.infoBoxNarrow {
	background:url(images/boxBackgroundNarrowRepeat.gif);
	background-repeat:repeat-y;
	width:193px;
	text-align:left;
	float:right;
	vertical-align:top;
	z-index: 0;
	margin-bottom: 20px;
	}
.infoBoxText {
	font-family:Arial, Helvetica, sans-serif;
	size:9pt;
	margin:10px 15px 10px 10px;
	color:#666666; 
	}

.infoBox2 {
	background:url(images/boxBackgroundRepeat.gif);
	background-repeat:repeat-y;
	width:267px;
	float:right;
	text-align:left;
	vertical-align:top;
	z-index: 1;
	margin-top:25px;
	margin-bottom: 20px;
	}

.infoBoxContent {	
	font-family:Arial, Helvetica, sans-serif;
	color:#0099cc;
	margin-top:0px;
	padding-left:8px;
	padding-right:8px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:10pt;
}
ul.infoBoxContent {	
	font-family:Arial, Helvetica, sans-serif;
	color:#0099cc;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-size:10pt;
	font-weight:400;
	}
.infoBoxContentSm {	
	margin-top:5px;
	padding-left:8px;
	padding-right:8px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:9pt;
	color:#FFFFFF;
	font-weight:bold;
	}

.infoBoxTD {	
	padding-top:2px;
	font-size:10pt;
	color:#FFFFFF;
	font-weight:bold;
	}
.infoBoxTDPadded {	
	padding-top:6px;
	font-size:10pt;
	color:#FFFFFF;
	font-weight:bold;
	}

.boxHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:11pt;
	color:#129dd1;
	margin-left:10px;
}
.leftbox {
	background:url(images/boxBackgroundTall.gif);
	background-repeat:no-repeat;
	width:245px;
	height:252px;
	float:left;
	margin-top:10px;
	padding-top: 10px;
	padding-bottom: 5px;

/*	-- removed because padding-left was causing display problems in Firefox and Safari
	padding-left:10px;
	padding-right:10px;
	
	
	
	text-align:left;
	vertical-align:top;
	position:relative;*/
	}
.middlebox {
	background:url(images/boxBackgroundTall.gif);
	background-repeat:no-repeat;
	width:245px;
	height:252px;
	float:left;
	margin-top:10px;
	padding-top: 10px;
	padding-bottom: 5px;

	/*
	-- removed because padding-left was causing display problems in Firefox and Safari
	padding-right:10px;
	padding-top: 10px;
	padding-bottom: 5px;
	
	margin-left:1px;
	margin-right:1px;
	
	text-align:left;
	vertical-align:top;
	position:relative;*/
}
.rightbox {
	background:url(images/boxBackgroundTall.gif);
	background-repeat:no-repeat;
	width:245px;
	height:252px;
	float:left;
	margin-top:10px;
	padding-top: 10px;
	padding-bottom: 5px;

/*	-- removed because padding-left was causing display problems in Firefox and Safari
	padding-left:10px;
	padding-right:10px;
	padding-top: 10px;
	padding-bottom: 5px;
	
	
	text-align:left;
	vertical-align:top;
	position:relative;*/
	}	
.Grey {
color:#6a6a6a;

}	
.GreyBoxContent {
color:#6a6a6a;
margin-left:10px;
}	

ul.Grey {
list-style:disc;
color:#6a6a6a;
font-family:10pt;
margin-left:24px;
padding: 0px;
margin-top:15px;
margin-bottom:5px;
}
ul {
list-style:disc;
font-family:10pt;
margin-left:24px;
padding: 0px;
margin-top:5px;
margin-bottom:5px;
}

ul.InfoBox {
list-style-image:url(images/redsquarebullet.gif);
margin-left:15px;
}
li.InfoBox {
margin-left:15px;
}
table.InfoBox
{ 
border: 1px #6685b5 solid;
border-collapse: collapse;
border-spacing: 0px;
width:215px;
padding:0px;
}
table.InfoBoxWide
{ 
border: 1px #6685b5 solid;
border-collapse: collapse;
border-spacing: 0px;
width:415px;
padding:0px;
}

th.InfoBox
{
background:url(images/headingBackground.gif);
/*border-top: 1px #000000 solid;
border-bottom: 1px #000000 solid;*/
font-weight: bold;
font-size: 12pt;
color:#FFFFFF;
text-align:left;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 20px;
padding-right: 3px;
}


td.InfoBox
{ border-bottom: 1px #6699CC dotted;
font-weight: normal;
color:#000000;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 3px;
text-align:left;
}
td.InfoBoxBackground 
{ border-bottom: 1px #6699CC dotted;
font-weight: normal;
background-image:url(images/ambulancePhotoWatermarked.gif);
background-position:bottom;
background-repeat:no-repeat;
color:#000000;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 3px;
text-align:left;
}
td.InfoBoxCentered
{ border-bottom: 1px #6699CC dotted;
font-weight: normal;
color:#000000;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 5px;
text-align:center;
}

td.LogEntryStull
{ border-bottom: 1px #6699CC dotted;
font-weight: normal;
color:#000000;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 3px;
white-space:normal;
text-align:left;
}


td.LogEntryDate
{ border-bottom: 1px #6699CC dotted;
font-weight: normal;
color:#000000;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 3px;
white-space:nowrap;
text-align:left;
}

td.LogEntryUpper
{
/* Intended to use as upper lines of a multi-row row, if you will.  Bottom line is there is no... bottom line.*/
/* border-bottom: 1px #6699CC dotted;*/
font-weight: normal;
color:#000000;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 3px;
white-space:nowrap;
}

td.LogInputUpper
{
/* Intended to use as upper lines of a multi-row row, if you will.  Bottom line is there is no... bottom line.*/
/* border-bottom: 1px #6699CC dotted;*/
text-align: center;
font-weight: normal;
color:#000000;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 3px;
/*width: 300px;*/
white-space:nowrap;
 }

td.LogInput
{ border-bottom: 1px #6699CC dotted;
text-align: center;
font-weight: normal;
color:#000000;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 3px;
white-space:nowrap;
}

td.LogAttestation
{ border-bottom: 1px #6699CC dotted;
text-align: justify;
font-weight: normal;
font-size: 9pt;
color:#000000;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 4px;
padding-right: 4px;
}
.image {
border: 1px #6685b5 solid;
}
.image2 {
border: 1px #6685b5 solid;
margin-right: 5px;
}
.image3 {
margin-right: 5px;
}
/*handling for MessageStr, also lifted from IC*/
.MessageRow {
	width: 100%;
	text-align:center;
	padding: 2px;
	height: auto;
	margin: 1.5em;
	color: #ff0000;
	font-weight:bold;
	font-size: 10pt;
}

.otherLogsPDF {
border: 1px #000 solid;
}

.headingText {
COLOR: #3f6eb6;
}

/*fancy tool tips */
.fancyToolTip
{
/*background:#FFFFFF;*/
/*background: InfoBackground;*/
background:#edeff7;
/*background:#f0f099;*/
color:#000000;
border: 2px #333333 solid;
/*display: none;*/
z-index: 10; /*make sure it's above any other page layer*/
/*padding: 6px;*/
padding: 0px;
/*width: 600px;*/
/*text-align:left*/
font-weight:normal;
white-space: normal;
/* this kicks it off of the shadow */

position: relative;
    left: -3px;
    top: -3px;
	
}

.fancyToolTipTitle
{
background:#3f6eb6;
color:#FFFFFF;
/*border: 1px #333333 solid;
display: none;*/
z-index: 10; /*make sure it's above any other page layer*/
padding: 6px;
/*width: 300px;*/
width:auto;
text-align:center;
font-weight:bold;
opacity:1.0;
filter: alpha(opacity=100);
white-space: normal;
}

.fancyToolTipBody
{
z-index: 10; /*make sure it's above any other page layer*/
padding: 6px;
text-align:justify;
font-weight:normal;
opacity:1.0;
filter: alpha(opacity=100);
white-space: normal;
}

.fancyToolTipShadow
{
background:#333333;
display: none;
/*opacity:.50;*/
/*filter: alpha(opacity=50);*/
/*width:auto;*/
font-size:11px;
}

.fancyToolTipShadow iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}


.emptyEnclosingBlock
{
display:block; position:relative; left:0px; top:0px;
}

/* for menus */

ul.topnav {
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	margin			 : 0px;
	list-style		 : none;
	float:left;
	z-index			 :100;
}

li.topnav  { /* all list items */
	background-image: url(images/topButtonCenter.gif);
	float: left;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	position: relative;
	width: 126px;
	height:48px;
	z-index:100;
}
li.topnavRight  { /* all list items */
	background-image: url(images/topButtonRight.gif);
	float: left;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	position: relative;
	width: 135px;
	height:48px;
	z-index:100;
}
li.topnavLeft  { /* all list items */
	background-image: url(images/topButtonLeft.gif);
	float: left;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	position: relative;
	width: 126px;
	height:48px;
	z-index:100;
}
.topnav li ul { /* second-level lists */
	z-index: 100;
	display: none;
	position: absolute;
	top: 100%; /* required to support IE 6 */
	left: 15px;
	width:245px;
	font-weight: normal;
	background-color: #81ddf5;
	padding: 0.5em 0 1em 0;
	border: solid 1px #129dd1;
	white-space:normal;
	z-index			 :100;
}

.topnav li li { 
	background-image : none;
    padding-left     : 5px;
    padding-right    : 1px;
	float			 : left;
	position		 : relative;
	width			 : 98%;
	font-size        : 11px;
    line-height      : 22px;
/*    border-bottom    : 1px solid #129dd1;	*/
	border-left		 : none;
	z-index			 :100;
}

.topnav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

.topnav li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
ul#topnav li a {
  display          : block;
  text-decoration  : none;
  color            : #ffffff;
  font-family:Arial, Helvetica, sans-serif;
  font-size:9pt;
  font-weight:bold;
  padding-top:14px;
/* background       : transparent;*/
}
ul#topnav li a:hover {
  color            : #000000;
  
}

pre { font-family:"Courier New", Courier, monospace; margin-left:auto; margin-right:auto; overflow:auto; width:700px; padding:5px; }

.sideBarBox {

	background:url(images/boxBackgroundTall_300.png);
	background-repeat:no-repeat;

	width:245px;
	/*height:252px;*/
	height:300px;
	/*float:right;*/
	margin-top:10px;
	padding-top: 10px;
	padding-bottom: 5px;
	/*
	border: 1px solid #000000;
	background-color:#999999;
*/
/*	-- removed because padding-left was causing display problems in Firefox and Safari
	padding-left:10px;
	padding-right:10px;
	padding-top: 10px;
	padding-bottom: 5px;
	
	
	text-align:left;
	vertical-align:top;
	position:relative;*/
	}
	
#MainPage {
    float:left;
    width:580px;
	text-align:left;
    }
#SideBar {
    float:right;
    width:250px;
	text-align:left;
    }

.widePage {
	text-align:left;
	width:100%;
    }
.fullPage {
	/*width:675px;*/
	width:95%;
	font-family:Arial, Helvetica, sans-serif; 
	color:#000000; 
	size:10pt;
}
.titleBar {
	width:100%;
	padding:5px;
	text-align:center;
	}
.titlebar h1 { text-align:left; }
	
ul.grey a {
	color:#6a6a6a;
	}
	
.GreyBoxImage {
	color:#6a6a6a;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.GreyBoxImage img {	margin-top:2px;	margin-bottom:2px; }
.Screenshots img {	margin-top:2px;	margin-bottom:3px;}
.Enlarge img {	margin-top:3px;	margin-bottom:0px; margin-left:150px; border:#ffffff 1px solid;}

div.page1ScreenShot { width:100%; padding:5px; text-align:center; }
div.page1ScreenShot img.rightSide { display:block; float:right; }
div.page1ScreenShot img.leftSide { display:block; float:left; }
div.page1ScreenShot img { margin-left:auto; margin-right:auto; }
div.page1ScreenShot div.captionL { padding:10px; text-align:justify; float:left; width:400px; }
div.page1ScreenShot div.captionR { padding:10px; text-align:justify; float:right; width:400px; }

table.compareFeatures { border:1px solid #000000; border-collapse:collapse; font-size:12px; color:#000000; background-color:#FFFFFF; width:640px;}
table.compareFeatures th { font-size:11pt; color:#ffffff; background-color:#129dd1; padding:3px; font-weight:bold; }
table.compareFeatures td { font-size:12px; color:#000000; background-color:#FFFFFF; padding:3px; border-bottom:1px dashed #129dd1; text-align:left;}
table.compareFeatures td.good { text-align:center; font-weight:bold; color:#129dd1; }
table.compareFeatures td.bad { text-align:center; font-weight:bold; color:#e3ae45; }
table.compareFeatures td.footer { color:#ffffff; background-color:#129dd1; font-weight:bold; }
table.compareFeatures td.label { font-size:12px; color:#ffffff; background-color:#5abeed; padding:3px; font-weight:bold; border:none; text-align:left;}
table.compareFeatures td.solidborder { font-size:12px; color:#000000; background-color:#FFFFFF; padding:3px; border-bottom:1px solid #129dd1; }

table.calculate { border:3px solid #129dd1; border-collapse:collapse; font-size:12px; color:#000000; background-color:#FFFFFF; margin-left:auto; margin-right:auto; }
table.calculate th { font-size:11pt; color:#ffffff; background-color:#129dd1; padding:3px; font-weight:bold; }
table.calculate td { font-size:12px; color:#000000; background-color:#FFFFFF; padding:3px; border-bottom:1px dashed #129dd1; }
table.calculate td.good { text-align:center; font-weight:bold; color:#129dd1; }
table.calculate td.bad { text-align:center; font-weight:bold; color:#e3ae45; }
table.calculate td.footer { color:#ffffff; background-color:#129dd1; font-weight:bold; }
table.calculate td.label { font-size:12px; color:#ffffff; background-color:#5abeed; padding:3px; font-weight:bold; border:none;}
table.calculate td.solidborder { font-size:12px; color:#000000; background-color:#FFFFFF; padding:3px; border-bottom:1px solid #129dd1; }


h2.good { color:#129dd1; }

div.LightBoxContainer { }
div.LightBoxContainer img { max-width:100px; width: expression(this.width > 100 ? 100: true); border:1px solid #999999; }

/* for fade-in/fade-out screenshots  */
.ScreenshotPopup {
	background: transparent;
	text-align: center;
	font-family: Arial,sans-serif;
	width: 650px;
	height: 800px;
	position: absolute;
	margin: 0 auto;
	top: 100px;
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index: 1000;	
}

.ScreenshotPopup a {
	text-decoration: none;
	border: none;
}

.ScreenshotPopupAd {
	height: 780px;
}

.ScreenshotPopup img {
	border: none;
}

.ScreenshotPopupBar {
	background: url('images/bar650.gif') no-repeat top left;
	height: 20px;
	line-height: 20px;
}

.ScreenshotPopupBar a {
	margin-left: 10px;
	font-weight: bold;
	float: right;
	color: #FFF;
	font-size: 11px;
}
.ScreenshotPopupBar a:visited {
	color:#000000;
}
.ScreenshotPopupBarHeading {
	margin-left: 10px;
	font-weight: bold;
	float: left;
	color: #FFF;
	font-size: 10px;
}

.ScreenshotPopupClose {
	display: block;
	height: 20px;
	float: right;
	vertical-align:middle;
	border:1px solid;
	background: url('images/close_off.gif') no-repeat top right;
}

.ScreenshotPopup.show {
	display: block;
}
/* end of css for fade-in/fade-out screenshots  */

-->
