body, table tr td, input, select{font:normal 11px "Lucida Sans Unicode", "Lucida Console", Tahoma, Times, serif; color:#333333;}

body {
    font-size: 70%;
    background: #F6F6F6;
}

a {
	text-decoration: none;
	border-bottom: 1px;
	color: #494949;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dashed;
}

tr {
	line-height: 14.5px;
}



/* Main window */

table.login {
	font-size: 90%;
	direction: ltr;
	margin: auto;
	empty-cells: hide;
	font-size: 90%;
	border: 0;
	empty-cells: hide;
}

table.login td {
	font-size: 90%;
	border: 1px solid #939393;
	color: #2a3847;
	padding: 5px;
	text-align: center;
	/* background: #F6F6F6; */
}

.hover_on {
	background: #FBFBFB;
}

.hover_off {
	background: #F6F6F6;
}

input.login_input {
    border: 1px solid #2a3847;
}

input.login_input:focus, input.login_input:hover {
	background-color: #F3F3F3;
}

ul {
	list-style-type: circle;
}

/* Chat window */

.main {
    border: 1px solid #cccccc; 
    margin: 1%;
    height: 83%;    
    padding-left: 10px;   
    background: #fff;
    overflow: auto;
} 

.toolbar {
    border: 1px solid #cccccc; 
    margin: 1%;
    height: 10%;
    padding: 4px;   
    background: #fff;
}  


.float_bar {
    width: 100%;
    padding: 5px;   
    border: 1px solid #A5AEBA; 
    background-image: url("images/glass.png");
    position: relative;
} 
  
.float_bar_back {
    top: 3%; 
    left: 75%;
    right: 5%;
    width: 20%;
    position: absolute;
} 

.users_list {
    padding: 2px;
    white-space: nowrap;
    width: 99%;
    border-collapse: collapse;
}

.users_list td {
    padding-top: 5px;
    border-bottom: 1px solid #cccccc;
    white-space: nowrap;
}
 
.chat_win {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0 auto;    
    float: left;	
	overflow: auto;    
}

.priv_win {
    height: 99%;
	overflow: auto;
	padding: 5px;
}

.buttons {
	width: 75px;
    height: 18px;
	background-color: #F7F7F7; 
    color: #333333;
	border: 1px solid #cccccc;
    font-size: 11px;
}

/* User info */

table.grid {
	font-size: 90%;
	direction: ltr;
	margin: auto;
	empty-cells: hide;
	font-size: 90%;
	border: 0;
	empty-cells: hide;
}

table.grid td {
	font-size: 90%;
	border: 1px solid #ccc;
	color: #4B4B4A;
	padding: 8px;
	background: white;
	text-align: center;
}

/* Ban splash */

#interContainer {
	position: absolute;
	width: 400px; 
	left: 0;
	top: 0;
	padding-top: 0;
	visibility: hidden;
	z-index: 6;
}

#interContainer .headerbar { 
	color: gray;
	padding: 5px 0;
	text-align: right;
}

#interContainer .headerbar a { 
	font-size: 120%;
	text-decoration: none;
}

#interVeil { 
	position: absolute;
	background: black;
	right: 0;
	width: 10px;
	top: 0;
	z-index: 5;
	visibility: hidden;
	opacity: 0.8;
}

/* Tabbed menu */   

.tab-on {
	border: 1px solid #cccccc;
	color: #ffffff;
	background-color: #bbbbbb;
	width: 75px;
    height: 5px;
}

.tab-onr {
	border: 1px solid #cccccc;
	color: #ffffff;
	background-color: #bbbbbb;
	width: 75px;
    height: 5px;
}

.tab-off {
	background-color: #F7F7F7;
	color: #666666;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	width: 75px;
    height: 15px;
}

.tab-offr {
	background-color: #F7F7F7;
	color: #666666;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	width: 75px;
    height: 15px;
}

.tab-none {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

.show-table {
	display: ;
}

.hide-table {
	display: none;
}

.img {
	border: none;
}


