/* RESET DEFAULT BROWSER CSS */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display: block;
}

body {
  line-height: 24px;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }@import url("http://fast.fonts.com/t/1.css?apiType=css&projectid=a4574e90-bf73-4612-8a19-20082fc4b6e8");
@font-face{
font-family:"AvantGardeGothicITCW01B 731063";
src:url("/wp-content/themes/netlife/fonts/85564178-fd88-4387-9226-0e632723ca24.eot?iefix") format("eot");}
@font-face{
font-family:"AvantGardeGothicITCW01B 731063";
src:url("/wp-content/themes/netlife/fonts/85564178-fd88-4387-9226-0e632723ca24.eot?iefix");
src:url("/wp-content/themes/netlife/fonts/e9a79553-7093-47c7-8d9c-70dc3619e94b.woff") format("woff"),url("/wp-content/themes/netlife/fonts/7265b8d0-a67c-4a8b-84aa-273d1759270a.ttf") format("truetype"),url("/wp-content/themes/netlife/fonts/75d377f2-28ee-43f8-b231-44f8eba218c4.svg#75d377f2-28ee-43f8-b231-44f8eba218c4") format("svg");
}
/* DEFAULT */

html {
}

body {
	font-family: georgia, serif;
	font-size: 16px;
	line-height: 24px;
	background: #353535 url(../../netlife/img/background-conference.png);
	color: White;
	color: #eee;
}

/* WP-EDIT */

* .wp-edit {
	font-family: georgia, serif !important;
	font-weight: normal !important;
}

* .wp-edit a {
	color: rgba(0, 0, 0, 0.25) !important; 
}

/* LINKS */

a {
	text-decoration: underline; 
	color: #95cd28;
}

a:focus, a:hover, a:active {
	color: White;
}

/* TITLE COLORS */

h1, h2, h3 {
	color: White;
}

h1 a, h2 a, h3 a {
	color: White;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: White;
	text-decoration: underline;
}

/* TITLES */

h1 {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd", georgia, serif;
	font-size: 36px;
	line-height: 42px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 24px 0;
}

h1 + h3,
h1 + div + h3, 
h1 + aside + h3 {
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 24px 0;
	color: #eee;
}

h2 {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd", georgia, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
}

h2 + h3 {
	margin: 14px 0 0 0;
}

h3 {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd", georgia, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
}

h5 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	line-height: 24px;
	margin: 0 0 0;
}

h6 {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 18px 0;
}

/* TEXT */

p {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 24px 0;
}

p small,
ul li small,
ol li small {
	font-size: 12px;
}

p strong,
ul li strong,
ol li strong {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: White;
}

blockquote {
	margin: 0;
}

q {
	font-style: italic;
}

q:before,
q:after {
	content: none;
}

cite {
	font-style: normal;
}

strong, b {
	font-weight: bold;
}

em, dfn, i {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #eee;
}

address {
	font-style: italic;
}

del {
	color: ;
}

pre {
	white-space: pre;
	margin: 0 0 24px 0;
}

pre, code, tt {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 13px;
}

/* LISTS */

li ul, li ol {
}

ul, ol {
	list-style: outside;
	margin: 0 0 24px 0;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 24px 0;
}

dl dt {
	font-weight: normal;
	color: Black;
}

dl dd {
	margin: 0 0 12px 0;
}

/* TABLES */

table {
	width: 100%;
	margin: 0 0 24px 0;
}

th,
td {
	font-size: 16px;
	line-height: 24px;
	vertical-align: top;
}

th, td, caption {
	padding: 4px 10px;
}

tr.even td {
}

tfoot {
	font-style: italic;
}

caption {
}/* HTML+BODY */

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
}

/* GRID */

#grid {
	position: relative;
	width: 960px;
	padding: 0;
	margin: 0 auto;
}

/* COLUMNS */

.c1 {
	float: left;
	width: 80px;
	padding: 0 10px;
}


