/* 1) Generic */

a:link, a:visited {
  font-family: Verdana, Arial, sans-serif;
  font-size:11px;
  color:#0099cc;
  text-decoration:underline;
  }

a:hover, a:active {
  color:#26c0e6;
  text-decoration:none;
  }
  
a.BlueBlockLink:link, a.BlueBlockLink:visited {
  font-family: Verdana, Arial, sans-serif;
  font-size:11px;
  color:#FFFDE9;
  font-weight: bold;
  text-decoration:underline;
  line-height: 13px;
  position: relative;
  top: -4px;
  }

a.BlueBlockLink:hover, a.BlueBlockLink:active {
  color:#FFF1B7;
  text-decoration:none;
  }

input {
  font-family: Verdana, Arial, sans-serif;
  font-size:11px;
  font-style:normal;
  color:#666666;
  }

select {
  font-family: Verdana, Arial, sans-serif;
  font-size:11px;
  font-style:normal;
  color:#666666;
  }

body, td, BASEFONT {
  font-family: Verdana, Arial, sans-serif;
  font-size:11px;
  color:#666666;
  line-height: 18px;
  }
  
P {
  font-family: Verdana, Arial, sans-serif;
  font-size:11px;
  color:#666666;
  margin-top:0px;
  margin-bottom:18px;
  }

ul {
  margin-top:0px;
  margin-bottom:3px;
  margin-left:7px;
  }

li {
  margin-top:0px;
  margin-bottom:3px;
  margin-left:12px;
  font-family: Verdana, Arial, sans-serif;
  font-size:11px;
  }


/* custom */

.SiteMapList
{
	list-style-image:url(../images/arrow_blue.gif);
}

.bgwhite {
  background-color:#FFFFFF;
  }

.bg {
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
  }
  
.bgheader {
	background-image:url(../images/bg_header.gif);
  }

.bgbanner {
	background-image:url(../images/pixel.gif);
  }
  
#navondemand a {
  background-image:url(../images/global_nav_ondemand.jpg);
  width:110px;
  height:92px;
  display:block;
  }

#navondemand a:hover {
  background-image:url(../images/global_nav_ondemand_on.jpg);
  }
  
#naventerprise a {
  background-image:url(../images/global_nav_enterprise.jpg);
  width:110px;
  height:92px;
  display:block;
  }

#naventerprise a:hover {
  background-image:url(../images/global_nav_enterprise_on.jpg);
  }
  
#navgamechange a {
  background-image:url(../images/global_nav_gamechange.jpg);
  width:110px;
  height:92px;
  display:block;
  }

#navgamechange a:hover {
  background-image:url(../images/global_nav_gamechange_on.jpg);
  }
  
#navcontact a {
  background-image:url(../images/global_nav_contact.jpg);
  width:110px;
  height:92px;
  display:block;
  }

#navcontact a:hover {
  background-image:url(../images/global_nav_contact_on.jpg);
  }
  
#navtravel a {
  background-image:url(../images/global_nav_travel.jpg);
  width:110px;
  height:92px;
  display:block;
  }

#navtravel a:hover {
  background-image:url(../images/global_nav_travel_on.jpg);
  }

#navsupport a {
  background-image:url(../images/global_nav_support.jpg);
  width:110px;
  height:92px;
  display:block;
  }

#navsupport a:hover {
  background-image:url(../images/global_nav_support_on.jpg);
  }

#navlogin a {
  background-image:url(../images/global_nav_login.jpg);
  width:110px;
  height:92px;
  display:block;
  }

#navlogin a:hover {
  background-image:url(../images/global_nav_login_on.jpg);
  }
  
#navhome a {
  background-image:url(../images/global_nav_home.jpg);
  width:110px;
  height:92px;
  display:block;
  }

#navhome a:hover {
  background-image:url(../images/global_nav_home_on.jpg);
  }
  
#navlogout a {
  background-image:url(../images/global_nav_logout.jpg);
  width:110px;
  height:92px;
  display:block;
  }

#navlogout a:hover {
  background-image:url(../images/global_nav_logout_on.jpg);
  }

