/* GENERAL */
html
	{
	overflow: hidden;
	}

body
	{
	font-size: 8pt;
	font-family: verdana, tahoma, calibri, arial, helvetica;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background: #000000;
	overflow: hidden;
	}

div
	{
	margin: 0;
	padding: 0;
	}
	
.cleaner
	{
	clear: both;
    float: none;
	}



/* HEADER */
#chat_header
	{
    border-bottom: 1px solid #898989;
	width: 100%;
    padding: 10px 10px 10px 10px;
	color: #C6C6C6;
	font-weight: bold;
	font-size: 15px;
	}



/* CONTENT */
#chat_content
	{
    float: left;
    height: 80%;
    width: 90%;
    min-width: 50px;
    min-height: 150px;
    padding: 10px 5px 5px 8px;
	overflow: auto;
	vertical-align: middle;
	}

a
	{
	color : white;
	font-weight : bold;
	text-decoration : none;
	}
	
a:Hover
	{
	color : #AAAAAA;
	}
	
a:Active
	{
	color : #777777;
	text-decoration : none;
	}

img
	{
	border: 0;
	}

.thumb
	{
	border: 1px #777777 dashed;
    vertical-align: middle;
    padding: 1px;
	}

.thumb:Hover
	{
	border: 1px #777777 solid;
	}

.smiley
	{
    vertical-align: middle;
	}

.censored
	{
	border: 1px #777777 dashed;
	color: #898989;
	}

.chat_post
	{
    line-height: 17px;
	padding-left: 45px;
	text-indent: -45px;
	}

.chat_name
	{
    font-weight: bold;
    cursor: pointer;
	}

.chat_name_logged
	{
    color: #A4B8FF;
	}

.txt_own
	{
    color: #FF9C5B;
	}



/* PRESENT */
#chat_present
	{
    float: right;
    height: 100%;
    right: 0;
	width: 140px;
    text-align: left;
    padding: 10px 5px 5px 8px;
    border-left: 1px solid #898989;
	position: absolute;
	overflow-y: auto;
	}

#chat_present_header
	{
	font-weight: bold;
	padding-bottom: 12px;
	}

.chat_present_name
	{
	line-height: 18px;
	font-weight: bold;
    cursor: pointer;
	}
	
.user_info
	{
	padding: 20px 5px 5px 5px;
	}



/* INPUT */
#chat_input
	{
    border-top: 1px solid #898989;
	height: 80px;
	width: 100%;
    padding: 8px 10px 10px 10px;
    bottom: 0px;
    left: 0px;
	position: absolute;
	background: #000000;
	z-index: 3;
	}

#chat_name
	{
	font-weight: bold;
    cursor: pointer;
	}

form
	{
    padding: 0px 0px 0px 0px;
	}

.query
	{
	font-size: 8pt;
	font-family: verdana, tahoma, calibri, arial, helvetica;
    background-color: black;
    color: #FFFFFF;
    border: 1px #898989 solid;
	width: 100%;
	}

.button
	{
	font-size: 8pt;
	font-family: verdana, tahoma, calibri, arial, helvetica;
	font-weight: bold;
    height: 17px;
	text-decoration : none;
	}
	
	
#chat_text
	{
    margin-top: 10px;
	width: 90%;
	}


#chat_input_btmcont
	{
	width: 100%;
	height: 40px;
	white-space: nowrap;
	}

#chat_input_tbl_switch
	{
	width: 20px;
	}

#chat_input_tbl_smileys
	{
	width: 430px;
	padding-top: 8px;
	}

#chat_input_tbl_other
	{
	}
	
#chat_input_tbl_manage
	{
    text-align: center;
	}

#chat_input_tbl_manage_selpost
	{
    height: 32px;
    vertical-align: middle;
    border: 1px solid #898989;
    display: none;
	}

#chat_input_tbl_admin
	{
	}

#chat_input_tbl_settings
	{
    text-align: right;
	padding-right: 6px;
	}

.smiley_list
	{
    overflow: hidden;
	white-space: nowrap;
	}

.smiley_list img
	{
    cursor: pointer;
	}

#smileys_large
	{
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
	}



/* IFRAME */
#chat_iframe
	{
	padding: 1px 20px 0px 20px;
	}

#iframe_submit_pos
	{
	padding-top: 20px;
    text-align: center;
	}

.error
	{
	color: #FF0000;
	}
	
.admin_button
	{
	width: 100%;
	padding: 10px 0px 15px 0px;
	display: block;
    vertical-align: middle;
    white-space: normal;
	}

.admin_button img
	{
	width: 64px;
    vertical-align: middle;
    margin-right: 10px;
	}

#niftyPlayers
	{
    position: absolute;
	left: -100px;
	top: -100px;
	}

.chat_post_info
	{
	width: 100%;
	padding: 15px 0px 20px 0px;
	display: block;
	}

