table.box
{
	margin: 7px;
	border: 2px solid #090909;
}

tr.heading
{
	background-color: #000000;
	color: #04ab37;
	font-weight: bold;
}

tr.heading td
{
	padding: 4px;
}

tr.heading2
{
	background-color: #184526;
	color: #dfdfdf;
	font-weight: bold;
	font-size: 0.8em;
}
tr.heading2 td
{
	padding: 2px 4px 2px 4px;
}

input.error, select.error, textarea.error
{
	background-color: #ee7777;
	border: 1px solid #ff0000;
}

a
{
	color: #09d748;
}
a:visited
{
	color: #0e762e;
}
a:hover
{
	color: #10de4f;
}
#tblCerts tbody tr td {
	text-align: center;
}

div.tooltip-inner{
	color:green;
	z-index:3000000;
	background-color:white;
	border: 1px solid black;
	padding:5px;
	
}

div.toptip{
	z-index:100;
}

.fc-button, .fc--button{
	background-color: #dbdbdb !important;
}

.certName:hover
{
	background-color:lightgrey;
	cursor:pointer;
}

.tmTblH {
    text-align: right;
    font-weight: bold;
	width: 75px;
}

.tmEmpName {
	text-align: left;
}

#tblTimeManagement {
	border-collapse: collapse;
}

.trPadding {
	border-top: 1px solid black;
}