/*
 * $Id: onlinetools.css 2340 2009-04-24 19:47:48Z rafi $
 *
 * Styles for Online tools.
 *
 */
 
form {
	border-style: groove;
	border-color: white;
	margin-top: 20px;
	margin-left: 2ex;
	margin-right: 2ex;
	padding: 10px;
}

input {
	font-size: 10pt;
	font-family: helvetica, arial, sans-serif, sans;
}

label {
	font-size: 10pt;
	font-family: helvetica, arial, sans-serif, sans;
}

form h1 {
	font-weight: bold;
	margin-top: 2ex;
	margin-bottom: 1ex;
	font-size: 12pt;
	text-align: left;
}

div.onlinetoolserror {
	color: #A52A2A;
	background-color: transparent;
	font-weight: bold;
}

/*
 ***** Style for the portscanner
 */
table.portscan {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	color: black;
	background-color: transparent;
}

tr.portscan {
	/* Not used so far */
}

th.portscanhost {
    text-align: left;
}

th.portscanport {
    text-align: left;
}

th.portscanstate {
    text-align: left;
}

th.portscanproto {
    text-align: left;
}

th.portscanservice {
    text-align: left;
}

td.portscanhost {
	/* Not used so far */
}

td.portscanport {
	/* Not used so far */
}

td.portscanstate {
	/* Not used so far */
}

td.portscanproto {
	/* Not used so far */
}

td.portscanservice {
	/* Not used so far */
}

td.portscan {
	color: black;
	background-color: inherit;
}

/*
 ***** Styles for ping
 */

h2.ping {
	font-size: 14pt;
	padding:0;
	margin-top: 0;
	margin-bottom: 1ex;
}
/*
 * The statistics heading
 */
h3.pingstats {
	font-size: 12pt;
	margin-top: 2ex;
	margin-bottom: 1ex;
}

/*
 * The RTT stats heading
 */
h4.pingrtinformation {
	font-size: 10pt;
	margin-top: 2ex;
	margin-bottom: 1ex;
}

table.ping {
	width: 50%;
	font-size: 10pt;
}

th.pingbytes {
	text-align: left;
}

/*
 * Header of TTL column
 */
th.pingttl {
	text-align: left;
}

/*
 * Header of Round Trip column
 */
th.pingrt {
	text-align: left;
}

td.pingbytes {
}

/*
 * TTL cell
 */
td.pingttl {
}

/*
 * Round Trip cell
 */
td.pingrt {
}

/*
 * The stats table
 */
table.pingstats {
	font-size: 10pt;
	width: 50%;
}

/*
 * The minimum RTT header
 */
th.pingstatsmin {
	text-align: left;
}

/*
 * The average RTT header
 */
th.pingstatsavg {
	text-align: left;
}

/*
 * The maximum RTT header
 */
th.pingstatsmax {
	text-align: left;
}

/*
 * The minimum RTT
 */
td.pingstatsmin {
}

/*
 * The average RTT
 */
td.pingstatsavg {
}

/*
 * The maximum RTT
 */
td.pingstatsmax {
}


