﻿*
{
    margin: 0px;
    padding: 0px;
}

body 
{
    /*width: 1000px;*/
    margin: 0px;
    background-color : #666666;
    min-height: 100%;
    
}

#header
{
    height: 134px;
    background-image : url('images/Header-BG.jpg');
    background-repeat : repeat-x ;
    position: relative;
}

#headerAd
{
    position: absolute;
    top: 18px;
    right: 10px;
    width: 729px;
    height: 102px;
    border: solid 1px #000000;
    background-color: #EEEEEE;
    padding: 3px;
    
}

#NavMenu
{
    position: absolute;
    top: 20px;
    right: 5px;
    padding: 0px;
    color: #FFFFFF;
    font-family: Arial, Sans-Serif;
    font-size: .8em;
}

#NavMenu ul
{
    list-style: none; 
}

#NavMenu li
{
    display: inline;
}

#NavMenu a:link, #NavMenu a:visited
{
    text-decoration : none;
    color: #FFF;
}

#Piano
{
    position: absolute;
    top: 40px;
    right: 5px;
    
}


#logo
{
    height: 134px;
    top: 0px;
    left: 20px;
}

#titleText
{
    font-family: Arial, Sans-Serif ;
    font-size: .80em;
    color: White;
    position: absolute;
    top: 85px;
    left: 10px;
}

#Wrapper
{
    clear: both;
    position: relative;
    min-height: 40em;
    padding-bottom: 4em;
}

#main
{
    margin-right: 220px;
    padding: 10px;
    /*background-color: #666666;*/

}

#RightBar
{
    width: 220px;
    right: 0px;
    top: 0px;
    position: absolute;
    padding-top: 12px;
}


#footer
{
    clear: both;
    width: 100%;

}

div.button {
	width: 14em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size: .8em;
	background-color: #90bade;
	color: #333;
}
	
div.button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
}
		
div.button li {
		border-bottom: 1px solid #90bade;
		margin: 0;
}
		
div.button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

html>body div.button li a {
		width: auto;
		}

div.button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}

.greenline
{
    clear: both;
    background-image: url('images/greenline10x10.jpg');
    background-repeat: repeat-x ;
    width: 100%;
    height: 10px;
}

.playerborder
{
    border: solid 2px #33CC00;
}

#playerContainer
{
    clear: both;
    width: 360px;
    height: 400px;
    background-image: url('images/MediaPlayerBox.jpg');
    background-repeat: no-repeat;
    position: relative;
    
}

#player
{
    position: absolute;
    top: 57px;
    left: 21px;
}



.cdcases
{
    margin-left:0;
    width:auto;
    background: url('images/cover_100_back_yl.png') repeat-x left 6px;
    
}

.AdminText
{
	font-family: Arial, Helvatica, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	color: Maroon;
}

.MM
{
	font-family : Zawgyi-One, zawgyi1 ;
	font-size: .8em;
	
}

.nowPlaying
{
    font-family : Arial, Sans-Serif;
    font-size: 1em;
    font-weight: bold;
    color: #FF0000;
    margin-bottom: .8em;
}

.cdcover
{
    width: 85px;
    height: 85px;
    border: solid 1px #EEEEEE;
    float: left;
    padding: 1px;
}

.cdtitle
{
    font-family : Zawgyi-One, zawgyi1 ;
	font-size: .8em;
	margin-left: 100px;
}

.spacer
{
    width: 100%;
    height: 30px;
}

.HeaderText
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1em;
    font-weight: bold;
}

.AdminLink
{
    text-decoration : none;
    color: White;
}

.AlbumCoverBig
{
    width: 164;
    height: 164;
    padding: 2px;
    border: solid 1px #CCCC9A;
}



