/* CSS Document for the Home page */

body {
	margin: 0px;
}

table.home {
	background-color: #E6DFFF;
}

table.home td.top {
	background-color: #746A9B;
	background-image: url(../images/home_top_back.png);
	background-repeat: repeat-y;
}

table.home td.topmid {
	background-image: url(../images/home_topmid_back.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

table.home tr.mid {
	background-image: url(../images/home_mid_back.png);
	background-repeat: repeat-x;
	background-color: #ECE6FF;
}

table.board {

}

table.board td.topleft {
	background-image: url(../images/bk_topleft.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
table.board td.topcenter {
	background-color: #F4F1FF;
	height: 6px;
}
table.board td.topright {
	background-image: url(../images/bk_topright.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
table.board td.left {
	background-color: #F4F1FF;
	width: 6px;
}
table.board td.center {
	background-color: #F4F1FF;
}
table.board td.right {
	background-color: #F4F1FF;
	width: 6px;
}
table.board td.bottomleft {
	background-image: url(../images/bk_bottomleft.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
table.board td.bottomcenter {
	background-color: #F4F1FF;
	height: 6px;
}
table.board td.bottomright {
	background-image: url(../images/bk_bottomright.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

table.board2 {

}

table.board2 td.topleft {
	background-image: url(../images/bk2_topleft.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
table.board2 td.topcenter {
	background-color: #B9B0DA;
	height: 6px;
}
table.board2 td.topright {
	background-image: url(../images/bk2_topright.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
table.board2 td.left {
	background-color: #B9B0DA;
	width: 6px;
}
table.board2 td.center {
	background-color: #B9B0DA;
}
table.board2 td.right {
	background-color: #B9B0DA;
	width: 6px;
}
table.board2 td.bottomleft {
	background-image: url(../images/bk2_bottomleft.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
table.board2 td.bottomcenter {
	background-color: #B9B0DA;
	height: 6px;
}
table.board2 td.bottomright {
	background-image: url(../images/bk2_bottomright.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

div.novoalbumtit {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #442299;
	text-align: center;
	width: 100px;
	height: 30px;
	overflow: hidden;
}

div.novoalbumdesc {
	font-family: Arial;
	font-size: 9px;
	color: #333333;
	text-align: center;
	width: 100px;
	height: 50px;
	overflow: hidden;
}


div.destaquetit {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #442299;
	text-align: center;
	width: 100px;
	height: 30px;
	overflow: hidden;
}

div.destaquedesc {
	font-family: Arial;
	font-size: 9px;
	color: #333333;
	text-align: center;
	width: 100px;
	height: 20px;
	overflow: hidden;
}

a.minhasturmas {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}

a.minhasturmas:hover {
	color: #888888;
}


table.headerbar {
	width: 740px;
}

table.headerbar td.left {
	background-image: url(../images/headerbk_left.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 23px;
}

table.headerbar td.center {
	background-image: url(../images/headerbk_center.gif);
	background-repeat: repeat-x;
	height: 23px;
	text-align: center;
	vertical-align: top;
	padding-top: 4px;
}

table.headerbar td.right {
	background-image: url(../images/headerbk_right.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 23px;
}

table.headerbar a.link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 900;
	color: #666666;
	text-decoration: none;
}

table.headerbar a.link:hover {
	color: #888888;
}

p.noticia {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	text-align: justify;
}





table.home_headerbar{
	width: 240px;
}

table.home_headerbar td.left {
	background-image: url(../images/headerbk_left.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 23px;
}

table.home_headerbar td.center {
	background-image: url(../images/headerbk_center.gif);
	background-repeat: repeat-x;
	height: 23px;
	text-align: center;
	vertical-align: top;
	padding-top: 4px;
}

table.home_headerbar td.right {
	background-image: url(../images/headerbk_right.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 23px;
}

table.home_headerbar a.link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 900;
	color: #666666;
	text-decoration: none;
}

table.home_headerbar a.link:hover {
	color: #888888;
}

a.vitrine {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #AA0000;
}

a.vitrine:hover {
	color: #DD8833;
}