body {
	margin: 0;
	font-family: Helvetica;
	font-size:12px;
	background: #FFFFFF;
	color: #000000;
/*	overflow: hidden;*/
	-webkit-text-size-adjust: none;
}
a{
	color:royalblue;
	font-weight:bold;
}
h2{
	color:#444;
	font-size:13px;
	padding:5px;
	margin:0px;
}
div.menu,a.menu {
	margin: 0;
	display: block;
	border-bottom: 1px solid #E0E0E0;
	padding: 8px 32px 8px 8px;
	background: url(/images/iPhoneArrow.png) no-repeat right center;
	font-size: 16px;
	font-weight: bold;
	list-style: none;
	text-decoration: none;
	color: inherit;
}
a.menu div.brief{
	color:#444;
	font-weight:normal;
	font-size:12px;
}
a.menu>div.newEnvelope {
	float:right;
	color:#db3530;
	background:url(/images/newEnvelope.png) no-repeat center center;
	width:29px;
	height:20px;
	text-align:center;
	font-size:18px;
/*	 text-shadow: rgba(0, 0, 0, 0.6) 2px 2px 0; */
}
a.menu>div.oldEnvelope {
	float:right;
	color:darkgray;
	background:url(/images/oldEnvelope.png) no-repeat center center;
	width:29px;
	height:20px;
	text-align:center;
	font-size:18px;
/*	 text-shadow: rgba(0, 0, 0, 0.6) 2px 2px 0; */
}
div#envelope {
	float:right;
	color:#db3530;
	background:url(/images/oldEnvelope.png) no-repeat center center;
	width:29px;
	height:20px;
	text-align:center;
	font-size:18px;
	margin-top:6px;
/*	 text-shadow: rgba(0, 0, 0, 0.6) 2px 2px 0; */
}
.item {
	margin: 0;
	/* width:100%;*/
	display: block;
	border-bottom: 1px solid #E0E0E0;
	padding: 8px 32px 8px 8px;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	text-decoration: none;
	color: inherit;
}
.schedule {
	margin: 0;
	display: block;
	padding: 8px 32px 8px 8px;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	text-decoration: none;
	color: inherit;
}
.event{
	margin: 0;
	display: block;
	padding: 8px 32px 8px 8px;
	font-size: 18px;
	font-weight: bold;
	list-style: none;
	text-decoration: none;
	color: #db3530;
}
.contactName{
	margin: 0;
	display: block;
	padding: 8px 32px 8px 8px;
	font-size: 18px;
	font-weight: bold;
	list-style: none;
	text-decoration: none;
	color: #db3530;
}
.contactCompany {
	margin: 0;
	margin-left:1em;
	padding: 0px 32px 8px 8px;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	text-decoration: none;
	color: coral;
}
.contactDetails {
	margin: 0;
	padding: 0px 32px 8px 8px;
	margin-left:2em;
	font-size: 14px;
	font-weight: normal;
	list-style: none;
	text-decoration: none;
	color: #444;
}
.contactDetails button{
	height:3em;
	font-weight:bold;
	font-size:12px;
}
.details {
	margin: 0;
	padding: 0px 32px 8px 8px;
	font-size: 14px;
	font-weight: normal;
	list-style: none;
	text-decoration: none;
	color: #444;
}
.location {
	margin: 0;
	padding: 0px 32px 8px 8px;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	text-decoration: none;
	color: #555;
}
.location:before{
	content:"At the";
}

.time {
	margin: 0;
	padding: 0px 32px 8px 8px;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	text-decoration: none;
	color: coral;
}
.chatlink {
	text-decoration:none;
	color:#c0c0c0;
	font-size:11px;
}
.chatdetails {
	text-decoration:none;
	color:#000000;
	font-size:11px;
}
.submenu {
	box-sizing: border-box;
	margin: 0;
	padding: 3px;
	padding-right:10px;
	line-height: 15px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-overflow: ellipsis;
	color: #FFFFFF;
	background: #db3530;
	background: url(/images/BarBackground.png) #db3530 repeat-x;
	clear:both;
	/* background: url(/images/iPhoneToolbar.png) #6d84a2 repeat-x; */
	/* text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0; */
	/* border-bottom: 1px solid #2d3642;*/
}
#backButton {
	float:left;
	display:none;
	line-height: 15px;
	padding-top:8px;
}
.backbutton {
	position:absolute;
	left:3px;
	background: url(/images/BackArrows.png) repeat-x;
	padding: 0;
	height: 15px;
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	text-decoration: none;
	background: none;
}

