html, body, table {
	font: 11px Verdana;
	border-collapse: collapse;
    width: 100%;
}

#myContent th, td {
    text-align: left;
    padding: 8px;
}
tr:nth-child(even){background-color: #f2f2f2}
#myContent table[cellspacing="0"] {
	border-collapse: collapse;
	/*border: 1px solid gray;*/
	border: none;
	width: 80%;
	margin-bottom: 20px;
}

#myContent table[cellspacing="0"] td {
	border: 1px solid gray;
	border: none;
	padding: 0;
	line-height: 1.6em;
	text-indent: 3px;
}

#myContent table[cellspacing="0"] tr {
	border-bottom: 1px solid #CCC;
}


#myContent table[cellspacing="0"] td a {
	text-decoration: none;
	color: #0000dd;
}

#myContent table[cellspacing="0"] td a:hover {
background: #FFF;
}

#myContent #actionBar {
margin: 15px 0 15px 0;
}

#myContent .actionButton {
	height: 1.3em;
	padding: 3px;
	background-color: #DFDFDF;
	text-decoration: none;
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC #808080 #808080 #CCCCCC;
}

#myContent .actionButton:hover {
	background-color: #CFCFCF;
}

.niceDatePicker img {
	vertical-align: bottom;
}