body {
	margin-left: 220px;
}
body.login, body.logout, body.reset, body.register {
	margin-left: 0px;
}
.hidden {
	display: none;
}
.nowrap {
	white-space: nowrap;
}
/***********/
/*## Menu  */
b.menu_header {
	cursor: pointer;
}

div#menu {
	background-color: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 200px;
	border-right: 2px solid #ccc;
	padding-top: 40px;
	padding-left: 10px;
	overflow: auto;
}
div#menu a {
	display: block;
	margin: 1px 0px;
	padding: 0px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	text-indent: 5px;
}
div#menu a.selected {
	position: relative;
	left: 2px;
	font-weight: bold;
	border: 2px solid #ccc;
	border-right: 2px solid #fff;
	border-radius: 5px 0px 0px 5px;
}
div#menu hr {
	width: 90%;
	border-color: #e6e6e6;
}

a.dev_data {
	display: none;
}

table, .shadow {
	-webkit-box-shadow: 1px 1px 3px #888888;
	-moz-box-shadow: 1px 1px 3px #888888;
	box-shadow: 1px 1px 3px #888888;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	margin: 4px;
	background: #f0f0f0;
	background-image: -webkit-linear-gradient(top, #f0f0f0, #adadad);
	background-image: -moz-linear-gradient(top, #f0f0f0, #adadad);
	background-image: -ms-linear-gradient(top, #f0f0f0, #adadad);
	background-image: -o-linear-gradient(top, #f0f0f0, #adadad);
	background-image: linear-gradient(to bottom, #f0f0f0, #adadad);
	-webkit-box-shadow: 1px 1px 3px #666666;
	-moz-box-shadow: 1px 1px 3px #666666;
	box-shadow: 1px 1px 3px #666666;
	color: #000000;
	padding: 5px 10px 5px 10px;
	border: solid #888888 1px;
	text-decoration: none;
	line-height: normal;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: #c7c7c7;
	background-image: -webkit-linear-gradient(top, #c7c7c7, #7a7a7a);
	background-image: -moz-linear-gradient(top, #c7c7c7, #7a7a7a);
	background-image: -ms-linear-gradient(top, #c7c7c7, #7a7a7a);
	background-image: -o-linear-gradient(top, #c7c7c7, #7a7a7a);
	background-image: linear-gradient(to bottom, #c7c7c7, #7a7a7a);
	text-decoration: none;
}

.grp_selected {
	font-style: italic;
	color: black!important;
}