
/*
General
*/

body {
font-family:arial,helvetica,sans-serif;
font-size:12px;
background-color: #000;
background-image:url("/images/bg_body.jpg");
background-repeat: repeat-x;
background-position: top left;
margin:0;
padding:0;
}

#container {
width:950px;
position:relative;
margin:0 auto;
}

#containerinner {
line-height:1.3em;
}

h1 {
font-size:16px;
font-weight:bold;
margin:0pt;
}

a {
color:#ffd335;
}

a:hover {
text-decoration:none;
}

img {
border:none;
}

/* Header */

#header {
	width: 100%;
	height: 144px;
	float: left;
}

#header .inner {
	height: 90px;
	margin: 50px 0 0 230px;
}

#header h1 {
	background-image:url("/images/bg_header.gif");
	background-repeat: no-repeat;
	background-position: top left;
	width: 199px;
	height: 82px;
	position: absolute;
	top: 50px;
	left: 230px;
}

#header h1 a {
	display: block;
	width: 199px;
	height: 82px;	
}

#header h1 span {
	display: none;
}


/* Logo */

#logo {
	position: absolute;
	top: 36px;
	left: -8px;
	width: 240px;
	height: 262px;
	z-index: 0;
	background-image: url("/images/logo.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

#logo a {
	display: block;
	width: 240px;
	height: 262px;
}

#logo span {
	display: none;
}


/* Date */

#date {
position:absolute;
top:60px;
right:0px;
width:273px;
height:57px;
}


/* Navbar */

#navbar {
float:left;
text-align:left;
color:#fff;
padding-left:260px;
}



#navbar a{
text-align:left;
color:#fff;
font-size:12px;
}

#heading {
float:left;
padding:15px 0px 0px 270px;
}

/* CONTENT */

#subcontainer {
padding:0px 0px 0px 23px;
float:left;
clear:both;
width:100%;

}

#content {
color:#fff;
margin:30px 320px 0px 200px;
}

#content.full {
	margin-right: 0;
}

#content.news {
color:#fff;
margin:30px 200px 0px 200px;
}

#content .inner {
padding:0px 10px;
font-size: 12px;
}

#content h2{
font-size: 13px;
text-transform: capitalize;
padding:10px 0px 5px 0px;
margin:0px;
color:#ffd335;
}

#content .callout {
background-color: #121212;
padding:10px 10px 10px 10px;
margin-top:10px;
margin-bottom:10px;
}

#content .callout p.note {
font-size:10px;
}

#content .venue h2{
font-size: 13px;
padding:8px 0px 0px 0px;
margin:0px;
color:#ffd335;
}

#content .intro {
	width: 600px;
}



/* Schedule Tables */

#schedule table {
	width:100%;
	margin-top:5px;
	border-collapse: collapse;
	background-color:#f1efef;
	color:#000;
}

#schedule table th {
	text-transform: capitalize;
	padding: 0.5em;
	text-align:center;
	background-color: #ffd335;
	color: #1d1d1d;
	font-size: 13px;
	line-height:16px;
	border:1px solid #000;
}

#schedule table td {
	vertical-align: top;
	padding: 0.5em 0.8em;
	margin: 0;
	font-size:12px;
	border:1px solid #000;
	width:28%;
}

#schedule table td.highlight {
	text-align:center;
	background-color: #444444;
	color:#fff;
	font-size: 10px;
	padding: 0.4em 0em 0em 0em;
	margin: 0;
	width:8%;
	vertical-align: top;
}

#schedule table td.highlight2 {
	text-align:center;
	background-color: #ffffcc;
	color:#000;
	font-size: 12px;
	font-style:italic;
	padding: 0.5em;
	margin: 0;
	width:8%;
	vertical-align: middle;
}

#schedule table td.highlight2_after {
	text-align:left;
	background-color: #ffffcc;
	color:#000;
	font-size: 12px;
	font-style:italic;
	padding:0.8em 0.5em 0 0.8em;
	margin: 0;
	width:8%;
	vertical-align: middle;
}