.c2 {
	float: left;
	width: 140px;
	padding: 0 10px;
}

.c3 {
	float: left;
	width: 210px;
	padding: 0 20px 0 10px;
}

.c4 {
	float: left;
	width: 300px;
	padding: 0 10px;
}

.c6 {
	float: left;
	width: 460px;
	padding: 0 10px;
}

.c7 {
	float: left;
	width: 520px;
	padding: 0 10px;
}

.c8 {
	float: left;
	width: 620px;
	padding: 0 10px;
}

.c9 {
	float: left;
	width: 700px;
	padding: 0 10px;
}

.c12 {
	float: left;
	width: 940px;
	padding: 0 10px;
}
/* LANGUAGES */

#languages {
	position: absolute;
	top: 80px;
	right: -10px;
	z-index: 30;
}

#languages ul {
	list-style: none;
	padding: 0;
}

#languages ul li a {
	display: block;
	background: url(../img/languages-english.png) no-repeat;
	width: 100px;
	height: 40px;
	line-height: 1000px;
	overflow: hidden;
}

#languages ul li a:hover,
#languages ul li.current-menu-item a,
#languages ul li.current-menu-ancestor a,
#languages ul li.current-page-ancestor a {
	background: url(../img/languages-english-on.png) no-repeat;
}

/* MENU */

#menu {
	position: absolute;
	top: 60px;
	left: 330px;
	z-index: 20;
}

#menu ul {
	list-style: none;
	padding: 0;
}

#menu ul li {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 18px;
	line-height: 20px;
	display: inline;
	margin: 0 15px 0 0;
}

#menu ul li a {
	text-decoration: none;
	color: #999;
}

#menu ul li a:hover {
	text-decoration: underline;
	color: #999;
}

#menu ul li strong a,
#menu ul li.current-menu-item a,
#menu ul li.current-menu-ancestor a,
#menu ul li.current-page-ancestor a  {
	color: White;
}/* CONTENT */

#content {
	float: right;
	width: 620px;
	padding: 0 10px;
}

/* HEAD */

#content #head {
	position: relative;
	float: left;
	width: 940px;
	margin: 0 0 20px -320px;
}

#content #head h1 {
	position: absolute;
	left: 320px;
}

#content #head img {
	float: left;
}

/* SECTION */

section {
	position: relative;
	display: inline; /* ie fix */
	float: left;
	width: 960px;
	margin: 0 0 0 -330px;
}

section .c1 {
	float: left;
	width: 300px;
	padding: 0 10px;
}

section .c2 {
	float: left;
	width: 620px;
	padding: 0 10px;
}

section .c3 {
	float: left;
	width: 940px;
	padding: 0 10px;
}

/* ASIDE */

aside {
	position: relative;
	clear: left;
	display: inline; /* ie fix */
	float: left;
	width: 280px;
	margin: 0 0 0 -320px; 
}

/* ASIDE QUOTE */

aside blockquote {
}

aside blockquote h3 {
	font-family: georgia, serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;

	color: #95cd28;
	margin: 0 0 16px 0;
}

aside blockquote h3 a {
	color: #95cd28;
}

aside blockquote h3 a:hover {
	color: #95cd28;
	text-decoration: underline;
}

aside blockquote h5 {
	width: 200px;
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	text-transform: uppercase;
	color: White;
	margin: 0 0 20px 0;
}

/* MAP */

#content #map_canvas {
	width: 100%;
	height: 480px;
	margin: 0 0 24px 0;	
}

/* IMAGES */

/* large */

#content .image-large {
}

#content .image-large img {
	position: relative;
	float: left;
	width: 940px;
	margin: 0 0 24px -320px;	
}

#content .image-large h5 {
	clear: both;
	float: left;
	width: 280px;
	margin: 0 0 24px -320px;
	color: #95cd28;
}

/* medium */

#content .image-medium {
}

