/****************** XSTREAMHD STYLES ***********************/
body {
	background-color: #00225E;
	background-image: url('/common/images/diagonalBG.jpg');
	background-repeat: repeat-x;
}

html,body {
	font: 12px Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

@media print {
	#print_icon {
		display: none;
	}
	.footerMenu {
		display: none;
	}
	.header_bg {
		display: none;
	}
	.subnav_bg {
		display: none;
	}
	.content_box_header {
		display: none;
	}
	.content_box_footer {
		display: none;
	}
	.ad_right {
		display: none;
	}
	.box_images {
		display: none;
	}
	.print_images {
		display: none;
	}
}

.defaultFont {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#333333;
}

.noPadding {
	padding:			0;
}

.noMargin {
	margin:				0;
}

.noBorder {
	border:				none;
}

.relativeMarker {
	position:			relative;
	top:				0;
	left:				0;
}

.positionTop {
	position:			absolute;
	top:				0;
}

positionBottom {
	position:			absolute;
	bottom:				0;
}

.pageTitle {
	font-size: 			22px; 
	color: 				MidnightBlue; 
	font-weight: 		bold;
}

.pageTop_backLink {
	text-align: 		right; 
	vertical-align: 	bottom;
}

.blueLink {
	color: 				#1470CC; 
	cursor: 			pointer; 
	font-weight: 		bold;
	text-decoration:	none;
}

.blueLink:hover {
	color: 				MidnightBlue; 
	cursor: 			pointer; 
	font-weight: 		bold;
	text-decoration:	none;
}

.imagePopUp {
	max-width: 900px;
	width: expression(this.width >   900 ?   "900px" :   this.width);
	max-height: 400px;
	height: expression(this.height >   400 ?   "400px" :   this.height);
}

.header_bg {
	background-image: url(/common/images/header_bg.jpg);
	background-repeat: repeat-x;
}

.logo_holder {
	padding-top: 27px;
	padding-left: 11px;
	padding-bottom: 22px;
}

.header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
	padding-bottom: 5px;
}

.header_text_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-bottom: 5px;
}

.header_text_2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.selectedTab {
	background-image: url(/images/menuSelectedBg.gif);
	background-repeat: no-repeat;
	width: 127px;
	height: 20px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font: bold 11px auto "Trebuchet MS", Verdana, Arial, Helvetica,
		sans-serif;
}

.selectedTab a {
	width: 127px;
	height: 20px;
	padding-top: 3px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font: bold 11px auto "Trebuchet MS", Verdana, Arial, Helvetica,
		sans-serif;
}

.menuTab a {
	width: 127px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font: bold 11px auto "Trebuchet MS", Verdana, Arial, Helvetica,
		sans-serif;
}

.header_text_2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

.header_text_2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #8ae6ff;
}

.header_text_2 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

#mainTable {
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}

.containerTable {
	margin-left: 10px;
}

.content_margin {
	padding-left: 15px;
	padding-bottom: 10px;
}

.box_header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #0A3E5D;
}

.box_header_text a:link {
	color: #0A3E5D;
	text-decoration: none;
}

.box_header_text a:visited {
	text-decoration: none;
	color: #0A3E5D;
}

.box_header_text a:hover {
	text-decoration: underline;
	color: #0A3E5D;
}

.box_header_text a:active {
	text-decoration: none;
	color: #0A3E5D;
}

.box_header_margin {
	padding-left: 6px;
	width: 100%;
}

.box_bg {
	border-right: solid 1px #89d6fe;
	border-bottom: solid 1px #89d6fe;
	border-left: solid 1px #89d6fe;
}

/*
.box_bg {
    background-color: #e3f5fe;
    border-right: solid 1px  #89d6fe;
    border-bottom:solid 1px  #89d6fe;
    border-left:solid 1px  #89d6fe;
}*/
.box_padding {
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.copy12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.copy12 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A3E5D;
	text-decoration: none;
}

.copy12 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #0A3E5D;
}

.copy12 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #0A3E5D;
}

.copy12 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #0A3E5D;
}

.copy11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.copy11 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0A3E5D;
	text-decoration: none;
}

.copy11 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #0A3E5D;
}

.copy11 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #0A3E5D;
}

.copy11 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #0A3E5D;
}

.copy10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.copy10 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0A3E5D;
	text-decoration: none;
}

.copy10 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #0A3E5D;
}

.copy10 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #0A3E5D;
}

