@charset "utf-8";

/* CSS Document */


#MenuBar1 {
list-style-type: none;
}

#button {
width: 100%;
}

#parent {
	display: block;
	background-color: #3f5573;
	background-image: url(../images/button-back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: 163px;
	margin-left:-40px;
	margin-bottom: 3px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}

#parent a:link {
	display: block;
	color: #ffffff;
	text-decoration: none;
	}

#parent a:visited {
	display: block;
	color: #ffffff;
	text-decoration: none;
	}

#parent a:hover {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bolder;
	}

#parent a:active {
	display: block;
	color: #ffffff;
	text-decoration: none;
	}

#nonparent {
	display: block;
	background-color: #3f5573;
	background-image: url(../images/button-back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: 163px;
	margin-left:-40px;
	margin-bottom:3px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}

#nonparent a:link {
	display: block;
	color: #ffffff;
	text-decoration: none;
	}

#nonparent a:visited {
	display: block;
	color: #ffffff;
	text-decoration: none;
	}

#nonparent a:hover {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bolder;
	}

#nonparent a:active {
	display: block;
	color: #ffffff;
	text-decoration: none;
	}


#subparent {
	display: block;
	background-color: #3f5573;
	background-image: url(../images/button-back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: 145px;
	margin-left:-45px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	font-weight: normal;
}

#subparent a:link {
	display: block;
	color: #ffffff;
	text-decoration: none;
	}

#subparent a:visited {
	display: block;
	color: #ffffff;
	text-decoration: none;
	}

#subparent a:hover {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bolder;
	}

#subparent a:active {
	display: block;
	color: #ffffff;
	text-decoration: none;
	}


#child {
	display: block;
	background-color: #3f5573;
	background-image: url(../images/button-back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: 145px;
	margin-left:-45px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	font-weight: normal;
}

#child a:link {
	display: block;
	color: #ffffff;
	text-decoration: none;
	}

#child a:visited {
	display: block;
	color: #ffffff;
	text-decoration: none;
	}

#child a:hover {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bolder;
	}

#child a:active {
	display: block;
	color: #ffffff;
	text-decoration: none;
	}
	
.tickerstyle {
	width:178px; 
	height:160px; 
	border:1px solid white; 
	background:#e5f1ff;
	overflow:hidden;
	text-align:justify;
}

.messagediv {
	display: none;
	background:#e5f1ff;
}