.bghomebody {
	background-image: url(../images/bg_home_body.png);
	background-repeat: repeat-y;
  }
  
.bgmainbody {
	background-image: url(../images/bg_main_body.gif);
	background-repeat: repeat-y;
  }

#bgcontent {
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-x;
  }
  
#padbannerbox {
  padding:12px 12px 10px 14px;
  color:#FFFFFF;
  }
  
#padpagetitle {
  padding:0px 20px 14px 20px;
  }
  
#paddingbody {
  padding:20px;
  }

#paddingbodynotoppad {
  padding-bottom:20px;
  padding-left:20px;
  padding-right:20px;
  padding-top:0px
  }
  
#paddingleftnav {
  padding:16px 3px 20px 8px;
  }
  
#paddingbox {
  padding:6px 14px 14px 18px;
  color:#FFFFFF;
  line-height: 14px;
  }
  
#paddingbot {
  padding-bottom:16px;
  }

.arrow {
	background:url(../images/arrow_red.gif) no-repeat left;
	padding-left:16px;
	line-height:16px;
	vertical-align:middle;
	font-size:12px;
	padding-top:4px;
	padding-bottom:4px;
}

.arrowblue {
	background:url(../images/arrow_blue.gif) no-repeat left;
	padding-left:16px;
	line-height:16px;
	vertical-align:middle;
	font-size:12px;
	padding-top:4px;
	padding-bottom:4px;
}
  
.pagetitle {
  font-family: Verdana, Arial, sans-serif;
  font-size:20px;
  font-style:normal;
  text-decoration:none;
  color:#88b237;
  }
  
H1 {
  font-family: Verdana, Arial, sans-serif;
  font-size:20px;
  font-style:normal;
  font-weight:normal;
  margin-bottom: 0px;
  margin-top: 0px;
  text-decoration:none;
  color:#88b237;
  }
  
a.pagetitle:LINK, A.pagetitle:VISITED {
  text-decoration:none;
  color:#88b237;
  }

a.pagetitle:HOVER, a.pagetitle:ACTIVE {
  text-decoration:underline;
  color:#88b237;
  }
  
.bannerarrow {
  background:url(../images/arrow_white.gif) no-repeat left;
  padding:2px 4px 2px 16px;
  line-height:13px;
  vertical-align:top;
  color:#ffffff;
  }
  
a.bannerlink:LINK, A.bannerlink:VISITED {
  text-decoration:none;
  color:#ffffff;
  }

a.bannerlink:HOVER, a.bannerlink:ACTIVE {
  text-decoration:underline;
  color:#ffffff;
  }
  
.leftnavarrow {
  background:url(../images/arrow_blue.gif) no-repeat left;
  padding:6px 2px 6px 12px;
  line-height:13px;
  vertical-align:top;
  text-decoration:none;
  color:#0099cc;
  }
  
a.leftnav:LINK, A.leftnav:VISITED {
  text-decoration:none;
  color:#0099cc;
  font-weight:bold
  }

a.leftnav:HOVER, a.leftnav:ACTIVE {
  text-decoration:none;
  color:#26c0e6;
  }
  
a.breadcrumb:LINK, A.breadcrumb:VISITED {
  text-decoration:none;
  }

a.breadcrumb:HOVER, a.breadcrumb:ACTIVE {
  text-decoration:none;
  }
  
.boxtitle {
  font-size:11px;
  font-weight:bold;
  color:#ffffff;
  padding-bottom:10px;
}
  
.subtitle {
  line-height:13px;
  font-size:12px;
  font-weight:bold;
  color:#88b237;
  }
  
a.subtitle:LINK, A.subtitle:VISITED {
  font-weight:bold;
  text-decoration:none;
  color:#88b237;
  }

a.subtitle:HOVER, a.subtitle:ACTIVE {
  text-decoration:underline;
  color:#88b237;
  }
  
.footertxt {
  font-family: Verdana, Arial, sans-serif;
  font-size:10px;
  font-style:normal;
  font-weight:normal;
  color:#666666;
  padding: 16px;
  }

