.noscreen {
display: none;
}
	
#summary a {
	font-weight: normal;
}

.seo_form{
border:solid 1px #c7cdd2;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
margin:170px 150px 150px;
margin-top: 170px;
margin-bottom: 20px;
top: 130px;
padding:20px 10px;
background:#f2f2f2;
background:-moz-linear-gradient(top, #f2f2f2 0%, #eaeaea 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#eaeaea));
background:-webkit-linear-gradient(top, #f2f2f2 0%,#eaeaea 100%);
background:-o-linear-gradient(top, #f2f2f2 0%,#eaeaea 100%);
background:-ms-linear-gradient(top, #f2f2f2 0%,#eaeaea 100%);
background:linear-gradient(to bottom, #f2f2f2 0%,#eaeaea 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#eaeaea',GradientType=0 )}
.seo_form .seo_url{display:block;
margin:0 auto 10px;
width:580px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px}
.seo_form h5{color:#3c4041;
font-weight:bold;
font-size:18px;
margin:0 0 8px;
text-align:center;
text-shadow:1px 1px 1px #fff}

/* Lists bullet styles in the results tables */
.message {
    margin-top:2em;
    padding-left: 0;
    list-style: none;
	font-weight:normal;
	font-size:1.2em;
}
	
.message li {	
		margin-left: 1px;
    padding-left: 14px;
    background-image: url('../images/icons/famfamfam/silk/bullet_blue.png');
    background-repeat: no-repeat;
    background-position: 0 6px
}

html[xmlns] .message li {
    background: none; /* undo the background-image */
    list-style-image: url('../images/icons/famfamfam/silk/bullet_blue.png');
    padding: 0
}

#h1 .message li {
	margin-left:24px;
  padding-left: 14px;
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-image: url('../images/icons/famfamfam/silk/text_heading_1.png');
}

#h2 .message li {
	margin-left:24px;
  padding-left: 14px;
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-image: url('../images/icons/famfamfam/silk/text_heading_2.png');
}

#h1 html[xmlns] .message {
    padding-left: 2em;
}

#h2 html[xmlns] .message {
    padding-left: 2em;
}

html[xmlns] #h1 .message li {
	list-style-image: url('../images/icons/famfamfam/silk/text_heading_1.png');
  background: none; /* undo the background-image */
  padding: 0
}

html[xmlns] #h2 .message li {
	list-style-image: url('../images/icons/famfamfam/silk/text_heading_2.png');
  background: none; /* undo the background-image */
  padding: 0
}

div.htmltooltip{
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 1000;
	left: -1000px;
	top: -1000px;
	background: #ffffff;
	border: 5px solid #AAD6F0;
	color: black;
	padding: 3px;
	width: 250px; /*width of tooltip*/
	text-align: left;
}

.tooltip, .subject p{ font-size:9px; font-weight:normal; margin-top:6px; }
p.tooltip{font-size:1.2em;font-style:italic;}



img.icon {
	vertical-align: middle;
	padding-right: 4px;
	padding-left: 4px;
	border: none;
	float:left;
}

img.searchicon {
	vertical-align: middle;
	padding:0px 4px;
}

#legend {
	text-align:center;
}

#throbber {
	text-align: center;
	}

