@charset "UTF-8";
/* CSS Document */

a:link {
	color: #FFF;
	text-decoration: none;
}			
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#basetable {
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	padding: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#frame {
	background-image: url(/images/new_background3.jpg);
	background-repeat: no-repeat;
}
.maintext {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.headline {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bolder;
}
.foot {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #42210b;
	font-stretch: ultra-expanded;
}
div.sc_menu_wrapper {
	position: relative;
	height: 400px;
	/* Make bigger than a photo, because we need a place for a scroll-bar. */
    width: 75px;
	margin-top: 3px;
	overflow: auto;
}
div.sc_menu {
	padding: 10px 0;
}
.sc_menu a {
	display: block;
	margin-bottom: 0px;
	width: 50px;
	border: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/* When image support is turned off */
  color: #fff;
}
.sc_menu a:hover {
}
.sc_menu img {
	display: block;
	border: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sc_menu_wrapper .loading {
	position: absolute;
	top: 5px;
	left: 5px;
	margin: 0 auto;
	padding: 5px;
	width: 50px;
	font-family: Helvetica, Verdana, sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	color: #fff;
	border: 0px;
}
/* Styling tooltip */
.sc_menu_tooltip {
	display: block;
	position: absolute;
	padding: 6px;
	font-size: 12px;
	font-family: Helvetica, Verdana, sans-serif;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 0px;
	border: 1px solid rgb(177, 95, 39);
	background: rgb(177, 95, 39);
	/* Make background a bit transparent for browsers that support rgba */
  	background: rgba(0, 0, 0, 0.5);
}
.headline {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 24px;
	color: ffffff;
	text-align: left;
}