.copy10 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #0A3E5D;
}

.subnav_bg {
	background-image: url(/common/images/subnav_bg.jpg);
	background-repeat: repeat-x;
}

.subnav_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 25px;
}

.subnav_text a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.subnav_text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

.subnav_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #8ae6ff;
}

.subnav_text a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

.tab {
	background-image: url(/common/images/tab.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #0A3E5D;
}

.tab_active {
	background-image: url(/common/images/tab_active.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

.generic_btn {
	background: none no-repeat;
	background-color: #CCCCCC;
	width: 120px;
	height: 30px;
	cursor: hand;
	color: navy;
	font-weight: bold;
	text-transform: none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	border: thin solid navy line;
}

.generic_button {
	background: none no-repeat;
	background-color: #CCCCCC;
	width: 120px;
	height: 30px;
	cursor: hand;
	color: navy;
	font-weight: bold;
	text-transform: none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	border: thin solid navy line;
}

.gen_btn_trailer {
	background: none no-repeat;
	background-image: url(/common/images/btn_gen_clip.gif);
	width: 159px;
	height: 37px;
	cursor: hand;
	color: white;
	font-weight: bold;
	text-transform: none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	border: thin solid navy line;
	padding-bottom: 3px;
}

.gen_btn_trailer a {
	cursor: hand;
	color: navy;
	padding-left: 10px;
	font: bold 12px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.gen_btn_clip {
	background: none no-repeat;
	background-image: url(/common/images/btn_gen_clip.gif);
	width: 159px;
	height: 37px;
	cursor: hand;
	color: white;
	font-weight: bold;
	text-transform: none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	border: thin solid navy line;
	padding-bottom: 3px;
}

.gen_btn_clip a {
	color: navy;
	padding-left: 10px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#mainContent {
	min-height: 500px;
}

.blueBorder {
	border: 2px solid #387bbd;
}

.spacing {
	padding: 2px;
}

/******************************* FOOTER MENU *************************************************/
#footerMenu {
	display: block;
	color: dimgray;
	text-align: center;
	vertical-align: middle;
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height: 11px;
	padding: 7px 0px 7px 0px;
	text-transform: none;
}

#footerMenu a {
	color: dimgray;
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height: 11px;
	text-decoration: none;
}

#footerMenu a:hover {
	text-decoration: underline;
}

#subMenu {
	text-align: center;
	width: 100%;
	vertical-align: middle;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: goldenrod;
	line-height: 12px;
	padding: 7px 0px 7px 0px;
	text-transform: none;
}

#subMenu a {
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: goldenrod;
	text-decoration: none;
}

#subMenu a:hover {
	text-decoration: underline;
}

#loginMenu {
	font: bold 12px Arial;
	color: steelblue;
	text-align: right;
	text-transform: none;
}

.fieldValidate {
	background: transparent url("/common/images/helpbox_small.png")
		no-repeat;
	padding: 5px 25px 20px 25px;
	font: 11px Verdana, sans-serif;
	text-align: left;
	width: 160px;
	height: 39px;
}

.fieldValidateCollapsed {
	line-height: 72px; /** Needed to hide text **/
	background: transparent url("/common/images/helpbox_collapsed.png")
		no-repeat;
	width: 16px;
	height: 16px;
	overflow: hidden; /** Needed to stop scrollbars **/
	cursor: pointer;
}

* html .fieldValidate {
	background: transparent url("/common/images/helpbox_small.gif")
		no-repeat;
}

* html .fieldValidateCollapsed {
	background: transparent url("/common/images/helpbox_collapsed.gif")
		no-repeat;
}

label {
	display: block;
	line-height: 18px;
	font-weight: bold;
}

.messageTable th {
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 2px 6px 2px 6px;
	background: #ccebff no-repeat;
}

.tableRowClass td {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000; /* #4f6b72; */
	background: #E6EAE9;
	padding: 2px 6px 2px 6px;
	vertical-align: top;
}

.disabledInput {
	background-color: #CCCCCC;
}

#current {
	text-color: black;
	text-decoration: underline;
}

#overlay {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1000;
	background: black;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
}

#overlay_top {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1002;
}

#overlay_div {
	width: 500;
	background-color: #fff;
	margin: 200px auto;
	border: 2px solid #999999;
	padding: 15px;
	text-align: left;
	background-image: url(/images/content_box_bg_wide.jpg);
	background-repeat: no-repeat;
}