A.footer:LINK, A.footer:VISITED {
  font-family: Verdana, Arial, sans-serif;
  font-size:10px;
  font-style:normal;
  font-weight:normal;
  color:#666666;
  text-decoration:underline;
  }

A.footer:HOVER, A.footer:ACTIVE {
  color:#666666;
  text-decoration:none;
  }
  
.bold {
  font-weight:bold;
  }

.ButtonClassNavigation {
    background-image:url(../images/btn_bg.gif);
    background-repeat:repeat-x;
    border: 1px solid #b1c7d7;
    color: #003c6a;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 10px;
    padding: 2px 2px;
    cursor: pointer;
    background-color: #d1e0eb;
}

.ButtonClassFormReset {
    background-image:url(../images/btn_bg.gif);
    background-repeat:repeat-x;
    border: 1px solid #b1c7d7;
    color: #003c6a;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 10px;
    padding: 2px 2px;
    cursor: pointer;
    background-color: #d1e0eb;
}
  
.LabelBig {
  font-family: Verdana, Arial, sans-serif;
  font-size:20px;
  font-style:normal;
  text-decoration:none;
  color:#88B237;
}
  
.LabelMediumBig {
  font-family: Verdana, Arial, sans-serif;
  line-height:14px;
  font-size:13px;
  font-style:normal;
  text-decoration:none;
  font-weight:bold;
  color:#88B237;
}
  
.LabelMedium {
  font-family : Verdana, Arial, sans-serif;
  line-height:13px;
  font-size:12px;
  font-weight:bold;
  color:#5791B7;
}

.LabelSmall {
  font-family : Verdana, Arial, sans-serif;
  font-size:11px;
  font-style:normal;
  font-weight:normal;
  color:#666666;
  }

.LabelVerySmall {
  font-family : Verdana, Arial, sans-serif;
  font-size:9px;
  font-style:normal;
  font-weight:normal;
  color:#666666;
  }
  
.LabelBlueBlockText {
  font-family : Verdana, Arial, sans-serif;
  font-size:11px;
  font-style:normal;
  font-weight:bold;
  color:#FFFFFF;
  line-height: 13px;
  position: relative;
  top: -4px;
  }
  
.HTMLTextViewer
{
	border-right: solid 1px #E6E6E6;
	border-top: solid 1px #E6E6E6;
	border-left: solid 1px #E6E6E6;
	border-bottom: solid 1px #E6E6E6;
}

.ExpenseListTable
{
	border-top: solid 1px #E6E6E6;
	border-left: solid 1px #E6E6E6;
	border-bottom: solid 1px #E6E6E6;
}

.ExpenseListCell
{
	border-right: solid 1px #E6E6E6;
	border-bottom: solid 1px #E6E6E6;
}

.ExpenseListCellNoBottom
{
	border-right: solid 1px #E6E6E6;
}

.ExpenseListCellBottomOnly
{
	border-bottom: solid 1px #E6E6E6;
}

.ExpenseListCellRightOnly
{
	border-right: solid 1px #E6E6E6;
}

/* Fax Cover Page styles */

.FaxCoverPage
{
	vertical-align: top;
	text-align: left;
}

/* custom - text panels */

.bgpanelblue {
  background-color:#ecf4f9;
  }

.bgpanelbluetop {
    background-image: url(../images/panel_blue_bg_top.gif);
    background-repeat: repeat-x;
  }
  
.bgpanelblueleft {
    background-image: url(../images/panel_blue_bg_left.gif);
    background-repeat: repeat-y;
  }
  
.bgpanelblueright {
    background-image: url(../images/panel_blue_bg_right.gif);
    background-repeat: repeat-y;
  }
  
.bgpanelbluebot {
    background-image: url(../images/panel_blue_bg_bot.gif);
    background-repeat: repeat-x;
  }
  
.bgpanelbluebotnoreflection {
    background-image: url(../images/panel_blue_bg_bot_no_reflection.gif);
    background-repeat: repeat-x;
  }
  
.bgpanelbluebotnoreflectionclear {
    background-image: url(../images/panel_blue_bg_bot_no_reflection_cl.gif);
    background-repeat: repeat-x;
  }
  