#schedule table td.auction p{
	margin:0;
	padding:0em 0em 0.6em 0em;
}

#schedule table td.keynote {
	background-color: #a2d2a6;
}

#schedule table td.session {
	background-color: #9dbad0;
}

/*#schedule table td.functions {
	background-color: #336666;
}*/


#schedule table p {
	padding: 0.5em;
	margin: 0;
}

#schedule table a {
	color:#000066;
}


#schedule table .alt {
	background-color:#1d1d1d;
}

#schedule table .sponsors{
	background-image:url("/images/bg_sponsors2.gif");
	background-repeat:no-repeat;
	background-position: top left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding:8px 0px 0px 8px;
	height:37px;
}

#schedule table .sponsors_fab{
	background-image:url("/images/bg_sponsors2.gif");
	background-repeat:no-repeat;
	background-position: top left;
	margin-top:3px;
	margin-bottom:0px;
	margin-left:0px;
	padding:8px 0px 0px 8px;
	height:37px;
}


#schedule .agenda {
padding:10px 0px;
}

#schedule .agenda h1 {
font-size:14px;
}

#schedule .agenda h2 {
padding:10px 10px 0px 20px;
}

#schedule .agenda h3 {
padding:0px 10px 0px 20px;
font-size:12px;
margin:5px 0px 0px 0px;
color:#999;
}

#schedule .agenda p {
padding-left:20px;
margin-top:5px;
}

#schedule .agenda hr {
margin:20px 0px 20px 0px;
}

#schedule .agenda p.top {
text-align:right;
padding:10px 0px 0px 0px;
}

/* Sponsorship Tables */


#sponsorship table {
	width:100%;
	margin-top:5px;
	border-collapse: collapse;
}

#sponsorship table th {
	text-transform: capitalize;
	padding: 0.5em;
	text-align:center;
	background-color: #1d1d1d;
	color: #ffd335;
	font-size: 13px;
	line-height:16px;
	border:1px solid #333;
}

#sponsorship table td {
	vertical-align: top;
	padding: 0.6em 0.8em;
	margin: 0;
	font-size:11px;
}

#sponsorship table.schedule td {
	vertical-align: top;
	padding: 0.6em 0.8em;
	margin: 0;
	font-size:11px;
	width:20%;
	border-right:1px solid #333;
	border-left:1px solid #333;
}

#sponsorship table.schedule tr.last {
	border-bottom:1px solid #333;
}

#sponsorship table td.highlight {
	text-align:center;
	background-color: #444;
	color:#fff;
	font-size: 12px;
	font-weight:bold;
	padding: 0.5em;
	margin: 0;
	width:8%;
	vertical-align: middle;
}

#sponsorship table td.highlight2 {
	text-align:center;
	background-color: #333;
	font-size: 11px;
	padding: 0.5em;
	margin: 0;
	width:8%;
	vertical-align: middle;
}

#sponsorship table p {
	padding: 0.5em;
	margin: 0;
}

#sponsorship table .alt {
	background-color:#1d1d1d;
}

#sponsorship table .sponsors{
	background-image:url("/images/bg_sponsors.gif");
	background-repeat:no-repeat;
	background-position: top left;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:0px;
	padding:8px 0px 0px 8px;
	height:37px;
}

#sponsorship table .sponsors_fab{
	background-image:url("/images/bg_sponsors.gif");
	background-repeat:no-repeat;
	background-position: top left;
	margin-top:3px;
	margin-bottom:0px;
	margin-left:0px;
	padding:8px 0px 0px 8px;
	height:37px;
}



/* Activity Tables - not */
#schedule table.activity {
	width:100%;
	margin-top:5px;
	border-collapse: collapse;
}

#schedule table.activity th {
	text-transform: capitalize;
	padding: 0.5em;
	text-align:center;
	background-color: #ffd335;
	color: #1d1d1d;
	font-size: 13px;
	line-height:16px;
	border:1px solid #000;
}

