/* Main Page */
body{
	background: url(bg.jpg) no-repeat top center;
	background-color: Black;
	color: White;
	scroll-bar: no;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #666699;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #EFEFEF;
	scrollbar-track-color: #333333;
	scrollbar-arrow-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	color: Silver;
	font-size: 12px;
	font-family: Arial;
	text-align: justify;
}

div.wrapper{
	background: url(bg_div.png) no-repeat top center;
	width: 100%;
	height: 385px;
}

p.counter{
	font-size: 10px;
	font-family: Arial;
	margin-left:14px;
}

div.static{
	width: 710px;
}

div.content{
	overflow: auto;
	font-size: 12px;
	font-family: Arial;
	text-align: justify;
	width:740px;
	height:290px;
	padding:0px;
}

td.menu{
	border-left: solid 1px Silver;
	border-top: solid 1px Silver;
	border-bottom: solid 1px Silver;
}

td.menu2{
	border: solid 1px Silver;
}

a{
	color: White;
	text-decoration: none;
}
a:Hover{
	color: Silver;
	text-decoration: underline;
}
/* News page */
font.newsPub{
	font-size: 10px;
	font-family: Arial;
	font-style: italic;
}

font.newsAct{
	color: white;
	font-size: 10px;
	font-family: Arial;
	font-style: italic;
}

div.newsHeader{
	border: solid 1px Silver;
	background: Silver;
	color: Black;
	font-weight: bold;
	padding: 5px;
}

div.newsBody{
	margin-bottom: 20px;
	background: Black;
	border-right: solid 1px Silver;
	border-left: solid 1px Silver;
	border-bottom: solid 1px Silver;
	padding: 5px;
	text-align: justify;
}

/* Discography Page */

td.discoTitle{
	font-size: 15px;
	font-weight: bold;
}

td.tracks{
	font-size: 12px;
	font-family: Arial;
}

/* Media page */

font.title{
	font-size: 12px;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
}

/* Events page */

p.little{
	font-size: 10px;
	font-family: Arial;
}

td.event{
	width: 150px;
	font-size: 12px;
	font-family: Arial;
	border-top: solid 1px Silver;
	border-bottom: solid 1px Silver;
	border-left: solid 1px Silver;
	padding: 2px;
}

td.event2{
	width: 150px;
	font-size: 12px;
	font-family: Arial;
	border: solid 1px Silver;
	padding: 2px;
}

td.eventTitle{
	width: 150px;
	font-size: 12px;
	font-family: Arial;
	border-top: solid 1px Silver;
	border-bottom: solid 1px Silver;
	border-left: solid 1px Silver;
	font-weight: bold;
	padding: 2px;
}

td.eventTitle2{
	width: 150px;
	font-size: 12px;
	font-family: Arial;
	border: solid 1px Silver;
	font-weight: bold;
	padding: 2px;
}

/* Contact Page*/
td.contactCell{
	font-size: 15px;
	font-family: Arial;
}

/* Shop Page*/

td.priceCell{
	background: Silver;
	color: Black;
	text-align: left;
	font-size: 12px;
	font-family: Arial;
	padding-left: 10px;
	height: 45px;
}

td.orderCell{
	background: Silver;
	color: Black;
	text-align: right;
	height: 45px;
	padding-right: 10px;
}

td.selectionCell{
	color: Silver;
	text-align: right;
	font-size: 12px;
	font-family: Arial;
	height: 145px;
	padding-right: 10px;
	padding-top: 10px;
}

td.imageCell{
	width: 10px;
	background: White;
	font-size: 12px;
	font-family: Arial;
}

p.shopTitle{
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 2px;
}

td.orderingCell{
	font-size: 12px;
	font-family: Arial;
}

div.error{
	background: Red;
	border: solid 2px White;
	color: Black;
	padding: 5px;
	margin: 3px;
}

div.ok{
	background: Green;
	border: solid 2px White;
	color: Black;
	padding: 5px;
	margin: 3px;
}

/* Bibliography */
td.biblioCell{
	font-size: 12px;
	padding: 2px;
	font-family: Arial;
	border-top: solid 1px Silver;
	border-bottom: solid 1px Silver;
}

td.bilbioMini{
	font-size: 4px;
	font-family: Arial;
}