body {
	font-family: "Roboto",sans-serif;
}

div.menu li {
    list-style: none;
}

div.footer {
	margin-top: 10px;
	color: gray;
	font-size: 10px;
}
table {
	border-collapse: collapse;
}
th {
	background-color: #4093ff;
	color: white;
	padding: 3px;
}
td {
	padding: 3px;
}
tr.even {
	background-color: #f0f0f0;
}
div.preview {
	width: 160px;
	height: 120px;
	position: relative;
}
img.preview {
	max-width: 100%;
	max-height: 100%;
	width:auto;
	height: auto;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
a.button, input[type=submit] {
	background-color: #4093ff;
	color: white;
	border: 1px solid gray;
    border-radius: 7px;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
p.error {
	color: red;
}
p.success {
	font-weight: bold;
}
td.tabNone {
    width: 200px;
}
td.tabActive {
    border-radius: 7px 7px 0px 0px;
    padding: 5px 10px;
	background-color: #4093ff;
	color: white;
	font-weight: bold;
}
td.tabInactive {
    border-radius: 7px 7px 0px 0px;
    padding: 5px 10px;
	background-color: silver;
	color: gray;
	cursor: pointer;
}
li {
    margin-bottom: 5px;
}