#overlayElement {
	width: 10;
	margin-top: 5%;
	text-align: left;
}

.gallery_img {
	max-width: 200px;
	width: expression(this.width >   200 ?   "200px" :   this.width);
}

.block_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	position: relative;
	top: -5px;
}

.block_title_white {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
	top: -5px;
}

/**************************************************************************************************/
h1 {
	font-weight: bold;
	color: #4390c2;
	font-size: 20px;
	font-family: Garomond, "Times New Roman", Times, serif;
}

h2 {
	font: 18px Garamond, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #4390c2
}

h3 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #87d300;
}

h5 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4390C2;
	Padding: 10px 0px 0px 0px;
}

a {
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #4390C2;
}

a:hover {
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #4390C2;
}

#banner {
	width: 990px;
	height: 80px;
	display: block;
	background: url(/images/banner.jpg) no-repeat;
	padding: 0px 0px 0px 0px;
}

#wvLogo {
	float: left;
	width: 154px;
	height: 71px;
	display: block;
}

#topMenu {
	float: right;
	padding-top: 60px;
	width: 825px;
	height: 20px;
	margin: 0px;
	background: transparent;
}

#btn_signIn a {
	float: right;
	margin-right: 20px;
	margin-left: 2px;
	width: 62px;
	height: 20px;
	background: url(/images/btn_signIn.jpg) center no-repeat;
	text-align: center;
	text-decoration: none;
	line-height: 19px;
	color: #BFE2F8;
}

#btn_signIn a:hover,#btn_signIn a#current {
	background: url(/images/btn_signInOver.jpg) center no-repeat;
	text-decoration: none;
	color: #FFF
}

#btn_customerCare a {
	float: right;
	margin-left: 2px;
	width: 107px;
	height: 20px;
	background: url(/images/btn_customerCare.jpg) center no-repeat;
	text-align: center;
	text-decoration: none;
	line-height: 19px;
	color: #BFE2F8
}

#btn_customerCare a:hover,#btn_customerCare a#current {
	background: url(/images/btn_customerCareOver.jpg) center no-repeat;
	text-decoration: none;
	color: #FFF
}

#btn_home a {
	float: right;
	margin-left: 2px;
	width: 56px;
	height: 20px;
	background: url(/images/btn_home.jpg) center no-repeat;
	text-align: center;
	text-decoration: none;
	line-height: 19px;
	color: #BFE2F8;
}

#btn_home a:hover,#btn_home a#current {
	background: url(/images/btn_homeOver.jpg) center no-repeat;
	text-decoration: none;
	color: #FFF
}

.btn_formButton {
	
}

.btn_formButton a {
	background: url(/images/btn_blue.jpg) repeat-x;
	border: 1px #014c90 solid;
	text-decoration: none;
	padding: 2px 8px;
	margin-right: 5px;
	color: #BFE2F8
}

.btn_formButton a:hover {
	background: url(/images/btn_gray.jpg) repeat-x;
	border: 1px #666 solid;
	text-decoration: none;
	padding: 2px 8px;
	color: #fff
}

input.btn {
	color: #BFE2F8;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding: 0px 5px;
	margin-right: 5px;
	background: #4390c2 url(/images/btn_blue.jpg) repeat-x;
	border: 1px solid;
	border-top-color: #014c90;
	border-left-color: #014c90;
	border-right-color: #014c90;
	border-bottom-color: #014c90;
}

#mainNav {
	width: 990px;
	height: 34px;
	background: url(/images/navBar_Bg.jpg) center center repeat-x;
}

#mainNav_left {
	width: 5px;
	height: 34px;
	float: left;
	background: url(/images/navBar_left.jpg) no-repeat;
}

#mainNav_right {
	width: 5px;
	height: 34px;
	float: right;
	background: url(/images/navBar_right.jpg) no-repeat;
}

#mainMenu {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	width: 900px;
	text-transform: uppercase;
	font-weight: bold;
}

#mainMenu li {
	display: inline;
}

#mainMenu li a {
	float: left;
	width: 120px;
	color: white;
	padding: 9px 0px 10px 0px;
	border-left: 1px solid #4390c2;
}

#mainMenu li a {
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	outline: none;
}

#mainMenu li.first a {
	border-left: 0px solid #4390c2;
	padding: 9px 0px 10px 0px;
}

#mainMenu li a:visited {
	color: white;
}

