/*=========================-
+==========================+
ATTHATGIG COMMUNITY WEBSITE

+==========================+
-=========================*/

ol, ul {list-style:none;}


/*Friends*/
li.friendProfile {height:50px;float:left;}

/*Favs*/
.favsInputBox {float:left;}

/*Message Alerts*/
#messageContainer{
	clear:both;
	height: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	
}

#messageboxInfo {
	clear: both;

	padding: 5px; 
	font-weight: bold; color: red;
	margin-bottom: 10px;
	border: 1px solid #c4c4c4;
	background-color:#FF9;
}
.messageboxCaptcha {
	clear: both;

	padding: 5px; 
	font-weight: bold; color: red;
	margin-bottom: 10px;
	border: 1px solid #c4c4c4;
	background-color:#FF9;
}

#messageboxDelete {
	clear: left;
	width: 100%;
	padding: 4px; 
	border: 1px solid #c4c4c4;
	background-color:#f7f7f7;
}

#messageboxAlert {
	background-image: url(../images/panel_alert.gif);
	width: 670px;
	color: #b22a30;
	height: 35px;
	background-repeat: no-repeat;
	padding-top: 2px; 
	border: 1px solid #2a2728;
	background-color:#d8d8d8;
}

/* Header */
.header {

	
	background-image: url(../img/header.png);
	background-position: no-repeat top center; 
	background-repeat: repeat-y;
	height: 302px; 
	margin-top:10px;
	
	text-align: left;
	border: 0px solid red;
	width: 1018px;
	margin-left: 1px;
}

.admin_header {
	margin-top:10px;
	background-image: url(../img/admin_header.png);
	background-possition: no-repeat top center; 
	height: 310px; 
	width: 1017px;
	margin-left: 1px;
}

.admin_inputfield {
	border: 1px solid #cc;
	height: 18px; 
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #000;
}



/* Header Banners*/
.atthegig {
	float: left;
	width: 150px;
	padding-left: 55px;
	display: block;
	margin-top: 39px;
	margin-left: 0px;
}

.rollingstone {
	float: left;
	display: block;
	padding-left: 50px;
	margin-top: 90px;
	margin-left: 0px;
	width: 472px;
}

#search {
	float: left;
	margin-top: 30px;
	margin-left:20px;
	width: 210px;
}

#searchImage {
	float: left;
	width: 60px;
}

.searchImage {
	float: left;
	width: 60px;
}

#searchBox {
	float: left;
	width: 150px;
	margin-left: 60px;
	margin-top: -50px;
}

.searchHeader {
	float: left;
	width: 150px;
}

.searchBox {
	float: left;
	width: 150px;
}

.rockImage {
	float: left;
	padding-left: 65px;
	display: block;
	margin-top: 60px;
	margin-left:0px;
	width: 165px;
}

/* Gold Button Link */

a.mainbutton{
	background: transparent url('../img/button.png') no-repeat;
	float: left;
	font-size: 80%;
	line-height: 20px; 
	height: 27px; 
	width:138px;
	margin-top: 5px; 
	margin-left: 5px; 
	padding-top: 3px; 
	padding-left: 10px; 
	text-decoration: none;
	color: #000;
	font-weight:lighter;
}

a:link.mainbutton, a:visited.mainbutton, a:active.mainbutton{
	color: fff; /*button text color*/
}

a:hover.mainbutton { /* Hover state CSS */
	color: #fff;
	background: transparent url('../img/button2.png') no-repeat ;
}

/* Gold Button Link */

a.goldbuttons{
	background: transparent url('../img/buttons/roundedge-gold-left.png') no-repeat top left;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 18px; /* Height of button background height */
	padding-left: 10px; /* Width of left menu image */
	padding-right: 2px;
	text-decoration: none;
	color: #000;
	
}

a:link.goldbuttons, a:visited.goldbuttons, a:active.goldbuttons{
	color: 55544e; /*button text color*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	cursor:pointer;
}

a.goldbuttons span{
	background: transparent url('../img/buttons/roundedge-gold-right.png') no-repeat top right;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
}

a:hover.goldbuttons span:hover{ /* Hover state CSS */
	color: #c53e3d;
		display: block;
	font-family:Arial, Helvetica, sans-serif;
font-size: 9px;

	background: transparent url('../img/buttons/roundedge-gold-right-on.png') no-repeat right;
}


