/*  --- Base styles --- */

body {
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 13px;
}

a, a:visited{
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

span.u {
	color: #999;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 11px;
}

/* --- Page layout ---*/

#header {
	background: #E1E9F7;
	margin: 30px 0 0 0;
	padding: 10px 0 10px 30px;
	font-size: 26px;
	color: #3366CC;
}

#header b {
	padding-right: 0.5em;
}

#rhs {
	float: right;
	padding: 0 15px;
	width: 20em;
	border-left: 1px solid #ccc;
	margin-top: 30px;
	font-size: 12px;
	color: #333;
}

#rhs h3 {
	font-size: 13px;
	margin: 0;
}

#rhs p {
	margin: 0.2em 0 1em 0;
}

#lhs {
	margin-right: 22em;
	padding-left: 30px;
}

#lhs h1 {
	font-size: 20px;
	margin: 30px 0 0.1em 0;
}


/* --- FORM: How are your sites connected --- */

input.submit  {
	margin-top: 4px;
}

#sites_input {
	width: 400px;
	height: 80px;
	margin-top: 4px;
	margin-bottom: 4px;
}

/* --- FORM: Who are you connected to? --- */

#single_site_input {
	width: 400px;
	margin-top: 4px;
	margin-bottom: 4px;
}

/* --- list of links with favicons and tags ---*/

ul.link_list {
	padding-left: 0;
	list-style: none;
}

ul.link_list li {
	clear: left;
}

ul.link_list div.favicon {
	width: 16px;
	height: 16px;
	margin: 0em 0.3em 0.5em 0;
	position: relative;
	top: -2px;
	float: left;
}


ul.link_list span.tag {
	padding-left: 0.6em;
	color: #999;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 11px;
}



/*  --- Sites table --- */

#sites {
	width: 100%;
	max-width: 800px;
	border-collapse: collapse;
	margin-top: 6px;
}

#sites th, #sites td {
	padding: 4px 4px;
	vertical-align: top;
	line-height: 1.2em;
}

#sites td.base_site {
	font-weight: bold;
	padding-right: 12px;
}

#sites td span {
	padding-right: 1em;
}

#sites td.total {
	font-weight: bold;
	font-size: 14px;
}

#sites td.high {
	color: #008000;
}

#sites td.low {
	color: #A03;
}

#sites th {
	background: #e0e0e0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-weight: normal;
}

#sites tr {
	border-bottom: 1px solid #ccc;
}

#sites .total {
	text-align: right;
}

.alone { color:#A03 }
.partial { color:#008 }
.fully { color:#008000 }
.favicon {width:16 }
