/* mai-kai.css
 * (c)2001 MAi-KAi
 */

@import url(position.css);

body {
	margin : 0;
	padding: 0;
	font-family:  Arial, Helvetica, sans-serif;
	color : Black;
	background : #CCCCCC url(http://mai-kai.com/img/back.jpg);
}

.black {
	color : white;
	background : black;
	min-height : 85%;
}

.banner {
	background : white;
	height : 58px;
	white-space : nowrap;
	border-collapse : collapse;
}

.navbar {
	color : black;
	background : #DDD;
	border : 0;
	width: 100%;
	white-space : nowrap;
	padding: 0;
	border-collapse : collapse; 
}

.title {
	font-family: "Comic Sans MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #A52A2A;
	background : white;
	font-size: 26px;
	font-weight: 900;
	text-align: left;
	white-space : nowrap;
}

td.nav0 {
	border: 1px solid gray;
	text-align: center;
	margin: 0;
	background : #DDD;
}

td.nav1 {
	border: 1px solid gray;
	text-align: center;
	margin: 0;
	background : #EEE;
}

td.nav0 a {
	display : block;
	color : black;
	background : #DDD;
	font-family:  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-decoration : none;
	text-align : center;
	white-space : nowrap;
	border-spacing : 0px;
}

td.nav1 a {
    display : block;
	color : blue;
 	background : #EEE;
	font-family:  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-decoration : none;
	text-align : center;
	white-space : nowrap;
}

td.nav0 a:hover { background: white;  }
td.nav0 a:active { background: white; }
td.nav1 a:hover { background: white; }
td.nav1 a:active { background: white; }

.content {
	border: 2pt solid White;
	color: Black;
	background : #EEEEEE;
	text-align: center;
}

table.content h2 {
	display : inline;
	color : #3333FF;
	font-weight : bold;
}

.songlist td {
	color : black;
	background : white;
	border-bottom: 1px solid #CCCCCC;
	font-family: "Comic Sans MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight : 100;
	white-space: nowrap;
}

.cddescr {
	font-weight : 100;
	font-family: "Comic Sans MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	color : black;
}

div.nav {
	color: gray;
	font-size: small;
	text-align : center;
 }
 
div.nav a { color : black; text-decoration : none; }
div.nav a:visited { color: black; }
div.nav a:active { 	color: Red; text-decoration: underline; }
div.nav a:hover {  text-decoration: underline; }

body.black div.nav a { color : white; }
body.black div.nav a:visited { color : white; }

address {
	font-size : x-small;
	text-align : center;
	font-style : normal;
}
