/* @override http://127.0.0.1:4000/goldberg/stylesheets/layout.css?1212439884 */
/* layout.css
This stylesheet is based on "andreas09.css", modified for Goldberg.
The original credits follow:

andreas09 v1.0 (Dec 10th 2005) - An open source template by Andreas
Viklund - http://andreasviklund.com. Free to use for any purpose as
long as the proper credits are given to the original author.
*/

body {
	margin:0;
	padding:0;
}


code {
	font: 100% Courier,fixed;
	line-height: 60%;
}

a {
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

p {
	line-height: 1.5em;
	margin: 0 0 .75em;
}

ul, ol {
	margin: 0 0 .75em;
}

hr {
	margin: 1.5em 0;
	height: 1px;
	border: 2px #CCC solid;
	border-width: 2px 0 0 0;
}

dt { font-weight:bold; font-style: italic; margin-top:1.5em;}

td { vertical-align: top;}

/*** Main container ***/

div.container {
	background: #ffffff;
	background-repeat: no-repeat;
	color: #303030;
	margin: 0;
	min-width: 770px;
	padding: 0;
	text-align: left;
	width: 100%;
}

/*** Header section ***/

div.header-wrapper {
	color: #000000;
	height: 108px;
	text-align: center;
	background-image: url("/images/banner-tile.jpg");
	width: 100%;
	background-repeat: repeat-x;
	margin: 0;
	min-width: 985px;
}
div.header  {
	background: transparent url("/images/banner.jpg") 50% 0px no-repeat;
	height: 108px;
	width: 950px;
	margin: 0 auto;
}

div.header img.logo_left {  
float: left;
height:85px;
margin:0 0 0 0;
border:none;
}

div.header img.logo_right {  
float: right ;
height:85px ;
margin:0 0 0 0px ;
border:none;
}

div.header p {
line-height:1.5em;
margin:0 0 0px;
}

div.header p.right_text { 
text-align: right ;
}

div.header h1, div.header h2 {
	font-weight: 400;
	/*letter-spacing: -2px;*/
	margin: 0;
	padding: 0;
}

div.header h1 {
font-size:2.4em;
padding-top:15px;
}

div.header h2 {
font-size:1.8em;
}

/*** Horizontal menu ***/

div.mainmenu {
  background: url("/images/bg_nav.gif") repeat-x;
	height: 40px;
	width: 100%;
	min-width: 985px;
	margin: -1px 0 15px 0;
	padding: 0px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}


div.mainmenu ul {
	list-style: none;
  width: 1000px;
	margin: 0 auto;
	padding: 0;
}

div.mainmenu li {
	float: left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

div.mainmenu span {
	padding: 0;
	margin: 0;
}

div.mainmenu a {
  background: url("/images/bg_nav.gif") 0px 0px;
	border-right:1px solid #b0b0b0;
	color:#FFFFFF;
	font-size: 15px;
	padding: 12px 1em 10px;
	line-height: 41px;
	height: 40px;
	margin: 0;
	text-decoration: none;
}

div.mainmenu a.last {
  border: none;
}

div.mainmenu a:hover {
  background: url("/images/bg_nav.gif") 0px -40px;
  text-decoration:none;
}

div.mainmenu span.selected a {
  background: url("/images/bg_nav.gif") 0px -40px;
/*  color:#BDEAFD;*/
}

/*** Content wrap ***/

div.wrap {
	clear:both;
	font-size:0.9em;
	padding:0;
	margin: 0px auto;
/*  width: 920px;*/
}

div.wrap-no-left {
	width: 815px;
}

/*** Sidebars ***/

#mainstructure {
  margin: 0 auto;
}

div.leftside,div.rightside {
	padding: 25px 12px 10px 15px;
	width: 161px;

	background: #FFF url("/images/sidebar.gif") no-repeat;
	min-height: 300px;
}	

div.leftside {
	float:left;
}

div.rightside {
	float:left;
	margin-left: 12px;
}

div.no-background {
  background: transparent none no-repeat;
}

div.leftside h1, div.rightside h1 {
	color: #505050;
	font-size: 1.6em;
	font-weight: bold;
	/*letter-spacing: -1px;*/
	margin: 0 0 12px;
}

div.leftside h2, div.rightside h2 {
	font-size: 1.1em;
	margin: 0 0 15px;
}

div.leftside p, div.rightside p {
	font-size: 0.85em;
	line-height: 1.4em;
	margin: 0 3px 15px 7px;
	overflow: hidden;
}
div.rightside p {
	color:#303030;
}
div.rightside a {
	color:#505050;
}
div.rightside a:hover {
	color:#303030;
}

.linklist {
list-style:none;
margin:0 0 16px 10px;
padding:0;
}

.linklist li {margin-bottom:0.7em;}


/*** Sidebar menu ***/

ul.sidemenu {
	list-style-type: none;
	margin: 0 0 2em 0;
	padding: 0;
	background-repeat: no-repeat;
}

ul.sidemenu li a {
	color: #606060;
	display: block;
	margin-bottom: 8px;
	padding: 5px 4px 4px 10px;
	position: relative;
	width: 150px;
	text-decoration: none;
	font-weight: bold;
}

ul.sidemenu ul.sidemenu li a {
	text-decoration: none;
	color: #0276AE;
	font-size:0.8em;
	letter-spacing:1px;
	width:134px;
	margin-right: 0;
	margin-left: 20px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}

ul.sidemenu a:hover, ul.sidemenu > li.selected > a {
	background:#f8f9fa;
	border:1px solid #909090;
	color:#303030;
	text-decoration:none;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right: 1px;
	padding-left: 9px;
}


/*** Content ***/

.content {
	padding: 30px 25px 5px;
	min-height: 300px;
	background-image: url("/images/main-content-area.gif?20090217");
	background-repeat: no-repeat;
	
	float: left;
	width: 650px;
	margin-left: 12px;
}


/*** Footer ***/

div.footer {
	clear:both;
	color:#333333;
	font-size:0.9em;
	font-weight:bold;
	margin:0;
	padding:20px 0;
	text-align:center;
	width:100%;
	background-image: url("/images/footer.jpg");
	background-repeat: repeat-x;
	background-position: left top;
}

div.footer a {
color:#333333;
font-weight:bold;
}

/*** Various classes ***/

.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin:0 0 10px 10px;
padding:5px;
}


