/* Elements CSS */
body {
	margin: 8px;
	background-color: #fff;
	color: #057093;
	font-family: Tahoma, Arial;
	font-size: 13px;
	border: solid 1px #0084b0;
}

a:link {
	color: #005d8b;
	text-decoration: none;
}

a:visited {
	color: #005d8b;
	text-decoration: none;

}

a:hover {
	color: #0077b3;
	text-decoration: underline;
}

a:active {
	color: #0077b3;
	text-decoration: none;
}
		
img {
	border: 0;
	text-decoration: none;
}

/* CSS Layout */
#header {
	width: 100%;
	height: 120px;
	background-image: url(../images/ed_header_bg.gif);

}

#header_logo {
	float: right;
	height: 100px;
	width: 200px;
	position:absolute;

}

#toolbar {
	background-image: url(../images/ed_toolbar.gif);
	height: 27px;

}

#footer {
	clear: right;
	padding-top: 1px;
	height: 25px;
	background-image: url(../images/footer_bg.gif);
	margin-top: 10px;
}

#content{
	/*margin-right: 155px;*/
	margin-left: 5px;	
	voice-family: "\"}\"";
	voice-family: inherit;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;

	/*border: dashed 1px #FF8EAB;*/
	/*background-color: #FFE9EF;*/

}

html>body #center {
	padding-left: 55px;
	padding-right: 155px;

}

.block_title {
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma;
	text-align: center;
	padding-bottom: 10px;
}

#login {
	margin-right: 50px;
}

#fixedtipdiv{
	position:absolute;
	padding: 2px;
	border:1px solid black;
	font:normal 13px Tahoma;
	line-height:18px;
	z-index:100;
}