/* Grey Button Link */

a.greybuttons{
	background: transparent url('../img/buttons/roundedge-gray-left.png') no-repeat top left;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 18px; /* Height of button background height */
	padding-left: 10px; /* Width of left menu image */
	padding-right: 2px;
	text-decoration: none;
	color: #000;
	
}

a:link.greybuttons, a:visited.greybuttons, a:active.greybuttons{
	color: 55544e; /*button text color*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	cursor:pointer;
}

a.greybuttons span{
	background: transparent url('../img/buttons/roundedge-gray-right.png') no-repeat top right;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 75px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
}

a:hover.greybuttons span:hover{ /* Hover state CSS */
	color: #c53e3d;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	background: transparent url('../img/buttons/roundedge-gray-right-on.png') no-repeat right;
}



/* Profile Buttons/Backgrounds*/

#profiletab {
	background-image: url(/img/tab_link.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 31px;
	text-decoration:none;
	
}

#profiletabsmall {
	background-image: url(/img/tab_link_small.png);
	background-repeat: no-repeat;
	width: 145px;
	height: 31px;
	text-decoration:none;
	
}

.profiletab {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	padding-top: 0.3em;
	padding-left: 0.5em;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration:none;
}


/* Header Navigation*/
#topnav {
	width: 960px;
	clear: both;
	padding: 0px;
	padding-top: 27px;
	margin-left: 80px;
	text-transform:uppercase;
	font-size: 12px;
	font-weight:bolder;
	text-align: left;
	
}

#topnavinside {
	padding-left: 0px;
	text-align: left;	
;

	margin: 0px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#000000;
}

.topnavlink:link {
	text-decoration: none;

	color:#000000;
}
.topnavlink:visited {
	text-decoration: none;
	color:#000000;
		
}
.topnavlink:hover {
	text-decoration: underline;
	color:#000000;
}
.topnavlink:active {
	text-decoration: none;
	color:#000000;
	
	
}

/* Layout */
#container {

	margin-top: 0px;
	width: 1018px;
	height: 200px;
    text-align: left;
}

.headContainer {
	margin-top: 0px;
	width: 1018px;
	height: auto;
	
}

.mainContainer {
	background-image: url(../img/main_overspill.png);
	background-repeat:repeat-y;
	display:inline-block;


	
	width: 1018px;
}

.footerContainer {
clear: both;
	background-image: url(../img/footer.png);
	background-possition: no-repeat; 
	height: 96px;
	text-align: left;
margin-left: 1px;
	margin-bottom: 0px;
	width: 1018px;
}


/* Main Content*/
#content {

padding-left: 47px;
	background-image: url(../img/main_bground.png);
	background-repeat: no-repeat;
	width: 1018px;
	display: block;
}

#admin_content {
	
	float: left;
	background: url(../img/admin_main_bground.png) repeat-y;
	width: 1018px;
}

.admin_maincontent {
	float: left;
	margin-left:50px;
 	width: 920px;
}

.maincontent {
	float: left;


 	width: 675px;

}

.login {
	float: left;
	margin-left: 50px;
	
 	width: 225px;

	border: 0px solid green;
}


/* Gigs View/Edit Content*/
#gigscontainer{
	width: 675px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#gigstopsection{
	min-height: 50px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 10px;
	background-color: #efefef;
border-bottom: 1px solid #dadada;
border-top: 1px solid #dadada;
margin-bottom: 15px;
margin-top: 10px;

	padding-right: 0px;
	
}

#gigstopsection2{
	min-height: 50px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;

border-bottom: 1px solid #dadada;

margin-bottom: 15px;

	padding-right: 0px;
	
}

#gigstopsection3{
	min-height: 50px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 1px solid #dadada;
	padding-right: 0px;
	
}

#gigstopsection h1{
margin-top:0px;
	
}



#gigstopsection input{
	height: 40px;
}

#gigcontentwrapper{
	/*float: left;*/
	width: 675px;
	/* width:490px;*/
}
#gigcontentwrapperBand{
	float: left;
	width: 490px;
	/* width:490px;*/
}
#gigcontentcolumn{
/*Set right margin to RightColumnWidth*/
	float: left;
	width: 475px;

}

