body {
 font-family: Tahoma;
 font-size:10px;
}


.request_passive {
 font-family:Tahoma;
 font-size:12px;
}

.request_passive a{
 font-family:Tahoma;
 font-size:12px;
}

.request_new{
 font-family:Tahoma;
 font-size:12px;
 font-weight:bold;
}

.request_new_active{
 font-family:Tahoma;
 font-size:12px;
 font-weight:bold;
 background-color:#F8F2AB;
}

.request_active{
 font-family:Tahoma;
 font-size:12px;
 font-weight:normal;
 color:#000066; 
 background-color:#F8F2AB;
}

.request_active a{
 font-family:Tahoma;
 font-size:12px;
 font-weight:normal;
 color:#0000FF;
 background-color:#F8F2AB;
}



table.main_requests_tab{
 border:1px solid #0000FF;
}

table.main_requests_tab td{
 border:1px solid #0000FF;
 border-right:0px;
 border-bottom:0px;
 font-family:Tahoma;
 font-size:12px;
}

table.main_requests_tab table {
  border:1px solid #0000FF;
}

table.tree_folders{
 border:0px solid #ffffff;
}

table.tree_folders td{
 border:0px solid #ffffff;
 font-family:Tahoma;
 font-size:12px;
}


.menu_link {
 font-size:12px;
 font-weight:bold;
 color:#0099CC;
}

.rq_list_m_border{
 border:1px solid #0000ff;
 font-family:Tahoma;
 font-size:13px;
 font-weight:bold;
}

noborder{
 border:0px;
}

table.noborder td{
 border:0px;
 font-family:Tahoma;
 font-size:12px;
}

.smal_text{
  font-family:Tahoma;
  font-size:10px;
}

.admin_form_input_text_small {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	border: 1px solid #666666;
	padding:2px;
}

.admin_form_input_text {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	border: 1px solid #666666;
	padding:2px;
}

div.messages_block {
 font-size:14px;
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 border:1px solid #0033CC;
 color:#0033CC;
 padding:5px;
 clip:rect(auto, auto, auto, auto);
 min-height:60px;
 height:60px;

}


div.errors_block {
 color:red;
 size:14px;
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 border:1px solid red;
 padding:5px;
 min-height:60px;
 height:60px;
}

.not_assigned_port{
 color:#FF0000;
}

.assigned_port{
 color:#000000;
}

.title_text{
 font-size:12px;
 font-weight:bold;
}

.new_request{
 color:#0066CC;
}

.old_request{
 color:#000000;
}


.active_request{
 color:#009900;
}

