body { background-color: #fff; }

/*-------------------------------------------------------------------------------- */
/* CONTAINER */

#container {
	position: relative;
	float: left;
	width: 100%;
	/* border: 1px solid #00f; /* ************ DEBUG **************** */
}
#container_box {
	position: relative;
	float: none;
	width: 700px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	/* border: 1px solid #00f; /* ************ DEBUG **************** */
}

/*-------------------------------------------------------------------------------- */
/* HEADER AND NAVIGATION */

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 800px;
	height: 41px;
	background: #fff;
	z-index: 10;
	overflow: hidden;
}

#nav {
	position: relative;
	float: left;
	margin-top: 17px;
	margin-left: 18px;
}
#nav li {
	position: relative;
	float: left;
	display: block;
	list-style: none;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 1.2em;
}
#nav li.div {
	margin: 0 3px;
	color: #666;
	font-size: 1.0em;
}

#nav li a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}
#nav li.selected,
#nav li.selected a,
#nav li a:hover {
	color: #e2007a;
	border-bottom: 20px solid #e2007a;
	font-weight: normal;
}

#sidebar {
	position: absolute;
	top: 50px;
	right: 0;
	width: 131px;
	z-index: 12;
	overflow: hidden;
}

#hubnav {
	position: relative;
	float: right;
}
#hubnav li {
	position: relative;
	float: right;
	display: block;
	clear: both;
	width: 131px;
	height: 33px;
	margin-bottom: 5px;
	list-style: none;
	/* border: 1px solid #f00; /* ************ DEBUG **************** */
}
#hubnav li a {
	position: relative;
	float: right;
	display: block;
	width: 41px;
	height: 33px;
	margin: 0;
	padding: 0;
}
#hubnav li a:hover {
	width: 131px;
}
#hubnav li a img {
	margin-left: 41px;
}
#hubnav li a:hover img {
	margin-left: 0;
}

#logo {
	position: absolute;
	display: none;
	top: 50px;
	right: 75px;
	width: 272px;
	height: 106px;
	z-index: 10;
}
#logo2 {
	position: absolute;
	display: none;
	top: 138px;
	right: 253px;
	width: 57px;
	height: 32px;
	z-index: 10;
}
#tech-logo {
	position: absolute;
	bottom: 23px;
	right: 20px;
	width: 42px;
	height: 23px;
	z-index: 10;
}


/*-------------------------------------------------------------------------------- */
/* CONTENT */

#content_wrap {
	position: relative;
	float: left;
	width: 100%;
	height: 500px;
	margin-top: 41px;
	/*z-index: -1; */
	/* border: 1px solid #00f; /* ************ DEBUG **************** */
}

#content {
	position: relative;
	float: none;
	width: 100%;
	height: 500px;
	/* border: 1px solid #00f; /* ************ DEBUG **************** */
	color: #000;
	overflow: visible;
}

#wrapper {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 500px;
	height: 500px;
	z-index: -100;
}

/*-------------------------------------------------------------------------------- */
/* TEXTS */

#content {
	color: #000;
}

#content ul,
#content ol {
	list-style-position: outside;
	padding-left: 3em;
	font-size: 1.2em;
	line-height: 1.4em;
}
#content ul {
	list-style-type: disc;
}

#content th,
#content td {
	padding: 2px 4px;
	text-align: left;
}

#content h1 {
	font-size: 1.6em;
}
#content h2 {
	display: block;
	font-size: 1.4em;
	margin-top: 1em;
	clear: both;
}

input.bubble {
	border: 0;
}
.bubble {
	width: 101px;
	height: 34px;
	background: transparent url('../img/button_bg.png') top center no-repeat;
	text-align: center;
	padding-top: 7px;
	line-height: 1em;
	font-size: 1.14em;
}
.onliner {
	height: 29px;
	padding-top: 12px;
}
.bubble a {
	color: #e2007a !important;
}

.tabcontent_right input {
	width: 250px;
}

.contact {
	position: relative;
	float: left;
	width: 180px;
}
.contact a {
	color: #000;
	font-weight: normal;
}


