/* ==========================================
	master.css - new code for home page
	modified 1/31/08 by W Sarris
	modified 8/14/09 by D Gubler
		-Added styles for SignUp page
	========================================*/

/* ==========================================
	©2008 conferROOMS LLC.
	www.conferrooms.com
	========================================*/
	
/* ==========================================
	load normalizing styles
	========================================*/

@import url(normalize.css);

/* ==========================================
	load navigation markers
	========================================*/
	
@import url(navigation-markers.css);
	
/* ==========================================
	contentContainer
	========================================*/

#contentContainer {
	position: relative;
	width: 100%;
	background: #fff;
}
#navigation {
	width: 900px;
	margin: 0 auto;
}
#secondaryNav {
	float: right;
	text-align: right;
	font-size: 90%;
	margin-top: 12px;
}	
#primaryNav {
	clear: both;
	list-style: none;
	float: right;
	padding: 0;
	margin: 8px 0 2px 0;
}
#primaryNav li {
	float: left;
	margin: 0 0 2px 2px;
	padding: 0;
}
#primaryNav a {
	display: block;
	padding: .4em .75em;
	font-size: 90%;
	color: #fff;
	background: #999;
}
#primaryNav a:hover {
	background: #666;
}
#content {
	clear: both;
	width: 900px;
	margin: 0 auto;
	/*border-top: 1px solid #999;*/
	padding: 10px 0;
	font-size: 95%;
	line-height: 1.4em;
}
#headerContainer {
	clear: both;
	width: 100%;
}
#homeHeader
{
	clear: both;
	width: 100%;
	margin-top:15px;
}
#homeLogo{
	width: 900px;
	height: 80px;
	background: url(/images/logo2.png) no-repeat;
	vertical-align:bottom;
}
#masterLogo
{
	width: 208px;
	height: 83px;
	background: url(/images/logo.png) no-repeat;
	vertical-align:bottom;
}
#hr
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:70px;
	border-bottom: solid 1px #999;
} 
#hr2
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:61px;
	border-bottom: solid 1px #999;
} 
#flashContent {
	width: 900px;
	height: 375px;
	/* temporary background color for layout purposes 
	background: #ECECEC;
	border-bottom: 1px solid #999;*/
	margin-bottom: 10px;
}
#leftColumn {
	width: 425px;
	float: left;
}
#rightColumn {
	width: 425px;
	float: right;
}
/* ==========================================
	inTheNews
	========================================*/
#inTheNews ul
{
	list-style:disc inside;
	margin-bottom:10px;
	padding-left:15px;
}
#inTheNews li
{
	padding-left:15px;
}

#inTheNews {
	float: right;
	width: 290px;
	height: 1026px;
	/* IE 6 and IE 7 hacks */
	=height: 1040px;
	_height: 1040px;
	background: #FFF url(/images/in-the-news-bgd.png) left bottom no-repeat;
}
#inTheNews h4 
{
	width: 290px;
	height: 40px;
	background: url(/images/in-the-news.png) left bottom no-repeat;
}
#inTheNews h5 {
	height: 20px;
	color: #f60;
	font-weight: normal;
	line-height: 20px;
	background: url(/images/orange-marker.png) 20px 7px no-repeat;
	padding: 0 20px 10px 30px;
}
#inTheNews p, #inTheNews img {
	padding: 0 20px 10px 20px;
}


/* ==========================================
	wrapper
	========================================*/
	
#wrapper {
	width: 600px;
	float:left;
	
}

/* ==========================================
	privateROOMS
	========================================*/
#privateROOMS 
{
	margin-bottom:10px;
}
#privateROOMS h4 {
	width: 592px;
	height: 37px;
	background: url(/images/private-rooms-header.png) no-repeat;
}
#privateROOMS p {
	padding:10px;
	margin-bottom: 10px;
}
#privateROOMS ol
{
	list-style-type:decimal;
	margin-left:30px;
	margin-bottom:10px;
}
#privateROOMS ol strong
{
	font-weight:bold;
}
	
