/* RAGFL Power By Association print css file */

/* Overall Page Layout styles */
body, #centercolumn {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: white;
}
#leftcolumn, #rightcolumn 
{
	display: none;
}

#banner {
	position:relative;
	background: transparent;
	text-align: center;
}
#banner span { 
	display: inline;
	font-weight: bold;
	font-size: 1.8em;
}
#ragflheader{ display: none }
#powerbyassociationheader{ display: none }


#navigation { display: none; }

#title{
	position:relative;
	display: block;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	text-align: normal;
	margin-left: 0;
	color: black;
}
#breadcrumbs{
	position: relative;
	display: block;
	float:right;
	margin: -10px;
	top: 0;
}


/* General layout styles */

h1{
	color: #00875C;
	background-color:  #000;
	border-bottom: 4px solid #00875C;
}

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

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


/* Specific styles */
.anchorbox, .anchorlist, .quicklinks, .quicklinkstop, .quicklinksbottom, .subquicklinks
{ 
	display: none; 
}

/* Calendar Table Layout */
tr.nolongeroffered{
	color:#ddd;
	border-bottom-width: 1px; 
	border-bottom-color: #168946; 
	background-color:#000;
}
tr.section{
	background-color:#000; 
	border-bottom-width: 1px; 
	border-bottom-color: #168946; 
	color: #00875C;
}
tr.even, tr.odd{
	background-color:white; 
	border-bottom-width: 1px; 
	border-bottom-color: #168946; 
}

