/* Search Form */

/* Silver design */
.silver_top
{
	font-size: 12px;
	font-weight: bold;
}

.silver_top_selected
{
	font-size: 12px;
	font-weight: bold;
	background-color: #D7D7D7;
}

.silver
{
	background-color: #D7D7D7;
}

.silver_light
{
	background-color: #F1F1F1;
	font-size: 12px;
}

.silver_comment
{
	background-color: #F1F1F1;
	font-size: 12px;
	color: #A7A7A7;
}

/* Blue Design */
.deep_top
{
	font-size: 12px;
	font-weight: bold;
}

.deep_top_selected
{
	font-size: 12px;
	font-weight: bold;
	background-color: #BDD1ED;
}

.deep
{
	background-color: #BDD1ED;
}

.deep_light
{
	background-color: #DEE6F6;
	font-size: 12px;
}

.deep_comment
{
	background-color: #DEE6F6;
	font-size: 12px;
	color: #A7A7A7;
}

/* Yellow Design */
.yellow_top
{
	font-size: 12px;
	font-weight: bold;
}

.yellow_top_selected
{
	font-size: 12px;
	font-weight: bold;
	background-color: #F4F236;
}

.yellow
{
	background-color: #F4F236;
}

.yellow_light
{
	background-color: #FAF979;
	font-size: 12px;
}

.yellow_comment
{
	background-color: #FAF979;
	font-size: 12px;
	color: #A7A7A7;
}

/* Search error messages */
.error
{
	font-size: 12px;
	color: #FF0000;
}

/* Search result */
.result
{
	font-size: 12px;
}

/* Servers design */
.online_server 
{
	font-size: 12px;
	font-weight: bold;
	color: #00A470;
	cursor: pointer;
}

.offline_server 
{
	font-size: 12px;
	font-weight: bold;
	color: #FF7070;
	cursor: pointer;
}

.unknown_server 
{
	font-size: 12px;
	font-weight: bold;
	color: #9394FF;
	cursor: pointer;
}

/* Results design */
.unknown
{
	background-color: #A0A0FF;
}

.online
{
	background-color: #A0FFA0;
}

.offline
{
	background-color: #FFA0A0;
}

.info, .online, .offline, .unknown
{
	font-size: 0.95em;
	padding: 3 3 3 3;
	vertical-align:top;
	color: #000000;
	margin: 3 3 3 3;
}

.online, .offline, .unknown
{
	vertical-align:top;
	font-weight: bold;
}

.info
{
	color: #8b8b8b;
}

/* Fields decoration */
.input_search
{
	color: #3C3C3C;
	line-height: 16px;
    font-size: 0.8em;
	border-style:solid;
	border-color: #DA2D05;
	background-color: #FFFFFF;
	border-width: 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
}