@charset "utf-8";
html {
	overflow-x: hidden;
}

table {
	border-collapse: collapse;	
}

body {
	background-image: url(../img/body_bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #384721;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}

.load {
	text-align: center;	
}

.formfield {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/input_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #999;
}
.formfielderror {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FF8080;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #999;
}

.formbutton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 24px;
	padding-top: 0px;
	margin-top: 2px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.img_disp {
	background: #fff;
	display: block;
	position: absolute;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}

.img_disp img{
	display: block;
	margin: 0 15px 15px;
}

.img_disp a{	
	display: block;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 10px 2px;
}

.img_disp a:link,.img_disp a:visited,.img_disp a:active {
	color: #095FFF;
	text-decoration: none;
}

.img_disp a:hover {
	color: #003aa6;
	text-decoration: none;
}

.vote_box {
	width: 105px;
	height: 28px;
	overflow: hidden;	
}

.vote_box .item {
	cursor: pointer;
	float:left;
	width: 21px;
	height: 28px;
	background:	url(../img/phone_sprite.png) no-repeat 0 0;
}

#night_msg {
	display:block;
	position:absolute;
	margin:0 0 0 -400px;
	padding: 10px 0;
	top:20px;
	left:50%;
	width:800px;
	text-align:center;
	z-index:3000;
	border:6px solid #000;
	background: #EBF108;
	font-weight:bold;
	font-size: 32px;
}

#mainwrapper {
	background-image: url(../img/mainwrapper_bg.gif);
	background-repeat: repeat-y;
	width: 998px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 7px;
	padding-left: 7px;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#tagline {
	margin-left:auto; 
	margin-right:auto; 
	text-align:center; 
	width:400px;
}
#tagline .ie6 {
	font-size: 12px;
}
#tagline .ie6 a{
	text-decoration: underline;
}
#tagline .ie6 a:link{
	color: #1A181B;
}
#tagline .ie6 a:visited{
	color: #1A181B;
}
#tagline .ie6 a:hover{
	color: #e5f6cd;
}
#tagline .ie6 a:active{
	color: #1A181B;
}

#contentwrapper {
	background-color: #8fb653;
	background-image: url(../img/maincontent_bg.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	font-size: 20px;
	font-style: italic;
	color: #e5f6cd;
	overflow: hidden;
	padding-top: 6px;
	padding-bottom: 12px;
	float: left;
}
#header {
	background-image: url(../img/header_bg_2.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	height: 157px;
	position: relative;
}
#header .phone{
	position: absolute;
	top: 0;
	right: 30px;
	background: #fff;
	padding: 6px;
	color: #000;
	font-size: 12px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
#header .search{
	position: absolute;
	top: 0;
	left: 20px;
	background: #fff;
	padding: 6px;
	color: #000;
	font-size: 12px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
#header .search input{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header .search input[type="text"]{
	width: 135px;
}
#header a#tavling{
	display:block;
	background-image: url(../img/jultavling_sprite.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 285px;
	width: 428px;
	height: 85px;
	z-index: 250;
}
#header a#tavling:link, #header a#tavling:visited, #header a#tavling:active{
	background-position: 0 0;
}
#header a#tavling:hover {
	background-position: 0 -85px;
}
/*
#header form {
	text-align: right;
	padding-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 25px;
	overflow: hidden;
}
*/
#leftcol {
	background-color: #718f41;
	background-image: url(../img/col_bg.gif);
	background-repeat: repeat-x;
	width: 148px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #455a22;
	border-bottom-color: #455a22;
	margin-top: 28px;
	min-height: 325px;
	overflow-x: hidden;
}
#leftcol h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #76A73C;
	display: block;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 4px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	background-image: url(../img/colh1_bg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E5820;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3E5820;
}

#leftcol p {
	font-size: 12px;
	color: #e5f6cd;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	display: block;
}
#leftcol a {
	text-decoration: none;
}

#leftcol a:link h1{
	color: #FFF;
	text-decoration: none;
}
#leftcol a:visited h1{
	color: #FFF;
	text-decoration: none;
}
#leftcol a:hover h1{
	color: #232D15;
	text-decoration: none;
}
#leftcol a:active h1{
	color: #E5F6CD;
	text-decoration: none;
}
#leftcol a:link p{
	color: #e5f6cd;
	text-decoration: none;
}
#leftcol a:visited p{
	color: #e5f6cd;
	text-decoration: none;
}
#leftcol a:hover p{
	color: #232D15;
	background-color: #D5EBB4;
	text-decoration: none;
}
#leftcol a:active p{
	color: #E5F6CD;
	text-decoration: none;
}
#leftcolcategorybox {
	margin-top: 5px;
	margin-bottom: 20px;
}
#leftcolcategorybox a {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #E5F6CD;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
}
#leftcolcategorybox a:link {
	color: #E5F6CD;
	text-decoration: none;
}
#leftcolcategorybox a:visited {
	color: #E5F6CD;
	text-decoration: none;
}
#leftcolcategorybox a:hover {
	color: #232D15;
	background-color: #D5EBB4;
}
#leftcolcategorybox a:active {
	color: #E5F6CD;
}

