#status-page {
	margin:20px 0px 20px 0px;
	/* background-color: #bababa; */
}
#status-nav {
	margin-right:0px;
	background: #f0f0f0;
	overflow:hidden;
	width:200px;

}
#center-column {
	margin: 0px 0px 0px 0px;
	/* width: 750px; written on element */
}
#center-left-column {
	width:440px;
	margin:0px 10px 0px 20px;
	padding: 0px;
}
* HTML #center-left-column { margin-left: 10px; }
#center-right-column {
	width:220px; 
	margin:0px 0px 0px 10px;
	
}
* HTML #center-right-column { margin-left: 0px; }

/*- Menu 1--------------------------- */
ul.menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

ul.menu li.top-level {
	height: 40px;
	font-size: 20px;
	color: white;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;	
	cursor:pointer;
	border: 1px solid #666;
	border-left-width: 0px;
	border-bottom-width: 0px; 
}

ul.menu li.top-level:hover {
	background: url(/images/wiz-color-hover.png)  top right repeat-y;
}

ul.menu li.top-level img {
	float:left;
	margin-top:10px; 
	margin-right:10px; 	
}

ul#go-social-list li.service {
	line-height: 24px; 
	height: 24px; 
	overflow: hidden;
	padding:5px;
}
ul#go-social-list li img, ul#go-social-list li input {
	margin-right:5px;
	display:inline;	
	vertical-align:middle;
}
ul.go-social-list li.settings {
	padding: 0px 10px;
}

ul.menu li.second-level {
	background: url(/images/invite/status-side-expand.png) top right repeat-x #f0f0f0;
}

ul.menu li.second-level ul {
	list-style: none;
	margin: 0px;
	padding:10px;
}

li.list-header {
	font-size:14px;
	font-weight: bold;	
}

#status-menu {
	width: 200px;
	background: url(/images/invite/status-side-bottom.png)  top right repeat-x #E7E8E9;
 }

/* 
ul.menu li.top-level a:link, ul.menu li.top-level a:visited, ul.menu li.top-level a:active, ul.menu li.top-level a:hover, ul.menu li.top-level a:visited:hover {  color:#ffffff; text-decoration:none;  }
ul.menu li.second-level a:link, ul.menu li.second-level a:visited, ul.menu li.second-level a:active {  color:#666666; text-decoration:none;  }
ul.menu li.second-level a:hover, ul.menu li.second-level a:visited:hover {  color:#666666; text-decoration:underline;  } 
*/

/* COUNTDOWN */	
.show-starts {
	font-size: 14px;
	text-align:center;
	margin: 10px 0px 5px 0px;
}
table#countdown {
	padding:0px;
	margin:0px 0px 10px 15px;
	width:160px;
	height:47px;
	background: url('/images/invite/countdown.png') no-repeat;	
}
table#countdown td {
	padding:0px;
	padding-top:7px;
	margin:0px;
	height: 47px;
	font-size: 24px;
	font-weight: bold;
	color: white;
	line-height:20px;
	text-align:center;
}
* HTML table#countdown td { padding-top: 3px; line-height: 16px; }

td.days { width:50px; }
td.hours { width:60px; }
td.minutes { width:50px; }

div.countdown-footer {
	font-size: 9px;
	font-weight: normal;
	color: #dddddd;
	margin-top:0px;
	text-align:center;
}

/* END COUNTDOWN */

ul.status-list {
	list-style: none;
	margin: 0px;
	padding: 10px;
	font-size:14px;
	
	border: 0px solid #666;
	border-top-width: 1px;

}
ul.status-list li {
	border-bottom: 1px solid #999999;	
}

ul#status-buttons {
	list-style:none;
	margin: 0px 0px 0px 15px;
	padding: 6px 0px 3px 0px;
	background: url(/images/invite/in-out-bg.gif) top left no-repeat;
	width:395px;
}
ul#status-buttons li {
	float:left;
	margin-left: 15px;
	vertical-align:middle;
	height:34px;
}

div#invitee-box {
	background-color:white;
	padding:4px;
	margin:4px;
}
ul.invitee-menu, ul.invitee-list {
	list-style: none;
	margin: 0px;
}
ul.invitee-menu li {
	font-size: 12px;	
	padding-bottom:5px;
}
ul.invitee-menu li img {
	margin-right:5px;
	display:inline;	
	vertical-align:middle;	
}
ul.invitee-list li {
	font-size: 10px;
}
.invitee-response {
	float:right;
}
.color-in { color:green; }
.color-out { color:red; }
.color-maybe { color:gold; }
.color-pending { color:gray; }

.invite-count-message {
	color: gray; 
	font-style: italic; 
	font-size: 1.3em;
	text-align:center;
	font-family: Times New Roman, Times, serif;
	padding-bottom: 5px;
}

#comments-box { margin:20px 0px 20px 0px; }
#comments-box h3 {
	color: white;
	margin-top:0px; 
	padding: 3px 3px 3px 10px;
}
ul.comments {
       list-style:none;
       margin: 0px;
       margin-top:20px;
}
 
ul.comments li {
    padding: 10px 10px 10px 50px;
    margin: 0px;
	border-top: 2px solid #f0f0f0;
	font-size:14px;
}
ul.comments li img { margin-left:-45px; ;margin-top: -5px; margin-right: 5px; float:left; }
 
ul.comments li div.comment-info {
 	font-style: italic;
 	font-size: 12px;
}

/* white rounded wrap */

/* -- wiz-background -- */
#center-white-wrap {
	background: url(/images/invite/wiz-bg-top-730.png) top left no-repeat #ffffff;
	margin:15px auto;
	width: 730px;
	
}

#center-white-int {
	background: url(/images/invite/wiz-bg-bottom-730.png) bottom left no-repeat;
	padding: 20px 0px;
	overflow: auto;
	width: 730px;
	}
	
#center-white-int h3 {
	margin-bottom: 0px;
	padding-bottom: 10px;
	}

.ticket-ds table {
	margin-top: 1px;} /* fixing a firefox thing where the top ticket border doesn't show */

* HTML .ticket-ds table {
	margin-top: 0px;}



/* google maps -- doing this probably isn't allowed.  consider it a test style */

.gmnoprint{
	text-indent: -10000px !important;}
	
.gmnoprint span, .gmnoprint a {
	display: none; }
	
	
	