html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*END OF CSS RESET */

body {
	font-family: "Lucida Grande", helvetica, "Bitstream Charter", sans-serif, arial;
	font-size:10pt;
	width:990px;
	background: #EAEAEA;
	color: #4F4F4F;
	margin: 15px auto;

	}
	
p {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
	
img {
	border:0;
	}

a {
	text-decoration:none;
	}
	
a:hover {
	text-decoration: underline;
}

a:visited {
	color: #0000FF;
	}

	
#mainbox {
	background: #FFFFFF;
	border:1px solid #C8C8C8;
	min-height:500px;
    height:auto !important;
    height:500px;
	padding: 15px;
}


#save {
	clear: both;
}

.exception_text {
	color: #FF0000;
	font-weight: bold;
}

.single_event {
	text-align: center;
}


/* LINKS/NAV AREA */

#left {
	
	width: 145px;
	border-right: 1px solid #DCDCDC;
	min-height:500px;
    height:auto !important;
    height:500px;
    font-size: 9pt;
}


#linkmenu a:hover {
	text-decoration:none;
}

#linkmenu .selected_link {
	background:#27408B;
	font-weight:bold;
}

#linkmenu .selected_link a {
	display:block;
	color: #FFFFFF;
	padding: 7px 0 7px 7px;
}

.inactive_link {
	color: #b8b8b8;
	display: block;
	padding:5px 0 5px 5px;
}

#linkmenu .active_link a {
	color: #27408B;
	display:block;
	padding: 7px 0 7px 7px;

}

#linkmenu .active_link a:hover{
	background:#EAEAEA;
	text-decoration:none;
}

/* RIGHT DIVIDE AREA */


#right {
	float: right;
	width: 800px;
	min-height:450px;
    height:auto !important;
    height:450px;
    line-height: 17px;
}



#mainlogo {
	float: right;
}

#welcometext {
	font-size: 9pt;
}

/* MAIN CONTENT AREA */

#maincontent {
	margin-top: 50px;
}

.pageheadline {
	font-size: 12pt;
	color: #00008B;
}


.question {
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	padding: 2px;
	padding-right: 0;
	background-color: #EAEAEA;
	width: 100%;
	clear: both;
	margin: 10px 0;
}


.question img {
	float: right;
}


/*this is the table class which holds the form fields*/

.formfields {
	border-spacing: 8px;
}
	
.data {
	width:100%;
	margin-top: 10px;
	}
	
.data td {
	vertical-align: top;
}


/*this is the help bubble itself*/
.help_box  {
	
}

.helpbox {
	float: right;
	text-align:justify;
	visibility:hidden;
	width:250px;
	font-size:0.9em;
}

.helpbox .topleft {
	background: url('../images/bgs/topleft.jpg') no-repeat right; 
	width:20px; 
	height:19px;
}

.helpbox .topright {
	background: url('../images/bgs/topright.jpg') no-repeat left; 
	width:25px;
}

.helpbox .topcentre {
	background: url('../images/bgs/topcentre.jpg') repeat-x left;
}

.helpbox .leftside {
	background: url('../images/bgs/leftside.jpg') repeat-y right;
}

.helpbox .content {
	background: #FFFFFF; 
	vertical-align:middle;
}

.helpbox .rightside {
	background: url('../images/bgs/rightside.jpg') repeat-y top left;
}

.helpbox .bottomleft {
	background: url('../images/bgs/bottomleft.jpg') no-repeat top right; 
	width:20px; 
	height:21px;
}

.helpbox .bottomcentre {
	background: url('../images/bgs/bottomcentre.jpg') repeat-x top left;
}

.helpbox .bottomright {
	background: url('../images/bgs/bottomright.jpg') no-repeat top left; 
	width:25px;
}

/* submit buttons */

.ml_event input{
	background:#27408B;
	color: #FFFFFF;
	border:1px solid #C8C8C8;
	font-weight: normal;
	}
	
#bottomformbuttons {
	margin-top: 50px;
	margin-bottom: 25px;
}

#topformbuttons {
	margin-bottom: 25px;
}
	
#bottomformbuttons img, #topformbuttons img {
	margin-bottom: -8px;
}

.middle {
	margin-left: 255px;
}


.right {
	float: right;
}

/* FOOTER */

#aboutlinks {
	float: right;
}

#bottomstuff {
	font-size: 8pt;
	margin-top: 5px;
}

/* HOMEPAGE */

#signinarea {
	margin-top: 5px;
	font-size:8pt;
	letter-spacing:2px;
	line-height:25px;
}

#lostpassword {
	font-size:8pt;
	letter-spacing:2px;
	height:30px;
	line-height:25px;
}


#homepageblurb {
	
	margin-top:35px;
	line-height:1.5em;
	text-align:justify;
	}
	
#homepagewelcome {
	font-size: 15pt;
	color:darkblue;
}

/* USER CONSOLE */

