@charset "utf-8";
.menuclass {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000;
	height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FD9A34;
	border-bottom-color: #FD9A34;
	line-height: 26px;
	background-color: #ffcc66;
}
.grey {
	color: #FD9A34;
}
.yellowline {
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #F6CB1C;
}
.around {
	border: 1px solid #FC9;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FC9;
	padding: 20px;
}
.greyline {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.blackline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}
.bl {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FC9;
}
.redtext {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #F1C870;
}

body {
	background-color: #333;
}
.nextpreviousbutton
{
	border: thin double #FC9;
	margin: 3px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	white-space: nowrap;
	line-height: 20px;
	background-color: #FC6;
	display: inline;
}
.numericbutton
{
	padding: 7px;
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FC6;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FC6;
	border-right-color: #FC6;
	border-bottom-color: #FC6;
	border-left-color: #FC6;
	line-height: 20px;
}
.textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FC9;
}
.container {
    
    position: relative;
    
}

.over {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background : url("/images/nothing.gif") center;
    z-index: 11;
       
}