#gigcreator{
	padding-left:10px;
	float: left;
	border-left: 1px solid #ddd;
	width: 185px; 
}

#gigrequestcontent{
	margin-right: 10px; /*Set right margin to RightColumnWidth*/
}


#peopleatthegig{
	float:left;
	border-left: 1px solid #ddd;
	width: 170px; 
}

/* COMMENTED TO REMOVE ERROR 42 - My Favorites
#peopleatthegig{
	
position: absolute;
margin-left: 470px;
padding-left: 10px;
border-left: 1px solid #ddd;
width: 170px; 
}
*/

#venueColumn{
	float: left;
	border-left: 1px solid #ddd;
	padding-left: 15px;
	width: 184px; /*Width of right column*/
	margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
}

#gigphotos{
	clear: left;
	width: 100%;
	padding: 4px 0;
}

.giginnertube{


	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 15px;
	


}




.giginnertube2{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 10px;
}



.gigheaderdate{
	font-size:10pt;
}


/* Friends Content*/
#friendscontainer{
	width: 675px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#friendstopsection{
	height: 35px;
	padding-right: 0px;
}

#friendssearchsection{
	border-top: 1px solid #fff;
	padding: 5px;
	margin-top: 25px;
	height: 18px;
	margin-bottom: 10px;
}

#friendsspacer{
	padding-top: 8px;
	padding-bottom: 2px;
	border-bottom: 1px solid #dadada;

}

#friendsbotsection{
	height: 20px;
	padding-right: 20px;
}

#friendssection{

	padding-right: 10px;
	padding-bottom: 10px;
}

#friendsresultssection{
	height: 20px;
	padding-right: 20px;
}

#friendsResults{
	clear: left;
	width: 100%;
}

.friendsinnertube{
	padding: 2px;
	margin: 0px;
	width:100%;
	height:auto;
	border-bottom: 1px solid #dadada;

}

.storyinnertube{
	padding: 2px;
	margin: 0px;
	width:95%;
	height:auto;
	border-bottom: 1px solid #dadada;

}


/* Wall to Wall Content*/
#wallcontainer{
	width: 675px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#walltopsection{
	height: 65px;
	padding-right: 20px;
}

#wallmessagesection{
	height: 120px;
	padding-right: 20px;
}

#wallbotsection{
	height: 20px;
	padding-right: 20px;
}

#wallsection{
	height: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #dadada;
}

#wallResults{
	clear: left;
	width: 100%;
}

.wallinnertube{
	padding: 2px;
	border-bottom: 1px solid #dadada;
}

/* Profile View/Edit Content*/
#profilecontainer{
	width: 675px; /*Width of main container*/
	margin: 0px;
	padding-top: 10px;
}

#profilewrapper{
	float: left;
	width: 100%;
}

#messagecolumn{
	margin-left: 420px; 
	padding: 0px;
}

#imagecolumn{
	float: left;
	width: 157px;
	margin-right: 10px;
	margin-left: -675px;
}

#aboutcolumn{
	float: left;
	width: 260px;
	margin-left: -505px;
}

#profilebottomcontainer{
	width: 675px;
	margin: 0 auto;
}

#messagelist{
	float: left;
	width: 515px;
	padding: 0px;
	min-height: 340px;
}

#friendslist{
	float: left;
	width: 160px;
}

#profilefriends{
	width: 135px;
 	background-color:#eee;
	float:left;
	margin-top: 5px;
	padding: 5px;
}


.messageme{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	padding: 0px;
}

.profileinnertube{
	margin-left: 8px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 2px;
	margin-right: 5px;
	font-size: 11px;

}

.profileinnertubetop{
	margin-left: 8px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 8px;
	margin-right: 5px;
	font-size: 11px;

}


a.band {
	color: #cd0000;
	text-decoration:none;

}
a.band:hover {
	color: #cd0000;
	text-decoration: underline;
}

a.adminband {
	color: #3f96db;
	text-decoration:none;

}
a.adminband:hover {
	color: #3f96db;
	text-decoration: underline;
}

