/* CSS Document for ATEC Intranet-specific print styles */

#footer,
#header, 
#leftnav,
#skip,
#noprint,
.nav-dept-links,
.noprint {
	display: none;
}

th, td {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
}		

#bannerprint {
	font-size: 24px;
	font-style: oblique;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

h2	{
	font-size: 18px;
	color: #666;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
	
h3	{
	font-size: 16px;
	font-weight: lighter;
	color: #333;
}
	
p {
	font-size: 11px;
	margin-top: 5px;
}

th {
	font-size: 12px;
	color: #000000;
	padding: 0px 2px 0px 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;	
}

th a:link, th a:visited, th a:hover {
	background-color: #990000;
	color: #FFFFFF;
	text-decoration: none;
}

td, li, legend {
	font-size: 11px;
}

td {
	padding: 0px 3px 0px 3px;
}

.tableformat td, .resformat td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}

.resformat th {    
	background-color: #FFFFFF;
    font-size: 13px;	
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
	padding-left: 3px;
	padding-right: 6px;
}

.resformat th a:link, .resformat th a:visited {
    font-size: 13px;	
}
.resformat td {
    font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
	padding-left: 3px;
	padding-right: 3px;
	line-height: 25px;
	font-size: 11px;
}

/* .tablecategory style used to divide categories in equipment checkout database 
with a row background color of gray */
tr.tablecategory {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EAE8DA;
	/*background-color: #CCCCCC;*/
	font-weight: bold;
	color: #000000;
	padding: 0px 3px 0px 3px;
}

.printborder td {
	border: solid 1px #CCC;
}

/* .obsolete styles used for obsolete equipment in the equipment checkout database */
.obsolete {
	color: #999999;
}

.obsolete a:link, .obsolete a:visited {
	color: #999999;
	text-decoration: underline;	
}


