/* CSS Document */

p, th, h1, h2, h3, label, td, li, input, textarea, select, #largeTagLine, #tagLine {
	font-family:  Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin-left: 7px;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
select, textarea, input {
	color: #000000;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
	padding-top:3px;
}
h1 span {
	font-size:18px;
	font-weight:bolder;
}
h2, th {
	font-size:11px;
	font-weight: bold;
}
.h2Top {
	margin-top: 4px;
	margin-bottom:10px;
}
.headerText {
	text-align: center;
	font-size: 12px;
}

.trackListing span {
	font-weight: bold;
	font-size: 12px;
}

.textLink {
	text-decoration: none;
	color: #FFFFFF;	
	font-size: 12px;
	font-weight: bold;
}
.intro {
	margin-top: 2px;
}
a {
	color: #FFFFFF;
}

.adText {  /* For adverts */
	font-size: 16px;
	font-weight: bold;
}

.adTextSmall {  /* For adverts */
	font-size: 10px;
	font-weight: bold;
}

/* Button Behaviour */
a span { 
	display:none;
}
#randomButton, #searchButton, #homeButton, #realGigs, #realInterviews {
	width: 124px;
	top: 622px;
	height: 40px;
}

#loginButton, #randomButton, #searchButton, #homeButton, #searchGoButton, #realGigs, #realInterviews {
	position:absolute;
	border: none;
	height: 40px;
	background-repeat:no-repeat;
	background-position:center center;
}
#loginButton {
	background-image:  url(../Images/Buttons/login.gif);
	width: 150px;
	left: 554px;
	top: 47px;
	z-index: 2;
}

#searchButton {
	left:190px;
	background-image:  url(../Images/Buttons/search.gif);
}
#randomButton {
	left:407px;
	background-image:  url(../Images/Buttons/random.gif);
}
#homeButton {
	left:20px;
	background-image:  url(../Images/Buttons/home.gif);
}
#realGigs {
	left:190px;
	background-image:  url(../Images/Buttons/realGigs.gif);
}
#realInterviews {
	left:407px;
	background-image:  url(../Images/Buttons/realInterviews.gif);
}
/* For Search Page only */
#searchGoButton {
	width: 124px;
	left:77px;
	top:124px;
	background-image:  url(../Images/Buttons/searchGo.gif);
	background-color: #000000;
}
/* End of buttons */

/* head, body, footer */
#header {
	margin-bottom: 10px;
	margin-left: 10px;
	z-index: 1;
}
#headerImage {
	position:absolute;
	top:16px;
	width:335px;
	height:35px;
	z-index:3;
}
#headerText {
	position:absolute;
	top:16px;
	width:335px;
	height:35px;
	z-index:3;
}
#tagLine {
	position:absolute;
	left:50px;
	top:53px;
	width:300px;
	height:28px;
	z-index: 2;
	font-size: large;
	text-align: right;
}
#largeTagLine {
	position:absolute;
	left:375px;
	top:7px;
	width:321px;
	height:43px;
	z-index: 1;
	font-size: x-large;
	text-align: right;
}

/* Height set by 'withFlash' or 'noFlash' */
#tickerTape {
	position:absolute;
	width:681px;
	height:25px;
	left: 31px;
	top: 91px;
}

body {
	width: 100%;
	background-color: #000000;
}
#wholePage {
	background-image: url(../Images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	height: 500px;
	padding-left: 20px;
	padding-right: 20px; 
}
/* End of head, body */

/* Bottom of the page */
#footer { /* for the contact me */
	position:absolute;
	left:17px;
	top:529px;
	width:700px;
	height:23px;
}

#contactMe {
	position: absolute;
	border: none;
	height: 20px;
	width: 140px;
	background-repeat:no-repeat;
	background-image: url(../Images/Buttons/contact.gif);
}
#contactRight {
	 padding-left:160px;
}

#ACWD {
	position:absolute;
	left:22px;
	top:550px;
	width:694px;
	height:40px;
	text-align:center;
}

/* Feedback details */
#feedbackPage {
	background-color: #000000;
	background-image: none;
}

#closeWindow {
	width: 124px;
	height: 40px;
	background-image: url(../Images/Buttons/close.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	border: none;
}

/* table Definitions */
.tableSpec {
	border: thin #CCCCCC solid;
}
#resultsTable {
	padding-top: 30px;
}
#wholePage #liveLink {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

.interviewQA {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

