/**
Logasm, javascript logger
Copyright (C) 2008 Marc Breuer

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

<http://www.gnu.org/licenses/>
*/

#logasm_group{
position:absolute;
top:5px;
right:0;
z-index:5000;
float:right;
}

#logasm_logwrap{
overflow:auto;
border: 2px solid #eeeeee;
border-top:4px solid #eeeeee;
border-color:#dddddd #777777 #444444 #999999;
background:url('/logasm/img/bg.gif');
}

#logasm_group table{
padding:0;
margin:0;
border:0;
border-top:0;
border-spacing:0px;
border-collapse:collapse;
width:100%;
border:2px solid #111111;
}

#logasm_tabs{
	border-bottom:5px solid #444444;
}

#logasm_tabs div{
	padding:0px 3px 2px;
	background:#444444;
	color:white;
	margin:0 5px 0 0;
	font-weight:bold;
	border:2px #444444 solid;
	border-bottom:4px solid #444444;
	text-decoration:none;
	display:inline;
	font-size:10px;
	white-space:nowrap;
}

#logasm_tabs div.selected{
	background:white;
	color:black;
	border-color:#dddddd #777777 #dddddd #999999;
}

#logasm_output{

}

#logasm_output td{
border-top:1px solid white;
background:#e2e2ff;
border-bottom:1px solid #444444;
font-size:10px;
padding:1px 3px;
vertical-align:top;
}

#logasm_output .td1{
background:#ccccff;
}

#logasm_output .data{
background:#ffffff;
}

#logasm_resizer{
background:#B8B8B8 url('/logasm/img/grip2.gif') repeat-x left bottom;
cursor:pointer;
height:16px;
border: 2px solid #eeeeee;
border-color:#dddddd #777777 #444444 #999999;
margin:0;
}
#logasm_resizer div{
background:url('/logasm/img/grip.gif') no-repeat left bottom;
width:16px;
height:16px;
float:left;
}
#logasm_resizer a{
float:right;
font-size:10px;
text-decoration:none;
color:#444444;
}
#logasm_hider{
width:100%;
height:100%;
background:transparent;
z-index:4000;
position:absolute;
top:0;
float:left;
left:0;
display:none;
}
#logasm_icon{
background:url('/logasm/img/icon.png');
width:40px;
height:40px;
position:absolute;
right:0;
top:0;
margin:2px;
float:right;
display:none;
z-index:4000;
}
div#logasm_hide{
width:20px;
height:20px;
font-family:Arial;
background:black;
}
div#logasm_hide:hover{
background:red;
}
s{
display:none;	
}
#logasm_output li{
background:url('/logasm/img/grad.png') top repeat-x;
}