body {
	background: #ffffff url(/static/gfx/bg-page.jpg);
	background-attachment: fixed;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	height:100%;
}

a {
	text-decoration: none; 
	color:#172a7a; 
	outline: 0px;
}

a:active {
	text-decoration: none; 
	color:#bb0548;
}

a:hover {
	text-decoration: none; 
	color: #bb0548;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *  PAGE
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#page_margins {
	margin: 0 auto 10px auto;
	width: 962px;
}

#page {
	float: left;
	display:inline-block;
	width: 940px;
	background: #ffffff url(/static/gfx/bg_header.jpg) repeat-x;
}

#page_shadow_top {
	height: 11px;
	background: transparent url(/static/gfx/bg_page_top.png) no-repeat;
}

#page_shadow_right {
	float:left;
	width: 12px;
	height: 504px;
	background: transparent url(/static/gfx/bg_page_right.png) no-repeat;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *  HEADER
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#header {
	padding: 10px;
}

#logo {
	float: left;
	width: 350px;
	height: 200px;
}

#header_right {
	float: right;
	font-size: 10px;
	width: 550px;
}

#signin-container {
	width: 180px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#flags {
	float: right;
}

#flags img {
	padding-right: 5px;
}

#social {
	float: right;
	margin: 10px 10px 0 0;
	letter-spacing: 1.5px;
}

#ticket {
	float: right;
	margin:10px 50px 0 0;
	padding: 0px;
	background: transparent url(/static/gfx/ticket.png) no-repeat;
	width: 249px;
	height: 114px;
	text-align: center;
}

#ticket h1 {
	margin: 0px;
	padding: 35px 0 0 0px;
	font-size: 18px;
	text-shadow:1px 1px 1px #eeeeee;
	color:#000000;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *  BODY-NAV
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.bnav { 
	margin:10px 0px 0 15px;
	float:left;
	z-index:30;
	width: 912px; 
	height: 43px; 
	padding: 0px 0px 0px 0px; 
	background-image: url(/static/gfx/bg_bnav.png)
}

.bnav ul {
	list-style:none; 
}
.bnav ul.bodynav {
	margin: 10px 0 0 14px;
	padding: 0px;
}
.bnav ul li {
	float:left;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
	margin-right: 5px;
}
.bnav ul a {
	text-shadow:1px 1px 1px #ffffff;
	color:#000000;
	float:left;
	background:url(/static/gfx/nav_body-r.png) no-repeat 100% 0;
	position:relative;
}
.bnav ul a span {
	background:url(/static/gfx/nav_body-l.png) no-repeat;
	padding:1px 10px 1px 8px;
	float:left;
	cursor:pointer;
}
.bnav ul li.active_page a {
	background-position:100% -54px;
	color:#ffffff;	
}
.bnav ul li.active_page a span {
	background-position:0 -54px;
	text-shadow:1px 1px 1px #000000;
	color:#ffffff;
}
.bnav ul li.active_page a:hover span {
	
}
.bnav ul li.active_page a {
	margin:0px;
	z-index:5;
}
.bnav ul li.active_page {
	background-position:100% -54px;
}
.bnav li.active_page {
}
.bnav ul a:hover {
	background-position:100% -27px;
	z-index:10;
}
.bnav ul a:hover {
	text-shadow:1px 1px 1px #000000;
	color:#ffffff;
}
.bnav ul a:hover span {
	background-position:0 -27px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *  SUB-NAV
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.snav {
	float:right;
	z-index:30;
	margin:20px 0 0 0;
}

.snav ul {
	list-style:none;
}
.snav ul.topnav {
	margin: 0px;
	padding: 0px;
}
.snav ul li {
	float:left;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
	margin-right: 2px;
}
.snav ul a {
	text-shadow:1px 1px 1px #ffffff;
	color:#000000;
	float:left;
	background:url(/static/gfx/nav-r.png) no-repeat 100% 0;
	position:relative;
}
.snav ul a span {
	background:url(/static/gfx/nav-l.png) no-repeat;
	padding:1px 10px 1px 8px;
	float:left;
	cursor:pointer;
}
.snav ul li.active_page a {
	background-position:100% -27px;
	color:#ffffff;	
}
.snav ul li.active_page a span {
	background-position:0 -27px;
}
.snav ul li.active_page a {
	margin:0px;
	z-index:5;
}
.snav ul li.active_page {
}
.snav li.active_page {
}
.snav ul a:hover {
	background-position:100% -27px;
	z-index:10;
}
.snav ul a:hover {
	text-shadow:1px 1px 1px #000000;
	color:#ffffff;
}
.snav ul a:hover span {
	background-position:0 -27px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *  CONTENT
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content {
	float:left;
	padding: 14px;
	font-size: 12px;
	width: 650px;
}

#content-left {
	
}

#content-right {
	
}