#leftcolexempelbox {
	margin-top: -10px;
	margin-bottom: 20px;
}
#leftcolexempelbox a {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #E5F6CD;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
}
#leftcolexempelbox a:link {
	color: #E5F6CD;
	text-decoration: none;
}
#leftcolexempelbox a:visited {
	color: #E5F6CD;
	text-decoration: none;
}
#leftcolexempelbox a:hover {
	color: #232D15;
	background-color: #D5EBB4;
}
#leftcolexempelbox a:active {
	color: #E5F6CD;
}

#rightcol {
	background-color: #718f41;
	background-image: url(../img/col_bg.gif);
	background-repeat: repeat-x;
	width: 148px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #455a22;
	border-bottom-color: #455a22;
	margin-top: 28px;
	overflow-x: hidden;
	min-height: 325px;
}
#rightcol h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #76A73C;
	display: block;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 4px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	background-image: url(../img/colh1_bg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E5820;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3E5820;
}
#rightcol p {
	font-size: 12px;
	color: #e5f6cd;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	display: block;
}
#rightcol a {
	
}

#rightcol a:link h1{
	color: #FFF;
	text-decoration: none !important;
}
#rightcol a:visited h1{
	color: #FFF;
	text-decoration: none !important;
}
#rightcol a:hover h1{
	color: #232D15;
	text-decoration: none !important;
}
#rightcol a:active h1{
	color: #E5F6CD;
	text-decoration: none !important;
}
#rightcol a:link p{
	color: #e5f6cd;
	text-decoration: none !important;
}
#rightcol a:visited p{
	color: #e5f6cd;
	text-decoration: none !important;
}
#rightcol a:hover p{
	color: #232D15;
	background-color: #D5EBB4;
	text-decoration: none !important;
}
#rightcol a:active p{
	color: #E5F6CD;
	text-decoration: none !important;
}
.rightcollink {
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #E5F6CD;
	
}
.rightcollink a {
	display: block;	
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: underline;	
}
.rightcollink a:link {
	color: #E5F6CD;
	text-decoration: underline;
}
.rightcollink a:visited {
	color: #E5F6CD;
	text-decoration: underline;
}
.rightcollink a:hover {
	color: #232D15;
	background-color: #D5EBB4;
}
.rightcollink a:active {
	color: #E5F6CD;
	text-decoration: underline;
}
#rightcolmsg {
	margin-bottom: 20px;
	margin-top: 10px;
}
#rightcolmsg a {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #E5F6CD;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
}
#rightcolmsg a:link {
	color: #E5F6CD;
	text-decoration: none;
}
#rightcolmsg a:visited {
	color: #E5F6CD;
	text-decoration: none;
}
#rightcolmsg a:hover {
	color: #232D15;
	background-color: #D5EBB4;
}
#rightcolmsg a:active {
	color: #E5F6CD;
	text-decoration: none;
}
#maincontent {
	background-color: #FFF;
	float: left;
	width: 700px;
	border: 1px solid #455a22;
	color: #000;
	margin-top: 20px;
	margin-bottom: 12px;
	overflow-x: hidden;
}
#maincontenttopwrapper {
	background-color: #FFF;
	overflow: hidden;
}
#maincontenttopwrapper2 {
	background-color: #FFF;
	overflow: hidden;
	margin-top: -23px;
}


.arrow {
	display: block;
	z-index: 2;
}



#maincontent h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-image: url(../img/caption_bg.jpg);
	background-repeat: repeat-x;
	min-height: 70px;
	max-height: 70px;
	margin: 0px;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	padding-top: 12px;
	vertical-align: top;
	padding-bottom: 34px;
	white-space: nowrap;
	overflow: hidden;
}
#maincontent form {
	font-size: 12px;
	font-style: normal;
	padding-left: 5%;
	padding-right: 0px;
	width: 45%;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow-x: hidden;
}
#maincontent form select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #455A22;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.caption {
	font-size: 14px;
	text-align: center;
	float: left;
	width: 50%;
	margin-bottom: 10px;
	overflow-x: hidden;
}
.categorybox {
	font-size: 12px;
	font-style: normal;
	padding-left: 10%;
	padding-right: 5%;
	width: 35%;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	overflow: hidden;
}

.categorybox a {
	display: block;
	float: left;
	width: 50%;
	margin-top: 8px;
}
.categorybox a:link {
	color: #000;
	text-decoration: none;
}
.categorybox a:visited {
	color: #000;
	text-decoration: none;
}
.categorybox a:hover {
	color: #000;
	text-decoration: underline;
}
.categorybox a:active {
	color: #000;
}
.affiliatebox{
	/*width:225px;
	min-height: 300px;*/
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color:#b6dd7e;
	margin-left:15px;
	margin-top:15px;
	float:left;
	border: 1px solid #3E5820;
}
.affiliatebox h2{
	background-color: #76A73C;
	background-image: url(../img/colh1_bg.gif);
	background-repeat: repeat-x;
	display:block;
	width:auto;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 16px;
	margin-bottom:20px;
	font-style: normal;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E5820;
}
.affiliatebox p{
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}



#genresponse {
	background-color: #b6dd7e;
	background-image: url(../img/content_div.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 63px;
	font-size: 14px;
	font-style: normal;
	padding-right: 48px;
	padding-bottom: 63px;
	padding-left: 48px;
	overflow: hidden;
	color: #232D15;
	clear: both;
}

#genresponse .load_pranks{
	width: 48px;
	height: 48px;
	background-image: url(../img/loading1.gif);
	margin: 0 auto 200px;
	
}