#content .image-medium img {
	position: relative;
	float: left;
	margin: 0 0 12px 0;	
}

#content .image-medium h5 {
	clear: both;
	margin: 0 0 24px 0;
	color: #95cd28;
}

/* small */

#content .image-small {
	float: left;
	width: 280px;
	margin: 0 0 24px -320px;	
}

#content .image-small img {
	width: 280px;
	margin: 8px 0 4px 0;	
}

#content .image-small h5 {
	color: #95cd28;
}

/* METADATA */

#content .metadata ul {
	list-style: none;
	padding: 0;
	margin: 0 0 24px 0;
}

#content .metadata ul li {
	position: relative;
	font-size: 20px;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

#content .metadata ul li strong {
	position: absolute;
	left: -70px;
	width: 60px;
	padding: 2px 0 0 0;
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd", "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
}

#content .metadata ul li em {
	font-size: 13px;
	padding: 0 0 0 70px;
}

/* TABLE */

#content table {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 24px 0;
}

#content table thead tr th {
}

#content table tbody tr td {
}/* FORM */

#content form input[type=text],
#content form input[type=password],
#content form textarea {
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 24px;
	padding: 0px 5px;
	border: 1px solid inset;
	margin: 0;
}

#content form input[type=submit] {
	border: 0;
	width: auto;
	padding: 0 15px;
	height: 30px;
	margin: 0;
	
	/* typography */
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 14px;
	line-height: 20px;

	/* colors */
	background: Black;
	color: White;

	background: #95cd28;
	color: Black;

}

#content form input[type=submit]:hover {
	cursor: pointer;

	/* shadow */
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	
}

/* generic form */

#content .form {
	float: left;
	width: 620px;
	margin: 0 0 0 -10px;
/*	border-top: 1px dotted Black;
	padding: 20px 10px 0 10px; */
	padding: 0 10px;
}

#content .form fieldset {
	clear: both;
	margin: 0 0 20px 0;
}

#content .form fieldset h4 {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 4px 0;
}

#content .form fieldset p {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	margin: 0 0 8px 0;
}

#content .form fieldset p em {
	font-style: normal;
}

#content .form fieldset p input.medium {
	float: left;
	width: 150px;
	margin: 0 10px 0 0;
}

#content .form fieldset p input.large,
#content .form fieldset p textarea {
	float: left;
	width: 400px;
	margin: 0 10px 0 0;
}

#content .form fieldset p input.checkbox {
	margin: 0 5px 0 0;
}

#content .form fieldset p input.postcode {
	float: left;
	width: 60px;
	margin: 0 6px 0 0;
}

#content .form fieldset p input.postoffice {
	float: left;
	width: 320px;
	margin: 0 10px 0 0;
}

/* list of options */

#content .form fieldset.options ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

#content .form fieldset.options ul li {
	float: left;
	width: 100%;
	font-size: 14px;
}

#content .form fieldset.options ul li label {
	position: relative;
	float: left;
	display: block;
}

#content .form fieldset.options ul li label strong {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	text-transform: none;
}

#content .form fieldset.options ul li label input {
	position: absolute;
	top: 3px;
	left: -30px;
}

#content .form fieldset.options ul li.on label,
#content .form fieldset.options ul li.on label strong {
	color: #95cd28;
}

/* protected post form */

#content .protected-post-form {
	position: relative;
	background: url(../img/vault.png) no-repeat;
	width: 430px;
	height: 400px;
	margin: 0 0 24px -20px;
}

#content .protected-post-form .password {
	position: absolute;
	top: 180px;
	left: 155px;
	width: 120px;
	text-align: center;
	font-size: 24px;
}

#content .protected-post-form .submit {
	background: none;
	position: absolute;
	top: 180px;
	left: 313px;
	width: 60px;
	padding: 0;
	font-size: 24px;
	color: #95cd28;
}

#content .protected-post-form .submit:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}/* TABMENU */