#schedule table.activity td {
	vertical-align: top;
	padding: 0.8em;
	margin: 0;
	font-size:11px;
	border:1px solid #000;
	width:25%;
}

#schedule table.activity td.highlight {
	text-align:center;
	text-transform: capitalize;
	background-color: #444;
	color:#fff;
	font-weight:bold;
	font-size: 13px;
	padding: 0.3em;
	margin: 0;
}

#schedule table.activity p {
	padding: 0.5em;
	margin: 0;
}

#schedule table.activity .alt {
	background-color:#1d1d1d;
}

#schedule table.activity .sponsors{
	background-image:url("/images/bg_sponsors2.gif");
	background-repeat:no-repeat;
	background-position: top left;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:0px;
	padding:8px 0px 0px 8px;
	height:37px;
}




/* Activities */

#activities .intro {
	width: 400px;
	margin-bottom: 2.2em;
}

#activities table.activities th {
	text-transform: capitalize;
	background-color:#1d1d1d;
	color:#f8ce34;
	padding:0.8em 2em;
	text-align:left;
	font-size:13px;
}

#activities table.activities td.description {
	width: 300px;
}

#activities table.activities p {
	padding: 0.5em;
	margin: 0;
}

/* Conference Schedule */

#schedule .intro {
	width: 400px;
	margin-bottom: 2.2em;
}



/* Gallery */

#galleries h2 {
	padding: 0;
	margin: 0 0 1em 0;
}

#galleries .gallery {
	background-color: #121212;
	padding: 1em;
	margin: 0 0 2em 0;
}

.gallery table {
	border-collapse: collapse;
}

.gallery td {
	padding: 0.5em;
}

.gallery img {
	border: 1px solid #ccc;
}


/* Map */

#map {
	border: 2px solid #3F3F41;
	width: 398px; 
	height: 398px; 
	margin: 10px 0 10px 0;
}

.map_description {
	color: #000;
}


/*Latest News*/

#latestnews {
	background-color: #121212;
	padding:5px 7px 0px 7px;
	margin-top:0px;
	font-size: 11px;
	line-height:15px;
}

#latestnews .inner {
	padding:10px 10px 0px 10px;
	color:#555;
	font-size: 11px;
	line-height:15px;
}

#latestnews .news{
	background-color: #fff;
	margin: 0px 0px 5px 5px;
	border:1px solid #999;
}

#latestnews h2{
	color:#ffd335;
	font-weight:bold;
	font-size: 13px;
	padding:0px;
	line-height:1.3em;
}

#latestnews h2 a{
	color:#ffd335;
}

#latestnews h3{
	color:#000;
	font-weight:bold;
	font-size: 13px;
	padding:0px;
	line-height:1.3em;
}

#latestnews p a{
	color:#ffd335;
	font-weight:bold;
}


/*Latest News*//*INDEX PAGE*/

#latestnews.index {
	margin-top:30px;
	padding-bottom:3px;
}

#latestnews.index .news{
	background-color: #000;
	margin: 3px 3px 9px 3px;
	border:1px solid #212121;
}

#latestnews.index .inner {
	padding:10px 10px 0px 10px;
	color:#dfdfdf;
	font-size: 12px;
	line-height:15px;
}

#latestnews.index h2{
	font-size: 12px;
	text-transform: capitalize;
}

#latestnews.index h2 a{
	text-decoration:none;
	font-weight:bold;
}

#latestnews.index h2 a:hover{
	text-decoration:underline;
}

#latestnews.index h3{
	font-size: 11px;
	color:#ffffff;
	text-transform: capitalize;
}

#latestnews.index h3 a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-transform: capitalize;
}

#latestnews.index a{
	font-weight:normal;
}

#latestnews.index .quote{
	padding:0px 0px 0px 10px;
	font-size: 11px;
}