.main {
	margin: 0;
	display: block;
	/*width:100%;*/
	text-align:center;
	border-bottom: 1px solid #E0E0E0;
	padding: 4px 32px 8px 8px;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	text-decoration: none;
	color: inherit;
	}
.input{
	/*width:150px;*/
}

.profile {
	box-sizing: border-box;
	color:white;
	font-size:12px;
	font-weight:bold;
	/*width:100%;*/
	padding: 10px;
	background: #c8c8c8 url(/images/pinstripes.png);
}

.page {
	box-sizing: border-box;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	/*width:100%;*/
	padding: 10px;
	background: #FFFFFF;
//	  background: #FFFFFF url(/images/slash.jpg);
}
div.tagcloud{
	float:none;
	clear:both;
}
div.tagcloud a.tag{
	color:#db3530;
	text-decoration:none;
	font-weight:bold;
	margin-left:0.25em;
	margin-right:0.25em;
	margin-top:0.30em;
}
div.tagcloud a.tag:active{
	color:green;
	text-decoration:none;
}
div.pictures{
	float:left;
	margin:2px;
	padding:0;
	width:70px;
	overflow:hidden;
	text-overflow:ellipsis;
	border:1px solid silver;
	text-align:center;
	background:gray;
}
div.pictures > a.owner{
	font-weight:bold;
	font-size:8px;
	text-decoration:none;
	padding:0;
	margin:0;
	color:white;
}
div.pictures img{
	padding:0;
	margin:0;
}
div#profile{
	font-weight:bold;
	font-size:12pt;
}
div#profile > div.i{
	display:table;
	clear:both;
	margin-top:2em;
	overflow:hidden;
}
div#profile > div.i > div.l{
	position:absolute;
	float:left;
	font-weight:bold;
	font-size:12px;
	width:100px;
	margin-top:7px;
	text-align:right;
	color:#db3530;
}
div#profile > div.i > div.l > small{
	position:relative;
	left:+57px;
	top:-27px;
	color:silver;
}
div#profile > div.i> input[type='text']{
	position:absolute;
	border:0px;
	border-bottom:1px solid gainsboro;
	padding-left:110px;
/*	width:100%;*/
	font-size:16px;
	font-weight:bold;
	background:none;
	-webkit-border-radius:0;
}
div#profile > div.i> select{
/*	position:absolute;*/
/*	margin-left:110px;*/
	font-size:16px;
	font-weight:bold;
}
div#profile > div.i> table.ratingStars{
	position:absolute;
	border:0px;
	padding:0;
	margin-top:-10px;
	margin-left:110px;
	font-size:60px;
	font-weight:bold;
	background:none;
}
div#profile > div.i> table.ratingStars td{
	padding:0;
	text-align:center;
	width:40px;
	color:#ddd;
}
div#profile > center > input[type='button']{
	margin-top:1em;
	font-size:14px;
	font-weight:bold;
	padding:3px;
	background:white;
	color:#db3530;
	border:2px solid #db3530;
}
div#profile > div.i > input[type='checkbox']{
	margin-left:1em;
	width:30px;
	height:30px;
	background:#db3530;
	border:0;
}
div#profile > div.i > input[type='password']{
	position:absolute;
	border:0px;
	border-bottom:1px solid gainsboro;
	padding-left:110px;