a.profile {
	color: #3f96db;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration:none;

}
a.profile:hover {
	color: #3f96db;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}


a.atthatgig {
	color: #cd0000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration:none;

}
a.atthatgig:hover {
	color: #cd0000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

a.friendsOnline {
	color: #3f96db;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration:none;

}
a.friendsOnline:hover {
	color: #3f96db;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

a.viewall {

	font-weight:bold;
	color: #666;
	text-decoration:none;

}
a.viewall:hover {
	font-weight:bold;

	color: #666;
	text-decoration: underline;
}


a.friends {
	font-size: 14px;
	font-weight:bold;
	color: #3f96db;
	text-decoration:none;

}

a.friends:hover {
	font-weight:bold;
	font-size: 14px;
	color: #3f96db;
	text-decoration: underline;
}

a.deletefriends {
	font-size: 13px;
	color: #cd0000;
	text-decoration:none;

}
a.deletefriends:hover {
	font-size: 13px;
	color: #cd0000;
	text-decoration: underline;
}

a.searchfriend {
	text-decoration:none;

}
a.searchfriend:hover {
	color: #cd0000;
	text-decoration: underline;
}

a.bandname {
	color: #cd0000;
	text-decoration:none;
	font-size:16px;
	font-weight: bold;

}
a.bandname:hover {
	color: #cd0000;
	text-decoration: underline;
	font-size:16px;
	font-weight: bold;
}

a.register {
	color: #c53e3d;
	font-size:11px;
	font-weight: lighter;
	text-decoration: underline;

}
a.register :hover {
	color: #c53e3d;
	font-size:11px;
	font-weight: lighter;
	text-decoration:none;
	padding: 0px;
}


/* Boxes */
#loginBox {
	background-image: url(../img/login_box.png);
	background-repeat: no-repeat;
	background-possition: top right; 
	width: 200px;
	height: 110px;
	margin-bottom: 0px;
}
.loginHead{
	margin:0 0 0 12px;
	padding: 0px;
}
.loginBox {
	margin:1px 0 0 12px;
	padding: 0px;
	font-size: 11px;
}

#div1, #div2{
	margin:1px 0 0 2px;
	padding: 0px;
	font-size: 11px;
}

.loginSubmit {
	margin: 3px 18px 0 0;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
font-size: 9px;
}

#loggedBox {
	float: left;
	width: 200px;
}

.editLogin {
	float: left;
	margin:0 12px 0 0;
	padding: 0px;
	width: 100px;
}
.logoutButton {
	float: right;
	margin:0 12px 0 0;
	padding: 0px;
	width: 100px;
}

/* Login Panel Main */
#loginpanelmain {
	width: 676px;
	margin-top: 15px;
}
#logincontent {
	float: left;
	margin: 0px;
	padding: 10px;
	height: 400px;
	background-color: #eee;
	width: 318px;
	border-right: 1px solid #dadada;
}


#loginpaneladmin {
	width: 650px;
	margin-top: 15px;
}
#logincontentadmin {
	float: left;
	margin: 0px;
	padding: 10px;
	height: 120px;
	background-color: #eee;
	width: 650px;
	border: 1px solid #dadada;
}

#loginreminder {
	float: left;
	margin: 0px;
	width: 676px;
}

#register {
	float: left;
 	width: 295px;
	padding: 10px;
	margin-left: 20px;
}

