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

img, div, a, td {
	behavior: url(css/iepngfix.htc);
}

body {
	font-family:Arial, Tahoma, Verdana;
	color:#000000;
	background-color: #B2BB1C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
}

img {
	border:0px;
}

#mainBackground {
	background-image:url(../layout/mainBackgroundLeftRightTrim.gif);
	background-repeat:repeat-y;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	background-color:#b2bb1c;
}

#wrapper {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../layout/wrapperBottomBackground.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	
}

#tableAligner {
	margin-left:104px;
}

#rightHandSideHomeBox {
	background-image:url(../layout/rhsBoxesHome.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:319px;
}

/*#rightHandSideSubPageBox {
	background-image:url(../layout/topRightSubPage.gif);
	background-repeat:no-repeat;
	background-position:right top;
	width:320px;
	height:446px;
}*/

#mainCardboardBackground {
	height:100%;
	width:524px;
}

#footer {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../layout/footerBackground.gif);
	background-position:left;
	height:153px;
}

#contactBox {
	margin-left:135px;
	padding-top:7px;
	width:480px;
}

#nav {
	padding-left:20px;
	padding-top:17px;
	padding-bottom:20px;
}

#mainContentDiv {
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
}

.navButton {
	padding-right:3px;
}

#rhsBox1 {
	padding-left:38px;
	padding-top:17px;
	height:140px;
	overflow:hidden;
	width:250px;
}

#rhsBox1 .bt-join {
	margin-bottom:12px;
}

#rhsBox2 {
	padding-left:38px;
	padding-top:17px;
	height:260px;
	overflow:hidden;
}

#gigGuideBox {
	padding-left:40px;
	padding-top:20px;
}

#artistsTable {
	width:100%;
}

#artistsTable td {
	vertical-align:top;
	/*background-image:url(../layout/bottomLineSpacerGrey.gif);*/
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:20px;
	padding-bottom:20px;
}

#artistsNameTable {
	width:100%px;
	height:25px;
	margin-bottom:10px;
	background-color:#444444;
}

#artistsNameTable td {
	padding:0px;
	background:none;
	padding-top:5px;
}

#artistsNameTable .nameArtistTitle {
	padding-left:10px;
	padding-right:15px;
	width:100%;
	color:#FFFFFF;
}

#tableSubscribe {
	margin-top:10px;
}

#btStyles {
	width:319px;
	height:25px;
	padding-left:45px;
	padding-top:7px;
	background-image:url(../layout/btStylesBg.gif);
	background-repeat:no-repeat;
	margin-left:40px;
}

/*---------------------------------------------
FORMS
---------------------------------------------*/

label {
	float: left;
	width: 125px;
	font-weight: bold;
	margin-right:5px;
	font-size:12px;
}

input, textarea {
	margin-bottom: 5px;
}

form {
	margin-top:20px;
	margin-bottom:20px;
}

.LV_validation_message{
	font-size:11px;
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#FFF;
}
	
.LV_invalid {
    color:#CC0000;
}