/* ==========================================
	eventNav
	========================================*/
#eventNav {
	
}
#eventNav h4 {
	width: 592px;
	height: 37px;
	background: url(/images/public-rooms-header.png) no-repeat;
}
#eventNav p {
	padding:10px;
	margin-bottom: 10px;
}
#eventNav p.p
{
	margin-bottom:0px;
}
#eventNav dl {
	padding: 0 20px;
	width: 552px;
	margin-bottom: 20px;
}
#eventNav dt {
	float: left;
	width: 140px;
}
#eventNav dd {
	float: right;
	width: 400px;
	padding-left: 10px;
}
#eventNav dd h5 
{
	font-weight:bold;
	font-size: 110%;
	color: #666;
	margin-bottom: 10px;
}
#eventNav dd p {
	margin-bottom: 10px;
}
#eventNav dd img {
	margin-left: -1px;
}

.tabNav .ajax__tab_header 
{
	border-bottom: 1px solid #999;
}
.tabNav .ajax__tab_outer
{
	color:#FFF;
	background: #999;
	padding: .4em .75em;
	margin-left:5px;
	
}
.tabNav .ajax__tab_hover .ajax__tab_outer
{
	background: #666;
}
.tabNav .ajax__tab_active .ajax__tab_outer
{
	background:none;
	color:#999;
}

/* ==========================================
	enterRoom
	========================================*/
	
#enterRoom {
	float: left;
	width: 290px;
	height: 225px;
	/* IE 6 and IE 7 hacks */
	=height: 260px;
	_height: 260px;
	margin-left: 9px;
}
#enterRoom h4 {
	width: 290px;
	height: 39px;
	background: url(/images/enter-room.png) no-repeat;
}
#enterRoom p {
	padding: 0 20px 10px 20px;
}
#enterRoom label {
	padding: 0 20px;
}
#enterRoom input {
	display: block;
	margin: 0 0 5px 20px;
}
#enterRoom img {
	padding-left: 19px;
}

/* ==========================================
	createAroom
	========================================*/
	
#createRoom {
	float: right;
	width: 290px;
	/* IE 6 and IE 7 hacks */
	=height: 260px;
	_height: 260px;
	height: 225px;
}
#createRoom h4 {
	width: 290px;
	height: 39px;
	background: url(/images/create-room.png) no-repeat;
}
#createRoom p {
	padding: 0 20px 10px 20px;
}
#createRoom img {
	padding-left: 19px;
}

/* ==========================================
	openDiscussion
	========================================*/
	
#openDiscussion {
	clear: both;
	width: 592px;
	height: 760px;
	background: #ECECEC url(/images/open-discussion-bgd.png) left bottom no-repeat;
	margin-left: 9px;
}
#openDiscussion p {
	padding:10px;
	margin-bottom: 10px;
}
#openDiscussion h4 {
	width: 592px;
	height: 37px;
	background: url(/images/open-discussion.png) no-repeat;
}
#openDiscussion dl {
	padding: 0 20px;
	width: 552px;
	margin-bottom: 20px;
}
#openDiscussion dt {
	float: left;
	width: 140px;
}
#openDiscussion dd {
	float: right;
	width: 400px;
	padding-left: 10px;
}
#openDiscussion dd h5 
{
	font-weight:bold;
	font-size: 110%;
	color: #666;
	margin-bottom: 10px;
}
#openDiscussion dd p {
	margin-bottom: 10px;
}
#openDiscussion dd img {
	margin-left: -1px;
}

/* ==========================================
	registerForm
	========================================*/