#consoletext {
	width:85%;
	margin-top:50px;
	line-height:20px;
	}
	
	
/* IMAGE PAGE */

#loadinganimation {
	display:none;
}

#mediauploader {
	margin: 0 auto;
	width: 380px;
	background: #EAEAEA;
	border:1px solid #c8c8c8;
	_line-height:0.8em;
	text-align: center;
	padding: 10px;
}

.uploaderheading, .title {
	font-size: 13pt;
}

#mediauploadbutton input {
	font-size: 11pt;
}

/* this is the table/grid which holds the four cells for the images */
#main_images_grid {
	width: 100%;
	margin-top: 15px;
}

/* this is the cell which holds the image and its details in the master table. there are four of these */
.image_grid_cell {
	width: 50%;
	vertical-align: top;
}


.individual_image, .image_placeholder {
	width: 350px;
	margin: 0 auto;

}

.image_data {
	padding: 6px 10px;
}

/* this is the TABLE which holds the image and its details  */
.individual_image {
	background: #eaeaea; 
	border: 1px solid #c8c8c8;

}

/* this is the TABLE which holds the placeholder */
.image_placeholder {
	background: #f4f4f4; 
	border: 1px solid #dddddd;
	color: #c8c8c8;
}

.image_placeholder .delete_text, .audio_placeholder .delete_text {
	color: #ffa9a9;
}

.image_placeholder .individual_image_pic img {
	border: 3px solid #eaeaea!important;
}
	


#bottomleftimage, #bottomrightimage {
	padding-top: 30px;
}

/* this is the table cell which holds the img */
.individual_image_pic {
	text-align: center; 
	vertical-align: middle!important;
	height: 295px;
	padding: 0!important;

}
	
.individual_image_pic img {
	border: 1px solid #c8c8c8;
}

/* AUDIO PAGE */

#existingaudio {
	margin-top: 20px;
}

#existingaudio_right {
	border-left: 1px solid #C8C8C8; 
	padding: 0pt 20px; 
	float: right;
	text-align: justify; 
	width: 40%;
}

.existing_song, .audio_placeholder {
	width: 50%;
	margin-bottom: 15px;
}

.audio_placeholder {
	background: #f4f4f4; 
	border: 1px solid #dddddd; 
	color: #c8c8c8;
}

.existing_song {
	border: 1px solid #C8C8C8; 
	background: #EAEAEA;
	}

.existing_song td, .audio_placeholder td {
	padding-top: 5px;
	padding-left:10px;
	}
	
.update_song_button {
	vertical-align: middle!important;
}	

#mediauploader img {
	margin: 0 auto;
	text-align: center;
}

#mediaplayer_heading {
	text-align: center;
	margin: 0 auto;
	font-size: 13pt;
	margin-bottom: 10px;
}

/* DESCRIPTION PAGE */

#stylestable {
	width: 100%;
}

/*review and publish page*/



.edit_link {
	font-size: 8pt;
	font-weight: bold;
}

.existingaudioRP img {
	margin: 0 10px;
	
	}
	
.existingaudioRP p {
	width:75%;
	}

.smallheadline {
	padding-bottom:2px;
	border-bottom:1px solid #C8C8C8;
	width:60%;
	color: #00008B;
	}

#RP_links p {
	text-align:left;
	}
	
#RP_links {
	width:75%;
	}

#consoletext {
	width:85%;
	margin-top:50px;
	line-height:20px;
	}
	
#consolebuttons input {
	background:#27408B;
	color: #FFFFFF;
	border:1px solid #C8C8C8;
	}
	
#rpImageTable td {
	width: 300px;
	text-align: center;
	padding: 5px;
}
	
.default_image {
	background:#E4E5E5;
	text-align:center;
	border:1px solid #C8C8C8;
	}
	
#pleaseenter {
	margin-left:18%;
	margin-top:40px;
	margin-bottom:30px;
	}

#newartistName {
	text-align:center;
	}
	
/* edit-existing page */

#editexistingtable {
	width:100%;
	margin-top:25px;
	border:1px solid #e4e5e5;
}

#editexistingtable th, #editexistingtable td {
	text-align: center;
}
	
#editexistingtable th {
	background: #dbdbdb;
	padding: 7px 0;
	font-weight: bold;
}

#editexistingtable td {
	vertical-align: middle!important;
	font-size: 9pt;
	background: #eceded;
	border-top: 10px solid #ffffff;
}

#editexistingtable .image_cell img {
	border: 1px solid #c8c8c8;
}

.artistname_cell {
	width: 120px!important; 
	padding-left: 10px!important;
}

/* user profile page */


.user_details td {padding: 5px 0;}

.updateProfileDetailButton {
	text-align: right;
}

.user_details .updateProfileDetailButton input {
	background:#27408B!important;
	color: #FFFFFF!important;
	border:1px solid #C8C8C8!important;}
	
.userprofile_header {
	font-size: 15pt;
}

body {
backround: black!important;
}