/* $Id: css.css,v 1.1 03/25/2004 $ 
* Content code
* @package ArtistDirectory
* @Copyright (C) 2003-2004 Doyle Lewis for mambo-hosting.com
* @Email keliix06@hotmail.com
* @ All rights reserved
* @ ArtistDirectory is Free Software
* @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html
* @version $Revision: 1.0 $
*/


/* ARTIST TABLE */
table.artist {
	border-color: #000000; 
	border-style: inset; 
	border-width: thin;
	}

table.artist th {
	background-color: #6C664C;
	font-weight: bold;
	color: #000000;
	}

table.artist td {
	background-color: #847B5B;
	font-weight: normal;
	color: #000000;
	}

a.artist:link, a.artist:visited {
	color: #003300;
	text-decoration: none;
	font-weight: normal;
	}
	
a.artist:hover {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	}

a.head:link, a.head:visited {
	color: #000000;
	text-decoration: none;
	font-weight: none;
	}
	
a.head:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: none;
	}


/* MEDIA TABLE */
table.media {
	border-color: #000000; 
	border-style: inset; 
	border-width: thin;
	}

table.media th {
	background-color: #6C664C;
	font-weight: bold;
	color: #000000;
	}

table.media td {
	background-color: #847B5B;
	font-weight: normal;
	color: #000000;
	}

a.media:link, a.artist:visited {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
	}
	
a.media:hover {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	}
	

/* SEARCH TABLE */
table.search {
	border-color: #000000; 
	border-style: inset; 
	border-width: thin;
	}

table.search th {
	background-color: #6C664C;
	font-weight: bold;
	color: #000000;
	}

table.search td {
	background-color: #847B5B;
	font-weight: normal;
	color: #000000;
	}
	
	
/*CREATE REVIEW TABLE */
table.createReview {
	border-color: #000000; 
	border-style: inset; 
	border-width: thin;
	}

table.createReview th {
	background-color: #6C664C;
	font-weight: bold;
	color: #000000;
	}

table.createReview td {
	background-color: #847B5B;
	font-weight: normal;
	color: #000000;
	}

a.createReview:link, a.artist:visited {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
	}
	
a.createReview:hover {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	}


/*SHOW REVIEW TABLE */
table.showReview {
	border-color: #000000; 
	border-style: inset; 
	border-width: thin;
	}

table.showReview th {
	background-color: #6C664C;
	font-weight: bold;
	color: #000000;
	}

table.showReview td {
	background-color: #847B5B;
	font-weight: normal;
	color: #000000;
	}

a.showReview:link, a.artist:visited {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
	}
	
a.showReview:hover {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	}
	

/* CD TABLE */
table.cd {
	border-color: #000000; 
	border-style: inset; 
	border-width: thin;
	}

table.cd th {
	background-color: #6C664C;
	font-weight: bold;
	color: #000000;
	}

table.cd td {
	background-color: #847B5B;
	font-weight: normal;
	color: #000000;
	}

a.cd:link, a.cd:visited {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
	}
	
a.cd:hover {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	}
	
.button {
	color: #2A370D; font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	font: bold;
	background: #cccccc;
	border: 1px solid #000000;
	height: 20px;
	}

.inputbox {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3E3E3E;
	background: #ffffff;
	border: 1px solid;
	}
