@import url("screen.css");

hr {
	border: 1px solid #a3acc3;
	border-width: 1px 0 0 0;
	clear: right;
	height: 0;
	margin: 25px 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0.5em 1em;
	font-style: italic;
}
blockquote cite {
	display: block;
	text-align: right;
}

.note {
	color: #666;
	font-style: italic;
}

.subtitle { }
.byline { color: #3266ae; }

img.inset {
	display: block;
	margin: 5px 0;
}
img.inset.right {
	clear: right;
	float: right;
	padding-left: 5px;
}
img.inset.left {
	clear: left;
	float: left;
	margin-right: 5px;
}
.quarterlyreports {
	float: left;
	width: 140px;
	margin-left: 0px;
	padding-left: 10px;
}

#reader {
	background-color: #fff;
	border: 1px solid #9a9a9a;
	border-width: 1px 0;
	margin: 15px 0;
}
#reader img {
	float: left;
	padding: 0.7em 0 0 20px;
}
#reader p {
	background-color: #efefef;
	margin: 2px 0;
	padding: 5px 30px 5px 130px;
}

#sectionhead {
	background: #fff url("/images/sectionheads/one_dish.jpg") top left no-repeat;
	border-bottom: 3px solid #01215A;
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	height: 68px;
	padding-bottom: 2px;
}
/**!! The next few lines could be potentially be problematic in the future !!**/
/*#sectionhead*/.support { background-image: url("/images/sectionheads/monitors.jpg") !important; }
/*#sectionhead*/.solutions { background-image: url("/images/sectionheads/three_dishes.jpg") !important; }
/*#sectionhead*/.careers { background-image: url("/images/sectionheads/manning_stations.jpg") !important; }
/*#sectionhead*/.satellites { background-image: url("/images/sectionheads/satellite.jpg") !important; }
/*#sectionhead*/.news { background-image: url("/images/sectionheads/dishes_at_night.jpg") !important; }
/*#sectionhead*/.investorRelations { background-image: url("/images/sectionheads/two_dishes.jpg") !important; }
/* The above use of !important instead of #sectionhead is due to a bug in IE6 wherein it will just ignore all but the first rule. See here for further discussion: http://sonspring.com/index.php?id=102 */

#sectionhead p {
	margin: 0;
	padding: 20px 0 0 21px;
}

#content {
	margin: 0 0 0 21px;
	font-size: 1.1em;
}
#maincontent {
	_display: inline;
	float: left;
	margin-left: 21px;
	width: 385px;
}
#sidecontent {
	float: right;
	width: 151px;
}
#sidecontent img {
	display: block;
	margin: 15px 0;
}

/* Form formatting */
#content form br { clear: both; }
#content form .required {
	color: #c00;
	font-weight: bold;
}
#content form label {
	clear: left;
	float: left;
	margin: 3px 3% 3px 0;
	width: 30%;
}
#content form label.fullwidth {
	float: none;
	margin-right: 0;
	width: auto;
}
#content form label.inline {
	margin-right: 10px;
	width: auto;
}
#content form input, #content form select {
	float: left;
	font-size: 0.9em;
	margin: 3px 0;
}
#content table input, #content table select {
	float: none;
}
#content form textarea {
	clear: both;
}
#content form fieldset {
	clear: both;
	margin: 8px 0;
}
#content form fieldset.buttonset {
	border: 0;
	text-align: center;
}
#content form fieldset legend {
	font-weight: bold;
}
#content form fieldset legend label {
	float: none;
}
#content form button {
	font-size: 0.9em;
}
#content form table {
	border-collapse: collapse;
	width: 98%;
}
#content form table label {
	float: none;
	width: auto;
}


#content ul.gallerylist {
	float: left;
	width: 100px;
}
#content div.galleryinfo {
	width: 47%;
	float: left;
	margin-right: 2%;
	clear: none;
}
#content div.galleryinfo h2 {
	width: auto;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#content div.galleryinfo dl { width: 100%; margin: 0; padding: 0; }
#content div.galleryinfo dt {
	clear: left;
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 44%;
}
#content div.galleryinfo dd {
	float: left;
	margin: 0;
	padding: 0;
	width: 55%;
}

#content img.gallerythumb {
	border: 1px solid black;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
br.clear {
	clear: both;
	}