#content h1 {
	font-size: 24px;
	padding: 10px 10px 20px 0px; 
	margin: 0px;
	color: #172a7a;
	letter-spacing: 2px;
	display:block;
}

#content h2 {
	font-size: 16px;
	padding: 0px; 
	margin: 0px;
	color: #172a7a;
	letter-spacing: 1.5px;
	display:block;
}

#content p {
	margin: 15px 0px 30px 20px; 
	width: 610px;
	text-align: justify;
}

#content span.subhead {
	font-size: 13px;
	font-weight: bold;
	color: #172a7a;
	margin: 0px;
	padding: 0px;
}

#banner {
	float:left;
	padding: 14px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *  TERMS
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
ol.terms {
	padding: 0px;
	margin: 0px 0px 5px 25px;
	font-weight: bold;
	font-size: 13px;
}

ol.terms li {
	padding: 0px;
	margin-bottom: 0px;
}

ol.terms li span {
	display: block;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 12px;
	text-align: justify;
}

ol.terms li ol {
	padding: 0px;
	margin: 15px 0px 30px 20px;
	font-size: 12px;
	font-weight: normal;
	list-style-type: lower-alpha;
}

ol.terms li ol li {
	padding: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *  PRIVACY
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
ol.privacy {
	padding: 0px;
	margin: 0px 0px 30px 25px;
	font-weight: bold;
	font-size: 14px;
}

ol.privacy li {
	padding: 0px;
	margin-bottom: 10px;
}

ol.privacy li span {
	display: block;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 12px;
	text-align: justify;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *  PREVENTION
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
ul.prevention {
	padding: 0px;
	margin: 0px 0px 20px 15px;
	font-size: 12px;
}

ul.prevention li {
	padding: 0px;
	margin-bottom: 8px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *  FAQ
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
ul.questions {
	padding: 0px;
	margin: 0px 0px 40px 00px;
	font-weight: bold;
	font-size: 16px;
	list-style-type: none;
}

ul.questions li {
	background:url(/static/gfx/bullet_house.png) no-repeat top left;
	padding: 1px 0px 0px 25px;
	margin-bottom: 15px;
}

.answer {
	border-top: 2px solid #172a7a;
	margin-bottom: 30px;
	padding-top: 10px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *  DETECT LANGUAGE
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#lgdt {
	background:url(/static/gfx/frame_lang_dt.jpg) no-repeat top left;
	width: 725px;
	height: 190px;
	margin: 15px 0 0 15px;
	padding: 15px 15px 15px 170px;
	display: none;
	z-index: 999; 
	position: relative;
	font-size: 12px;
	color: #ffffff;
	text-align: justify;
}

.lgdtf {
	margin: 0 0 10px 0;
}

a#hidr {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 36px;
	height: 36px;
	text-indent: -9999em;
	background: url(/static/gfx/close.png) no-repeat;
	outline: 0;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *  CONTACT
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
ol.contact {
	float: left;
	list-style: none;
	width: 500px;
	margin: 0px 0px 30px 10px;
	padding: 0px;
}

ol.contact li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

ol.contact label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 2em;
	font-weight: normal;
}

ol.contact input { 
	width: 500px; 
	border: 1px solid #172a7a;
}

ol.contact textarea {
	height: 20em; 
	width: 500px; 
	border: 1px solid #172a7a;
}

ol.contact .error { 
	display: block;
	text-align: right;
	margin: 0.25em 0 0 11%;
	font-weight: bold;
	color: #bb0548;
}

ol.contact .sucess { 
	display: block;
	text-align: left;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	color: #179900;
}

ol.contact li.buttons {
	margin-top: 20px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *  RECOMMEND
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
table#recommend {
	width: 500px;
	margin: 0px 0px 30px 10px;
	padding: 0px;
}

#recommend p {
	margin: 15px 0 15px 0;
	width: 500px;
}

#recommend label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 2em;
}