#layers {
	float: left;
	width: 100%;
	margin: 0;
}

/* NAVIGATION */

#layers ul.ui-tabs-nav {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

#layers ul.ui-tabs-nav li {
	float: left;
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 20px 0 0;
}

/* LINKS */

#layers ul.ui-tabs-nav li a  {
	float: left;
	text-decoration: none;
	color: #95cd28;
}

#layers ul.ui-tabs-nav li a strong {
	font-weight: normal;
	display: block;
	padding: 0 0 12px 0;
	color: #95cd28;
}

#layers ul.ui-tabs-nav li a:hover,
#layers ul.ui-tabs-nav li a:hover strong  {
	background: url(../img/layers-arrow.png) bottom center no-repeat;
	color: ;
}

#layers ul.ui-tabs-nav li.ui-tabs-selected a strong {
	background: url(../img/layers-arrow-on.png) bottom center no-repeat;
	color: White;
}

/* CONTENT */

#layers .ui-widget-content {
	float: left;
	width: 620px;
}

/* hide */

#layers .ui-tabs-hide {
   display: none;
}/* BACKGROUND */

#background {
    background: url(../img/intralife-2011-background.png) top center no-repeat; 
	position: absolute;
	top: 0;
	z-index: -100;
	width: 100%;
	overflow: hidden;
}

/* IDENT */

#ident {
	position: absolute;
	top: 60px;
	left: 10px;
	width: 300px;
}

#ident h2 {
	font-size: 48px;
	line-height: 50px;
	letter-spacing: -1px;
	top: 0;
	margin: 0 0 20px 0;
}

#ident h2 a {
	background: url(../img/intralife-2012-ident.png) no-repeat;
	width: 180px;
	height: 90px;
	display: block;
	line-height: 1000px;
	overflow: hidden;
}

#ident p {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd", georgia, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 6px 0;
	color: White;
}

#ident p em {
	display: block;
	font-style: normal;
	white-space: nowrap;
}

#ident p em a {
	color: White;
	text-decoration: none;
}

#ident p em a:hover {
	text-decoration: underline;
}



/* register now */

#register-now {
	position: absolute;
	top: 30px;
	left: 330px;
	width: 140px;
	height: 40px;
	padding: 55px 5px 55px 5px;
}

#register-now h3 {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd", georgia, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	margin: 0;
	color: White;
}/* HEADER */

#header {
	float: left;
	width: 960px;
	height: 245px;
	padding: 0 10px;
	margin: 0 0 20px 0;
}

/* MENU */

#menu {
	z-index: 10000;
	position: absolute;
	top: 60px;
	right: 950px;
	width: 620px;
}

#menu ul {
	float: right;
}

/* PATH */

#path,
#edit {
	position: absolute;
	top: 280px;
	left: 330px;
	float: left;
	margin: 0 0 30px 0;
	z-index: 100;
}/* FOOTER */

#footer {
	float: left;
	width: 100%;
	padding: 24px 0;
	border-top: 5px solid White;
	position: relative;
	width: 960px;
	margin: 24px 0 24px -330px;
	float: right;
}

#footer h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 6px 0;
	
}

#footer ul {
	position: relative;
	list-style: none;
}

#footer ul li a {
	color: White;
}

#footer ul li a:hover {
	color: #95cd28;
}

/* IDENT */

#footer .ident h2 a {
	background: url(../img/footer-netlife.png) no-repeat;
	width: 110px;
	height: 90px;
	display: block;
	line-height: 1000px;
	overflow: hidden;
	margin: -4px 0 0 -4px;
}

#footer .ident p {
	display: none;
}
/* FEATURE */

#feature {
	float: right;
	margin: -100px 0 0 0;
}

#feature img {
	float: left;
	margin: 0 0 12px 0;
}

#feature h1 {
	display: none;
}

#feature p {
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 24px 0;
	color: #eee;
}

#feature p strong {
	font-size: 14px;
	line-height: 20px;
}