#registerForm {
	width: 325px;
	border: 1px solid #999;
	margin: 20px 50px;
	padding: 10px 0;
	background: url(/images/form-bgd.png) no-repeat;
}
#registerForm label {
	display: block;
	float: left;
	clear: left;
	width: 100px;
	padding-right: 1em;
	text-align: right;
	line-height: 1.8em;
}
#registerForm input {
	display: block;
	float: left;
	width: 185px;
}
#registerForm br {
	clear: both;
}
#registerForm input {
	border: 1px solid #999;
	background: #fff;
	color: #333;
	margin-bottom: 5px;
	padding: 2px;
	font-family: Arial, sans-serif;
	font-size: 95%;
}
#registerForm input:focus {
	border: 1px solid #f60;
}
#registerForm a {
	padding: 20px 0 0 111px;
}

/* ==========================================
	createUserForm
	========================================*/

#createUserForm {
	width: 350px;
	border: 1px solid #999;
	margin: 20px 50px;
	padding: 10px 0;
	background: url(/images/form-bgd.png) no-repeat;
}
#createUserForm label {
	display: block;
	float: left;
	clear: left;
	width: 125px;
	padding-right: 1em;
	text-align: right;
	line-height: 1.8em;
}
#createUserForm input {
	display: block;
	float: left;
	width: 185px;
}
#createUserForm br {
	clear: both;
}
#createUserForm input {
	border: 1px solid #999;
	background: #fff;
	color: #333;
	margin-bottom: 5px;
	padding: 2px;
	font-family: Arial, sans-serif;
	font-size: 95%;
}
#createUserForm input:focus {
	border: 1px solid #f60;
}
#createUserForm a {
	padding: 20px 0 0 136px;
}

/* ==========================================
	personalmyROOMRegistration
	========================================*/
#personalmyROOMRegistration 
{
	margin-bottom:10px;
	width:600px;
}
#personalmyROOMRegistration h4 {
	width: 592px;
	height: 37px;
	background: url(/images/personal-myRoom-header.png) no-repeat;
}
#personalmyROOMRegistration p {
	padding:10px;
	margin-bottom: 10px;
}
#personalmyROOMRegistration .DetailsView
{
	margin-left:10px;
}
/* ==========================================
	businessROOMSRegistration
	========================================*/
#businessROOMSRegistration 
{
	margin-bottom:10px;
	width:600px;
}
#businessROOMSRegistration h4 {
	width: 592px;
	height: 37px;
	background: url(/images/business-rooms-header.png) no-repeat;
}
#businessROOMSRegistration p {
	padding:10px;
	margin-bottom: 10px;
}
#businessROOMSRegistration .DetailsView
{
	margin-left:10px;
}

/* ==========================================
	tables
	========================================*/
	
#myAccountTable, #myEventsTable, #invitedEventsTable, #myRoomsTable, #invitedRoomsTable, #publicRoomsTable {
	width: 425px;
}
table {
	margin-bottom: 40px;
}
caption {
	font-size: 120%;
}
caption a {
	font-size: 80%;
}
thead {
	clear: both;
	background: url(/images/thead-bgd.png) repeat-x;
}
caption, thead, tr {
	border-bottom: 1px solid #ccc;
}
caption {
	padding-bottom: .25em;
	width: 170px;
}
th, td {
	padding: .5em;
}
td {
	color: #333;
	=border-bottom: 1px solid #ccc;
	_border-bottom: 1px solid #ccc;
}
th {
	=border-bottom: 1px solid #ccc;
	_border-bottom: 1px solid #ccc;
}

/* ==========================================
	siteInfoContainer
	========================================*/
	
#siteInfoContainer {
	clear: both;
	width: 100%;
	/*border-top: 1px solid #999;*/
	background: url(/images/site-info-bgd.png);
}
#siteInfo {
	width: 900px;
	margin: 0 auto;
	font-size: 80%;
	text-align: right;
	color: #999;
}
#siteInfo p {
	padding-top: 20px;
	line-height: 1.6em;
}
#siteInfo a {
	color: #999;
}
#siteInfo a:hover {
	color: #666;
}
/* ==========================================
	invitedGuests
	========================================*/