#mainMenu li a:hover,#mainMenu li a#current {
	color: white;
	background: transparent url(/images/mainMenu_Over.jpg) center center
		repeat-x;
}

#subNav {
	width: 990px;
	height: 18px;
	background: url(/images/subNavBar.jpg) no-repeat;
	padding: 0px 0px 0px 0px;
}

/* */
.subMenu {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	width: 970px;
	font-weight: bold;
}

.subMenu li {
	display: inline;
}

.subMenu li a {
	float: left;
	width: 100px;
	color: white;
	padding: 3px 0px 4px 0px;
	line-height: 10px;
	text-decoration: none;
	border-left: 0px solid #4390c2;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.subMenu li.first a {
	border-left: 0px solid #4390c2;
	padding: 3px 15px 4px 15px;
	line-height: 10px;
}

.subMenu li a:visited {
	color: white;
}

.subMenu li a:hover,.mainMenu li .current {
	color: #317023;
	background: transparent url(/images/subMenu_Over.jpg) center center
		repeat-x;
}

#container {
	margin: 0px auto;
	width: 990px;
	text-align: left;
	padding: 0px;
	min-height: 100%;
	height: 100%;
}

#wrapper {
	width: 950px;
}

* html #wrapper {
	width: 950px;
}

.copyRight {
	text-align: center;
	vertical-align: bottom;
	font: 10px Arial, Helvetica, sans-serif;
	color: black;
	line-height: 12px;
}

.footerText {
	text-align: center;
	vertical_align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 14px;
}

#container_subPage {
	margin: 0px auto;
	width: 990px;
	text-align: left;
	padding: 0px;
	min-height: 100%;
	height: 100%;
}

#container_subPage_table {
	margin: 0px auto;
	width: 990px;
	text-align: left;
	padding: 0px;
	background: url(/images/wrapper_all.jpg);
	background-repeat: repeat-y;
}

#leftContent {
	float: left;
	width: 158px;
	margin: 38px 0px 0px 0px;
}

#leftContentTable {
	float: left;
	width: 158px;
	margin: 38px 0px 0px 0px;
	padding-left: 15px;
}

#spacer {
	display: block;
	height: 95%;
	float: left;
	width: 2px;
	font-size: 1px;
	padding: 0;
	margin: 0;
	background-color: red;
}
/*
dl,dt,dd,ul,li {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
*/
#sideMenu {
	
}

dl#sideMenu {
	width: 158px;
}

dl#sideMenu dt {
	cursor: pointer;
	margin: 2px 0px 0px 0px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	background-color: #70b7db;
	border: 1px solid #0076A3;
	text-align: center;
}

dl#sideMenu dd {
	border: 1px solid #BCE0F2;
	text-align: center;
	padding: 0px 2px;
	display: none;
}

dl#sideMenu li {
	width: 152px;
	background-color: #c8e4f2;
	filter: Alpha(Opacity = 80);
	text-align: center;
	border-bottom: 1px solid #8EC7E3;
}

dl#sideMenu li a,dl#sideMenu dt a {
	line-height: 20px;
	color: #0076A3;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

dl#sideMenu li a:hover,dl#sideMenu li a:hover,dl#sideMenu dt a:hover,dl#sideMenu dt.current
	{
	background: #c8e4f2;
	color: #fff;
}

dl#sideMenu dd li.current {
	background: #95cae5;
	color: #fff;
}

.clear {
	height: 0px;
	clear: both;
}

.space10 {
	height: 10px;
	clear: both;
}

.error_message {
	font-weight: bold;
	color: DarkRed;
	background: url(/images/helpbox_collapsed.png) left top no-repeat;
	padding: 0px 25px 10px 25px;
}

.error_field {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: DarkRed;
	background: url(/images/helpbox_collapsed.png) left center no-repeat;
	padding: 0px 0px 0px 20px;
	vertical-align: bottom;
}

.help_message {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 20px;
}

/* Start form customize button style */
input.button {
	padding-left: 5px;
	margin-right: 5px;
	border: 1px #0076A3 solid;
	background: #3F8ABC; url (/images/blueButton_left.jpg) no-repeat;
	color: #BFE2F8;
	height: 21px;
	/* used to catch the buttonEnding */
	position: relative;
	cursor: pointer;
	padding-bottom: 1px;
}

.buttonEnding {
	position: absolute;
	display: inline;
	margin-left: -10px;
	width: 9px;
	height: 21px;
	background: #3F8ABC;
	url
	(/images/blueButton_right.jpg)
	no-repeat;
}

