/* *** general */

* {
    margin: 0px;
    padding: 0px;
}

body { 
    color:#FFFFFF; 
    font-family: arial, sans-serif;
    font-size: 0.8em;
    background-color:#aaaaaa;
    /* background-color: #DDBBBB; */
    /* background-color:#FFDDDD; */
}


h1 { 
    font-weight:bold; 
}
    
h2 { 
    margin-top: 20px;
    margin-bottom: 1px;
    font-weight:bold;
border-bottom: 1px dashed; 
}
    
h3 { 
    font-weight:bold; 
}

b, strong { 
    font-weight:bold; 
}

i { 
    font-style:italic; 
}

em { 
    font-style:italic; font-weight:bold; 
}

a:link { 
    color:#000000; 
    font-family:Arial;
    text-decoration:none; 
}

a:visited { 
    color:#000000; 
    font-family:Arial; 
    text-decoration:none; 
}

a:active { 
    color:#000000; 
    font-family:Arial; 
    text-decoration:none; 
}

a:hover { 
    color:#000000; 
    font-family:Arial; 
    text-decoration:none; 
}

p {
    padding-top: 2px;	
    padding-bottom: 2px;	
    padding-left: 2px;	
}

.block {

}

.lcol {
}

.separator {
    display: none;
}

.rcol {
    position: absolute;
    left: 210px;
		width: 250px;
}

.right-align {
	float: right;
	margin-top: 5px;
}

.CurTime { 
    font-size:10px; 
}
.CurDate { 
    font-size:10px; 
}

#content {
    position: absolute;
    top: 60px;
    left: 20px;
		width: 420px;
		height: 400px;
		
		padding-left: 10px;
		padding-right: 10px;
    border: 0px solid; 
}

a.button {
    display: block;
    width: 100px;
    height: 12px;
    margin: 1px;
    padding: 2px 2px 2px 2px;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    color: black;
    font-family: arial, sans-serif;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;  
    text-transform: uppercase; 
    background-color:#555;
}

a.button:hover {
    background-color:#CCC;
}


.hide {
	display: none;
}

.show-player {
	  position: absolute;
    top: 90px;
    left: 430px;
		width: 275px;
		height: 390px;
		
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		border: 0px solid;
}

#clock {
		display: none;
    /*position: absolute;
    top: 600px;
		left: 20px;
		*/
}

table {
	margin-top: 40px;
	margin-left: 40px;
}