#latestnews.index .morenews{
	border-top:1px dashed #444;
	padding-top:5px;
	text-align:right;
}

/*Latest News*//*NEWS PAGE*/

#latestnews.newspage {
	padding:5px 10px 1px 10px;
}

#latestnews.newspage .news{
	background-color: #000;
	margin: 0px 0px 1px 0px;
	border:1px solid #212121;
}

#latestnews.newspage .inner {
	background-color: #fff;
	padding:10px 10px 1px 10px;
	margin:8px;
	color:#444;
	font-size: 12px;
	line-height:15px;
}

#latestnews.newspage h2{
	color: #555;
	font-size: 14px;
	text-transform: capitalize;
	
}

#latestnews.newspage p a{
	color:#555;
	
}

#latestnews.newspage li a{
	color:#555;
	
}

#latestnews.newspage .morenews{
	padding:0px 10px 20px 0px;
	text-align:right;
	font-size:12px;

}

#latestnews.newspage .date{
	font-size:15px;
	padding:0px 0px 10px 0px;
}

#latestnews.newspage .quote{
	padding:0px 15px 10px 15px;
	color:#000;
	font-size: 11px;
}

#latestnews.newspage .backtonews{
	margin:0px 0px 10px 0px;
}




/* Site Map */

#content.sitemap h3{
font-size: 14px;
line-height:20px;
padding:5px 0px 10px 30px;
margin:0px;
color:#ffffff;
text-transform: capitalize;
}

#content.sitemap h3 a{
text-decoration:none;
color:#ffffff;
}

#content.sitemap h3 a:hover{
text-decoration:underline;
}

#content.sitemap ul{
margin:0px 0px 10px 15px;
font-size:12px;
text-transform: capitalize;
font-weight:bold;
color:#ffffff;
}

#content.sitemap ul a{
color:#ffffff;
}




.thumbnail img {
border:1px solid #cccccc;
}

.contentpic {
padding:5px 0px 10px 15px;
}

.formfield {
border: 1px solid #dedede;
height: 18px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #505145;
}

/* Presskit */

#presskit .intro {
	width: 400px;
	margin-bottom: 2.2em;
}

#presskit ol.questions{
	line-height:20px;
	color:#ffd335;
	font-weight:bold;
	font-size:13px;
	margin-left:10px;
}

#presskit ol.questions a{
	color:#fff;
}

#presskit ol.questions a:hover{
	color:#ffd335;
}

#presskit .answers p{
	margin-left:30px;
}

#presskit .answers p.toplink{
	margin-top:20px;
	margin-bottom:50px;
	text-align:right;
}


/* Speakers */
.speakersintro {
	width: 400px;
	margin-bottom: 2.2em;
}

#content .sessionfilled{
	color:#666666;
}

/* COLUMNS */

#column {
float:left;
width:184px;
color:#fff;
line-height:1.3em;
}

#column table.pricing {
	width: 100%;
	margin-bottom: 1.5em;
	border-collapse: collapse;
}

#column table.pricing td {
	vertical-align: top;
	padding-right: 0.2em;
}

#column .inner{
margin-top:45px;
padding:177px 8px 30px 16px;
font-size:10px;
background-image:url("/images/bg_column.gif");
background-repeat: no-repeat;
background-position: top left;
background-color:#171717;
}

#column p{
margin:0px;
padding:0px;

}

#column p.moreinfo{
text-align:right;
padding-bottom:5px;
padding-right:10px;

}

#column p.mailinglist{
padding-top:10px;
}

#column h2{
color:#ffd335;
font-size:12px;
font-weight:bold;
margin:0px;
padding:10px 0px;
}

#column .strike {
	text-decoration:line-through;
}

#columnright {
float:right;
color:#fff;
line-height:1.3em;
width:302px;
margin-top:30px;
background-color: #121212;
}

#columnright.news {
float:right;
color:#fff;
line-height:1.3em;
width:200px;
margin-top:30px;
background-color: #121212;
}