#genresponse .load {
	width: 48px;
	height: 48px;
	background-image: url(../img/loading1.gif);
	margin: 0 auto;	
}

#genresponse .disclaimer{
	width: 450px;
	padding-top: 25px;
	margin: 0pt auto;
}

#genresponse .disclaimer p{
	font-size: 10px;
}

#genresponse .disclaimer a{
	display: inline;	
}
#genresponse .disclaimer a:link{
	color: #095FFF;
	text-decoration: underline;	
}
#genresponse .disclaimer a:visited{
	color: #095FFF;
	text-decoration: underline;	
}
#genresponse .disclaimer a:hover{
	color: #003AA6;
	text-decoration: underline;	
}
#genresponse .disclaimer a:active{
	color: #003AA6;
	text-decoration: underline;	
}

#genresponse form {
	font-size: 12px;
	width: auto;
	padding: 0px;
}
#genresponse .hr {
	border-bottom:1px dotted #829e5a;
}

#genresponse a {
	display: block;
}
#genresponse label {
	text-align: left;
	display: block;
	margin-top: 10px;
}
#genresponse a:link {
	color: #232D15;
	text-decoration: none;
}
#genresponse a:visited {
	color: #232D15;
	text-decoration: none;
}
#genresponse a:hover .bus{
	border-top-color: #e3001b;
	border-right-color: #e3001b;
	border-bottom-color: #e3001b;
	border-left-color: #e3001b;
}
#genresponse a:hover .bus p{
	color: #e3001b;
}
#genresponse a:hover .bus h2{
	color: #FFF;
	border-bottom-color: #e3001b;
	background-image: url(../img/bushover.gif);
	background-repeat: repeat-x;
	background-color: #e3001b;
}
#genresponse a:active {
	color: #384721;
}
#genresponse .bus {
	font-size: 12px;
	color: #000;
	width: auto;
	background-color: #FFF;
	border: 1px solid #3E5820;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}
#genresponse .bus h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #76A73C;
	background-image: url(../img/colh1_bg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E5820;
	padding: 8px;
	margin: 0px;
	display: block;
}
#genresponse .bus p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
}
#genresponse .prankrating {
	width: 105px;
	display: block;
	margin: 0 0 -33px 475px; 
}
#genresponse .clickhere{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 4px;
	background-image: url(../img/clickhere.jpg);
	background-repeat: no-repeat;
	width: 110px;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 8px;
	margin-left: 472px;
	margin-top: 5px;
}
#genresponse .alt {
	font-size: 12px;	
}
#genresponse .alt a{
	display: inline;	
}
#genresponse .alt a:link{
	color: #095FFF;
	text-decoration: underline;	
}
#genresponse .alt a:visited{
	color: #095FFF;
	text-decoration: underline;	
}
#genresponse .alt a:hover{
	color: #003AA6;
	text-decoration: underline;	
}
#genresponse .alt a:active{
	color: #003AA6;
	text-decoration: underline;	
}
#genresponse form #publish_box{
	display:none;
	padding: 0 0 0 30px;
}

#login_display {
	width:300px;
	font-size: 12px;
	font-style: normal;
	position: absolute;
	z-index:1500;
	padding:0 4px 5px 0;
	background-color: #818c70;		
}

#login_display p {
	margin: 0 0 10px;
}

#login_display a:link, #login_display a:active, #login_display a:visited{
	color: #095FFF;
}

#login_display a:hover{
	color: #003AA6;
}

#login_display .wrap{
	width:280px;
	background-color: #a6c973;
	padding:10px;
	margin: -4px 0 0 -4px;
	border:1px solid #829e5a;
	overflow:hidden;
}
#login_display form{
	width:115px;
	float:left;
	margin-right:20px;
	padding: 0 20px 20px 0;
	border-right:1px solid #829e5a;
}
#businfo {
	background-color: #b6dd7e;
	background-image: url(../img/content_div.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 63px;
	font-size: 14px;
	font-style: normal;
	padding: 63px 0 30px 48px;
	color: #232D15;
	float: left;
	width: 652px;
}
#businfo a:link{
	color: #095FFF;
	text-decoration: underline;	
}
#businfo a:visited{
	color: #095FFF;
	text-decoration: underline;	
}
#businfo a:hover{
	color: #003AA6;
	text-decoration: underline;	
}
#businfo a:active{
	color: #003AA6;
	text-decoration: underline;	
}
#knappwrapper {
	display: block;
	overflow: hidden;
	margin: 0 0 30px;
}
#knappwrapper .rad {
	float: left;
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}

#knappwrapper .knapp {
	font-size: 12px;
	color: #000;
	float: left;
	width: 180px;
	background-color: #FFF;
	margin-right: 10px;
	border: 1px solid #3E5820;
	margin-bottom: 10px;
}
#knappwrapper .knapp h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #76A73C;
	background-image: url(../img/colh1_bg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E5820;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	text-align: center;
}
#knappwrapper .knapp p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}


#knappwrapper .knapp2 {
	
	background-color: #FFF;
	
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3f5125;
	border-left-color: #3f5125;
}
#knappwrapper .knappbox {
	font-size: 12px;
	color: #000;
	float: left;
	width: 192px;
	margin-right: 10px;
}
#knappwrapper .knapptop {
	background-image: url(../img/knapptop.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 192px;
}
#knappwrapper .knappbot {
	background-image: url(../img/knappbot.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 192px;
}

