/* 'Structural' CSS */
/* Title bar css */

.footer_box {
	position: static;
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
	height: 100px;
	bottom: 0px;
	background-color: white;	/*cea6ca*/
	color:000000;
	visibility:visible;
	clear:both;
}

.footer_box img {
	float: right;
}

.menubar, .titlebar {
	background-color:rgb(104,64,100);
	font-family:Verdana;
	padding:0px;
	margin:0px;
}

.titlebar {	
	font-size:36px;
	text-align:center;
}

TABLE.titlebar {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	table-layout:fixed;
}

.search {
	padding:0px;
	margin:0px;
	font-family:Verdana;
}

.alert {
	color: #00FF00;
}

.warning {
	color: #FF0000;
}