input.buttonhov {
	color: #fff;
}

input.btn {
	color: #BFE2F8;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding: 0px 5px;
	margin-right: 5px;
	background: #4390c2 url(/images/btn_blue.jpg) repeat-x;
	border: 1px solid;
	border-top-color: #014c90;
	border-left-color: #014c90;
	border-right-color: #014c90;
	border-bottom-color: #014c90;
}

input.btnhov {
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding: 0px 5px;
	margin-right: 5px;
	background: #ccc url(/images/btn_gray.jpg) repeat-x;
	border: 1px solid;
	border-top-color: #666;
	border-left-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
}

div#roundedContainer {
	background: #657ab3;
}

b.rtop,b.rbottom {
	display: block;
	background: #FFF
}

b.rtop b,b.rbottom b {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #657ab3
}

b.r1 {
	margin: 0 5px
}

b.r2 {
	margin: 0 3px
}

b.r3 {
	margin: 0 2px
}

b.rtop b.r4,b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px
}

.outline b.rtop b {
	border: 1px navy;
	border-style: none solid;
}

.outline b.rtop b.r1 {
	background: navy;
}

.outline b.rtop b.r2 {
	border-width: 2px
}

#tableTitle {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
	float: left;
	height: 20px;
}

#tableButton {
	clear: right;
	float: right;
	color: #FFFFFF;
	padding-right: 10px;
}

.subTab {
	padding-left: 5px;
	font-size: 12px;
	color: #3c3c3c;
	font-weight: bold;
}

#tableAlt {
	border: solid 1px #CCCCCC;
}

.smallButton {
	font-size: 12px;
}

.titleTable {
	text-align: center;
	padding: 5px;
	height: 230px;
	width: 140px;
}

/****************************************************************************/
/* support pages */
/****************************************************************************/

#faqContent { 
	margin: 			0px 46px 0px 46px;
	padding: 			0 0 0 0; 
	border: 			none; 
	width: 				820px; 
}

#faqContent ul { 
	margin: 			40px 0 0 0; 
	padding: 			0 0 0 0; 
}

#faqContent li { 
	list-style: 		none; 
	margin: 			4px 0 0 0; 
	padding: 			0 0 0 0; 
}

#faqContent li span {
	cursor:				pointer;
	color: 				DimGray;
	font-weight: 		bold; 
	text-decoration: 	none; 
}

#faqContent li span:hover { 
	cursor:				pointer;
	color: 				Black;
	font-weight: 		bold; 
	text-decoration: 	none; 
}

#faqContent dl { 
	margin: 			15px 0 0 0; 
}

#faqContent dt { 
	margin: 			0 0 0 0; 
	padding:			25px 0 0 0;
	font-size: 			14px;
	color:				Black;
	font-weight:		bold; 
}

#faqContent dd { 
	margin: 			5px 0 0 0; 
	font-size: 			14px;
	color:				Black;
	font-weight:		normal; 
	text-align:			justify;
}

#faqContent dt a { 
	font-size: 			14px; 
	color: 				#1470cc;
	font-weight:		bold; 
	text-decoration: 	none;
}

#faqContent dd span { 
	text-decoration: 	none;
	cursor:				pointer;
	font-size: 			14px; 
	color: 				#1470cc;
	font-weight:		bold; 
}

#faqContent dd span:hover { 
	text-decoration: 	none;
	cursor:				pointer;
	font-size: 			14px; 
	color: 				MidnightBlue;
	font-weight:		bold; 
}


/***	Press 					*/

.publicationTitle {
	font-size: 			15px; 
	font-weight: 		bold;
}

.newsArticleListing {
	margin: 			25px 0 0 0; 
	border: 			none;
	font-family: 		Arial, Helvetica, Verdana; 
	font-size: 			13px; 
	color: 				Black;
}

.newsArticleTitle {
	margin: 			0;
	font-family: 		Arial, Helvetica, Verdana; 
	font-size: 			13px; 
	color: 				Black;
	font-style: 		italic;
}

.newsArticleLink {
	color: 				#1470CC; 
	cursor: 			pointer; 
	font-weight: 		bold; 
	text-decoration: 	none;
}

.newsArticleLink:hover {
	color: 				MidnightBlue; 
	cursor: 			pointer; 
	font-weight: 		bold; 
	text-decoration: 	none;
}

