@charset "utf-8";
/* CSS Document */

/*****  LINKS  *****/
a {
	color:#424041;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	outline:none;
}

a:hover {
	color:#090;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

body{
	background-image: url(../images/BackgroundAbstractLarge.jpg);
	background-attachment:fixed;
	background-position:top center;
	background-repeat:no-repeat;
	background-color: #0b0b0b;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424041;
}

p{
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 0px;
	line-height: 16px;
}

img{
	border:none;
	outline:none;
}

table{
	width:650px;
	border:1px solid #e9e9e9;
	border-collapse:collapse;
	margin-left: 5px;
	border:1px solid #bab9b9;
}


#mainContainer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424041;
	width:960px;
	height:auto;
	margin:0 auto;
	background-color:#f0f0f0;
	/*border-bottom:1px solid #616161;
	border-left:1px solid #616161;
	border-right:1px solid #616161;*/
}

#header{
	background-image:url(../images/INXPOLIVEHeader_960x125.jpg);
	background-repeat:no-repeat;
	height:125px;
	/*border-bottom:1px solid #999;*/
}

h1{
	font-size:18px;
	color:#104d8e;
	text-align:center;
	margin:0
}

h2{
	font-size:12px;
	color:#333;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	
}

#contentBorder{
	color:#424041;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	width:958px;
	/*border:1px solid #e9e7e7;*/
	height:auto;
	background-image:url(../images/INXPOLIVE_bground.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

.greyTitleBar{
	background-image:url(../images/titleBarBG.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#0b0b0b;
	width:100%;
	color:#20ce64;
	text-transform:uppercase;
	font-weight:bold;
	padding:5px 0 5px 15px;
	margin:0 0 15px 0;
}

.images{
	padding:5px 0 5px 0;
}

#leftContent{
	color:#424041;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	width:640px;
	height:auto;
	margin:10px 0 0 40px;
	float:left;
}

#FeaturedEventVideo{
	width:650px;
	padding:5px 0 0 15px;
	outline:none;
}

#registration_form{
	padding:20px 0 0 15px;
}

#rightContent{
	color:#424041;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:18px 5px 0 5px;
	margin-right:10px;
	float:right;
}

.RTContentImg{
	margin:0 0 12px 2px;
	width:210px;
}

.tdContentBGLight{
	background-color:#f0f0f0;
	padding:5px 0 5px 15px;
	border-right:1px solid #bab9b9;
	border-bottom:1px solid #bab9b9;
	width:50%;
}

.tdContentBGDark{
	background-color:#d6d6d6;
	padding:5px 0 5px 15px;
	border-right:1px solid #bab9b9;
	border-bottom:1px solid #bab9b9;
	width:50%;
}

.clear{
	clear:both;
}

.spacer{
	height:20px;
}

.dottedBorder {
    height: 10px;
    margin: 10px auto;
	border-bottom: 1px dotted #333333;
    width: 92%;
}

#twitter{
	text-align:center;
	padding:5px 0 0 0;
}

#SpeakersContainer{
	width:550px;
	padding:0 0 0 80px;
}
.Speakers{
	float:left;
	padding:20px 15px 0 0;
}

#HiddenFrame{
	margin-left:13px;	
	color:#F00;
}

/*****  LOGIN CONTAINER  *****/
/*#LoginContainer{
    margin: 0 auto;
    width: 425px;
	padding:25px 0 0 0 ;
}*/
#LoginContainer{
    width: 615px;
	padding:15px 0 0 6px;
}

#LoginContainer p{
	text-align:right;
	margin:0;
	text-decoration:underline;
	font-weight:bold;
}

.LoginLabel {
	font-weight:bold;
}

.PasswordLabel {
	font-weight:bold;
}


.InvalidPassword {
    color: #FF0000;
    font-size: 11px;
    font-weight: bold;
    padding: 0 0 0 9px;
    position: absolute;
    top: 70px;
}

fieldset {
	border: none;
}

fieldset input{
	width:155px;
	color:#009900;
}

.LoginBTN{
	width:55px;
	color:#666;
}

.checkBox{
	width:15px;
	margin:5px 0 5px 0;
}

