@charset "utf-8";
<!--

#separator{
	margin: 5px auto 5px auto;
	width:100%;
	height:2px;
	color: black;
	background-color:#666666;
	border-bottom:solid 0px #bab28a;
	text-align:right;
}

/* Logo */
#logo{
	width:960px;
	height:60px;
	margin: auto;
	margin-top: 14px;

}

.logoTable{
	width:960px;
}

/* Center of the page */
.outline{
	width:934px;
	padding-right:18px;
	padding-left: 14px;
	min-height:100%;	
	margin: auto;	
	text-align:left;
	background: white;
	vertical-align: middle;
}
.headTable{
	background-color: #2a6ba4;
	width: 100%;
	height: 140px;
	padding:0px;
	margin:0px;
	border: 0px;
	
	margin-bottom: 15px;
}

.mainTable{
	border-style: none;
	width:930px;
	margin: 0px;
	padding: 0px;
	text-align:left;
}

.mainTd{
	border-style: none;
	height: 100%;
	text-align:left;
	padding: 5px 1px 5px 1px;
	margin: 0px;
}

#content{
	height:100%;	
	margin-left:20px;
	margin-right:20px;
	padding-top:0px;
	padding-bottom:15px;	
	text-align:left;	
}

/* Bottom of a page */
/*
#bottom{
	margin-left:auto;
	margin-right:auto;
	width:910px;
	height:20px;
	border-top:solid 1px #cccccc;
	border-bottom:solid 0px #cccccc;	
	text-align:center;
	padding-top:4px;
}

#bottom a{
	margin-left:10px;
	margin-right:10px;
} */

/* Footers */

#footer{	
	margin: auto;
	margin-top:10px;
	margin-bottom:10px;
	width: 960px;
	height: 40px;
	clear: both;	
}

#footerMedia{
	color:#333333;
	background-color: inherit;
}

#footerSilver{
	color:#00b6f0;
	background-color: inherit;
}

#statusBar {
	padding: 5px;
	padding-left: 2px;	
	font-weight:bold;
	border-bottom: solid 1px #c6c6c6;
}


#searchPage{
	margin: 10px;	
}

#statusBar.statusOk{
	background-color: #eeffee;
	color: #10a010;
	border-bottom: 1px #10a010 solid;
}

#statusBar.statusError {
	background-color: #ffdddd;
	color: #aa0000;
	border-bottom: 1px #990000 solid;
}

-->