
div.logo{
background-image: url(http://www.janak.ca/logo.jpg); 
background-color:#aaaaaa;
background-repeat: no-repeat; 
width:200px;    
height:83px;
position:absolute;
opacity:0.15;
filter:alpha(opacity=15);
}

span.buttonLeft{
background-image: url(http://www.janak.ca/left_button.jpg); 

background-repeat: no-repeat; 
height:30px;
width:15px;
top:0px;
left:0px;
position:absolute;
}

span.buttonCentre{
background-image: url(http://www.janak.ca/centre_button.jpg); 

background-repeat: no-repeat; 
height:30px;
width:77px;
left:15px;
font-size:.8em;
position:absolute;
}

span.buttonRight{
background-image: url(http://www.janak.ca/right_button.jpg); 
background-repeat: no-repeat; 
height:30px;
width:125px;
left:92px;
top:0px;
position:absolute;
}


span.red{
background-image: url(http://www.janak.ca/r.gif); 
background-color:#444444;
background-repeat: no-repeat; 
height:8px;
width:8px;
left:0px;
top:16px;
position:absolute;
opacity:0.6;
filter:alpha(opacity=60);

}


span.yellow{
background-image: url(http://www.janak.ca/y.gif); 
background-color:#444444;
background-repeat: no-repeat; 
height:8px;
width:8px;
left:0px;
top:8px;
position:absolute;
}


span.green{
background-image: url(http://www.janak.ca/g.gif); 
background-color:#444444;
background-repeat: no-repeat; 
height:8px;
width:8px;
left:12px;
top:16px;
position:absolute;
opacity:0.6;
filter:alpha(opacity=60);

}



span.new_entry{
background-image: url(http://www.janak.ca/new_entry.jpg); 
background-color:#333333;
background-repeat: no-repeat; 
height:25px;
width:25px;
left:0px;
top:0px;
position:absolute;
}


span.comments{
background-image: url(http://www.janak.ca/comments.jpg); 
background-color:#333333;
background-repeat: no-repeat; 
height:20px;
width:20px;
left:200px;
top:2px;
position:absolute;
}


span.youtube{
background-image: url(http://www.janak.ca/tube.jpg); 
background-color:#333333;
background-repeat: no-repeat; 
height:20px;
width:20px;
left:240px;
top:2px;
position:absolute;
}

span.linecount{
background-color:cccccc;
font-size:17px;
text-align:center;
height:20px;
width:20px;
left:240px;
top:22px;
position:absolute;
}

span.link{
background-image: url(http://www.janak.ca/link.jpg); 
background-color:#333333;
background-repeat: no-repeat; 
height:20px;
width:20px;
left:220px;
top:2px;
position:absolute;
}

span.title{
background-image: url(http://www.janak.ca/title.jpg); 
background-color:#333333;
background-repeat: no-repeat; 
height:20px;
width:20px;
left:200px;
top:22px;
position:absolute;
}

span.image{
background-image: url(http://www.janak.ca/image.jpg); 
background-color:#333333;
background-repeat: no-repeat; 
height:20px;
width:20px;
left:220px;
top:22px;
position:absolute;
}


.dynamicDiv {
position:absolute;
border:solid 1px #cccc99;
background-color:#eeeebb;
font-size:11px;
font-family:verdana;
color:#000;
padding:5px;
}


.note {
position:absolute;
font-size:11px;
font-family:verdana;
color:#eeeeee;
}

.note_text {
position:absolute;
font-size:11px;
font-family:verdana;
color:#eeeeee;
left:22px;
}

.title_text {
position:absolute;
font-size:20px;
font-family:helvetica;
color:#eeeeee;
left:22px;
font-weight: bold; 
}

.date {
position:absolute;
font-size:8px;
font-family:verdana;
color:#888888;
opacity:0.8;
left:0px;
filter:alpha(opacity=80);
}

.user {
position:absolute;
font-size:9px;
font-family:verdana;
color:#bbbbbb;
left:0px;
opacity:0.8;
filter:alpha(opacity=80);
}

.link {
position:absolute;
font-size:11px;
font-family:verdana;
color:#eeeeee;

}

.link_text {
position:absolute;
font-size:11px;
font-family:verdana;
color:#eeeeee;
left:22px;
}



a:link {color: #ffffff; text-decoration: underline; }
a:active {color: #ffffff; text-decoration: underline; }
a:visited {color: #ffffff; text-decoration: underline; }
a:hover {color: #ffffff; text-decoration: none; }

.dynamicDiv text
{
background-color:#eeeebb;
}

.mainwindow
{
	background-color:#444444;
	left:0px;
	top:100px;
	width:4000px;
	height:4000px;
	
}

.subwindow
{
	background-color:#555555;
	position:absolute;
	left:4000px;
	top:3000px;
	width:10px;
	height:10px;
	
}
