html {
	visibility: visible;
}
.resume-log-header {
	background-color: #000000;
}
.resume-log-header a {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}
.resume-log-header td {
	border-left-style: solid; 
	border-left-width: 1; 
	border-right-style: solid; 
	border-right-width: 1; 
	border-top-style: none; 
	border-top-width: medium; 
	border-bottom-style: none; 
	border-bottom-width: medium;
}
.resume-log-body td {
	background-color: #FFFFFF;
}
.style1 {
	border-collapse: collapse;
}
.style11 {
	border-style: solid;
	border-width: 1;
}
.style2 {
	border-left-style: solid; 
	border-left-width: 1; 
	border-right-style: none; 
	border-right-width: medium; 
	border-top-style: none; 
	border-top-width: medium; 
	border-bottom-style: solid; 
	border-bottom-width: 1;
}
.style3 {
	border-left-style: none; 
	border-left-width: medium; 
	border-right-style: none; 
	border-right-width: medium; 
	border-top-style: none; 
	border-top-width: medium; 
	border-bottom-style: solid; 
	border-bottom-width: 1;
}
.style4 {
	border-left-style: none; 
	border-left-width: medium; 
	border-right-style: solid; 
	border-right-width: 1; 
	border-top-style: none; 
	border-top-width: medium; 
	border-bottom-style: solid; 
	border-bottom-width: 1;
}
.recent-resume-log {
	background-color: rgb(204, 204, 153);
	background-image: url('/static/images/ricebk.jpg');
	margin: 0px 2px;
}
.recent-resume-log a {
	color: #0000FF;
	text-decoration: none;
}
.recent-resume-log a:hover {
	text-decoration: underline;
}
.recent-resume-log a:active, .recent-resume-log .resume-code1 a:active {
	color: #AA00AA;
}
.recent-resume-log .resume-code1 a {
	color: #aa0000;
}
.resume-log-header a {
	color: #FFFFFF;
	text-decoration: underline;
}
.resume-log-header a:hover {
	color: #FF0;
	text-decoration: underline;
}
.num-items {
	margin: 0px;
	text-align: right;
}
.num-items .item-selected {
	background-color: #005500;
	color: #FFFFFF;
}
.num-items button {
	border-color: #000000;
	color: #000000;
	padding: 0px 4px;
}
.num-items button:hover {
	background-color: #005500;
	color: #FFFFFF;
}
.menu {
	margin: 10px 0px;
}
.menu a {
	color: #336633;
	text-decoration: none;
}
.pagination {
	text-align: center;
	margin-top: 10px;
}
.pagination a {
	text-decoration: none;
	color: #005500;
}
.pagination a:hover {
	color: #FFFFFF;
}
.pagination button {
	border-color: #000000;
}
.pagination button:hover {
	background-color: #005500;
	color: #FFFFFF;
}
.pagination .active {
	background-color: #005500;
	border-color: #000000;
	color: #FFFFFF;
}
.pagination .active:hover {
	background-color: #005500;
	border-color: #000000;
	color: #FFFFFF;
}
.pagination .disabled {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #000000;
}
.pagination .disabled:hover {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #000000;
	box-shadow: none;
}