/* 
Title:		GOML print styles
Author: 	 w3admin@usg.edu
*/

body {
	background: white;
	border: none;
	color: black;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
 }

#header, #message-window, .i-am, .items, #footer, iframe { display:none; } 

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}

#wrapper, #container, .grid_12, .grid_3, .grid_9 {
	float: none !important;
	margin: 0;
	overflow: visible;
	width: auto;
}

#main {
	background: transparent;
	float: none !important;
	margin: 0;
	padding: 0;
	width: auto;
}

hr{
	background-color: #C0C0C0;
	border: none;
	color: #C0C0C0;
	height: 1px;
	margin: 0 0 1.5em 0;
	padding: 0;
}

fieldset {
	border: 1px solid #ccc;
	margin: .5em 0 1em;
	padding: 10px 10px 10px 10px;
}


#wrapper, #container{
	background-image: none;
}

table {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
}

td, th {
	padding: 4px;
	border: 1px solid #ccc;
}

th {
	background: #ccc;
	text-align: center;
}

table.nobdr {
	border: none;
}

table.nobdr td, table.nobdr th, table td.nobdr, table th.nobdr {
	border-bottom: none;
	border-right: none;
}