/* HIGHLIGHT */

#highlight {
	position: absolute;
	top: 355px;
}

#highlight img {
	float: left;
	width: 180px;
	height: 180px;
	border: 0;
	margin: 0 0 12px -10px;
}

#highlight blockquote h3 {
	float: left;
	clear: both;
	font-size: 20px;
	line-height: 30px;
}

/* LAYERS */

#layers ul.ui-tabs-nav li a:hover,
#layers ul.ui-tabs-nav li a:hover strong  {
	background: url(../img/arrow-down-green.png) bottom center no-repeat;
}

#layers ul.ui-tabs-nav li.ui-tabs-selected a strong {
	background: url(../img/arrow-down-white.png) bottom center no-repeat;
}/* SCHEDULE */

#schedule {
	float: left;
	width: 960px;
}

#schedule h2 {
	margin: 0 0 20px 0;
}

#schedule table {
	float: left;
	width: 100%;
	display: inline; /* IE6 */
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 24px;
}

#schedule table tr th,
#schedule table tr td {
	border-top: 1px solid Black;
	vertical-align: top;
	padding: 4px 10px 10px 10px;
	padding: 10px;
}

#schedule table tr th {
	width: 300px;
}

#schedule table tr td,
#schedule table tr td[colspan=2] {
	width: 620px;
}

#schedule table tr.track-2 td {
	width: 300px;
}

/* track */

#schedule table tr.head th  {
	background: Black;
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd", georgia, serif;
	font-size: 16px;
	font-weight: normal;
	color: White;
}

/* session */

#schedule table tr td .session {
	position: relative;
	float: left;
	width: 100%;
}

#schedule table tr td .session .wp-edit {
	position: absolute;
	top: 4px;
	right: 0px;
}

#schedule table tr td .session a {
}

#schedule table tr td .session a:hover {
	text-decoration: underline;
}

#schedule table tr td strong,
#schedule table tr td .session strong {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd", georgia, serif;
	font-size: 16px;
	font-weight: normal;
	color: White;
}

#schedule table tr td strong a,
#schedule table tr td .session strong a {
	color: White;
	text-decoration: none;
}

#schedule table tr td strong a:hover,
#schedule table tr td .session strong a:hover {
	text-decoration: underline;
}

#schedule table tr td .session em, #schedule em {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	color: #95cd28;
}

#schedule table tr td .session em a {
	text-decoration: none;
}

#schedule table tr td .session aside img {
	width: 120px;
	height: 120px;
	margin: -8px 0 16px -10px;	
}

#schedule table tr.track-2 td .session aside img,
#schedule table tbody tr.parallell td .session aside img {
	display: none;
}

/* action */

#schedule table tr.track-2 td .session ul.action {
	list-style: none;
	padding: 0;
}

/*
#schedule table tr td .session ul.action li a {
	background: url(../img/register-matrix/link-arrow.png) left center no-repeat;
	padding: 0 0 0 25px;
	margin: 0 0 0 -25px;
}

#schedule table tr.track-2 td .session ul.action li a {
	background: url(../img/register-matrix/link-arrow.png) left center no-repeat;
	padding: 0 0 0 25px;
	margin: 0;
}
*/

/* SPEAKER LIST */

#speakerlist .metadata ul li {
	font-size: 16px;
	line-height: 24px;
}

#speakerlist .metadata ul li strong {
	padding: 0;
	color: #eee;
}/* REGISTER MATRIX */

#register-matrix table  {
	float: left;
	width: 960px;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 24px -330px;
}

#register-matrix table thead tr th {
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	width: 140px;
	padding: 70px 10px 10px 10px;

	vertical-align: top;
	text-align: left;

	font-size: 16px;
	font-weight: normal;
	line-height: 24px;

}

#register-matrix table thead tr th.deadline,
#register-matrix table tbody tr th  {
	width: 300px;
}