#columnright p{
font-size: 10px;
padding:5px 10px;
margin:0px;
color:#dfdfdf;
}


#columnright.venue p{
font-size: 11px;
padding:5px 10px;
margin:0px;
color:#dfdfdf;
}

#columnright.venue li {
font-size: 11px;
color:#dfdfdf;
}

#columnright.venue .presreq li {
font-size: 11px;
color:#dfdfdf;
padding-bottom:8px;
}

#columnright.venue h2{
font-size: 13px;
text-transform: capitalize;
padding:5px 10px;
margin:0px;
color:#ffd335;
}

#columnright .worddoc{
	background-color: #000;
	margin: 10px;
	border:1px solid #212121;
	padding:10px 5px;
}

#columnright .worddoc img{
	padding-top:2px;
}

#columnright .worddoc a{
	color:#ffffff;
	text-decoration:none;
}

#columnright .worddoc a:hover{
	text-decoration:underline;
}

#columnright .worddoc table{
	border-collapse:collapse;
}

#columnright .worddoc td{
	padding:0.4em;
	vertical-align:top;
	font-size:11px;
}

#columnright .thumbpics {
padding: 0px 0px 10px 0px;
text-align:center;
}

#columnright .registernow {
text-align: center;
padding:10px 0px 30px 0px;
}

#testwrap {
	background-color: #121212;
	padding:0px 10px 10px 10px;
}

#testimonials{
	background-color: #000;
	margin: 10px;
	border:1px solid #212121;
}

#testimonials.main{
	margin: 0px;
}

#testimonials .inner {
	padding:10px 15px 10px 15px;
	color:#fff;
	font-size: 11px;
	line-height:16px;
}

#testimonials .name{
	color:#ffd335;
	font-weight:bold;
}

#testimonials hr {
	border: 1px solid #313131;
	width:90%;
	}

#testimonials .sponsors{
	background-image:url("/images/bg_sponsors.gif");
	background-repeat:no-repeat;
	background-position: top left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding:8px 0px 0px 8px;
	height:37px;
}

#testimonials table{
border-collapse:collapse;
margin: 5px 0px 6px 0px;
}


#testimonials table td{
line-height:14px;
padding:0.5em 0;
}


#sponsors {
	background-color:#fff;
	margin:0px 0px 10px 0px;
	padding:6px 1px;
	border:1px solid #383838;
}

#sponsors table{
	border-collapse:collapse;
}

#sponsors table td{
	padding:7px;
}


#columnright.news h2{
	font-size: 13px;
	padding:5px 10px 0px 10px;
	margin:0px;
	color:#ffd335;
}

#columnright.news ul{
	margin:10px;
	padding:5px 5px 5px 0px;
	list-style:none;
	/*background-color:#1d1d1d;*/
	/*border:1px solid #fff; */
}

#columnright.news li{
	background-image: url("/images/blt.gif");
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom:8px;
	padding: 0px 0px 5px 18px;
}

#columnright.news ul a {
	font-size: 11px;
	font-weight:normal;
	color: #ffffff;
	text-decoration:none;
	}

#columnright.news ul a:hover {
	text-decoration:underline;
	}



/* FOOTER */

#footer {
	clear:both;
	height:28px;
	padding-left:30px;
	text-align:center;
}

#footerhdr {
padding:1em 2em;
}

#footer a {
color:#999;
}

#footer a:hover {
color:#ffd335;
}

#footer p {
font-size:10px;
margin:0pt;
padding:0px 10px;
color:#999;
}

#footer .url {
float:left;
padding:10px 0px 0px 400px;
}

#footer .links {
float:right;
padding:10px 10px 0px 0px;
}


/*Flickr Styling*/

#flickr {
padding:0px 0px 10px 15px;
margin-bottom:0px;
float:left;

}

#flickr .flickr_badge_image {
float:left;
padding:3px;
margin:7px 14px;
border:1px solid #000;
}



