@CHARSET "ISO-8859-1";
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 98%;
	margin: 10px 10px 0px 10px;
}
H1 {
	font-size: 22px;
	color: #6080ff;	
}
FIELDSET {
	margin: 0px 0px 15px 0px; 
}

.content_table tr {
	height: 30px;
}

.content_table tbody tr:nth-child(even) {
    background-color: #ffe0bd;
}
.content_table tbody tr:nth-child(odd) {
    background-color: #ffedd9;
}
.content_table thead tr:nth-child(odd) {
    background-color: #61380B;
    font-weight: bold;
    color: white;
}
.content_table thead tr:nth-child(even) {
    background-color: #ffe0bd;
}

.submenu {
    display:none;
}

.submenu.active {
    display:block;
}

.sub_menu{
cursor:pointer;
}
.main_menu{
cursor:pointer;
}

/* Clickable directory indicator in fileshare */
.dir_nav {
	cursor: pointer;
	font-weight: bold;
	color: #0645AD;
	text-decoration: underline;
}
.dir_nav:hover {
	background-color: #ffd6a0;
}

/* Breadcrumb clickable items */
.breadcrumbs .crumb {
	cursor: pointer;
	color: #0645AD;
	text-decoration: underline;
	padding: 0 2px;
}
.breadcrumbs .crumb:hover {
	background-color: #ffd6a0;
}

/* Action icons styling */
.actions_cell .action_icon {
	cursor: pointer;
	padding: 2px;
	border-radius: 3px;
}
.actions_cell .action_icon:hover {
	background-color: #ffd6a0;
}

.editbox
{
display:none;
font-size:15px;
width:94%;
background-color:#ffffcc;
border:solid 1px #000;
padding: 0% 2%;
}

.splitbox
{
font-size:15px;
width:94%;
background-color:#ffffcc;
border:solid 1px #000;
padding: 0% 2%;
}

.importbox
{
font-size:15px;
width:94%;
background-color:#ffffcc;
border:solid 1px #000;
padding: 0% 2%;
}

.newbox
{
font-size:15px;
width:94%;
background-color:#ffffcc;
border:solid 1px #000;
padding: 0% 2%;
}

.cancel_icon
{
display:none;
}

.save_icon
{
display:none;
}

.delete_icon
{
display:none;
}

.balans_tabel table
{
	border-collapse: collapse;
  	border: 2px solid black;
}