/*-------------------------------------------------------------------------------- */
/* TABS */

.tab {
	position: relative;
	/* border: 1px solid #00f; /* ************ DEBUG **************** */
	width: 100%;
	height: 100%;
}
.tabcontent {
	position: relative;
	height: 600px;
	width: 600px;
	padding-right: 10px;
	overflow: auto;
}
.tabcontent a,
.tabcontent_right a {
	color: #ffed00;
}

#tab1 .tabcontent {
	position: absolute;
	top: 70px;
	left: 40px;
	width: 790px;
	overflow: visible;
}
#tab1 .tabcontent_right {
	position: absolute;
	top: 10px;
	right: 3px;
	width: 260px;
	/* border: 1px solid #00f; /* ************ DEBUG **************** */
}
#front-login {
	position: absolute;
	top: -40px;
}
#tab1 .tabcontent h1,
#tab1 .tabcontent p,
#tab1 .tabcontent ol,
#tab1 .tabcontent ul {
	width: 380px;
}
#tab1 .tabcontent_right h1,
#tab1 .tabcontent_right h2,
#tab1 .tabcontent_right p,
#tab1 .tabcontent_right ol,
#tab1 .tabcontent_right ul {
	width: auto;
	color: #000;
}

#tab1 .tabcontent_right .bubble {
	width: 100%;
	margin-top: 0.5em;
}
#tab1 .tabcontent_right input {
	float: none;
	width: 100%;
}
#tab1 .tabcontent_right .feedItemDate {
	font-style: italic;
	font-size: 1em;
}
#tab1 .tabcontent_right #rss_wp {
	font-size: 1.2em;
}
#rss_wp .feedItemDate {
	font-style: italic;
	font-size: 0.8em !important;
	padding: 5px 0;
}

#tab1 .tabcontent_right .feedItemDate {
	font-style: italic;
	font-size: 1em;
}
#tab1 .tabcontent_right #rss_wp {
	font-size: 1.2em;
}
#rss_wp .feedItemDate {
	font-style: italic;
	font-size: 0.8em !important;
	padding: 5px 0;
}

#tab2 .tabcontent {
	position: absolute;
	top: 95px;
	left: 80px;
	width: 500px;
	height: 550px;
	/* background-color: #e2007a; */
}


#tab3 .tabcontent {
	position: absolute;
	top: 80px;
	left: 60px;
	width: 550px;
}
#tab3 .tabcontent h1 {
	width: 400px;
}

#tab30 .tabcontent,
#tab31 .tabcontent,
#tab32 .tabcontent,
#tab33 .tabcontent,
#tab34 .tabcontent,
#tab35 .tabcontent,
#tab36 .tabcontent,
#tab37 .tabcontent,
#tab38 .tabcontent,
#tab39 .tabcontent,
#tab40 .tabcontent { /* tab 6 */
	position: absolute;
	top: 100px;
	left: 80px;
	width: 440px;
	height: 490px;
	color: #000;
	/*border: 1px solid #00f; /* ************ DEBUG **************** */
}

#tab34 .tabcontent a {
	color: #e2007a;
}
#tab34 .tabcontent label {
	width: auto !important;
	padding-right: 1em;
}
#tab33 .tabcontent .sum {
	position: relative;
	display: block;
	float: left;
	width: 220px;
	font-size: 1.2em;
	margin: 4px 0;
}

#tab4 .tabcontent {
	position: absolute;
	top: 220px;
	left: 40px;
	width: 370px;
	height: 350px;
	color: #000;
	/*border: 1px solid #00f; /* ************ DEBUG **************** */
}
#tab4 .tabcontent h1, #tab4 .tabcontent h2, #tab4 .tabcontent h3 {
	color: #000;
}
#tab4 .tabcontent a {
	color: #e2007a;
}


#tab5 .tabcontent {
	position: absolute;
	top: 180px;
	left: 70px;
	width: 520px;
	height: 390px;
}
#tab5 .tabcontent h1 {
	color: #000;
}
#tab5 .tabcontent a {
	color: #e2007a;
}

