@charset "utf-8";

a:link {
	border:none;
	color:#0CC;
}

a:visited {
	border:none;
	color:#CCC;
}
a:hover {
	border:none;
	color: #FFF;
}

img {
	border-style:none;
}


/*---------------------------Table Style Start-------------------*/
.gs_c1 {
	width:420px;
	height:700px;
	margin-left:5px;
	margin-right:5px;
	padding: 5px;
	float:left;
	background-image:url(/images/gs_c1Pic.png);
	background-repeat:no-repeat;
	background-position:left top;
	position: relative;
}

.gs_c1 p {
	font-size:15px;
	margin-left:45px;
	margin-right:40px;
	color:#FFF;
}

.gs_c2 {	
	padding: 10px;
	width:180px;
	height:650px;
	margin-left:10px;
	margin-right:10px;
	float:right;
	background-image:url(/images/gs_c2Pic.png);
	background-position:left;
	background-repeat:no-repeat;
}

.gs_c3 table, .gs_c1 table {
	width: 98%;
}

.gs_c2 p {
	font-size:15px;
	margin-left:65px;
	margin-right:10px;

	/*margin-top:10px;*/
	color:#FFF;
}

input[type='checkbox'], input[type='radio'] {
}

.inner_content {
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	margin-top:40px;
}

.whiteC {
	color:#FFF;
	text-align:center;
}

.white {
		color:white;
}

.gs_c3 {
	width:420px;
	height:650px;
	margin-left:10px;
	margin-right:10px;
	float:right;
	background-image:url(/images/gs_c2Pic.png);
	background-position:left;
	background-repeat:no-repeat;
	position: relative;
}

.gs_c3 p {
	font-size:15px;
	margin-left:70px;
	margin-right:40px;
	color:#FFF;
}

#rounded-corner
{
	font-size: 12px;
	width: 280px;
	text-align: right;
	border-collapse: collapse;
	margin-top:15px;
}

#rounded-corner thead
{
	border: 1px solid #333;
}

#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	text-align:center;
	border: 1px solid #333;
}
#rounded-corner td
{
	padding: 8px;
	/*background: #76955C;*/
	border: 1px solid #333;
}
/*
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}
*/

#creditcardinfo, #reginfo, #summary						{ font-size: 12px; border-collapse:collapse; }
#creditcardinfo th, td						{  }
#creditcardinfo th							{ background: rgba(0, 0, 0, 0.2); }
#creditcardinfo tr td, #reginfo tr td, #summary tr td			{ line-height: 10px;}
tr:nth-child(even)						{ background-color:#579869;/*background: rgba(0, 0, 0, 0.1);*/ }
#contentSpace tr:nth-child(odd)						{ background-color:#306792; }
#creditcardinfo hr								{ position: relative; height: 4px; margin: 10px 0 10px 0; }
.entry_error 							{ background-color: red; }


.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
z-index: 9999;

}

.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('/images/information_32.png');
}

.success {
color: black /*#4F8A10*/;
background-color: #DFF2BF;
background-image:url('/images/checkmark_32.png');
}

.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('/images/warning_32.png');
}

.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('/images/error_32.png');
}

.entry_error {
color: #D8000C;
background-color: #FFBABA;
}

#security_seal_1 { position:absolute; bottom: 10px; right: 30px; width: 60px; height: 60px;}
#security_seal_2 { position:absolute; bottom: 10px; left: 20px; width: 90px; height: 60px;}
/*---------------------------Table Style End-------------------*/

/*------------------------Typography-----------------------------*/
/******************** Baseline grid: 13/18px ********************/
body								{ font-size: 75%; line-height: 1.5; /*12/18*/ 
										/*background-image:url(../images/bodyBg.jpg);*/
										background-repeat:no-repeat;
										background-color:#fff;
										padding:0;
										margin:auto;
										font-family:Verdana, Geneva, sans-serif;
										color:#000;
									}

