/* Style sheet */
@page {
   size: landscape;
}

body {
	background-color: white;
	font-family: Arial;
	color: black;
	font-size: 11pt;
}

table {
	background-color: white;
	border: none;
	padding: 10px;
}
td {
	border: 1px solid gray;
}

h2 {
	color: black;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid black;
}

.td_title {
	padding: 3px;
	background-color: lightgrey;
	border: 1px solid black;
}

.td_menu {
	display: none;
}

.td_menu_info {
	display: none;	
}

.td_menu_title {
	display: none;
}

.td_empty {
	display: none;
}

.td1 {
	background-color: #ffffff; 
	font-size: 10pt;
}

td .td2 {
	background-color: #dddddd;
	font-size: 10pt;
}

td .td3 {
	background-color: #FFFACD;
	font-size: 10pt;
	padding: 5px;
}

.tbl1 {
	border: none;
}

.small_txt {
	font-size: 9pt;
}

.med_txt {
	font-size: 11pt;
	font-weight: bold;
	color: maroon;
}

.popuptxt {
	border: 1px solid black;
	background-color:#FFFF99;
	color: maroon;
	padding: 10px; 
}

textarea, select, input {
	display: none;
}

#submit {
	display: none;
}

.sugdata {
background-color: wheat;
border: 1px solid black;
padding: 5px;
text-align: left;
min-width: 75px;
min-height: 0px;
}

.sugdata a:hover {
border: none;
background-color: yellow;
}

#po_waiting {
	display:none;
}

#other_wb {
	display: none;
}

#rrds, #rr_disp {
	display: none;
}

#recact {
	display: none;
}

#stuff1 {
	display: none;
}

#future_events {
	display: none;
}

.trsheet_opnotes{
	font-size: 9pt;
}