H2#conferROOMSPA 
{
	background: url(/images/conferrooms-private-area.png) left bottom no-repeat;
	width:314px;
	height:28px;
	text-indent: -9000px;
	font-weight: normal;
}
#invitedGuests {
	float: left;
	width: 290px;
	height: 300px;
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	/* IE 6 and IE 7 hacks */
	/*=height: 1020px;
	_height: 1020px;*/
	background: #ECECEC url(/images/in-the-news-bgd.png) left bottom no-repeat;
}
#invitedGuests h4 
{
	width: 290px;
	height: 40px;
	background: url(/images/invited-guests-header.png) left bottom no-repeat;
}
#invitedGuests p, #invitedGuests ul {
	padding: 0 20px 10px 20px;	
}
#invitedGuests ul
{
	list-style-type:disc;
	margin-left:30px;
}
#invitedGuests .DetailsView
{
	bottom:10px;
	margin:0;
	left:17px;
	position:absolute;
}

/* ==========================================
	freeRoom float:left;width:30%;margin-left:15px;margin-right:15px;
	========================================*/

#freeRoom {
	float: left;
	width: 290px;
	height: 300px;
	margin-left:15px;
	margin-right:15px;
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
	/* IE 6 and IE 7 hacks */
	/*=height: 1020px;
	_height: 1020px;*/
	background: #ECECEC url(/images/in-the-news-bgd.png) left bottom no-repeat;
}
#freeRoom h4 
{
	width: 290px;
	height: 40px;
	background: url(/images/free-my-room-header.png) left bottom no-repeat;
}
#freeRoom p {
	padding: 0 20px 10px 20px;
}
/* ==========================================
	enterMyRoom
	========================================*/

#enterMyRoom {
	float: left;
	width: 290px;
	height: 300px;
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	/* IE 6 and IE 7 hacks */
	/*=height: 1020px;
	_height: 1020px;*/
	background: #ECECEC url(/images/in-the-news-bgd.png) left bottom no-repeat;
}
#enterMyRoom h4 
{
	width: 290px;
	height: 40px;
	background: url(/images/enter-my-room-header.png) left bottom no-repeat;
}
#enterMyRoom p {
	padding: 0 20px 10px 20px;
}
#enterMyRoom .DetailsView
{
	position:absolute;
	bottom:0;
	margin:0;
	bottom:10px;
	left:23px;
}

/* ==========================================
	element styles
	========================================*/

html {
	background: #fff;
	text-align: center;
}
body {
	position: relative;
	font-size: small;
	font-family: Arial, sans-serif;
	color: #666;
	text-align: left;
}
h1 {
	float: left;
	text-indent: -9000px;
	width: 208px;
	height: 83px;
	background: url(/images/logo.png) no-repeat;
	font-weight: normal;
	cursor: hand;
	vertical-align:bottom;
}
h2 {
	width: 900px;
	color: #ccc;
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 20px;
}
h3 {
	width: 900px;
	color: #999;
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 20px;
}
h4 {
	text-indent: -9000px;
	font-weight: normal;
}
h5 {
	font-weight: normal;
}
a 
{
	color: #666;
	text-decoration:underline;
	border: none;
}
a:hover {
	color: #f60;
	text-decoration:underline;
}
br {
	clear: both;
}
img {
	border: none;
}


/* ==========================================
	class styles
	========================================*/
	
.highlight {
	color: #999;
}
.highlightGreen {
	color: #197b30;
}
.imageBtn {
	padding: 10px 0;
}
.signinName {
	color: #333;
}
.dfhLeftCell
{
	font-weight : bold;
	vertical-align : top;
}
.dfhRightCell
{
	vertical-align : top;
}
/* ==========================================
	SignUp
	========================================*/
#SignUp tbody tr td input {
	width: 200px;
}