.style3 {
	font-size: 12px;
	color: #949494;
}

.users_table
{
	border-collapse: collapse;
}

.users_table td
{
	border: 1px solid #16B4D7;
	padding: 3px 5px;
	text-align: center;
}

.users_table thead td
{
	background: #16B4D7;
	color: #ffffff;
	font-weight: bold;
}

.servers_table
{
	margin: 10px auto;
	border-collapse: collapse;
}

.servers_table td
{
	border: 1px solid #16B4D7;
	padding: 3px 20px;
	text-align: center;
}

.servers_table thead td
{
	background: #16B4D7;
	color: #ffffff;
	font-weight: bold;
}

.refresh
{
	width: 300px;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #16B4D7;
	text-align: center;
}

.refresh a 
{
	color: #16B4D7;
	text-decoration: none;
}

.refresh a:hover 
{
	text-decoration: underline;
}

#refresh_count
{
	color: #16B4D7;
	font-weight: bold;
}

.table_desc
{
	font-weight: bold;
	text-align: center;
	padding: 10px;
	color: #16B4D7;
}

.server_off
{
	color: red;
	font-weight: bold;
}

.server_on
{
	color: green;
	font-weight: bold;
}
#subnav
{
	text-align: center;
}
#subnav a
{
	color: white;
	text-decoration: none;
}

#ip_order_form select{
	width: 150px;
}
#ip_order_form input{
	width: 142px;
	padding-left: 2px;
	padding-right: 2px;
}
#ip_order_status_table td,
#ip_order_status_table th{
	text-align: center;
	padding: 0 10px;
}
#ip_order_status_table a{
	color: #303030;
}
#ip_order_status_table a:hover{
	text-decoration: underline;
}