h1, h2, h3, h4, h5, h6				{ position: relative; }
h1, h2								{ line-height: 36px; margin-bottom: 18px; }
h1, h2, h3, h4						{ margin-top: 18px; }
h3, h4, h5, h6						{ line-height: 16px; }
h1									{ font-size: 36px; top: 5px; }
h2									{ font-size: 28px; top: 8px; }
h3									{ font-size: 22px; top: 1px; }
h4									{ font-size: 18px; top: 2px; }
h5									{ font-size: 15px; top: 4px; color:#99ccff; margin:0px; }
h6									{ font-size: 13px; top: 5px; }

p, pre, address						{ font-size: 13px; line-height: 18px; position: relative; top: 5px; }
abbr, code, kbd,
samp, small, var					{ line-height: 15px; }
ul, ol, dl, dialog					{ font-size: 13px; line-height: 18px; position: relative; margin-top: 18px; margin-bottom: 18px; }
li ul, li ol						{ top: 0; margin-top: 0; margin-bottom: 0; }
li h1, li h2, li h3,
li h4, li h5, li h6,
li p								{ top: 0; }
form, legend, label					{ font-size: 13px; line-height: 18px; }
legend								{ position: relative; top: 5px; }
input, textarea						{ font-size: 12px; }


h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child						{ margin-top: 0; }
table								{ font-size: 13px; line-height: 18px; margin: 18px 0; }
th, td								{ padding: 3px 12px; line-height: 30px; }
th									{ background: rgba(0, 0, 0, 0.2); }

th									{ background: rgba(0, 0, 0, 0.2); }
tr:nth-child(even)					{ background: rgba(0, 0, 0, 0.1); }
tr:nth-child(odd)					{ }

hr									{ position: relative; height: 4px; margin: 18px 0 14px 0; }


/*--------------------Login Bar-----------------------------------*/


/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(../images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 12px;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(../images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(../images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color:#99ccff;
	font-size:85%;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(../images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 190px;
	color: #000;
	background: #FFF;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration:underline;
	color:#99ccff;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}


/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(../images/bt_login.png) no-repeat 0 0;
	padding-bottom:5px;
}



/*-----------------------------End Login Bar------------------------------*/

#alphaBar {
	background-image:url(../images/alphaTile.png);
	position:absolute;
	width:100%;
	height:100px;
	z-index:0;
	top:52px;
}

#pageWrap {
	margin:auto;
	padding:0;
	height:100%;
	width:100%;
}

#header {
	background-image:url('../images/MyHypertrack Logo-blue-3in.png');
	background-repeat:no-repeat;
	background-position:bottom left;
	width:900px;
	height:100px;
	margin:auto;
}

#content {
	width:900px;
	height:100%;
	margin:auto;
	margin-top:200px;
}

.c1 {
	padding-top:0px;
	padding:20px;
	width:410px;
	height:100%;
}

.c1half {
	margin-top:40px;
	width:200px;
	float:left;
}

.c1 li {
	list-style-image:url(../images/circle.gif);
	padding-right:30px;
}

.c2 {
	padding-right:20px;
	padding-top:50px;
	height:100%;
	width:410px;
	float:right;
}

.c1b {
	margin-top:40px;
	padding:20px;
	width:409px;
	height:100%;
	border-right:solid 1px #CCC;
	text-align:center;
}

.c2b {
	margin-top:40px;
	padding:20px;
	height:100%;
	width:410px;
	float:right;
	text-align:center;
}

.c2noPad {
	padding-right:20px;
	height:100%;
	width:410px;
	float:right;
}

.box1 {
	width:359px;
	height:164px;
	margin-left:60px;
	float:left;
	border-bottom:solid 1px;
	border-right:solid 1px;
	border-color:#CCC;
	padding:10px;
	text-align:center;
}

.box2 {
	width:360px;
	height:164px;
	margin-right:60px;
	border-bottom:solid 1px;
	border-color:#CCC;
	float:right;
	padding:10px;
	text-align:center;
}


.box3 {
	width:359px;
	height:165px;
	margin-left:60px;
	float:left;
	border-right:solid 1px;
	border-color:#CCC;
	padding:10px;
	text-align:center;
}

.box4 {
	width:360px;
	height:165px;
	margin-right:60px;
	float:right;
	padding:10px;
	text-align:center;
	display:block;
}

#picBorder {
	background-image:url(../images/picBorder.gif);
	background-repeat:no-repeat;
	width:430px;
	padding-top:17px;
	padding-left:17px;
	height:275px;
}

#picBorder2 {
	background-image:url(../images/picBorder2.gif);
	background-repeat:no-repeat;
	width:430px;
	padding-top:22px;
	padding-left:17px;
	height:400px;
}

#c2imgRight {
	padding-left:20px;
}

/*------------------------Content--------------------------*/

html ul.topnav li.active, html ul.tabs li.active a:hover  {
	background-position:bottom;
}

.tab_container {
	clear: both;
	width: 100%;
	background-color:#fff;
	min-height:400px;
	background-repeat:repeat-x;
}

.tab_content {
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right:10px;
}

#contentSpace {
	height:650px;
}

.homeCont {
	background-image:url(../images/homeHeader.gif);
	background-repeat:no-repeat;
}



/*------------------------Content End--------------------------*/

/*----------------------DropDown Tabs-----------------------*/

ul.topnav {  
padding:0px;
list-style: none;   
margin: 0;  
float: left;  
width: 900px;
height:50px;
/*text-indent:-9999px;*/
}  

