@charset "UTF-8";
a {
	text-decoration: none;
	font-weight : bold;
}
a {color:#0066CC}
a:active {color:#E6F2FF}
a:visited {color:#0066CC}
a:hover {color:#E6F2FF}

p {
	font-family: verdana,arial;
	font-size: 10px;
	color : #0079FF;
}

body {
	font-family: verdana,arial;
	font-size: 10px;
	color : #0079FF;
	scrollbar-face-color: #CDE5FF;
	scrollbar-shadow-color: #83BEFF;
	scrollbar-highlight-color: #83BEFF;
	scrollbar-3dlight-color: #83BEFF;
	scrollbar-darkshadow-color: #83BEFF;
	scrollbar-track-color: #CDE5FF;
	scrollbar-arrow-color: #83BEFF;
	background-image : url(img/inner_back.jpg);
	background-repeat : repeat-x;
}
td { font-family: verdana,arial; font-size: 10px; }
textarea { font-family: verdana,arial; font-size: 10px; }

.menu {color:#CDE5FF; font-size: 10px}
a.menu {color:#CDE5FF; font-size: 10px}
a.menu:active {color:#FFFFFF; font-size: 10px}
a.menu:visited {color:#CDE5FF; font-size: 10px}
a.menu:hover {color:#FFFFFF; font-size: 10px}

.minimenu {color:#FFFFFF; font-size: 10px}
a.minimenu {color:#FFFFFF; font-size: 10px}
a.minimenu:active {color:#CDE5FF; font-size: 10px}
a.minimenu:visited {color:#FFFFFF; font-size: 10px}
a.minimenu:hover {color:#CDE5FF; font-size: 10px}

.songsmenu {color:#6BB1FF; font-size: 10px}
a.songsmenu {color:#6BB1FF; font-size: 10px}
a.songsmenu:active {color:#FFFFFF; font-size: 10px}
a.songsmenu:visited {color:#6BB1FF; font-size: 10px}
a.songsmenu:hover {color:#FFFFFF; font-size: 10px}

.songs {color:#0079FF; font-size: 10px}
a.songs {color:#0079FF; font-size: 10px; font-weight : normal;}
a.songs:active {color:#FFFFFF; font-size: 10px}
a.songs:visited {color:#0079FF; font-size: 10px}
a.songs:hover {color:#FFFFFF; font-size: 10px}

.songsactive {color:#0079FF; font-size: 10px; font-weight : bold;}
a.songsactive {color:#0079FF; font-size: 10px; font-weight : bold;}
a.songsactive:active {color:#FFFFFF; font-size: 10px; font-weight : bold;}
a.songsactive:visited {color:#0079FF; font-size: 10px; font-weight : bold;}
a.songsactive:hover {color:#FFFFFF; font-size: 10px; font-weight : bold;}

.copyright {color:#90C1FB; font-size: 9px; font-weight : normal;}
a.copyright {color:#3366FF; font-size: 9px; text-decoration: none;}
a.copyright:active {color:#90C1FB; font-size: 9px; text-decoration: none;}
a.copyright:visited {color:#3366FF; font-size: 9px; text-decoration: none;}
a.copyright:hover {color:#90C1FB; font-size: 9px; text-decoration: none;}

.search {
  font-family: verdana, arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  background-color: #E6F2FF;
  border-width: 1px;
  border-style: inset;
  border-color: #6BB1FF;
  color: #000000;
}

.button {
  font-family: verdana, arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  background-color: #83BEFF;
  border-width: 1px;
  border-style: inset;
  border-color: #6BB1FF;
  color: #FFFFFF;
}

/* some styling for triggers */
#triggers {
    text-align:center;
}

#triggers img {
    cursor:pointer;
    margin:0 5px;
    background-color:#fff;
    border:1px solid #8e8c88;
    padding:1px;

    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

/* the overlayed element */
.simple_overlay {

    /* must be initially hidden */
    display:none;

    /* place overlay on top of other elements */
    z-index:10000;

    /* styling */
    background-color:#333;

    max-width:675px;
    min-height:200px;
    border:1px solid #666;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #8e8c88;
    -webkit-box-shadow: 0 0 90px #8e8c88;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url(img/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}
