/* CSS Document */

.bg_pageTitle {
	background-image:  url(../images/bg_tile_orange.gif);
	background-repeat: repeat;
	padding: 10px;
	height: 45px;
	width: 650px;
	border: 1px solid #FF9900;
}

.border_orange {
	background-image:  url(../images/bg_tile_orange.gif);
	background-repeat: repeat;
	border: 1px solid #FF9900;
	padding: 10px;
}

.schell_logo {
	background-image:  url(../images/image_schellLogo.gif);
	background-position: left center;
	height: 60px;
	width: 650px;
	background-repeat: no-repeat;
	margin: 10px 0px 0px;
	padding: 0px;
}

.border_flashButtons {
	border: 1px solid #888888;
}

.border_belowFlash_fade {
	height: 10px;
	font-size: 1px;
	background-image: url(../images/bg_fade_02.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.border_belowFlash_solid {
	height: 10px;
	width: 650px;
	border: 1px solid #AAAAAA;
	font-size: 1px;
	background-color: #CCCCCC;
	line-height: 1px;
}

