#left_menu #code_menu {
	margin-top: 10px;
}

#left_menu #code_menu li {
	list-style: none;
	float: left;
	color: #FFF;
	margin-left: 12px;
	font-size: 16px;
	border-bottom: dashed 1px;
	cursor: pointer;
	//cursor: hand;
}

#status {
	display: none;
	background-color: #3F4052;
	color: #CCC;
	text-align: center;
	height: 30px;
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	border-bottom: 5px solid #CCC;
}

#left_menu #loader {
	border: 1px solid #CCC;
	height: 170px;
	width: 100%;
	background-color: #FFF;
	margin-top: 5px;
}

.loading_mini, .loading_big {
	background-repeat: no-repeat;
	background-position: center center;
} 

.loading_mini {background-image: url(loader_mini.gif); height: 40px;}
.loading_big {background-image: url(loader_big.gif); height: 100px;}

#left_menu{
color: #FFF;
}

#left_menu #code_menu li{
font: normal 11px Arial;
}

#left_menu #content a{
font: normal 12px Arial;
color: #3366ff;
text-decoration: underline;
}

#left_menu #content{
padding: 5px;
color: #666;
}

#left_menu #loader, #left_menu #loader a{
color: #666;
}


#left_menu #content textarea{
height: 120px;
overflow:hidden;
padding: 3px;
width: 100%;
border: 1px dashed gray;
margin-bottom:;
color: #666;
}

.navi li{
	list-style: none;
	float: left;
	color: #0066FF;
	margin: 0 12 10 0;
	font-size: 10px;
	border-bottom: dashed 1px;
	cursor: pointer;
	//cursor: hand;
}

.navi li:hover{
	color: #EE0000;
	border-bottom: dashed 1px;
}
