* {  
margin: 0;  
padding: 0;  
font-family: "Helvetica Neue", Helvetica; font-size: 12px;
line-height: 150%;
}  
html {
height: 100%;
}  
body {
background-color:#961a1d; background-image: url(/img/bg.jpg); background-attachment:fixed;  
}
#content {  
position: relative;  
min-height: 100%;  
}  
* html #content {  
height: 100%;  
}  
#text {  
padding-bottom: 100px;  
}  
#footer {  
position: relative;  
height: 60px;  
margin-top: -60px;  
color:#ffffff;
text-align: center;
 text-shadow: 0 1px 1px rgba(0,0,0,0.5); 
}  

.linkblock {cursor:pointer}

A: {
	FONT-STYLE: normal; COLOR: #00a7d1;  TEXT-DECORATION: none
}
A:link {
	FONT-STYLE: normal; COLOR: #00a7d1;  TEXT-DECORATION: none
}
A:visited {
	FONT-STYLE: normal; COLOR: #00a7d1;  TEXT-DECORATION: none 
}
A:hover {
	FONT-STYLE: normal; COLOR: #00a7d1; TEXT-DECORATION: underline
}

A.bel: {
	FONT-STYLE: normal; FONT-SIZE: 12px; COLOR: #ffffff; -webkit-transition: all 0.5s ease; TEXT-DECORATION: underline
}
A.bel:link {
	FONT-STYLE: normal; FONT-SIZE: 12px; COLOR: #ffffff; -webkit-transition: all 0.5s ease; TEXT-DECORATION: underline
}
A.bel:visited {
	FONT-STYLE: normal; FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: underline
}
A.bel:hover {
	FONT-STYLE: normal; COLOR: #ffffff; TEXT-DECORATION: none
}

A.menu: {
	FONT-STYLE: normal; FONT-SIZE: 12px; COLOR: #ffffff; -webkit-transition: all 0.5s ease;  text-shadow: 0 1px 1px rgba(0,0,0,0.5);  TEXT-DECORATION: none
}
A.menu:link {
	FONT-STYLE: normal; FONT-SIZE: 12px; COLOR: #ffffff; -webkit-transition: all 0.5s ease;  text-shadow: 0 1px 1px rgba(0,0,0,0.5);  TEXT-DECORATION: none
}
A.menu:visited {
	FONT-STYLE: normal; FONT-SIZE: 12px; COLOR: #ffffff;  text-shadow: 0 1px 1px rgba(0,0,0,0.5);  TEXT-DECORATION: none
}
A.menu:hover {
	FONT-STYLE: normal; COLOR: #ffffff;  text-shadow: 2 2 2px rgba(0,0,0,0.5); TEXT-DECORATION: underline
}

HR {
	BORDER-RIGHT: #cccccc 0px solid; BORDER-TOP: #ffffff 1px solid; BORDER-LEFT: #cccccc 0px solid; BORDER-BOTTOM: #cccccc 0px solid;  
}

.btton{
	
	margin: 0px; 
	padding: 0px;
	background-color:#444444;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0px solid #ffffff;
	color: #ffffff;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-webkit-transition: all 0.5s ease;
}

.btton:hover{ background-color: #de030a; cursor:pointer;}

.help {
	position:absolute;
	z-index: 1000;
	background-color: #ffffff;
	padding: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #2e3740;
	color: #2e3740;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	width: 250px;
	-webkit-box-shadow: 2px 2px 7px #555;
	-moz-box-shadow: 2px 2px 7px #555;
	box-shadow: 2 2 7px rgba(0,0,0,0.5);
}

.txtsup {
	background-color: #ffffff;
	height: 35px;
	width: 245px;
	padding: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #bebebe;
	color: #2e3740;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	-webkit-transition: all 0.5s ease;
}
.txtsup:hover {
	border: 1px solid #2e3740;
	-webkit-box-shadow: 0px 0px 7px #222;
	-moz-box-shadow: 0px 0px 7px #222;
	box-shadow: 0 0 7px rgba(0,0,0,0.25);
}

.txt {
	background-color: #ffffff;
	padding: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #bebebe;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	width: 100%;
	-webkit-transition: all 0.5s ease;
}
.txt:hover {
	border: 1px solid #00c4f6;
	-webkit-box-shadow: 0px 0px 5px #222;
	-moz-box-shadow: 0px 0px 5px #222;
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
}

.text {
	background-color: #ffffff;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0px solid #2e3740;
	color: #2e3740;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: justify;
	width: 870px;
}

.text2 {
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0px solid #2e3740;
	color: #2e3740;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: justify;
	width: 870px;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #2e3740;
color:#ffffff;
width: 250px; /*Default width of hint.*/ 
padding: 4px;
	text-align: justify;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
border:1px solid #2e3740;
	font: 12px Arial, Helvetica, sans-serif;
-webkit-box-shadow: 2px 2px 7px #555;
	-moz-box-shadow: 2px 2px 7px #555;
	box-shadow: 2 2 7px rgba(0,0,0,0.5);
z-index:100;
visibility: hidden;
}