#knappwrapper .knapp2 p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(../img/knappbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 1px;
	margin-left: 1px;
	background-color: #d6f0b1;
}
#knappwrapper .knapp2 h2 {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #d6f0b1;
	text-align: center;
	font-size: 24px;
	color: #4D7018;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}



#businstructions {
	width: auto;
	margin-right: 40px;
	margin-left: 40px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#businstructions p {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
}
#businstructions .inputform {
	width: 500px;
	padding: 0%;	
}

#businstructions .success_output, #businstructions .error_output, #genresponse .success_output, #genresponse .error_output{
	width: 300px;	
}

#businstructions .inputform label{
	margin: 5px 0 0 0;
	display: block;	
}
#businstructions .player {
	float: left;
	text-align: center;
	line-height: 16px;
}
#businstructions .player ul{
	width: 120px;
	text-align: left;
	padding: 0 0 0 20px;
	margin: 0;		
}
#businstructions .player ul li{
	list-style-type: none;
	margin: 0 0 6px 0;
}
#businstructions a:link {
	color: #095FFF;
	text-decoration: underline;
}
#businstructions a:visited {
	color: #095FFF;
	text-decoration: underline;
}
#businstructions a:hover {
	color: #003AA6;
	text-decoration: underline;
}
#businstructions a:active {
	color: #003AA6;
	text-decoration: underline;
}
#comment_form_box {
	margin: -20px 0 0 100px;
}
#comment_form_box label {
	display:block;
}
#comments {
	
}
#comments a{
	display: inline;	
}
#comments a:link{
	color: #095FFF;
	text-decoration: underline;	
}
#comments a:visited{
	color: #095FFF;
	text-decoration: underline;	
}
#comments a:hover{
	color: #003AA6;
	text-decoration: underline;	
}
#comments a:active{
	color: #003AA6;
	text-decoration: underline;	
}

#comments p {
	padding: 3px 0;
	margin: 0 8px;
	text-align: center;
	font-weight: bold;
}
#comments .load {
	width: 48px;
	height: 48px;
	background-image: url(../img/loading1.gif);
	margin: 0 auto;	
}
#comments .load_more {
	margin: 0 4px;
	padding: 6px 0;
	font-size: 12px;
	text-align: center;
}

#comments .comment {
	width: 603px;
	color: #000;
	background: #fff;
	border:3px solid #77a63d;
	margin: 0 auto 15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#comments .comment .header {
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 3px;
	margin: 0 10px;
}

#comments .comment .header .date {
	display: inline-block;
	font-size: 10px;
	color: #666;
	text-align: right;
	font-weight: normal;
	width: 50%;
}
#comments .comment .header .name {
	display: inline-block;
	width: 50%;
}

#comments .comment .body {
	font-size: 12px;
	padding: 3px 16px 6px;
	overflow: hidden;	
}

#comments .comment .report {
	padding: 0 0 3px;
	margin: 0 10px;
	font-size: 10px;
	text-align: right;
}

#comments .comment .report a:link, #comments .comment .report a:visited, #comments .comment .report a:active {
	color: #095FFF;
	text-decoration: none;
}

#comments .comment .report a:hover {
	color: #003AA6;
	text-decoration: underline;
}

#tourinstructions {
	width: auto;
	margin-right: 40px;
	margin-left: 40px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.tourbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	width: 105px;
	background-color: #76A73C;
	/*background-image: url(../img/colh1_bg.gif);*/
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 1px solid #3E5820;
	float: left;
	margin-right: 5px;
	padding: 5px;
	font-weight: bold;
	height: 130px;
	text-align: center;
}
.tourboxactive {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	width: 105px;
	background-color: #B6DD7E;
	float: left;
	margin-right: 5px;
	padding: 5px;
	font-weight: bold;
	height: 130px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3E5820;
	border-right-color: #3E5820;
	border-bottom-color: #B6DD7E;
	border-left-color: #3E5820;
	z-index: 2;
	position: relative;
}

.tourbox a{
	display:block;
	text-decoration: none;
}
.tourbox a:link{
	text-decoration: none;
	color: #FFF;
}
.tourbox a:visited{
	text-decoration: none;
	color: #FFF;
}
.tourbox a:hover{
	text-decoration: none;
	color: #232D15;
}
.tourbox a:active{
	text-decoration: none;
	color: #FFF;
}
.tourboxactive a{
	display:block;
	text-decoration: none;
}
.tourboxactive a:link{
	text-decoration: none;
	color: #232D15;
}
.tourboxactive a:visited{
	text-decoration: none;
	color: #232D15;
}
.tourboxactive a:hover{
	text-decoration: none;
	color: #232D15;
}
.tourboxactive a:active{
	text-decoration: none;
	color: #232D15;
}
#tourtext {
	background-color: #b6dd7e;
	margin-top: -1px;
	margin-bottom: 0px;
	padding-top: 5px;
	font-size: 14px;
	font-style: normal;
	padding-right: 48px;
	padding-bottom: 63px;
	padding-left: 48px;
	overflow: hidden;
	color: #232D15;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3E5820;
	z-index: 1;
	height: 750px;
}
#tourtext a:link {
	color: #095FFF;
	text-decoration: underline;
}
#tourtext a:visited {
	color: #095FFF;
	text-decoration: underline;
}
#tourtext a:hover {
	color: #003AA6;
	text-decoration: underline;
}
#tourtext a:active {
	color: #003AA6;
	text-decoration: underline;
}
.tourtextbox{
	/*width:225px;
	min-height: 300px;*/
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color:#FFF;
	border: 1px solid #3E5820;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.tourtextbox h2{
	background-color: #76A73C;
	background-image: url(../img/colh1_bg.gif);
	background-repeat: repeat-x;
	width:auto;
	font-family : Verdana, Geneva, sans-serif;
	font-size : 14px;
	margin-bottom:20px;
	font-style: normal;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E5820;
}
.tourtextbox p{
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}