.searchform {margin:0;}

.searchbox {
background:#f0f0f0;
border:1px solid #b0b0b0;
margin:0 4px 0 0;
width:100px;
}

input[type="submit"] {
	background: #f0f0f0;
	border: 1px solid #b0b0b0;
}

input[type="submit"]:hover {
	background: #f8f9fa;
	border: 1px solid #909090;
	color: #303030;
}


.clearingdiv {
clear:both;
height:30px;
width:1px;
}

.hide {display:none;}

/*** Text format ***/

.intro {
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

/*** End of file ***/

table.remote_sweeps_table {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	text-align: center;
}

tr.header_row {
	background: #fffade;
}

tr.header_row th {
	border-left: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	border-top: 1px solid #a2a2a2;
	font-size: 0.9em;
	padding: 5px;
	color: #4a4a4a;
}

tr.header_row th.last {
	border-right: 1px solid #a2a2a2;
}

tr.data_row td {
	border-bottom: 1px dotted #a2a2a2;
	padding: 5px;
}

tr.data_row a.display_errors img {border: 0px;}

tr.error_header_row th {
	border-left: 1px dotted #a2a2a2;
	padding: 5px;
	color: #4a4a4a;
	background: #dddade;
	font-size: 0.9em;
}

tr.error_header_row th.last {
	border-right: 1px dotted #a2a2a2;
}

tr.error_row td {
	border-left: 1px dotted #a2a2a2;
	border-bottom: 1px dotted #a2a2a2;
	border-top: none;
	padding: 5px;
}

tr.error_row td.error_message {
	font-size: 0.9em;
	text-align: left;
}

tr.error_row td.last {
	border-right: 1px dotted #a2a2a2;
}