/* Form Styles */
.formbox {
	border: none;
	text-align: left;
	border: 1px solid #d5d5d5; 
	height: 20px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.formbox1 {
	width: 95px; 
	height: 21px;
	border: 1px solid #d5d5d5; 
	background-color: #fff; 
	color: #757575; 

	padding: 0px;
	overflow: hidden;
}

.formbox2 {
	width: 173px; 
	/*width: 176px;*/
	border: 1px solid #d5d5d5; 
	background-color: #fff; 
	color: #757575; 
	overflow: hidden;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
}

.formbox3 {
	width: 670px; 
	height: 75px;
	border: 1px solid #d5d5d5; 
	background-color: #fff; 
	color: #757575; 
	font-size: 12px;
}

.formbox3small {
	width: 305px; 
	height: 75px;
	border: 1px solid #d5d5d5; 
	background-color: #fff; 
	color: #757575; 
	font-size: 12px;
}

.formbox4 {
	width: 95px; 
	height: 21px;
	border: 1px solid #d5d5d5; 
	background-color: #fff; 
	color: #757575; 
	padding: 0px;
	overflow: hidden;
}

.formbox5 {
	width: 635px; 
	height: 75px;
	border: 1px solid #d5d5d5; 
	background-color: #fff; 
	color: #757575; 
	overflow: hidden;
	margin-bottom: 10px;
}

.formbox6 {
	width: 450px; 
	height: 60px;
	border: 1px solid #d5d5d5; 
	background-color: #fff; 
	color: #757575; 
	overflow: hidden;
	margin-bottom: 10px;
}

.formbox7 {
	width: 120px; 
	height: 21px;
	border: 0px; 
	background-color: #fff; 
	color: #757575; 
	overflow: hidden;
	padding-top: 8px;
	padding-left: 7px;
	margin: 0px;
	background: url(../img/search_bround.jpg) no-repeat;
}

.formbox8 {
	width: 110px; 
	border: 1px solid #d5d5d5; 
	background-color: #fff; 
	color: #757575; 

	overflow: hidden;
	padding: 0px;
}


.formbox9 {
	width: 450px; 
	border: 1px solid #d5d5d5; 
	background-color: #fff; 
	color: #757575; 
	overflow: hidden;
	padding-top: 3px;
	padding-left: 3px;
}

.formboxSeeURL {
	width: 610px; 
	height: 18px;
	border: 1px solid #d5d5d5; 
	background-color: #fff; 
	color: #757575; 
	overflow: hidden;
	padding-top: 3px;
	padding-left: 3px;
}

.backStageBanter {
	width: 450px; 
	height: 60px;
	border: 1px solid #d5d5d5; 
	background-color: #fff; 
	color: #757575; 
	font-size:11px;
	margin-bottom: 10px;
}

.selectDay  {
	width: 45px; 
	height: 21px;
	font-size:11px;
	border: 1px solid #d5d5d5; 
	background-color: #fff; 
	color: #757575; 
	padding: 0px;
	overflow: hidden;
}

.selectMonth {
	width: 58px; 
	height: 21px;
	font-size:11px;
	border: 1px solid #d5d5d5; 
	background-color: #fff; 
	color: #757575;
	padding: 0px;
	overflow: hidden;
}

.selectYear {
	width: 50px; 
	height: 21px;
	font-size:11px;
	border: 1px solid #d5d5d5; 
	background-color: #fff; 
	color: #757575; 
	padding: 0px;
	overflow: hidden;
}

.emailInputBox {
	width: 250px; 
	border: 1px solid #d5d5d5; 
	background-color: #fff; 
	color: #757575; 
	overflow: hidden;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
}

.favsTextarea {
	width: 630px; 
	height: 100px;
	border: 1px solid #d5d5d5; 
	background-color: #fff; 
	color: #757575; 
	margin-bottom: 10px;
}

.editProfileTextarea {
	width: 630px; 
	height: 75px;
	border: 1px solid #d5d5d5; 
	background-color: #fff; 
	color: #757575; 
	font-size: 12px;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
}


/* Buttons */
.buttBgroundLarge {
	background-image: url(../img/button2.png); 
	background-repeat: no-repeat;
	background-position: top right;
	width: 138px;
	height: 27px;
}


/* Nav links */

#navLink {
	background: url(../img/nav_link.png) no-repeat top right;
	/* height: 70px;  */
	width: 200px;
	
}

.navLink:link {
	text-decoration: none;
	color: #666;
}
.navLink:visited {
	text-decoration: none;
	color: #666;
}
.navLink:hover {
	text-decoration: underline;
	color: #666;
}
.navLink:active {
	text-decoration: none;
	color: #666;
}


.navImage {
	width: 50px;
	padding-top:10px;
}

#navLinkText {
	float: right;
	margin-top: -50px;
	width: 150px;
}

.navLinkHeader {
	float: left;
	width: 150px;
}

.navLinkBody {
	float: left;
	width: 150px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;

}

/* Footer Navigation*/
#footernav {
	float: left;
	margin-top: 40px;
	margin-left: 5px;
	padding: 5px;
	text-align: left;
	font-size:11px;
	font-weight:lighter;
}

