* {
	margin: 0;
	padding: 0;
	}

html, body {
	font: 12px helvetica, arial, sans-serif;
	height: 100%;
	}

a {
	color: #000;
	}

a img {
	border: 0;
	}

ul {
	list-style: none;
	}

#wrap {
	text-align: center;
    position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	}
	
html>body #wrap {
    height: auto;
	}

#main {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 74px;
	text-align: left;
	}

#nav-search-box	{
	background: url('../../images/dotcom/splash/bg_nav_search.png') top left no-repeat;
	padding: 2px 0px 0px 6px;
	border: none;
	width: 161px;
	height: 20px;
}
	
/* Structural */
#contentNav {
	border-bottom: solid 1px #eee;
	padding: 5px 35px;
	}

#contentNav:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#contentNav {display: inline-block;}

/* Hides from IE-mac \*/
* html #contentNav {height: 1%;}
#contentNav {display: block;}
/* End hide from IE-mac */

#contentNav ul {
	float: left;
	}

#contentNav li {
	border-right: solid 1px #fff;
	float: left;
	}

#contentNav li {
	background: url('/ptnr/gogo/img/bg_nav.gif') repeat-x top left;
	float: left;
	}

#contentNav li a {
	color: #065506;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 14px;
	overflow: hidden;
	padding: 3px 10px;
	text-decoration: none;
	}

#contentNav li.first a {
	background: url('/ptnr/gogo/img/bg_nav-first.gif') no-repeat top left;
	}

#contentNav li.last a {
	background: url('/ptnr/gogo/img/bg_nav-last.gif') no-repeat top right;
	}

#contentNav div {
	float: right;
	}

#contentSubNav {
	height: 60px;
	overflow: hidden;
	padding: 0 35px;
	}

#contentSubNav:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#contentSubNav {display: inline-block;}

/* Hides from IE-mac \*/
* html #contentSubNav {height: 1%;}
#contentSubNav {display: block;}
/* End hide from IE-mac */

#contentSubNav h1 {
	color: #333;
	float: left;
	font-size: 30px;
	font-weight: normal;
	margin-right: 20px;
	padding-top: 20px;
	}

#contentSubNav ul {
	bottom: 0;
	}

#contentSubNav li {
	float: left;
	margin-right: 10px;
	padding-top: 31px;
	}

