div.actions {
	margin: 10px 0px;
}

div.actions.p {
	margin: 10px 15px;
}

div.actions a, div.actions input[type=submit] {
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 5px 5px 5px 25px;
	border: 1px solid white;
	background-color: transparent;
	margin: 2px;
	color: white;
}
div.actions input[type=submit] {
	padding-top: 3px;
}
div.actions a:hover, div.actions a:focus, div.actions input[type=submit]:hover, div.actions input[type=submit]:focus {
	background-color: white;
	color: black;
	border-color: #FFFC00;
	cursor: pointer;
}

div.actions a.create {
	background-image: url("../images/list-add.png");
}
div.actions a.reload {
        background-image: url("../images/reload.png");
}
div.actions input.save {
	background-image: url("../images/button_accept.png");
}
div.actions a.edit {
	background-image: url("../images/color_line.png");
}
div.actions a.list {
	background-image: url("../images/folder.png");
}
div.actions a.cancel {
	background-image: url("../images/button_cancel.png");
}
div.actions a.delete {
	background-image: url("../images/edittrash.png");
}

table th, table td {
	padding-top: 5px;
	padding-bottom: 5px;
}

input:focus {
	 border: 1px solid #FFFC00;
}

#sidebar ul.sidemenu li a#username-box:hover {
	background-color: transparent;
	color: inherit;
}

div#content a {
	color: white;
}
