.grey {
	color: #999;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}

.vlarge {
	font-size: 16px;
	font-weight: bold;
}
form {  
	text-align: left;
	margin: 0;
	padding: 0;
}
form * {
	text-align: left;
}

input.formBox, select.formBox {
	padding: 5px;
	border: 1px solid #DDD;
	width: 200px;
}

.formFull .formBlock {
	width: 400px;
}

.formFull .row {
	padding: 5px;
	margin: 5px 0;
	overflow: auto;
	width: 100%;
	border-bottom: 1px solid #222;
}

.formFull label { 
	display: block;
	float: left; 
	width: 150px; 
	padding: 2px 5px; 
	margin: 5px 0 0 0;
	text-align: left;
}

.formFull .field {
	display: block;
	float: left; 
	padding: 5px; 
}

.formFull .formBlock {
	clear: both;
	padding: 10px;
	margin: 5px 0;
}

.formFull .formTitle {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
}

.viewTable {
	width: 100%;
	margin: 0 auto;
}

.viewTable th {
	background-color: #ececec;
	padding: 8px 5px;
	background-image: url(../images/viewTableHdBgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #222;
	border: 1px solid #222;
}

.viewTable td {
	border: 1px solid #222;
	background-color: #000;
	background-image: url(../images/adminButtonBgr.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 5px;
}

ul.icons {
	margin: 0 0 15px 0;
	padding: 0;
	border: 1px solid #222;
	border-bottom: none;
	width: 300px;
	float: left;
}
ul.icons li {
	border-bottom: 1px solid #222;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.icons li a {
	display: block;
	width: 285px;
	height: 43px;
	text-decoration: none;
	padding: 17px 0 0 15px;
	margin: 0;
	background-color: #000;
	background-image: url(../images/adminButtonBgr.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
ul.icons li a img {
	margin-right: 3px;
}
ul.icons li a:hover {
	background-color: #222;
	background-image: url(../images/adminButtonBgrOn.jpg);	
}

p.matches {
	padding: 10px;
	background-color: #222;
	border: 1px solid #333;
	margin: 0;
	color: #ECECEC;
}

#username_matches {
	height: 460px;
	background-color: #333;
	border: 1px solid #222;
	overflow: auto;
}
#username_matches ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#username_matches ul li {
	padding: 5px;
	background-color: #222;
	margin: 2px;
}

#gig-ideas, #address {
	background-color: #520000;
	background-image: url(../../wp-content/themes/gig-guide/images/gig-ideas-bgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px 10px;
	margin: 0;
}
#gig-ideas p, #address p {
	color: #ECECEC;
	font-weight: bold;
}
#gig-ideas li {
	color: #ECECEC;
	padding: 0;
	margin: 0;
	list-style-type: circle;
}
#address h2 {
	color: #FFF;
	padding-bottom: 5px;
	border-bottom: 1px solid #d06666;
}

/* Form required fields */

p.reqd {
	color: #ed6102;
	font-size: 10px;
	margin: 2px 0;
}
span.reqd {
	color: #ed6102;
	font-size: 11px;
	font-weight: bold;
}
p.errors, ul.errors {
	color: #FF3333;
}
p.errors {
	background-image: url(../images/icons/001_11.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-top: 5px;
}

img.profile {
	padding: 5px;
	background-color: #222;
	border: 1px solid #333;
	float: right;
}/*
#profile-pic {
	float: right;
}*/

/* Band / Venue listings */
#listings h3 {
	margin-top: 0;
}
#listings {
	border: 1px solid #222;
	width: 100%;
	margin-bottom: 15px;
}
#listings td {
	border-bottom: 1px solid #222;
	background-image: url(../images/adminButtonBgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px;
}

#gigListings h3 {
	margin-top: 0;
}
#gigListings {
	border: 1px solid #222;
	width: 100%;
	margin-bottom: 15px;
}
#gigListings td {
	border-bottom: 1px solid #222;
	background-image: url(../images/adminButtonBgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
	text-align: left;
}
#gigListings td.date {
	background-image: url(../images/viewTableHdBgr.jpg);
	background-color: #ececec;
}
#gigListings td.date h3 {
	font-size: 14px;
	color: #222;
	font-weight: normal;
}

/* Gig listing - REQD?? 

#gigList h3 {
	background-image: url(../images/viewTableHdBgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F3F3F3;
	padding: 7px;
	border: 1px solid #222;
	margin: 0;
	color: #222;
	font-size: 12px;
}
#gigList ul {
	margin: 0 0 15px 0;
	padding: 0;
}
#gigList li {
	border: 1px solid #222;
	background-color: #000;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	background-image: url(../images/adminButtonBgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
	padding: 7px;
}
*/