#admin_footernav {
	float: left;
	background-image: url(../img/admin_footer.png);
	background-repeat: no-repeat;
	height: 96px; 
	margin-left: -1px;
	width: 1018px;
}

#footerinside {
	padding-left: 10px;
	text-align: left;	
}

.footernavlink:link {
	text-decoration: none;
	color: #7e7064;
}
.footernavlink:visited {
	text-decoration: none;
	color: #7e7064;
}
.footernavlink:hover {
	text-decoration: underline;
	color: #7e7064;
}
.footernavlink:active {
	text-decoration: none;
	color: #7e7064;
}

* {
	margin:0;
	padding:0;
}

/* Tables */
table.frontend {
	width: 675px;
	border: none;
}
td.frontend {
	padding: 0 8px;
	text-align: left;
	border: none;
}
tr.frontend {
	padding: 2px 8px;
	text-align: left;
	border: none;
}

/* About Me */
table.aboout {
	width: 620px;
	border: none;
}
td.aboout {
	text-align: left;
	border: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	min-width: 150px;
}

td.aboout input{
	margin-left: -3px;
}
tr.aboout {
	text-align: left;
	border: none;
}


/* admingig table */
table.admingig {
	width: 875px;
	border: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
}
td.admingig {
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: none;

}

td.admingig input{
	margin-left: -3px;
}
tr.admingig {
	text-align: left;
	border: none;
}

/* gigrequest table */
table.gigrequest {
	width: 600px;
	border: none;
}
td.gigrequest {
	text-align: left;
	border: none;
	min-width: 90px;
}

td.gigrequest input{
	margin-left: -3px;
}
tr.gigrequest {
	text-align: left;
	border: none;
}


/* Images */
table.images {
	width: 550px;
	border: none;
}
td.images {
	padding: 2px 10px;
	text-align: left;
	border: none;
}
tr.images {
	padding: 2px 8px;
	text-align: left;
	border: none;
}

/* Image Galler Containers */
#ImagesContainer{
	width: 675px;
	margin: 5px 0px 10px 0px;
}
#ImagesContainer2{
	width: 640px;
	margin: 5px 0px 10px 0px;
}

.gigImagesContainer
{
	float:left;
	width: 510px;
	height: 170px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #c4c4c4;
	background-color:#f7f7f7;
}
.gigImagesContainer2
{
	float:left;
	width: 475px;
	min-height: 200px;
	padding: 0px;
	margin: 0px;
	border: solid 1px #c4c4c4;
	background-color:#f7f7f7;
}
.gigImagesContainer3
{
	float:left;
	width: 475px;
	padding: 0px;
	margin: 0px;
	color:#FF0000;
}
.gigImagesContainerAdmin
{
	float:left;
	width: 880px;
	min-height: 200px;
	padding: 0px;
	margin: 0px;
	border: solid 1px #c4c4c4;
	background-color:#f7f7f7;
}

.profileImagesContainerAdmin
{
	float:left;
	width: 152px;
	min-height: 200px;
	padding: 0px;
	margin: 0px;
	border-top: solid 1px #d8dfea;
	border-right: solid 1px #d8dfea;
	border-bottom: solid 1px #d8dfea;
	background-color:#edeff4;
	/*padding: 10px 0px 10px 10px;*/

}

.profileImagesContainer
{
	float:left;
	width: 152px;
	min-height: 200px;
	padding: 0px;
	margin: 0px;
	border-top: solid 1px #d8dfea;
	border-right: solid 1px #d8dfea;
	border-bottom: solid 1px #d8dfea;
	background-color:#edeff4;
	/*padding: 10px 0px 10px 10px;*/

}

.profileImagesContainer2
{
	float:left;
	width: 193px;
	min-height: 200px;
	padding: 0px;
	margin: 0px;
	border-top: solid 1px #d8dfea;
	border-right: solid 1px #d8dfea;
	border-bottom: solid 1px #d8dfea;
	background-color:#edeff4;
}

.viewProfileImages
{
	float:left;
	width: 610px;
	height: 680px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #c4c4c4;
	background-color:#f7f7f7;
}

.viewGigImages
{
	float:left;
	width: 650px;
	min-height: 500px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #c4c4c4;
	background-color:#f7f7f7;
}