.hide {
	display:none;
}
/*fancy form styles*/
.fancyFormWrapperText {
	height:26px;
	width:auto;
	position:relative;
}
.fancyFormTextLeft {
	background:url('../../images/shared/forms/bg_input_left.png') no-repeat;
	display:block;
	width:12px;
	height:26px;
	position:absolute;
	top:0;
	left:0;
}
.fancyFormTextRight {
	background:url('../../images/shared/forms/bg_input_right.png') no-repeat;
	display:block;
	width:19px;
	height:26px;
	position:absolute;
	top:0;
	right:0;
}
.emptyField .fancyFormTextRight {
	background:url('../../images/shared/forms/bg_input_right_error.png') no-repeat;
	display:block;
	width:19px;
	height:26px;
	position:absolute;
	top:0;
	right:0;
}
.invalidField .fancyFormTextRight {
	background:url('../../images/shared/forms/bg_input_right_error.png') no-repeat;
	display:block;
	width:19px;
	height:26px;
	position:absolute;
	top:0;
	right:0;
}
.fancyFormInputText {
	background: url('../../images/shared/forms/bg_input_tile.png') repeat-x;
	border: 0;
	height: 19px;
	padding-bottom: 4px;
	padding-top: 5px;
	position: absolute;
	left: 12px;
}
#loginContent .currentField .fancyFormTextLeft {
	background: url('../../images/shared/forms/bg_input_left_white.png') no-repeat;
}
#loginContent .currentField .fancyFormInputText {
	background: url('../../images/shared/forms/bg_input_tile_white.png') repeat-x;
}
#loginContent .currentField .fancyFormTextRight {
	background: url('../../images/shared/forms/bg_input_right_white.png') no-repeat;
}
#loginContent .emptyField .fancyFormTextLeft {
	background: url('../../images/shared/forms/bg_input_left_white.png') no-repeat;
}
#loginContent .emptyField .fancyFormInputText {
	background: url('../../images/shared/forms/bg_input_tile_white.png') repeat-x;
}
#loginContent .emptyField .fancyFormTextRight {
	background: url('../../images/shared/forms/bg_input_right_white_error.png') no-repeat;
}
#loginContent .invalidField .fancyFormTextLeft {
	background: url('../../images/shared/forms/bg_input_left_white.png') no-repeat;
}
#loginContent .invalidField .fancyFormInputText {
	background: url('../../images/shared/forms/bg_input_tile_white.png') repeat-x;
}
#loginContent .invalidField .fancyFormTextRight {
	background: url('../../images/shared/forms/bg_input_right_white_error.png') no-repeat;
}
.fancyFormWrapperSelect {
	height:27px;
	width:auto;
	position:relative;
	cursor:pointer;
}
.fancyFormSelectOption {
	background-color:#fff;
	color:#000;
	padding:3px 3px 3px 3px;
}
.fancyFormSelectOption:hover {
	background-color:#00ADCE;
	color:#fff;
}
.fancyFormSelectUL {
	display:block;
	position:relative;
	top:20px;
	left:-4px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
.fancyFormSelect {
	background: url('../../images/shared/forms/bg_select_tile.png') repeat-x;
	border: 0;
	height: 27px;
	margin: 0;
	padding-top: 4px;
	position: absolute;
	left:6px;
	z-index:2;
}
.fancyFormSelectLeft {
	background:url('../../images/shared/forms/bg_select_left.png') no-repeat;
	display:block;
	width:6px;
	height:27px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.fancyFormSelectRight {
	background:url('../../images/shared/forms/bg_select_right_grey.png') no-repeat;
	display:block;
	width:24px;
	height:27px;
	position:absolute;
	top:0;
	right:0;
}
.emptyField .fancyFormSelectRight {
	background:url('../../images/shared/forms/bg_select_right_red.png') no-repeat;
	display:block;
	width:24px;
	height:27px;
	position:absolute;
	top:0;
	right:0;
}
.invalidField .fancyFormSelectRight {
	background:url('../../images/shared/forms/bg_select_right_red.png') no-repeat;
	display:block;
	width:24px;
	height:27px;
	position:absolute;
	top:0;
	right:0;
}
.fancyFormInputChecked {
	float:left;
	position:relative;
	top:-3px;
	width:16px;
	height:17px;
	margin-right:5px;
	cursor:pointer;
	background:url('../../images/shared/forms/bg_checkbox_on.png') no-repeat;
}
.fancyFormInputUnChecked {
	float:left;
	position:relative;
	top:-3px;
	margin-right:5px;
	width:16px;
	height:17px;
	cursor:pointer;
	background:url('../../images/shared/forms/bg_checkbox_off.png') no-repeat;
}
.currentField .fancyFormInputText {
	background:url('../../images/shared/forms/bg_input_tile_blue.png') repeat-x;
}
.currentField .fancyFormTextLeft {
	background:url('../../images/shared/forms/bg_input_left_blue.png') repeat-x;
}
.currentField .fancyFormTextRight {
	background:url('../../images/shared/forms/bg_input_right_blue.png') repeat-x;
}
.currentField .fancyFormSelectRight {
	background:url('../../images/shared/forms/bg_select_right_blue.png') repeat-x;
}
.fancyFormSelectCurrent {
	position:absolute;
	top:7px;
	padding-left:2px;
}
.emptyField textarea {
	border-color: #00f;
	}
.invalidField textarea {
	border-color: #f00;
	}
.fancyFormSubmit {
	background:url(../../images/shared/forms/bg_input_right_arrow.png) no-repeat;
	display:block;
	width:16px;
	height:20px;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	margin-top:3px;
}
#imagePreloader {
	width: 1px;
	height: 1px;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: -9999px;
	}
#legal {
	background-color:#fff;
	padding:20px;
	line-height:17px;
	width:560px;
	height:530px;
	text-align:left;
	border:1px solid #ccc;
}
#legal h2 {
	padding-bottom:30px;
}
.legalCloseTop {
	float:right;
	padding:20px;
}
.legalCloseBot {
	float:right;
	padding:20px;
	margin-top:-50px;
}
.legalContainer {
	height:440px;
	overflow:auto;
}
#legal p {
	padding-bottom:10px;
}

.formStatus {
	display: none;
	position:absolute;
}

.globalErrors {
	font-size: 10px;
	color: #f00;
	width:450px;
}
small {
	font-size:9px;
}
.png {
	behavior: url("library/js/gogo/shared/png.htc");
}
.linkArrow {
	padding-left:2px;
	padding-right:20px;
	position:relative;
	top:1px;
}
#loginLB {
	width:300px;
	height:340px;
}

.fieldModal, .tipModal {
	background: url('../../images/shared/forms/bg_popup-bottom.png') no-repeat bottom left;
	margin: 0;
	padding: 0 0 30px 20px;
	width: 260px;
	}

.tipModal {
	background: url('../../images/shared/forms/bg_tooltip-bottom.png') no-repeat bottom left;
	z-index:20;
	}

html>body .fieldModal, html>body .tipModal {
	width: 240px;
	}

.fieldModal ul, .tipModal p {
	background: url('../../images/shared/forms/bg_popup-top.png') no-repeat top left;
	list-style: none;
	margin: 0;
	padding: 25px 25px 0 25px;
	width: 240px;
	}

.tipModal p {
	background: url('../../images/shared/forms/bg_tooltip-top.png') no-repeat top left;
	}

html>body .fieldModal ul, html>body .tipModal p {
	width: 190px;
	}

#feedbackLink {
	background: url(../../images/shared/feedback.png) no-repeat top left;
	display: block;
	position: absolute;
	width: 71px;
	height: 21px;
	}

.lightBoxOverlay {
	background: url(../../images/shared/modals/bg_overlayGradient.png) repeat-y top center;
	}

