* {
	margin: 0;
	padding: 0;
}
body {
	/*background: url(images/body_bgd.jpg) repeat top left;*/
	background: #f8f8f8 url(images/body_bg.png) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}



.clear {
	clear: both;
}

.main {
	margin: 0 auto;
	width: 750px;
}
#header {
	background-image: url(images/top_bg.png);
	background-repeat: repeat-x;
	height: 120px;
	width: 100%;
}
#logo {
	background-image: url(images/logo_shine.png);
	background-repeat: no-repeat;
	width: 304px;
	height: 80px;
	float: left;
}
.total_rows {
	float: right;
	color: #F5F5F5;
	margin-top: 5px;
	font-size: 11px;
	font-style: italic;
}

.left {
	float: left;
	width: 350px;
}
.right {
	float: right;
	width: 350px;
}
.total {
	color: #EA535F;
}

a {
	text-decoration: none;
	color: #1E81CD;
}
a:hover {
	text-decoration: underline;
	color: #D61A26;
}
#cantoria {
	width: 100%;
	margin-top: 20px;

}

.cantor {
	color: #1E81CD;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	float: left;
}
.texto {
	color: #3E3E3E;
	padding-top: 15px;
	font-size: 14px;
}

.voltar {
	float: right;
	text-align: center;
	font-size: 11px;
}
.voltar a {
	color: #FFF;
	background-image: url(images/voltar.png);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 111px;
	padding-top: 4px;
}
.voltar a:hover {
	color: #F00;
	text-decoration: none;
}


.cantor_imagem {
	text-align: center;
	margin-top: 20px;
}
.cantor_imagem img {
	border: 1px solid #888;
	padding: 3px;
}
.musicas {
	font-size: 18px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #666;
}
.color {
	color: #F00;
}
.color2 {
	color: #D61A26;
}
.color3 {
	color: #1E81CD;
}






#az {
	text-align: center;
	font-size: 16px;
	padding: 5px;
	border: 1px solid #fff;
	margin-bottom: 40px;
	background-color: #A8A8A6;
	color: #666;
	background-image: url(images/bg_box2.gif);
	margin-top: 20px;
}
#az a {
	color: #666;
	font-weight: bold;
}
#az a:hover {
	color: #D61A26;
}
.error {
	border: 1px solid #999;
	color: #636363;
	font-size: 0.92em;
	padding: 14px 14px 14px 14px;
	background-image: url(images/tisee.jpg);
	background-repeat: repeat;
	background-color: #F3FAFE;
	text-align: center;
}
.error span {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 2px;
	color: #D61A26;
}
.titulo {
}
.titulo h1 {
	margin-top: 20px;
	color: #333;
	margin-bottom: 20px;
	font-size: 22px;


}
.topo {
	margin-top: 5px;
	text-align: center;
}
#alphabetic {
	text-align: left;
}
#alphabetic h2 {
	color: #D61A26;
}

#alphabetic2 {
	text-align: center;
}
#alphabetic2 h2 {
	color: #D61A26;
}













/* ====================== */
/* Tables                 */
/* ====================== */

table {
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: 3px solid #666;
}

/* Header */

thead tr th {
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding: 4px 5px;
	background-color: #656562;
	color: #333;
	background-image: url(images/bg_box2.gif);
	font-size: 14px;
}

/* Body */

	tbody tr td {
		border-top: 1px solid #ccc;
		padding: 6px 5px;
		background: #f9f9f9;
	}
		tbody tr.alt td { background: #fff; }
		tbody tr:hover td {
			/*background: #FDF9F3;*/
			background-color: #F3FAFE;
}
#footer {
	height: 38px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #9a9a9a;
	margin-top: 20px;
	line-height: 38px;
}
#footer a {
	color: #9a9a9a;
	text-decoration: none;
}
#footer a:hover {
	color: #b7b7ac;
	text-decoration: none;
}
#error2 {
	color: #636363;
	font-size: 0.92em;
	margin: 0px 200px 0px 200px;
}

#error2 span {
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 2px;
	color: #D61A26;
	padding: 14px 14px 14px 14px;
	text-align: center;
	border: 1px solid #999;
	background-color: #F3FAFE;
	background-image: url(images/tisee.jpg);
	background-repeat: repeat-x;
	display: block;
}
#new_butt {
	margin-left: 25px;
	float: right;
}
#new_butt ul {
	list-style: none;
}
#new_butt li {
	float: left;
}
#new_butt li a {
	display: block;
	padding: 9px 8px 8px 12px;
	margin-right: 1px;
	background: url(images/fav.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	width: 122px;
	height: 22px;
	font-size: 11px;
	text-decoration: none;
}
#new_butt li a:hover {
	background: url(images/fav_hover.jpg) no-repeat;
	color: #5F5F5F;
	text-decoration: none;
}
.favo_musicas {
	text-align: left;
}
.orange {
	color: #C60;
}

.favo_artista {
	font-style: italic;
	color: #F60;
}