#foot {
	background-image: url(../img/foot_div.jpg);
	background-repeat: no-repeat;
	padding-top: 46px;
	clear: left;
	background-position: center top;
	overflow: hidden;
	display: block;
}
#footcontent {
	width: auto;
	margin-right: 40px;
	margin-left: 40px;
}
#footcontent div {
	float: left;
	width: 33%;
	padding-bottom: 10px;
}
#footcontent div p {
	display: block;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
	float: left;
	width: 133px;
}


#footcontent a:link {
	color: #000;
	text-decoration: none;
}
#footcontent a:visited {
	color: #000;
	text-decoration: none;
}
#footcontent a:hover {
	color: #000;
	text-decoration: underline;
}
#footcontent a:active {
	color: #384721;
}





#page_end {
	background-image: url(../img/page_end.gif);
	width: 984px;
	min-height: 40px;
	max-height: 40px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 14px;
	padding-left: 14px;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
.errortooltip {
	width: auto;
	padding: 2px;
	position: absolute;
	z-index: 2000;
	display: none;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.1;
	color: #fff;
	font-family: "Trebuchet MS";
	background: #f00;
}
.tooltip{
	width: 261px;
	w\idth: 196px;
	/*height: 150px;
	he\ight: 140px;*/
	padding: 10px;
	font-size: 12px;
	color: #232D15;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #B6DD7E;
	border: 1px solid #3E5820;
	position: absolute;
	z-index: 2000;
	display: none;
}
.ring {
	background-image: url("../img/ring_bg.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 0.8;
    padding-bottom: 38px;
    padding-left: 32px;
    padding-top: 31px;
    width: 409px;
}
.ringtip {
	margin-left: 26px;
	font-size:10px;
	font-style: italic;
	margin-top: -16px;
	padding-left: 24px;
	z-index: 2;
	position: absolute;
}
.ringinfo {
	background-color: #bde08b;
	background-image: url(../img/ringinfo_bg.png);
	background-repeat: repeat-x;
	width: 449px;
	margin-left: 26px;
	padding-right: 10px;
	padding-top: 30px;
	background-position: bottom;
	padding-bottom: 20px;
	margin-top: 0px;
}
.rectable {
	font-size: 14px;
	margin-top: 0px;
	margin-left:auto; 
	margin-right:auto;
	width:510px;
	background-image: url(../img/rectable_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border-collapse: collapse;
	border-left:2px solid #d6f0b1;
	border-bottom:2px solid #d6f0b1;
}
.rectable th{
	background-color:#d6f0b1;
	color: #4D7018;
	padding-left:4px;
	padding-right:4px;
	padding-top:8px;
	padding-bottom:4px;
}
.rectable td{
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	border-right:1px dotted #d6f0b1;
}
.rectable td.pos{
	padding-left:3px;
	padding-right:3px;
	padding-top:4px;
	padding-bottom:4px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	border-right:1px dotted #d6f0b1;
}
.rectable tr{
	color: #2e430e;	
}
.rectable tr.hov{
	color: #FFF;
	background-color:#b6dd7e;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	border-right:1px dotted #d6f0b1;
}
.rectablebot{
	width: 511px;
	height: 119px;
	background-image: url(../img/rectable_bot_bg.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.rectableh1 {
	width: 511px;
	background-image: url(../img/rectable_h1_bg.png);
	background-repeat: no-repeat;
	color: #4D7018;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding-bottom: 8px;
	padding-top: 55px;
	overflow: hidden;
}
.rectablelink {
	width: 511px;
	background-color:#d6f0b1;
	color: #4D7018;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.recinfo{
	background-color: #e4e3e3;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #9ba777;
	padding: 10px;	
}
/*#recbusbutton{
	font-size: 20px;
	font-weight: bold;
	background-image: url(../img/phone_button.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding-left: 104px;
	padding-top:53px;
	padding-right:57px;
	padding-bottom:6px;
	width:272px;
	height:82px;
	text-align: center;

}*/
/*#recbusbutton{
	font-size: 20px;
	font-weight: bold;
	background-image: url(../img/phone_button2.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	margin: 0 auto;
	padding:58px 37px 36px 114px;
	width:363px;
	height:79px;
	text-align: center;
}*/
#recbusbutton{
	font-size: 13px;
	font-weight: bold;
	background-image: url(../img/prankbutton.png);
	background-repeat: no-repeat;
	color: #FFF;
	margin: 0 auto;
	padding:6px 30px 6px;
	width:282px;
	height:53px;
	text-align: center;
}
#recbusbutton a:link{
	color: #FFF;
	text-decoration: none;
}
#recbusbutton a:visited{
	color: #FFF;
	text-decoration: none;
}
#recbusbutton a:hover{
	color: #FFF;
	text-decoration: none;
	/*background-color: #e74659;*/
}
#recbusbutton a:active{
	color: #FFF;
	text-decoration: none;
}
.membertable {
	width: 350px;
	border-collapse: collapse;
	margin-left: 40px;
	border-bottom:1px solid #d6f0b1;
}
.membertable th{
	border-bottom:1px solid #d6f0b1;
	font-style: italic;
	font-weight: bold;
	padding: 4px 5px 2px 5px;
}
.membertable th.alt{
	border-left:1px solid #d6f0b1;
	border-right:1px solid #d6f0b1;
	border-bottom:1px solid #d6f0b1;
	font-style: italic;
	font-weight: bold;
}
.membertable td{
	padding: 4px 5px 2px 5px;
}
.membertable td.alt{
	border-left:1px solid #d6f0b1;
	border-right:1px solid #d6f0b1;
}
.membertable tr.hov{
	background-color:#d6f0b1;
}
#user_comments{
	width: 450px;
	margin-left: 40px;
}
#user_comments .sh{
	display: block;
	float: left;
	width: 16px;
	margin: 1px;
}
#user_comments h2{
	width: auto;
	display: block;
	background-color:#d6f0b1;
	border-bottom:1px solid #b6dd7e;
	font-size: 12px;
	font-weight: normal;
	padding: 0 8px;
	margin: 20px 0 0 0;
}
#user_comments p{
	color: #42463c;
	display: block;
	margin: 0 1px 0 1px;
	padding: 10px 8px 0 25px;
	background-color:#edffd3;
}
#user_comments a:link h2{
	text-decoration: none;
	color: #232D15;
}
#user_comments a:visited h2{
	text-decoration: none;
	color: #232D15;
}
#user_comments a:hover h2{
	text-decoration: none;
	color: #000;
	background-color:#b6dd7e;
}
#user_comments a:active h2{
	text-decoration: none;
	color: #232D15;
}
#villkor {
	width: auto;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#villkor p{
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#villkor h2{
	font-size: 20px;
	background-color:#d6f0b1;
	color: #4D7018;
	margin-bottom: 5px;
	margin-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#villkor h3{
	font-size: 16px;
	font-style: italic;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 3px;
	margin-top: 8px;
}
#villkor ul{
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#tavling {
	width: auto;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#tavling p{
	margin:3px 40px;
	padding:0;
}
#tavling h2{
	font-size: 20px;
	background-color:#d6f0b1;
	color: #4D7018;
	padding: 5px 30px;
	margin: 0 0 20px 0;
}
#tavling h3{
	color: #4D7018;
	font-size: 16px;
	font-style: italic;
	background-color:#d6f0b1;
	width: 400px;
	margin: 0 0 0 96px;
	padding: 4px 13px;
}
#tavling ol{
	margin: 0 50px;
	padding: 0 15px;
}
#tavling ol li{
	margin: 0 0 14px 0;
}
#tavling ol li h2{
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	background-color:#FFF;
	color: #000;
}
#tavling ul{
	margin: 5px 0 10px;
}
#tavling ul li{
	margin: 0;
}
#tavling a:link {
	color: #095FFF;
	text-decoration: underline;
}
#tavling a:visited {
	color: #095FFF;
	text-decoration: underline;
}
#tavling a:hover {
	color: #003AA6;
	text-decoration: underline;
}
#tavling a:active {
	color: #003AA6;
	text-decoration: underline;
}
#tavling .votetip {
	border-top: 1px solid #4D7018;
	background-color: #bde08b;
	background-image: url(../img/ringinfo_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 462px;
	margin: 0 0 0 96px;
	padding: 8px 19px 20px;
	color: #232D15;
}
#tavling .votetip ul{
	margin: 0 0 20px 0;
}
#tavling .votetip li{
	margin: 0 0 10px 0;
}