.paddingpanel {
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 14px;
  }
  
.paddingpanelSmall {
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 10px;
  }
  
.paddingpanelbot 
{
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 14px;
  overflow: auto;
  scrollbar-arrow-color: #464646;
  scrollbar-3dlight-color: #CCCCCC;
  scrollbar-darkshadow-color: #999999;
  scrollbar-face-color: #D4D0C8;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #CCCCCC;
  scrollbar-track-color: #E6E6E6;
}
  
.bgpanelwhite {
  background-color:#ffffff;
  }
  
.bgpanelwhitetop {
    background-image: url(../images/panel_white_bg_top.gif);
    background-repeat: repeat-x;
  }
  
.bgpanelwhiteleft {
    background-image: url(../images/panel_white_bg_left.gif);
    background-repeat: repeat-y;
  }
  
.bgpanelwhiteright {
    background-image: url(../images/panel_white_bg_right.gif);
    background-repeat: repeat-y;
  }
  
.bgpanelwhitebot {
    background-image: url(../images/panel_white_bg_bot.gif);
    background-repeat: repeat-x;
  }

.bgpanelwhitebotnoreflection {
    background-image: url(../images/panel_white_bg_bot_no_reflection.gif);
    background-repeat: repeat-x;
  }
  
.bgpanelwhitebotnoreflectionclear {
    background-image: url(../images/panel_white_bg_bot_no_reflection_cl.gif);
    background-repeat: repeat-x;
  }

.pagetitleLabelSmall {
 font-family : Verdana, Arial, sans-serif;
  font-size:11px;
  font-style:normal;
  font-weight:bold;
  color:#666666;
  }
 
.pagetitleLabelSmallGreen {
 font-family : Verdana, Arial, sans-serif;
  font-size:11px;
  font-style:normal;
  font-weight:bold;
  color:#88B237;
  }
  
.blueblockcontentpanel {
  background-color: #7AB7D7;
  vertical-align: top;
  padding-top: 0px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 0px;
  width: 109px;
  }

.stdPopupInfoTable 
{
	position: absolute;
	z-Index: 100;	
	background-image: url(../images/stdPIBBgnd.png);
	height: 137px;
	width: 225px;
}

/* @group Added by Jamie */

ul.overview {
	padding: 0px 20px 0px 20px;
	list-style: none;
}

ul.overview li {
	padding-left: 24px;
	margin-left: 0;
	margin-bottom: .75em;
	background: url(../images/icn-check-gray-sm.png) no-repeat 0 3px;
	font-size:12px;
}

a.lightboxlink {
	position: relative;
	top: 3px;
}

a.lightboxlink, a.lightboxlink img {
	border-width: 0px;
}

table.featureset {
	border-width: 0;
}

table.featureset tr.feature td {
	padding: 12px 6px;
	border: 1px dashed #ddd;
	border-width: 0 0 1px 0;
}

table.featureset tr.feature td {
	text-align: left;
	vertical-align: top;
}

table.featureset tr.feature td.icon {
	text-align: center;
}

table.featureset tr.feature td.icon img {
	display: inline-block;
	padding-bottom: 1em;
}

table.comparisonchart {
	border-width: 0;
	width: 450px;
	margin-bottom: 2em;
}

table.comparisonchart th, table.comparisonchart td {
	padding: 6px;
	vertical-align: top;
	text-align: left;
	border: 1px dotted #ddd;
	border-width: 0 0 1px 0;
}

table.comparisonchart th.features {
	width: 300px;
}

table.comparisonchart td.featurecheck {
	text-align: center;
}

table.comparisonchart td img.moreinfolink:hover {
	cursor: pointer !important;
}

table.comparisonchart td dfn {
	display: block;
	font-size: .85em;
	font-style: normal;
	line-height: 1.3;
	margin: .5em 0 1.5em 1em;
	padding-left: 1em;
	width: 90%;
	border-left: 1px solid #ddd;
}

/* @end */
  
.superscript {
	position: relative;
	top: -4px;
	font-size:10px;
} 
  