#recommend span.info {
	float:left;
	display: block;
	width: 500px;
	font-size: 9px;
}

#recommend span.error {
	display: block;
	text-align: right;
	margin: 0.25em 10px 0 11%;
	font-weight: bold;
	color: #bb0548;
}

#recommend input {
	width: 235px;
	border: 1px solid #172a7a;
}

#recommend input.btn {
	border: 1px solid #172a7a;
}

#recommend textarea {
	width: 488px;
	height: 100px;
	border: 1px solid #172a7a;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *  SIGNUP
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.reg_field {
	width: 300px;
	background-color: #eeeeee;
	border: 1px;
	border-style: solid;
	border-top-color: #aaaaaa;
	border-left-color: #aaaaaa;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	font-size: 12px;
}

.reg_field:focus {
	background-color: #ffffff;
}

.reg_label {
	float: left;
	margin-top: 8px;
}

.reg_data {
	margin-right: 10px;
	margin-bottom: 15px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *  FOOTER
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer {
	margin: 0 auto 0 auto;
	padding: 0 20px 20px 0;
	width: 900px;
	font-size: 11px;
	color: #172a7a;
}

#footer-left {
	width: 280px;
	float: left;
}

#footer-right {
	width: 590px;
	text-align: right;
	float: right;
}

#labels {
	margin: 15px auto 0 auto;
	padding: 0;
	width: 90px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *  LOGIN
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#signin-nav {
	padding:0px 20px 0px;
	font-size:11px;
	line-height:23px;
	text-align:right;
}

#signin-nav a.signin {
	background:#88bbd4;
	padding:4px 6px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	*background:transparent url("/static/gfx/signin-nav-bg-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#signin-nav a.signin:hover {
	background:#59B;
	*background:transparent url("/static/gfx/signin-nav-bg-hover-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#signin-nav a.signin, #signin-nav a.signin:hover {
	*background-position:0 3px!important;
}

a.signin {
	position:relative;
	margin-left:3px;
}
a.signin span {
	background-image:url("/static/gfx/toggle_down_light.png");
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:4px 16px 6px 0;
}
#signin-nav a.menu-open {
	background:#ddeef6!important;
	color:#666!important;
	outline:none;
}
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
a.signin.menu-open span {
	background-image:url("/static/gfx/toggle_up_dark.png");
	color:#789;
}

#signin_menu {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	display:none;
	background-color:#ddeef6;
	position:absolute;
	width:210px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	padding:12px;
	
	margin-top:5px;
	margin-right: 0px;
	*margin-right: -1px;
	color:#789;
	font-size:11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}

#signin_menu p {
	margin:0;
}

#signin_menu a {
	color:#6AC;
}

#signin_menu label {
	font-weight:normal;
}

#signin_menu p.remember {
	padding:10px 0;
}

#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}

#signin_menu p a {
	color:#27B!important;
}

#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url('/static/gfx/bg-btn-blue.png') repeat-x scroll 0 0;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}

#signin_submit::-moz-focus-inner {
	padding:0;
	border:0;
}

#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *  RECAPTCHA
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#recaptcha_widget {
	padding: 0px;
}

#recaptcha_image {
	float: left;
	border: 1px solid #172a7a;
	margin-bottom: 5px;
	margin-right: 10px;
}

#recaptcha_response_field input {
	
}

.recaptcha_only_if_incorrect_sol {
}