#tour_box {
	overflow: hidden;
}

#tour_box .buttons {
	display: block;
	clear: both;
	overflow: hidden;
	width: 540px;
	margin: 0 auto 25px;
}

#tour_box .buttons a {
	display: block;
	width: 84px;
	margin: 0 3px;
	float: left;
	line-height: 1.1;
}

#tour_box .arrow_box {
	float:left;
	width: 30px;
	padding: 50px 10px 0;	
}

#tour_box .content_view {
	float: left;
	width: 554px;
	overflow: hidden;
	position: relative;	
}

#tour_box .content_wrap {
	width: 2770px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}

#tour_box .content_wrap .box {
	float:left;
	width: 534px;
	margin: 0 10px 0 10px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}

#tour_box .content_wrap .box h2, #faq_box h2, #misc_info_box h2, #terms_box h2, .rec_list_title {
	color: #4D7018;
	font-size: 20px;
	padding: 4px 20px;
	margin: 0 0 5px;
	background: #D6F0B1;
}

#old_browser a:link,#old_browser a:visited,#old_browser a:active {
	color: #095FFF;
}

#old_browser a:hover {
	color: #003aa6;
}

#old_browser .icon {
	float: left;
	width: 100px;
	margin: 20px 0 30px 10px;
	font-size: 12px;
	text-align: center;
	padding-bottom: 10px;
}

#old_browser h1 {
	font-size: 21px;
	font-weight: bold;
	margin: 10px 0 6px 0;
	padding: 0 8px;
}

#old_browser p {
	font-size: 15px;
	padding: 0 8px;
}

