@page {
	size: auto;
	margin: 10%;
}

.questionGroupQuestionBody {
	page-break-before: avoid;
}

.questionGroupHeaderText {
	page-break-after: avoid;
}

body {
	background: white;
}

#content {
	width: auto;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}

#content * {
	word-wrap: break-word;
}

thead {
	display: table-header-group;
}

td {
	background-image: none;
}

a:link, a:visited {
	color:#520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}


#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}

#todo-list a:link:after, #todo-list a:visited:after {
	content: none;
}


#tableQuestionListContainer {
	display: none;
}

#divQuestionGroup {
	display: block;
	overflow: visible;
	width: auto;
}

#divQuestionGroup * {
	overflow: visible;
}


td.bg-image {
	background: none transparent;
}

img.bg-image {
	display: none;
}

.scrollList {
	overflow: visible;
	padding: 2px;
}

.scrollHeader {
	height: 36px;
	overflow: hidden;
	padding: 2px;
}

.scrollQuestionList {
	width: auto;
	overflow: visible;
	padding: 1px;
}

.scrollQuestionListHeader {
	height: 0px;
	overflow: visible;
	padding: 2px;
	display: none;
}

.scrollListQuestionListBody {
	overflow: visible;
	padding: 2px;
}

.scrollListQuestionListPhoto {
	height:87px;
	overflow: visible;
	padding: 2px;
}
.scrollQuestionGroup {
	overflow: visible;
	padding: 1px;
}

.bottom-nav-row {	display: none; }

.copyright {
	display: block;
	text-align: right;
	text-decoration: none;
	font-size:8pt;
	font-family: sans-serif; 
	color: #808080;
}
.copyright: link {
	text-decoration: none;
       color: #808080;
}
.copyright: active {
	text-decoration: none;
       color: #808080;
}
.copyright: visited {
	text-decoration: none;
       color: #808080;
}

#bottom-nav-row-pics { display: none; }
#tab-page-menu { display: none; }
#logo { display: block; }
#divQuestionRoadmap {	display: none; }
#divQuestionAdvice { display: none; }
#imagePreload {	display: none; }
#popupWindow { display: none; }


#simple-content {
	margin: 10px;
	overflow: visible;
}

#Calendar

.calendarTableMonth {
	border-collapse:collapse; 
	border-left:2px solid #ccc; 
	border-right:2px solid #ccc;
	border-top:2px solid #ccc; 
	border-bottom:2px solid #ccc;
	empty-cells: show;
	width: 99%;
}

.calendarCellHeader {
	border-left:1px solid #ccc; 
	border-right:1px solid #ccc;
	border-top:1px solid #ccc; 
	border-bottom:1px solid #ccc;
	empty-cells: show;
	font-size: 8pt; 
	font-family:verdana, arial, sans-serif;
	font-weight:bold;
	text-align: left;
	color: #606060;
	background-color: #E0E0E0;
	xbackground-color: #CCC;
}

.calendarCellDay {
	border-left:1px solid #ccc; 
	border-right:1px solid #ccc;
	border-top:1px solid #ccc; 
	border-bottom:1px solid #ccc;
	empty-cells: show;
	font-size: 8pt; 
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	text-align: left;
	color: #080808;
	background-color: #FFFFFF;
}

.calendarCellDayBlank {
	border-left:1px solid #FFFFFF;
	empty-cells: show;
	width: 14%;
	font-size: 8pt; 
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	text-align: left;
	color: #080808;
	background-color: #FBFBFB;
}

.calendarCellList {
	border-top:1px solid #ccc; 
	border-bottom:1px solid #ccc;
	empty-cells: show;
	font-size: 8pt; 
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	text-align: left;
	font-weight:normal;
	font-style:normal;
	text-decoration: none; 
	color: #080808;
	background-color: #FFFFFF;
}

.calendarTextList {
	font-size: 8pt; 
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	text-align: left;
	font-weight:normal;
	font-style:normal;
	text-decoration: none; 
	margin-left:4px;
	color: #080808;
	background-color: #FFFFFF;
}
.calendarTextList :link { 
	text-decoration: none; 
}
.calendarTextList :visited { 
	text-decoration : none; 
}
.calendarTextList :hover { 
	text-decoration: underline;
	color: purple;
}
.calendarTextList :active { 
	text-decoration: none; 
}
.calendarTextDayNumber {
	font-size: 7pt; 
	font-family:verdana, arial, sans-serif;
	font-weight:bold;
	text-align: left;
	color: #808080;
}

.calendarEvent { 
	font-size: 7pt; 
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	text-decoration: none;
	border: #FFCC00; 
	border-left-width: 1px; 
	border-right-width: 1px; 
 	border-top-width: 1px; 
 	border-bottom-style: solid; 
  	border-bottom-width: 1px; 
  	background-color: #FFFFCC;
 
 }
.calendarEvent A:link { 
	text-decoration: none
}

.noPrint {
	margin-top: 0px;
	display: none;
}

.pageBreak { 
	page-break-after: always;
}