ul.topnav li {  
float: left;     
position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

ul.topnav .homeBtn {
	background-image:url(../images/buttons_01.jpg);
	background-position:0px 0px;
	width:225px;
	height:50px;
}

ul.topnav .featuresBtn {
	background-image:url(../images/buttons_02.jpg);
	background-position:0px 0px;
	width:225px;
	height:50px;
}

ul.topnav .aboutBtn {
	background-image:url(../images/buttons_03.jpg);
	background-position:0px 0px;
	width:225px;
	height:50px;
}

ul.topnav .contactBtn {
	background-image:url(../images/buttons_04.jpg);
	background-position:0px 0px;
	width:225px;
	height:50px;
}

ul.topnav li a{   
	color: #fff;  	
	display: block;  
	text-decoration: none;  
	float: left;  
}  

ul.topnav li a.hidden_a {
	opacity: 0;
	width: 120px;
	height: 50px;
	filter:alpha(opacity=0);
}
ul.topnav li:hover{
	background-position:bottom;
}  

ul.topnav li span { /*--Drop down trigger styles--*/  
width: 120px;  
height: 50px;
display:block;
}  

ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/

ul.topnav li ul.subnav {  
list-style: none;  
position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
left: 0; top: 50px;    
margin: 0; padding: 0;  
display: none;  
float: left;  
width: 135px;  
border: 1px solid #111;
z-index:99;
text-indent:0px;
}  

ul.topnav li ul.subnav li{  
margin: 0; padding: 0;  
border-top: 1px solid #252525; /*--Create bevel effect--*/  
border-bottom: 1px solid #444; /*--Create bevel effect--*/  
clear: both;  
width: 135px;  
}  

html ul.topnav li ul.subnav li a {  
float: left;  
width: 115px;  
background: #993333 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
padding-left:20px;
}  

html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
background: #990000 url(../images/dropdown_linkbg.gif) no-repeat 10px center;  
}  

.ui-tabs-hide {
	display:none !important;
}

/*----------------------DropDown Tabs End-------------------*/

/*-----------------------Footer------------------------------*/





#footer {
	margin-top:50px;
	background-repeat:repeat-x;
	height:220px;
	background-color:#fff;
	clear:both;
}

#footerContent {
	background-position:top right;
	background-repeat:no-repeat;
	width:900px;
	height:220px;
	margin:auto;
}

#footerC1 {
	background-repeat:no-repeat;
	background-position:center 20px;
	width:430px;
	height:120px;
	float:left;
	padding:10px;
}

ul.icons {
	font-size:75%;
	list-style: none;
	height: 75px; /*--Set height of tabs--*/
	width: 430px;
	display:block;
	padding-top:30px;
	padding-right:20px;
}

ul.icons li {
	float: left;
	height: 75px;
	width:50px;
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	margin-left:28px;
}

ul.icons .io {
	background-image:url(../images/icon_01.gif);
}

ul.icons .tn {
	background-image:url(../images/icon_02.gif);
}

ul.icons .ht {
	background-image:url(../images/icon_03.gif);
}

ul.icons .mm {
	background-image:url(../images/icon_04.gif);
}

ul.icons li:hover {
	background-position:bottom;
}

ul.icons a {
	display:block;
	width:50px;
	height:75px;
	text-indent:-999px;
}

.blue1 {
	color:#09F;
}

.blueIcon {
	color:#009;
}

.blueIcon h6 {
	font-size:1.5em;
	line-height:5px;
	margin:0px;
	margin-top:5px;
	text-align:center;
}

.greenIcon {
	color:#030;
}

.greenIcon h6 {
	font-size:1.5em;
	line-height:5px;
	margin:0px;
	margin-top:5px;
	text-align:center;
}

.redIcon {
color:#600;
}

.redIcon h6 {
	font-size:1.5em;
	line-height:5px;
	margin:0px;
	margin-top:5px;
	text-align:center;
}

.bubbleInfo {
    position: relative;
	width:500px;
}

.popup {
position: absolute;
display: none;
z-index: 50;
border-collapse: collapse;
width:200px;
height:150px;
background-color:#FFF;
border:solid;
border:#000;
border-style:solid;
border-width:medium;
padding:5px;

}

.popup2 {
position: absolute;
display: none;
z-index: 50;
border-collapse: collapse;
width:150px;
height:50px;
background-color:#FFF;
border:solid;
border:#000;
border-style:solid;
border-width:medium;
padding:5px;
color:#03F;
}

#footerC2 {
	background-image:url(../images/wwa.jpg);
	background-repeat:no-repeat;
	background-position:center 20px;
	width:450px;
	float:right;
	text-align:left;
	padding-top:30px;
}


/* ----------------------------------- Footer End ---------------------------------------- */

table.creditcardinfo {
	margin: 10px auto;
}
#confirmation_box {
	width: 400px;
	margin: 0 auto;
}

#confirmation_box table {
	margin: 10px;
}
#confirmation_box table tr td {
	border-bottom: 1px solid #aaa;
}


/* Terms of Use */
div#TOU {
	width: 500px;
	height: 100px;
	overflow: auto;
}
div#TOU1 {
	margin: 10px auto;
	border: 2px solid #aaa;
	height: 100px;
	width: 450px;
	text-align: left;
	padding: 0px 10px;
	
}

p.standard {
	margin: 5px;
	font-size: 8px;
}

p.TOU_paragraph { margin: 5px 0; font-size: 8px;} 
.TOU_agree { font-size: 9px; width: 450px; margin: 0 auto 10px;}
p.TOU_Label {
	font-size: 10px;
	
	font-weight: bold;
	margin: 5px 0px;
}

.center {
	margin: 0 auto;
	text-align: center;
}
