.body {
	background-color:#e4e1dc;
}

.main_table{
	background-image:url('./images/kairos.jpg');
	background-color:#e4e1dc;
	background-repeat:no-repeat;
	width:1000px;
	height:710px;
}

.menu_button {
	background-image:url('./images/button.jpg');
	font-size:12pt;
	color:blue;
	height:85px;
	width:150px;
	border-color:black;
}

.entry{
	background-color:#fffe93;
	border-style:solid;
	border-color:black;
	border-width:1px;
	font-size:9pt;
}

.box{
	background-color:#b2d3da;
	border-style:ridge;
	opacity: .8;
	filter: alpha(opacity=80);

}

.opaque_box{
	background-color:#b2d3da;
	border-style:ridge;
}

.label{
	font-family:arial;
	font-size:10pt;
	font-weight:bold;
}
.header_label {
	font-family:arial;
	font-size:12pt;
	font-weight:bold;
}

.button {
	border-right-style:none;
	border-left-style:none;
	border-top-style:dotted;
	border-bottom-style:dotted;
	border-color:black;
	border-width:1px;
	
}
.title{
	font-family:Verdana;
	font-size:12pt;
	font-weight:bold;
	color:green;
	text-decoration:underline;
}
	
.add_box{
	background-color:white;
	border-style:outset;
}
