div.new_lounge_wrapper {
	width: 100%;
	height: 100%;
    clear:none;
    text-align:center;
    float:left;
}

div.new_lounge_motd_div {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 10px;
}

div.new_lounge_shoutbox_div {
    text-align:left;
	border: 1px orange solid;
	height: 400px;
	/*width: 650px;*/
	width: 67%;
	overflow-y: auto;

	background: transparent;
	background-color: #000000;

	position: relative;
	top: -270px;
	float: left;
	clear: left;
	margin: 10px;
	margin-top: 0;
}

div.new_lounge_online_user_list_div {
	font-size: 14px;
	border: 1px orange solid;
	text-align: center;

	height: 175px;
	/*width: 250px;*/
	width: 26%;

	overflow-y: auto;
	overflow-x: auto;

	position: relative;
	top: -10px;
	float: right;
	margin: 10px;
	margin-top: 5px;
	clear: right;
}

div#new_lounge_info_div {
	border: 1px solid orange;
	/*border-bottom: none;*/
	position: relative;
	float: right;
	/*width: 250px;*/
	width: 26%;
	margin: 10px;
	margin-bottom: 5px;
	padding: 0;
	clear: right;
	display: block;
	overflow-x: hidden;
}

div#new_lounge_opts_div {
	border: 1px solid orange;
	/*border-top: none;*/
	position: relative;
	/*width: 250px;*/
	width: 26%;
	float: right;
	margin: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: none;
	clear: both;
	display: block
}

table.lounge_opts {
	height: 15%;
}

table.lounge_info {
	height: 15%;
}

div.new_lounge_music_div {
	float: left;
	position: relative;
	top: -200px;
	margin: 10px;
	clear: both;
}

div.new_lounge_custom1_div {
	position: absolute;
	float: right;
	position: relative;
	/*top: -200px;*/
	margin: 10px;
	clear: both;
}

div.new_lounge_custom2_div {
	position: relative;
	top: -200px;
	margin: 10px;
	clear: both;
}

div.new_lounge_custom3_div {
	position: relative;
	top: -200px;
	margin: 10px;
	clear: both;
}

div.new_lounge_shoutbox_enter_data {
	border: none;
	margin: 5px;
	margin-bottom: 0;
	/*padding: 3px;*/
	position: relative;
	float: left;
	top: -275px;
	width: 600px;

	background-color:black!important;
	background:transparent!important;
	color:#ffffff!important;
	clear: right;
}

form#new_lounge_enter_data_form input {
	width: 90%;
}

div.new_lounge_quit_div {
	position: relative;
	width: auto;
	margin: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0;
	float: right;
	clear: both;
}
   
div#share_div {
	width: auto;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	float: right;
	clear: both;
}
   
td.lounge_shout_notice {
	text-align: left;
	color: gray;
	font-weight: bold;
	font-size: 18px;
}

span.new_lounge_level_name {
	color: orange;
	font-weight: bold;
	font-variant: small-caps;
}

span.new_lounge_private {
	color: maroon;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
}

td.new_lounge_sort_hdr {
	color:#44cc00;
	font-size:12px;
	font-weight:bold;
}

td.new_lounge_sort_option a {
	color: gray;
	font-size: 10px;
}

td.new_lounge_sorting_by a {
	color: yellow;
	font-size: 12px;
	font-weight: bold;
}

td.lounge_shout_notice {
	font-size: 12px;
	color: #b0cc70;
}

span.lounge_shout_notice {
	float:left;
}

img.user_tn_tiny_nl_shout {
        border:0;
        height:2em;
        padding:0px;
        margin-right:6px;
        float:left;
}

img.user_tn_tiny_nl_notice {
        border:0;
        height:2em;
        padding:0px;
        margin-right:6px;
        float:left;
}

img.user_tn_tiny_nl_emote_recip {
        border:0;
        height:2em;
        /*padding:0px;
        margin-right:4px;
        margin-left:4px;
        float:left;*/
}

div.new_lounge_discuss_opts_div {
	clear:both;
	width: 50%;
	position: relative;
	top: -200px;
}

div.new_lounge_discuss_div {
	clear:both;
	width: 50%;
	position: relative;
	top: -200px;
}

div.new_lounge_comments_div {
	clear:both;
	width: 50%;
	position: relative;
	top: -200px;
}

/* important chatroom notices to user such as that they've been silenced */
div.new_lounge_notice_div {
	text-align: center;
	margin: auto;
	color: red;
	font-weight: bold;
	font-size: 16px;
}

