/* css reset, via the king, http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}


/* end of css reset *************************************************************/



/* included from includes/wig.css ***********************************************/

body {
	font-family:sans-serif;
	font-weight:bold;
}
h1,h2,h3{
	padding:5px;
}
h1{
	font-size:36px;
	margin-bottom:10px;
}
h2{
	margin:10px 0;
}
h3{
	margin-top:10px;
}
a{
	color:#09F;
	text-decoration:none;
}
a:hover{
	color:#F90;
}
#container{
	width:800px;
	margin:10% auto;
}
#main{
	padding:10px;
	background:#EEE;
}
#submit{
	padding:5px;
}
#activity{
	padding:0 3px;
	margin-bottom:-10px;
	visibility:hidden;
}
#url-check-form{
	background:#DDD;
	text-align:center;
	padding:5px;
}
#url-check-form, #url-check-form input{
	font-size:18px;
}
#url-to-check{
	padding:7px;
}
#response{
	margin-top:10px;
	background:#DDF;
	padding:5px;
}
#details{
	padding:10px 20px 20px 40px;
	font-size:14px;
	list-style:decimal;
}
#final-destination a{
	display:block;
	padding:15px 20px;
	background:#DFD;
}
#final-destination a:hover{
	background:#FFF;
}
.hop h4{
	padding:5px;
	border-bottom:1px solid #CCC;
	margin:2px 0;
}
.hop-msg{
	cursor:pointer;
}
.hop-msg:hover{
	color:#06F;
	background:#CCF;
}
.hop-detail{
	list-style:none;
	margin-left:20px;
	padding:0;
}
.hop-detail li{
	clear:left;
	padding:5px;
	margin-bottom:2px;
	background:#CCF;
}
.hop-detail li:hover{
	background:#EEB;
}
.hop-prop-key{
	float:left;
	padding:5px 10px;
	background:#BBD;
	text-align:right;
	width:27%;
}
.hop-prop-val{
	padding:5px;
	display:block;
	margin-left:31%;
}
#footer{
	text-align:center;
	font-size:12px;
	padding:10px;
}

/* end of includes/wig.css ******************************************************/



