html {
	visibility: visible;
}
.candidate-log {
	background-color: rgb(204, 204, 153);
	background-image: url('/static/images/ricebk.jpg');
	margin: 0px 2px;
}
.candidate-log .menu-title{
    text-align: center;
    margin-bottom: 10px;
}
.candidate-log a {
	text-decoration: none;
    color: #0000FF;
}
.candidate-log a:hover {
	text-decoration: underline;
}
.candidate-log a:active, .candidate-log a:visited {
    color: #aa00aa;
}
.candidate-log .resume-code1 a {
    color: #AA0000;
}
.candidate-log-header {
	background-color: #000000;
}
.candidate-log-header a {
	text-decoration: underline;
	color: #FFFFFF;
}
.candidate-log-header a:hover {
	color: #FFFF00;
}
.candidate-log-header td {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}
.candidate-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;
}
.style2, .style3, .style4, .style11, .style-none {
	background-color: #FFF;
}
.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;
}
.menu {
	margin: 10px 0px;
}
.emails table {
	border-collapse: collapse;
}
.emails td {
	font-family: verdana, tahoma, arial;
	color: black;
	font-size: xx-small;
}