div.new_lounge_forum_div {
	position: relative;
	bottom: 0px;
}

.tabsel
{
        background: black;
        color: white;
        border-top: 1px solid gray;
        border-left: 1px solid gray;
        border-right: 1px solid gray;
        padding: 4px;
        cursor: pointer;
        white-space: nowrap;
}
.tab
{
	background: gray;
	color: black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 4px;
	cursor: pointer;
	white-space: nowrap;
}
.tabcontent
{
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	background: black;
}

#active {
	cursor: pointer;
	background-color:#333333 !important;
}

#ptractive {
	cursor: pointer;
}

table.create_lounge {
	color:white;
	background-color:black;
	border:1px solid orange;
	padding:5px;
}

table.lounge_thread {
		width: 100%;
        padding-left:12px;
        padding:3px;
        background-color:black;
        font-size:10px;
}   
th.lounge_thread {
        color:yellow;
        background-color:black;
        font-size:12px;
        font-weight:bold;
}
table.lounge_threads {
		width: 100%;
        padding:3px;
        background-color:black;
        font-size:10px;
}   
th.lounge_threads {
        color:yellow;
        background-color:black;
        font-size:10px;
        font-weight:bold;
        border-bottom:1px solid white;
}

table.add_topic {
	width: 100%;
}

.lounge_tooltip_border {
    border:1px solid gray;
}
.lounge_tooltip_border_member {
    border:2px solid #e0ffa0;
    padding:1px;
}
.lounge_tooltip_border_staff {
    border:3px solid orange;
    padding:2px;
}

span.new_lounge_level_owner {
	color: orange;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}

span.new_lounge_level_co_owner {
	color: orange;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}

span.new_lounge_level_staff {
	color: orange;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}

span.new_lounge_level_security {
	color: orange;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}

span.new_lounge_level_skin {
	color: grey;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}

span.new_lounge_level_member {
	color: grey;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}

img.new_lounge_online_users_grid {
	height: 25px;
	/*width: 25px;*/
	/*max-width: 40px;*/
	overflow: soft;
	margin: 5px;
	float: left;
}

ul.new_lounge_online_users_grid {
	margin-left: 0px;
	padding-left: 0px;
}

li.new_lounge_online_users_grid {
	list-style-type: none;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
}

span.new_lounge_staff_shout {
	color: #bbcc33;
	font-weight: bold;
    vertical-align:bottom;
}

div.new_lounge_footer {
	clear: both;
	position: relative;
	top: -200px;
}

td.lounge_enter_notice {
	font-size: 10px;
	color: #b0cc70;
}

/*td.lounge_enter_notice * {
	font-size: 12px;
	color: #b0cc70;
}*/

td.lounge_exit_notice {
	font-size: 10px;
	color: #b0cc70;
}

/*td.lounge_exit_notice * {
	font-size: 10px;
	color: #b0cc70;
}*/

td.lounge_shout_emote {
	font-size: 12px;
	color: #b0cc70;
}

td.lounge_shout_subscribe {
	font-size: 12px;
	color: #b0cc70;
}

td.lounge_round_notice {
	font-size: 15px;
	color: #b0cc70;
}

textarea#default_css {
	font-size: 12px;
}

tr.new_lounge_browse_row img {
	max-width: 55px;
	/* width: expression(this.width > 55 ? "55px" :  true); 
    try to avoid expressions test are really bad on ie, they break down to javascript that gets
    ran on every paint 
    */
}

tr.new_lounge_browse_row td {
    text-align:left;
}

tr.new_lounge_browse_row td.new_lounge_browse_row_right {
    text-align:right;
}

div#interview_box_div {
	position:absolute;
	background-color:#000000;
	margin:10px;
	border:2px solid purple;
	width:97%;
	/*height:150px;*/
	z-index:10;
}

div#interview_box_menu_div {
	background-color:gray;
	color:yellow;
	height:20px;
	border-bottom:1px solid #666666;
	padding:0px 5px;
}

div#interview_box_question_user_div {
	margin:10px;
	width:100px;
	float:left;
}

div#interview_box_question_div {
	float:left;
	margin:10px;
	width:80%;
	font-size:24px;
}

div#interview_box_form_div {
	margin:20px;
}

a.interview_box_href { 
	color:yellow;
	font-size:14px;
	font-weight:bold;
	float:right;
	text-decoration:none;
	padding:2px;
}

a.new_lounge_emote_link {
    color:#44cc00;
    font-weight:bold;
    text-decoration:none;
}

