#toolbar
{
	z-index:25;
	float:right;
	height:55px;
	margin-right:25px;
	margin-top:10px;
	margin-bottom:5px;
	width:400px; /* FF2 requires a width here */
}

#tools
{
	float:right;
	clear:right;
	margin-top:5px;
	width:250px;
}

#rs_connection_container
{
	width: 24px;
	height:24px;
	overflow:visible;
	font-size:9px;
	float:left;
	padding: 4px;
/*
	margin: 1px -4px 0 4px!important;  
*/
	cursor:pointer;
}

#rs_connection_container.activated
{
	background-color:#eeeeee;
	border: 1px solid #C6C9C8;
	border-bottom:none;
	padding: 3px;
}

#rs_connection
{
	cursor:pointer;
	width:100%;
	height:100%;
	background: url(/migenius/doc/resources/general/iray/manual/css/mi/images/rs_state.png) no-repeat;
}

#rs_connection.connected, #rs_connection.connected:hover
{
	background: url(/migenius/doc/resources/general/iray/manual/css/mi/images/rs_state_f4.png) no-repeat;
}


#rs_connection:hover
{
	background: url(/migenius/doc/resources/general/iray/manual/css/mi/images/rs_state_f2.png) no-repeat;
}

#rs_connection_change
{
	background-color:white;
	text-decoration:underline;
	padding:3px;
}

#rs_connection_tooltip
{
	padding-top:3px;
}

#rs_form
{
	display:none;
	z-index:15;
	position:absolute;
	right:21px;
	padding:10px 5px;
	background: url(/migenius/doc/resources/general/iray/manual/css/mi/images/rsConnectionBg.png) no-repeat #eeeeee;
	width:228px;
	border: 1px solid #C6C9C8;
    border-top:none;
    font-size:0.95em;
	top: 64px;
}

#rs_form.connected
{
	/*background: url(/migenius/doc/resources/general/iray/manual/css/mi/images/rs_form_connected_bg.png);*/
}

 #rs_form>h3
 {
     padding:0 10px 0 10px;
 }


#rs_form>div
{
	padding:10px 10px 0 10px;
}

#rs_form .warning
{
	padding: 5px 10px 0 10px;
}

#rs_form .image
{
	width:16px;
	height:16px;
	float:left;
	margin-top:-2px;
}

#rs_form .explanation>div
{

}

#rs_form h3 .help
{
	position: relative;
	bottom: 2px;
	padding-left: 1px;
	cursor:pointer;
}

#rs_form .explanation
{
	clear:both;
}

#rs_form .input_div>div
{
    clear:both;
    
}

#rs_form .input_div>div>div
{
    float:left;
    padding-bottom:10px;
    font-size:1.1em;
}

#rs_form .input_div>div>img
{
    float: right;
	position: relative;
	left: 10px;
	cursor:pointer;
}

.status>div
{
    border-left:red 2px solid;
    padding-left:5px;
}

.status>div.ok
{
    border-left:none;
    padding-left:0px;
}

#rs_form input
{
	border: 1px solid red;
	background: #fff7f7;
}

#rs_form input.connected
{
	border-color:gray;
	background:white;
}

#host, #port
{
    float:right;
	font-size:1.1em;
	padding:2px;
	margin-top:-2px;
	margin-right:3px;
}

#error_pannel
{
	display:none;
}

#host_error, #port_error
{
	/*height:14px;*/
}

#port_error
{
	/*margin-top:12px;*/
}

#rs_connection_iframe_container
{
    display:none;
}


#tools>div
{
	float:right;
	clear:none;
	height:18px;
    width:23px;
	margin: 5px 0 0 8px;
}


div.search_header_text 
{
	border:1px solid #C6C9C8;
	height:21px;
	width: 250px;
	float: right;
	position: relative;
	background:transparent;

}


input.search_header_text 
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent;
	border:0 none;
	color:#A1A4A3;
	font-weight:bold;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	height: 21px;
	width: 215px;
	float: none;
	position: relative;
	left: 10px;
	vertical-align: -3px;
}

input.search_header_text:focus 
{
	color: #3f3f3f;
}

#search
{
	float: right;
	width: 280px;
}



#search button
{
	margin-left: 5px;
}

/*.serverOn
{
	background:url(/migenius/doc/resources/general/iray/manual/css/mi/images/ic_serveron.png) no-repeat;
}

.serverOff
{
	background:url(/migenius/doc/resources/general/iray/manual/css/mi/images/ic_serveroff.png) no-repeat;
}*/

#serverStatus
{
	height:12px;
	margin-left:5px;
	margin-right:10px;
	margin-top:4px;
	display:inline-block;
	width: 100%;
}

#btn_connected
{
	padding-left:5px;
	padding-right:10px;
	float:left;
	padding-top:5px;
}

#control_image
{
	width:0;
	visibility:hidden;
	display:none;
}