/*	width:100%;*/
	font-size:16px;
	font-weight:bold;
	background:none;
}
div#profile > div.i > textarea{
	position:absolute;
	border:0px;
	border-bottom:1px solid gainsboro;
	padding-left:110px;
	height:100px;
	font-size:16px;
	font-weight:bold;
	background:none;
}
div.messages{
	font-weight:bold;
	font-size:12pt;
}
div.messages > div.from{
	display:table;
	clear:both;
	margin-top:2em;
}
div.messages > div.l{
	font-weight:bold;
	font-size:14px;
	margin-left:7px;
	margin-top:0px;
	margin-bottom:0;
	color:#db3530;
}
div.messages > input[type='text']{
	margin-left:10px;
	margin-top:0;
	width:90%;
	font-size:14px;
	font-weight:bold;
}
div.messages > input[type='button']{
	font-size:16px;
	font-weight:bold;
	padding:5px;
	float:right;
	margin-right:10px;
}
div.messages textarea#msgMessage{
	margin-left:10px;
	margin-right:10px;
	margin-top:0;
	width:90%;
	height:50px;
	font-size:14px;
	font-weight:bold;
	color:#444;
}
div.message{
	margin:10px;
	clear:both;
}
div.message > div.bubble{
	-webkit-border-radius:5px;
	border:1px solid #db3530;
}
div.message > div.bubble > div.link{
	margin:0;
	padding:0;
	padding-left:40px;
	padding-right:40px;
	background-color:#db3530;
	color:white;
	text-overflow:ellipsis;
}
div.message > div.bubble > div.link a{
	color:inherit;
	text-decoration:none;
}
div.message > div.bubble > div.text{
	padding:10px;
	color:#444;
	padding:10px;
}
div.message > div.diamond{
	font-size:40px;
	margin-top:-25px;
	margin-bottom:-5px;
	padding:0;
	padding-right:10px;
	padding-left:10px;
	color:#db3530;
}
div.message > div.from{
	margin:0;
	margin-top:-5px;
	padding:0;
}
div.panelist,div.moderator,div.guest,div.speaker{
	display:table;
	clear:both;
	border-bottom:1px solid gainsboro;
	width:100%;
	padding:5px;
	padding-left:0;
}
div.panelist>div.action,div.moderator>div.action,div.guest>div.action,div.speaker>div.action{
	display:none;
}
div.panelist>div.as_a,div.moderator>div.as_a,div.guest>div.as_a,div.speaker>div.as_a{
	float:left;
	color:#db3530;
	font-weight:bold;
	width:6em;
	text-align:right;
	padding-right:1em;
}
div.moderator>div.name,div.panelist>div.name,div.guest>div.name,div.speaker>div.name{
	float:left;
	font-weight:bold;
	width:10em;
}
div.moderator>div.company,div.panelist>div.company,div.guest>div.company,div.speaker>div.company{
	clear:both;
	color:coral;
	margin-left:7em;
	font-weight:bold;
}
div.sessionRating{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	clear:both;
	display:table;
}
select.ratingSelector{
	clear:both;
	margin-left:10px;
	margin-right:10px;
	margin-top:0;
	width:90%;
	font-size:14px;
}
textarea#ratingNote{
	margin-left:10px;
	margin-right:10px;
	margin-top:0;
	width:90%;
}
div.sessionRating > button{
	font-size:16px;
	font-weight:bold;
	float:right;
	margin-right:10px;
}
div.sessionHostsDiv{
	font-size:12px;
	border:1px solid silver;
	-webkit-border-radius:5px;
	margin:5px;
}
div.listNavButtons{
	clear:both;
	padding:5px;
}
div.listNavButtons>button{
	font-size:14px;
	font-weight:bold;
	padding:3px;
	background:white;
	color:#db3530;
	border:2px solid #db3530;
}
#prevListPageBtn{
	float:left;
	display:none;
}
#nextListPageBtn{
	float:right;
	display:none;
}
#progressBar{
	visibility:hidden;
}
#newlist_pager_table{
	display:none;
}
#noResults{
	font-weight:bold;
	font-size:16px;
	color:#666;
	text-align:center;
	padding:10px;
}
div.watermark{
	position:absolute;
	bottom:-60px;
	right:1px; 
	font-size:10px;
	color:#555;
	width:134px;
	text-align:center;
}
div.watermark>a{
	text-decoration:none;
}
div.filterLabel{
	font-weight:bold;
	font-size:16px;
	color:#666;
	text-align:center;
	padding:10px;	
}
div.alreadySent{
	font-weight:bold;
	text-align:center;
	color:#db3530;
}
div.sponsors{
	text-align:center;
}
div.sponsors>a>img{
	border:2px solid silver;
	padding:20px;
	margin:20px;
	clear:both;
	-webkit-border-radius: 5px; 
}