/* Stories */
table.stories {
width: 100%;
	font-family:Verdana, Geneva, sans-serif;
		font-size: 11px;
		border: none;
	
}
td.stories {
	padding: 0 0px;
	font-family:Verdana, Geneva, sans-serif;
	text-align: left;
		font-size: 11px;
	border: none;


}
td.stories  a{

		font-size: 11px;



}
td.stories  a:hover{

		font-size: 11px;



}



tr.stories {
	padding: 2px 2px;
	text-align: left;
	font-size: 11px;
	font-family:Verdana, Geneva, sans-serif;
	border: none;
}

/*tours table*/
table.tours {
	width: 180px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: none;
}
td.tours {
	padding: 0 0px;
	width: 180px;
	font-family:Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 11px;
	border: none;


}
tr.tours {
	padding: 2px 2px;
	text-align: left;
	font-size: 11px;
	font-family:Verdana, Geneva, sans-serif;
	border: none;
}

/* Add Stories */
table.addstories {

	border: none;
}
td.addstories {
	padding: 0 0px;
	
	text-align: left;
	border: none;
}
tr.addstories {
	padding: 2px 8px;
	text-align: left;
	border: none;
}

/* Friends */
table.friends {
	margin: 0px 0px 0px 0px;
	width: 98%;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: none;
		
}
td.friends {
	text-align: left;
	border: none;
	font-size: 11px;
	font-family:Verdana, Geneva, sans-serif;
	line-height: 18px;
	
}
tr.friends {
	text-align: left;
	font-size: 11px;
	font-family:Verdana, Geneva, sans-serif;
	border: none;
}

/* Friends Filter */
table.friendfilter {
	margin: 0px;
	padding: 0px;
	width: 675px;
	border: none;
	
}
td.friendfilter {
	margin: 0px;
	padding: 5px;
	padding-right: 10px;
	text-align: left;
	border: none;
	line-height: 18px;
}
tr.friendfilter {
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: none;
}

/* Friends Search */
table.friendsearch {
	margin: 0px;
	padding: 0px;
	float:right;
	width: 225px;
	height:20px;
	border: none;
	background-color:#3399CC;
}
td.friendsearch {
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: left;
	line-height: 18px;
}
tr.friendsearch {
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: none;
}

/* Atthatgig */
table.atthatgig {
	width: 180px;
	border: none;
	
}
td input {height: 40px;}
td.atthatgig {
	padding: 0px 0px;
		font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	border: none;
	
}
tr.atthatgig {
	padding: 0px 8px;
		font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	border: none;
}

/* GIG Results */
table.searchresults {

	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	border-top: none;
	border-bottom: none;
}
td.searchresults {
	padding: 2px 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;

	text-align: left;
	border: none;
}
tr.searchresults {
	padding: 2px 8px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	
}


/* BAND Results */
table.bandresults {
	width: 330px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	border-top: none;
	border-bottom: none;
}
td.bandresults {
	padding: 2px 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	border: none;
}
tr.bandresults {
	padding: 2px 8px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	
}

td input {
	height: 18px;
}


/* Gig Venue */
table.gigvenue {
	width: 180px;
	border: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	
}
td.gigvenue {
	padding: 1px 1px;
	text-align: left;
	border: none;
		font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	
}
tr.gigvenue {
	padding: 1px 1px;
	text-align: left;
		font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: none;
}

.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 180%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 160%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 160%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	background-color: #dadada;
	padding: 5px;
	padding-left: 15px;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	font-size:18px;
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 180%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}
#madeby {
	float: left;
	background-image:url(../img/madeby.gif);
	background-repeat:no-repeat;
	background-position: center right;
	line-height: 56px;
	padding-top: 18px;

	margin-left: 260px;
margin-top: 22px;
	width: 95px;
	color: #fff;
	font-size: 10px;
	}
	
#madeby .madebylink:link {
	color: #fff;
	text-decoration: none;
}
#madeby .madebylink:visited {
	color: #fff;
	text-decoration: none;
}
#madeby .madebylink:hover {
	color: #fff;
	text-decoration: underline;
	
}
#madeby .madebylink:active {
	color: #fff;
	text-decoration: none;
}
#admin_user_panel {
	margin-top:5px; 
	margin-bottom: 5px; 
	color: black; 
	background-color: #cee8ed; 
	padding: 10px; 
	height:70px; 
	width:900px;
	}