#tab7 .tabcontent {
	position: absolute;
	top: 120px;
	left: 40px;
	width: 750px;
	height: 550px;
}
#tab7 .tabcontent .shortlist,
#tab7 .tabcontent .shortlist_nav {
	display: none;
}
#tab7 .tabcontent_right {
	position: absolute;
	top: 20px;
	left: 490px;
	width: 220px;
	color: #000;
}
#tab7 .tabcontent_right a {
	color: #e2007a;
}
#tab7 .tabcontent_right a.selected {
	text-decoration: underline;
}
#tab7 .tabcontent h1,
#tab7 .tabcontent p,
#tab7 .tabcontent ol,
#tab7 .tabcontent ul {
	width: 380px;
}
#tab7 .tabcontent h1 {
	width: 300px;
}
#tab7 .tabcontent h2 {
	color: #000;
}
#tab7 .tabcontent_right h1,
#tab7 .tabcontent_right p,
#tab7 .tabcontent_right ol,
#tab7 .tabcontent_right ul {
	width: auto;
}

#tab8 .tabcontent {
	position: absolute;
	top: 150px;
	left: 50px;
	width: 620px;
	height: auto; /*430px; */
}
#tab8 .tabcontent h1, #tab8 .tabcontent h2, #tab8 .tabcontent h3 {
	color: #000;
}
#tab8 .tabcontent a {
	color: #e2007a;
}

#tab8 .alignleft {
	float: left;
}

.tabcontent label {
	position: relative;
	float: left;
	width: 200px;
	font-size: 1em;
	/*border: 1px solid #00f; /* ************ DEBUG **************** */
	clear: left;
}
.tabcontent label,
.tabcontent input,
.tabcontent select,
.tabcontent textarea {
	margin: 4px 0;
}
.tabcontent select { margin-right: 5px; }

.tabcontent input,
.tabcontent select,
.tabcontent textarea {
	position: relative;
	float: left;
	width: 200px;
	font-size: 1.2em;
	clear: right;
}
.tabcontent select.date,
.tabcontent select.month {
	clear: none;
}

.tabcontent .short { width: 40px; }
.tabcontent .medium { width: 60px; }
.tabcontent .long { width: 90px; }

.tabcontent input.radio,
.tabcontent label.radio {
	width: auto;
	margin-right: 4px;
	clear: none;
}
.tabcontent label.radio {
	width: 40px;
}
.form_nav {
	position: relative;
	display: block;
	width: 400px;
	clear: both;
}
.form_nav .bubble {
	position: relative;
	display: block;
	float: right;
	width: 100px;
	height: 40px;
	margin-top: 1em;
}
.form_nav .bubble:first-child {
	float: left;
}

.form_nav .bubble #image_upload,.form_nav .bubble #video_upload {
	position: relative;
	display: inline;
	margin: -3px 0 0 0;
	padding: 0;
	width: 100px;
	background-color: transparent;
	border: 0;
	color: #e2007a;
	font-size: 1em;
	font-weight: bold;
}
.form_nav .bubble #image_upload:hover,.form_nav .bubble #video_upload:hover {
	text-decoration: underline;
	cursor: pointer;
}


.sponsor {
	float: left;
	margin: 0 10px 10px 0;
}

.error {
	background-color: #fcc;
	border: 1px solid #f00;
}

.pb_outer {
	height: 20px;
	border: 1px inset #000000;
	width: 80%;
	margin: 0px;
	display: none;
}
.pb_inner {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
	height: 16px;
	width: 1px;
	text-align: center;
	padding: 2px 0px;
}

#payment {
	padding-top:30px;
}
#payment_info {
	margin-bottom:10px;
	font-size: 1.2em;
}
#payment_price {
	font-weight:bold;
}
#payment_disclaimer {
	margin-top:5px;
}
#payment_button {
	border:none;
	background:transparent;
	width:144px;
	height:47px;
	padding:0px;
	margin:0px;
	display:block;
}
#payment_form {
	height:50px;
}