/* $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: #00FF00; 
	border-style: inset; 
	border-width: thin;
	}

table.artist th {
	background-color: #003300;
	font-weight: bold;
	color: #FFFFFF;
	}

table.artist td {
	background-color: #FFFFFF;
	font-weight: normal;
	color: #000000;
	}

a.artist:link, a.artist:visited {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
	}
	
a.artist:hover {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	}

a.head:link, a.head:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	}
	
a.head:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}


/* MEDIA TABLE */
table.media {
	border-color: #0000FF; 
	border-style: inset; 
	border-width: thin;
	}

table.media th {
	background-color: #003399;
	font-weight: bold;
	color: #FFFFFF;
	}

table.media td {
	background-color: #FFFFFF;
	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: #FF0000; 
	border-style: inset; 
	border-width: thin;
	}

table.search th {
	background-color: #990000;
	font-weight: bold;
	color: #FFFFFF;
	}

table.search td {
	background-color: #FFFFFF;
	font-weight: normal;
	color: #000000;
	}
	
	
/*CREATE REVIEW TABLE */
table.createReview {
	border-color: #9933FF; 
	border-style: inset; 
	border-width: thin;
	}

table.createReview th {
	background-color: #9900FF;
	font-weight: bold;
	color: #FFFFFF;
	}

table.createReview td {
	background-color: #FFFFFF;
	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: #FFFF00; 
	border-style: inset; 
	border-width: thin;
	}

table.showReview th {
	background-color: #FFCC00;
	font-weight: bold;
	color: #000000;
	}

table.showReview td {
	background-color: #FFFFFF;
	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: #FF9900; 
	border-style: inset; 
	border-width: thin;
	}

table.cd th {
	background-color: #FF6600;
	font-weight: bold;
	color: #000000;
	}

table.cd td {
	background-color: #FFFFFF;
	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;
	}
