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

body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
table{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.smallishfont {font-size: x-small; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; }
.normal {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FF00FF;
}
.bigger {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

.redbar_left {
	color: #FFFFFF;
	font-weight: bold;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: black;
	background-color: #990000;
	font-size: larger;
	}
.redbar_right {
	color: #FFFFFF;
	font-weight: bold;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: black;
	font-size:small;
	background-color: #990000;
	text-align: right;
	}
.greybar {
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: black;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	}
.nicebox {
	background-image: url(http://www.scenekick.com/img/bg-pat1.gif);
	border: 0px;
	padding: 0px;
}
.nicebox_tl {
	background-image: url(http://www.scenekick.com/img/edge-tl.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-attachment: scroll;
	height: 17px;
}
.nicebox_tr  {
	background-image: url(http://www.scenekick.com/img/edge-tr.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: scroll;
	height: 17px;
}
.nicebox_bl  {
	background-image: url(http://www.scenekick.com/img/edge-bl.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-attachment: scroll;
	height: 17px;
}
.nicebox_br  {
	background-image: url(http://www.scenekick.com/img/edge-br.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: scroll;
	height: 17px;
}
.detailtable { background-color: #f0f0f0; }
.footertable {
	color: #9e0c0f;
	background-color: #f0f0f0;
	font-size: 10px;
	font-weight: bold;
}
.footertable2 {
	color: #9e0c0f;
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
.detailtable_head {
	font-size: x-small;
	color: #FFFFFF;
	background-color: #333333;
	font-weight: bold;
}
.copyright { font-size: xx-small; }
.maintable { width: 724px; }
.contenttable {
	border-width: 1px 1px 1px 1px; 
	border-style: solid; 
	border-color: black;
}

#small_signup a.signup-button{
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-x-system-font:none;
	border-color:#9C2;
	display:inline;
	font-family:"Lucida Grande",Arial,Sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin-right:6px;
	padding:3px 6px 5px;
}
a.signup-button{
	background:#9c2 url("/img/bg-btn-signup.png") repeat-x 0 0;
	display:block;
	padding:8px 10px;
	border:1px solid #df6;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-decoration:none;
	text-align:center;
	color:#333;
	text-shadow:0 1px 0 #df6;
	font:13px Helvetica,Arial,Sans-serif;
	font-weight:bold;
	outline:none;
}
a.signup-button:hover,a.signup-button:focus{
	background-position:0 -5px;
	color:#111;
}
a.signup-button:active{background-image:none;}