.form_submit_text {
	width: 400px;
	padding: 25px;
	position: absolute;
	z-index: 2000;
	font-size: 12px;
	line-height: 1.1;
	color: #000;
	border: 1px solid #455A22;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.form_submit_text h1{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 12px;
}

.form_submit_text p{
	text-align: center;
}

.success_output {
	background: #d0ffb2;
	border: 1px solid #158000;
	padding: 10px;
	margin: 0 auto 15px;
	font-size: 12px;
	color: #316526;
}

.error_output {
	background: #ffd3c6;
	border: 1px solid #800000;
	padding: 10px;
	margin: 0 auto 15px;
	font-size: 12px;
	color: #b14543;
}

#businstructions .rec_list_title {
	color: #fff;
	font-size: 20px;
	padding: 4px 20px;
	margin: 0 0 5px;
	background: #76a73c;
	background-image: -moz-linear-gradient(top, #91bc46, #76a73c); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #91bc46),color-stop(1, #76a73c));   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#91bc46', EndColorStr='#76a73c')";
}

#businstructions .rec_list_buttons {
	text-align: center;
}

#businstructions .rec_list_buttons a.current,#businstructions .rec_list_buttons a.current:hover {
	color: #000 !important;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #fff;
}

#businstructions .rec_list {
	margin: 0 auto 40px;
	min-width: 700px;
	max-width: 700px;
	overflow: hidden;
	white-space: nowrap;	
}

#businstructions .rec_list tr.empty td, #member_display div.empty{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

#businstructions .rec_list tr.item{
	border-top: 1px solid #9FB384;
	border-bottom: 1px solid #9FB384;
	background: #fff;
	background-image: -moz-linear-gradient(top, #fff, #D6F0B1); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #D6F0B1));   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#D6F0B1')";
}

#businstructions .rec_list tr.hover{
	border-top: 1px solid #76A73C;
	border-bottom: 1px solid #76A73C;
	background: #76A73C;
}

#businstructions .rec_list tr.hover td a:link, #businstructions .rec_list tr.hover td a:visited, #businstructions .rec_list tr.hover td a:active {
	color: #fff !important;
}

#businstructions .rec_list tr.hover td a:hover {
	color: #fff !important;
}

#businstructions .rec_list tr.hover td{
	color: #fff;
}

#businstructions .rec_list th, #businstructions .rec_list td {
	vertical-align: middle;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
}

#businstructions .rec_list th{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 6px 5px;
	vertical-align: baseline;
}

#businstructions .rec_list th.pos, #businstructions .rec_list td.pos {
	text-align: right;
	max-width: 20px;
	min-width: 20px;
}

#businstructions .rec_list th.description, #businstructions .rec_list td.description {
	max-width: 295px;
	min-width: 295px;
}

#businstructions .rec_list th.user, #businstructions .rec_list td.user{
	max-width: 113px;
	min-width: 113px;
}

#businstructions .rec_list th.date, #businstructions .rec_list td.date{
	max-width: 110px;
	min-width: 110px;
}

#businstructions .rec_list th.rating, #businstructions .rec_list td.rating{
	max-width: 45px;
	min-width: 45px;
}

#businstructions .rec_list th.votes, #businstructions .rec_list td.votes{
	max-width: 45px;
	min-width: 45px;
}

#businstructions .rec_list td{
	font-size: 12px;
	color: #4D7018;
	padding: 10px 5px;
}

#businstructions .rec_list td.pos {
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	color: #a4a4a4;
}

#businstructions .rec_list td.description {
	text-align: left;
}

#businstructions .rec_list td.user{
	font-size: 11px;
	text-align: left;
}

#businstructions .rec_list td.date{
	text-align: right;
	font-size: 11px;
}

#businstructions .rec_list td.rating{
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}

#businstructions .rec_list td.votes{
	text-align: right;
}

#businstructions .user_reclist {
	margin: 0 auto 40px;
	min-width: 700px;
	max-width: 700px;
	overflow: hidden;
	white-space: nowrap;	
}

#businstructions .user_reclist tr.hover{
	background: #76A73C !important;
}

#businstructions .user_reclist tr.hover td a:link, #businstructions .user_reclist tr.hover td a:visited, #businstructions .user_reclist tr.hover td a:active {
	color: #fff !important;
}

#businstructions .user_reclist tr.hover td a:hover {
	color: #fff !important;
}

#businstructions .user_reclist tr.hover td{
	color: #fff;
}

#businstructions .user_reclist th, #businstructions .user_reclist td {
	vertical-align: middle;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
}

#businstructions .user_reclist th{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 6px 5px;
	vertical-align: baseline;
}

#businstructions .user_reclist th.description, #businstructions .user_reclist td.description {
	max-width: 338px;
	min-width: 338px;
}

#businstructions .user_reclist th.user, #businstructions .user_reclist td.user{
	max-width: 90px;
	min-width: 90px;
}

#businstructions .user_reclist th.date, #businstructions .user_reclist td.date{
	max-width: 110px;
	min-width: 110px;
}

#businstructions .user_reclist th.rating, #businstructions .user_reclist td.rating{
	max-width: 45px;
	min-width: 45px;
}

#businstructions .user_reclist th.votes, #businstructions .user_reclist td.votes{
	max-width: 45px;
	min-width: 45px;
}