.recaptcha_only_if_no_incorrect_sol {
}

.recaptcha_only_if_image {
	float: left;
}

.recaptcha_only_if_audio {
	float: left;
}

.recaptcha_reload {
	font-size: 11px;
	margin-top: 5px;
	font-weight: bold;
	clear:both;
}

.recaptcha_help {
	float: left;
}

.recaptcha_info {
	float:left;
	width:188px;
	font-size: 10px;
	line-height: normal;
	margin-bottom: 12px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *  sIFR
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media screen {
	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
		padding: 0;
		z-index: 1 !important;
	}
	
	.sIFR-replaced, .sIFR-ignore {
		z-index: 1 !important;
		visibility: visible !important;
		margin-bottom: 5px;
	}
	
	.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		z-index: 1 !important;
		overflow: hidden;
	}
	
	.sIFR-replaced div.sIFR-fixfocus {
		margin: 0pt; 
		padding: 0pt; 
		overflow: auto; 
		letter-spacing: 0px; 
		float: none;
	}
}

@media print {
	.sIFR-flash {
		display    : none !important;
		height     : 0;
		width      : 0;
		position   : absolute;
		overflow   : hidden;
	}
	
	.sIFR-alternate {
		visibility : visible !important;
		display    : block   !important;
		position   : static  !important;
		left       : auto    !important;
		top        : auto    !important;
		width      : auto    !important;
		height     : auto    !important;
	}
}

@media screen {
	.sIFR-active h1.title {
		visibility: hidden;
	}
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *  MISCELLANEOUS
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.nojavascript {
	padding: 20px;
	color: #bb0548;
	font-size: 20px;
	text-shadow:1px 1px 1px #7d7c7c;
	font-weight: bold;
	text-align: center;
	display: block;
}

.clear {
	height: 1px;
	clear: both;
}

.valign-img {
	margin:0;
	float:none;
	padding:0;
}

.valign-img {
	line-height:15px;
	display:inline;
	border:0;
	margin:0 2px 0 0px;
	padding:0;
	vertical-align:middle;
}

span.sub {
	float: left;
	width: 500px;
	margin: 0px 0px 20px 10px;
	padding: 0px;
}

ul.info {
	float: left;
	list-style: none;
	width: 500px;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	text-align: justify;
}

ul.info li {
	background:url(/static/gfx/icon_info.png) no-repeat top left;
	padding: 1px 0px 0px 55px;
	margin-bottom: 10px;
	min-height: 50px;
}

ul.error {
	float: left;
	list-style: none;
	width: 500px;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	text-align: justify;
}

ul.error li {
	background:url(/static/gfx/icon_error.png) no-repeat top left;
	padding: 1px 0px 0px 65px;
	margin-bottom: 10px;
}

ul.error li ul {
	list-style: none;
	background: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

ul.error li ul li {
	background: none;
	padding: 0px;
	min-height: 50px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	color: #bb0548;
	font-size: 14px;
	text-align: justify;
}

ul.check {
	float: left;
	list-style: none;
	width: 500px;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	text-align: justify;
}

ul.check li {
	background:url(/static/gfx/icon_check.png) no-repeat top left;
	padding: 5px 0px 0px 55px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #179900;
	min-height: 50px;
}

.form_head {
	font-size: 20px;
	display: block;
	/*border-bottom: 2px solid #0e629e;*/
	font-weight:bold;
	color:#555;
	padding: 0 0 0 3px;
	margin: 0 0 10px 0;
}

.form_cont {
	background: transparent url(/static/gfx/bg_shadow_bottom.png) bottom right no-repeat;
	width: 630px;
	min-height: 50px;
	margin: 10px 0 20px 0;
	padding: 0 10px 20px 10px;
	display:inline-block;


}

.form_cont-left {
	width: 200px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	float:left;
	display:inline-block;
}

.form_cont-right {
	width: 410px;
	margin: 0px;
	padding: 0px;
	float: right;
	display:inline-block;
}

.form_cont label {
	display: block;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: right;
	height: 20px;
}