#register-matrix table thead tr th.ws {
	background: url(../img/register-matrix/ws.png) top left no-repeat;
}

#register-matrix table thead tr th.conf {
	background: url(../img/register-matrix/conf.png) top left no-repeat;
}

#register-matrix table thead tr th.full {
	width: 300px;
	background: url(../img/register-matrix/full.png) top left no-repeat;
}

#register-matrix table tbody tr th,
#register-matrix table tbody tr td {
	border-bottom: 1px solid Black;
	width: 300px;
	padding: 4px 10px 10px 10px;
	padding: 10px;

	vertical-align: top;

	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}

#register-matrix table tbody tr td {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd", georgia, serif;
	font-size: 18px;
}

#register-matrix table tbody tr th,
#register-matrix table tbody tr td {
}

#register-matrix table tbody tr.current th {
	color: #95cd28;
}

#register-matrix table tbody tr.current td a {
	display: block;
	background: url(../img/register-matrix/link-arrow.png) left center no-repeat;
	padding: 0 0 0 25px;
	color: #95cd28;
	text-decoration: none;
	position: relative;
	left: -25px;
}

#register-matrix table tbody tr.current td a:hover {
	text-decoration: underline;
}

/* FORM REGISTER */

#register-options {
}

#register-options ul {
	border-bottom: 1px solid Black;

	list-style: none;
	padding: 0;
	margin: 0;

	float: left;
	width: 960px;
	padding: 0;
	margin: 0 0 24px -330px;

}

#register-options ul li {
	float: left;
	width: 100%;
	border-top: 1px solid Black;
/*	background: #666;
	background: rgba(0, 0, 0, 0.10); */
}

#register-options ul li label {
	position: relative;
	float: left;
	width: 620px;
	display: block;
	padding: 10px 10px 10px 330px;
}

#register-options ul li label input {
	position: absolute;
	top: 12px;
	left: 300px;
}

#register-options ul li.full label {
/*	background: url(../img/register-options-full.png) left no-repeat; */
}

#register-options ul li.ws label {
/*	background: url(../img/register-options-ws.png) left no-repeat; */
}

#register-options ul li.conf label {
/*	background: url(../img/register-options-conf.png) left no-repeat; */
}

#register-options ul li strong {
	font-size: 16px;
	line-height: 24px;
	text-transform: none;
	color: #eee;
}

#register-options ul li.on strong,
#register-options ul li.on span {
	color: #95cd28;
}

/* select ws on/off */

#register-options ul li .select-ws {
	display: none;
}

#register-options ul li.on .select-ws {
	display: block;
}

/* select ws */

#register-options .select-ws ul {
	border: 0;
	margin: 0 0 10px 0;
}

#register-options .select-ws ul li {
	border: 0;
}

#register-options .select-ws ul li strong {
	font-size: 14px;
	line-height: 24px;
	text-transform: none;
	color: #eee;
}

#register-options .select-ws ul li.on,
#register-options .select-ws ul li.on strong {
	color: #95cd28;
}

#register-options .select-ws ul li label input {
	position: absolute;
	top: 8px;
	left: 300px;
}

#register-options .select-ws ul li label {
	position: relative;
	float: left;
	width: 620px;
	display: block;
	padding: 5px 10px 5px 330px;
}

/* FORM ERRORS */

#content .form .error h4 strong {
	color: #95cd28;
}/* SPONSORS */

#sponsors  {
	float: left;
	border-top: 1px solid Black;
	padding: 20px 10px 0 330px;

	width: 620px;
	margin: 0 0 0 -330px;
}

#sponsors a {
	color: White;
}

#sponsorList  {
	float: left;
	width: 640px;
	margin: 0 0 0 -10px;
}

#sponsorList ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

#sponsorList ul li {
	float: left;
	display: block;
	width: 140px;
	height: 70px;
	padding: 0 10px;
	margin: 0 0 24px 0;
}

#sponsorList ul li img {

}