#businstructions .user_reclist td{
	font-size: 11px;
	color: #4D7018;
	padding: 3px 5px 4px;
}

#businstructions .user_reclist td.description {
	text-align: left;
}

#businstructions .user_reclist td.user{
	font-size: 11px;
	text-align: left;
}

#businstructions .user_reclist td.date{
	text-align: right;
	font-size: 11px;
}

#businstructions .user_reclist td.rating{
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

#businstructions .user_reclist td.votes{
	text-align: right;
}

#businstructions .user_reclist td.plays{
	text-align: right;
}

#businstructions .user_reclist td.comment{
	padding: 3px 20px 4px;
	font-size: 9px;
	max-width:534px;
	min-width:534px
}

#businstructions .user_reclist td.options a{
	padding: 3px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 9px;
	text-decoration: none;
	display: inline-block;
}

#businstructions .user_reclist td.options a.delete:link, #businstructions .user_reclist td.options a.delete:visited, #businstructions .user_reclist td.options a.delete:active{
	background: #7ebfdd;
	color: #15252d !important;
	border: 1px solid #4c7385;
}

#businstructions .user_reclist td.options a.delete:hover{
	color: #232D15 !important;
	background-color: #D5EBB4;
	border: 1px solid #3E5820;
}

#businstructions .user_reclist td.options a.green:link, #businstructions .user_reclist td.options a.green:visited, #businstructions .user_reclist td.options a.green:active{
	background: #b6dd7e;
	color: #232D15 !important;
	border: 1px solid #6e854c;
}

#businstructions .user_reclist td.options a.green:hover{
	color: #232D15 !important;
	background-color: #D5EBB4;
	border: 1px solid #3E5820;
}

#businstructions .user_reclist td.options a.red:link, #businstructions .user_reclist td.options a.red:visited, #businstructions .user_reclist td.options a.red:active{
	background: #dd7e85;
	color: #2d1517 !important;
	border: 1px solid #854c50;
}

#businstructions .user_reclist td.options a.red:hover{
	color: #232D15 !important;
	background-color: #D5EBB4;
	border: 1px solid #3E5820;
}

#businstructions h2.help_header {
	color: #fff;
	font-size: 26px;
	text-align: center;
	padding: 8px 0;
	margin: 0 0 5px;
	background: #76a73c;
	background-image: -moz-linear-gradient(top, #91bc46, #76a73c); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #91bc46),color-stop(1, #76a73c));   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#91bc46', EndColorStr='#76a73c')";
}

#businstructions h1, .user_display h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fff;
	font-size: 20px;
	padding: 4px 20px;
	margin: 0 0 5px;
	max-height: 25px;
	min-height: 25px;
	background: #76a73c;
	background-image: -moz-linear-gradient(top, #91bc46, #76a73c); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #91bc46),color-stop(1, #76a73c));   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#91bc46', EndColorStr='#76a73c')";
}

#businstructions .load{
	width: 48px;
	height: 48px;
	background-image: url(../img/load_grey_on_white.gif);
	margin: 0 auto;
}

.wrap {
	overflow: hidden;
}

#prank_player {
	width: 419px;
	height: 211px;
	text-align:center;
}



#tour_box {
	font-size: 12px;
	font-weight: normal;
	clear: both;	
}

#tour_box .big_arrow_right a{
	display: block;
	width: 33px;
	height: 36px;
	background: #fff url(../img/big_arrows_sprite.png) no-repeat 0 0;	
}

#tour_box .big_arrow_right a:hover{
	background-position: 0 -36px;	
}

#tour_box .big_arrow_left a{
	display: block;
	width: 33px;
	height: 36px;
	background: #fff url(../img/big_arrows_sprite.png) no-repeat -33px 0;	
}

#tour_box .big_arrow_left a:hover{
	background-position: -33px -36px;	
}

#tour_box .buttons a {
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	padding: 5px;
	margin: 0 6px 6px 0;
	font-weight: bold;
	color: #FFFFFF !important;
	background: #76A73C;
	text-align: center;
	border: 1px solid #3E5820;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

#tour_box .buttons  a:link,#tour_box .buttons  a:visited,#tour_box .buttons  a:active{
	text-decoration: none;
}

#tour_box .buttons a:hover {
	text-decoration: none;
	color: #232D15 !important;
	background: #B6DD7E;
	border: 1px solid #3E5820;
}

#tour_box .buttons a.current,#tour_box .buttons a.current:hover {
	color: #232D15 !important;
	background: #B6DD7E;
	border: 1px solid #FFF;
}

#terms_box p, #terms_box h3, #misc_info_box p, #called_box p, #top_content p {
	padding: 0 16px;
}

#faq_box a.question{
	font-size: 12px;
	font-weight: bold;
	display:block;
}

#faq_box .answer{
	font-size: 12px;
	padding: 5px 16px 10px 0;
	display: none;
}

.to_top {
	font-size: 10px;
	text-align: right;
	padding: 0 10px 10px;	
}

#contact_box {
	font-size: 12px;	
}
#contact_box a{
	display: inline;	
}
#contact_box a:link{
	color: #095FFF;
	text-decoration: underline;	
}
#contact_box a:visited{
	color: #095FFF;
	text-decoration: underline;	
}
#contact_box a:hover{
	color: #003AA6;
	text-decoration: underline;	
}
#contact_box a:active{
	color: #003AA6;
	text-decoration: underline;	
}