#admin_managegigs_panel {
	margin-top:5px; 
	margin-bottom: 5px; 
	color: black; 
	background-color: #cee8ed; 
	padding: 10px; 
	height:125px; 
	width:900px;
	}
	
	
/*.fiximage span img{ width:124px; height:93px;}*/
.underlineclass { text-decoration: none }
.underlineclass:hover { text-decoration: underline }

/*---------------CSS USED BY PEEYUSH_________________*/

.icons_txt{ float:left; margin-top:6px; margin-bottom:10px; width:500px; margin-left:10px;}
.icons_txt .icons{float:left; width:60px; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#DF3A34; margin-right:20px;}
.icons_txt .icons img{ margin-bottom:3px;}
.icons_txt .combo{ float:left; padding-top:17px;}
.icons_txt .combo select{ color:#DE3D45;font-size:11px;}

.icons_txt_s{ float:left;width:250px; margin-left:11px;}
.icons_txt_s .icons{float:left; width:60px;font-family:Arial, Helvetica, sans-serif; font-size:9px; font-weight:normal; color:#DF3A34; margin-right:20px; text-align:center;}
.icons_txt_s .icons img{ margin-right:3px; vertical-align:middle;}

.news{ float:left; width:650px; margin-top:10px; margin-bottom:25px;}
.news .tab{float:left; width:170px;height:24px; font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#FF0000; font-weight:bold; background:url(../img/tab_link.png) no-repeat;padding-top:7px; padding-left:10px; margin-bottom:14px;}
.news .txt{float:left; width:650px; font-family:Calibri!important; font-size:15px; color:#626262; margin-top:3px; margin-bottom:3px; word-spacing:1px; padding-left:6px;}
.news .txt a.red_txt{ text-decoration:underline; color:#FF0000; font-size:15px; font-weight:bold;}
.news .txt a.red_txt:hover{ text-decoration:none; color:#FF0000;}
.news .txt a.blue_txt{ text-decoration:underline; color:#3F96DB; font-size:17px; font-weight:bold;}
.news .txt a.blue_txt:hover{ text-decoration:none; color:#3F96DB;}
.news .txt a.green_txt{ text-decoration:underline; color:#0BC902; font-size:15px; font-weight:bold;}
.news .txt a.green_txt:hover{ text-decoration:none; color:#0BC902;}
.news .txt span{color:#222222;font-size:12px; padding-left:2px;}
.news .previous_news{float:left;width:650px; text-align:right; margin-top:10px;}
.news .previous_news a{ text-decoration:none;color:#FF0000;font-weight:bold; font-size:13px;}
.news .previous_news a:hover{ text-decoration:underline;}

/*#imagecolumn img{
width:100px; max-height:100px;
}*/
/*#profilefriends img{
width:100px; max-height:100px;
}*/
a.mainbutton_img{
	background: transparent url('../img/button_img.png') no-repeat;
	float: left;
	font-size: 80%;
	line-height: 20px; 
	height: 27px; 
	width:108px;
	margin-top: 5px; 
	margin-left: 0px; 
	padding-top: 3px; 
	padding-left: 5px; 
	text-decoration: none;
	color: #000;
	font-weight:lighter;
}
a:hover.mainbutton_img { /* Hover state CSS */
	color: #fff;
	background: transparent url('../img/button2_img.png') no-repeat ;
}
.gig_request
{
align:center;color:#df3a34;font-weight:bold;font-size:9pt;margin:5px;float:right
}
.gig_fans
{
color:#df3a34;font-weight:bold;font-size:9pt;
}
.image_register_link
{
color:#df3a34;font-weight:bold;font-size:9pt;
}
.image_link
{
color:#3F96DB;font-weight:bold;font-size:9pt;
}
.info_text
{
color:#CD0000;
}
.not_friend_link
{
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
/*#messagelist img
{
width:100px; max-height:100px;
}*/

button.removeBtnCss{
	background: url('../img/buttons/green-btn.png') no-repeat; width:70px; height:18px; color:#000000; font-size:8pt; border:none; text-align:left; padding:0px 5px 0px 5px; margin:0px;
}

button.removeBtnCss a{ text-decoration:none;}