.ForgotPasswordLink{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px 0 5px 10px;
}

.LoginForm{
	border-right: 1px dotted #CCCCCC;
    float: left;
    width: 260px;
}

/*.LoginHelpContainer {
    background-color: #CCC;
    border: 1px solid #AAA;
    color: #333;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 10px;
    width: 175px;
}

#LoginHelp{
	font-size:10px;
	color:#333;
}
.LoginHelpHover{
	float:left;
	height:25px;
	cursor:pointer;
	color:#333;
	text-decoration:underline;	
}

.greenFont{
	color:#090;
}
*/
.LoginHelpContainer{
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	margin:0px 0px 0px 10px;
	height:30px;
}
#LoginHelp{
	font-size:10px;
	margin:0px 0 0px 0px;
	color:#333;
}
.LoginHelpHover{
	float:left;
	width:62px;
	height:25px;
	cursor:pointer;
	text-decoration:underline;
	color:#666;
}


#loginIMG{
	float:right;
	width:270px;
}

/*****  END LOGIN CONTAINER  *****/

/***** PROGRAMMING SECTION *****/
#programming{
	padding:15px 0 0 15px;
}

#Footer{
	/*background-image:url(../images/bottom.jpg);
	background-position:top;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	padding:10px 0 30px 0;
	width:960px;
	margin:0 auto;
	font-size:9px;
	height:25px;
}

.footerCopyright{
	width:520px;
	float:left;
}

.footerCopyright a{
	color:#000;
}

.footerCopyright a:hover{
	color:#1f8c49;
}

.footerLinks{
	width:420px;
	text-align:right;
	float:right;
	color:#000;
}

.footerLinks a{
	color:#000;
}

.footerLinks a:hover{
	color:#1f8c49;
}


/*******************slideContainer****************************************/
#navigation {
	text-transform:uppercase;
	width:640px;
	padding:0 0 15px 0;
	font-size:11px;
}
#navigation li{
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	float:right;
}
	
#navigation li a{
	text-decoration:none;
}
#navigation li a:hover{
	color:#090;
	text-decoration:none;
}

.defaultSlide {
	width:640px; 
	float:left;
}

.slideContainer {
	width: 640px;
	padding: 0;
}
.folio_block {
	position: relative;
}
.main_view {
	float: left;
	position: relative;
}
.window {
	height: 750px;	
	width: 640px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	/*background-image:url(../images/containerBackground2.jpg);
	background-repeat:repeat-x;*/
}
.image_reel {
	position:relative;
}
.image_reel img {
	float: left;
}

.paging a {
	font-size:11px;
	padding: 5px;
	text-decoration: none;
	color: #333;
	font-weight:bold;
}
.paging a.active {
	color:#090;
	font-weight:bold;
}
.paging a:hover {
	font-weight: bold;
}


/*******************Upcoming Events****************************************/

div.events {
	float: left;
	margin-bottom: 15px;
	margin-left: 15px;
	width: 625px;
}

.eventDetail {
	float: left;
	margin: 20px 0 0 10px;
}

.eventDetail ul {
	margin: 0;
	padding: 0;
}

.eventDetail ul li {
	list-style-type: none;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.eventDescription {
	float: left;
	margin-bottom: 10px;
}

.eventDescription ul {
	margin: 0 0 30px 10px;
	padding: 0 0 0 15px;
}

.eventDescription ul li {
	margin: 0 0 2px 0;
}

.eventDescription ul li img {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}

.events p {
	margin:5px 0 10px 0;
	padding:0;
	color: #333;
}

.events a {
	color: #F7931E;
	font-weight: bold;
}

.events img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.eventAbstract {
	margin-top: 15px;
}

.events .paging a {
	font-size: 12px;
	padding: 0;
	text-decoration: underline;
}
events .paging a.active {
	text-decoration: none;
}
events .paging a:hover {
	text-decoration: none;
}

span.loginNow label {
    clear: both;
    display: block;
    font-size: 85%;
/*    font-weight: bold;
    margin: 0.5em 0 0;
    padding-bottom: 0.5em;*/
}

