/* Basic Structure */

html {
	width:100%;}

body {
   background: white;
   font-size: 12pt;
   font-family: serif;}

img {
   border: 0;}

#content {
	padding: 0 !important; }

#content .alpha {
	float: none;
	margin: 0;
	width: 100%; }

/* Hide Various Elements when printing */

#header, #column, #navigation, #footer, #tertiaryNav, #font-size, .breadcrumbs, .pagefunctions {
	display: none !important; }
	
body, #wrapper, #main, #footer, #column {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	color: black; 
	background: transparent;}

/* Link Management */

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

.primary a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;}

.primary a[href^="/"]:after {
   content: " (http://www.yourdomain.com" attr(href) ") ";}
   
/*

This is a style sheet for schedules of events marked up as tables with the class vcalendar.
It was written by Jeremy Keith:
http://adactio.com/

Licensed under a Creative Commons Attribution license:
http://creativecommons.org/licenses/by/3.0/

For more information on the hCalendar microformat, please visit:
http://microformats.org/wiki/hcalendar

*/
#logoPrint { display:block; margin-bottom:15px;}

h2.awardsNom {
	border-top: 3px double #000 !important;
	border-bottom: 1px dotted #333 !important;
	font-family:Arial, Helvetica, sans-serif !important;
	padding: 4px 0 !important;}

h3.awardsNom {}

table#nominations {
	border-collapse: collapse;
	margin-bottom: 2em;
	font-family: "Lucida Grande","Trebuchet MS",Verdana,Tahoma,Helvetica,Arial,sans-serif;
	font-size: 10pt;
	line-height: 1.5;}
	
table#nominations tr {
	vertical-align: text-top;}
	
table#nominations th,
table#nominations th * {
	font-weight: bold;}
	
table#nominations th,
table#nominations td {
	padding: .5em .5em .75em;}
	
table#nominations td {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;}
	
table#nominations th {
	text-align: left;
	vertical-align: bottom;
	border: 1px solid #ccd;
	border-bottom: 3px solid #ccd;}
	
table#nominations td {
	border: 1px solid #ddd;}
	
table#nominations tbody tr:hover th,
table#nominations tbody tr:focus th {
	border:1px dotted #888899;}
	
table#nominations tbody th {
	text-align: right;
	border: 1px dotted #99a;
	vertical-align:top;}
	
table#nominations caption {
	font-family:Georgia,"Times New Roman",serif;
	font-size:1.8em;
	line-height:1;
	text-align:center;}
	
table#nominations a:link, table#nominations a:visited {
	border-bottom:1px dotted;
	color:#666666;
	text-decoration:none;
	font-weight:normal;}

table#nominations a:link:after, table#nominations a:visited:after {
	content: ""; }
