html,body{
	background: #000000;
    margin:0;
    padding:0;
    height:101%;
    border:none;
	text-align:center;


}
DIV#loader {
    border: 1px solid #ccc;
    width: 500px;
    height: 500px;
    overflow: hidden;
}

DIV#loader.loading {
    background: url(/images/imgloader.gif) no-repeat center center;
}
#maintable {
margin:0 auto;
height: 100%;
min-height: 100%;
}
.imagetitle {
color: #ccc;
font-family: Tahoma;
font-size: 12px;
text-decoration: none;
font-weight: bold;
}
a {
text-decoration: none;
color: #ccc;
font-family: Tahoma;
font-size: 12px;
}
a img{
border: 0px solid #000;
}
.button {
background: #333;
color: #cccccc;
border: 1px #555555 solid;
}
#container {
width: 450px;
border: 1px solid #444;
margin:20px auto;
}
hr {
width: 75%;
color: #333;
}
.albumitem {
padding: 3px;
margin: 3px;
cursor:pointer;
border: 1px solid #555;
}
.albumitem:hover {
padding: 3px;
background: #555;
margin: 3px;
cursor:pointer;
border: 1px solid #555;
}
.albumphoto{
padding: 3px;
height: 75px;
margin: 3px;
cursor:pointer;
border: 1px solid #555;
}
.albumphoto:hover{
padding: 3px;
height: 75px;
margin: 3px;
cursor:pointer;
border: 1px solid #fff;
}

.header {
width:800px;
background: url('images/template_02.jpg');
height:275px;
margin:0 auto;
}
.footer {
width:800px;
height:51px;
background: url('images/template_10.jpg');
margin:0 auto;
}
.maintd {
border: 1px solid #111;
height:70%;
background: #222222;
}
.paneltop {
color: #ccc;
padding: 4px;
font-family: tahoma;
font-size: 14px;
background: url('images/tabletop_bg.jpg') #444;
text-align: center;
border-bottom: 1px solid #111;
font-weight: bold;
}
.panelcontent {
color: #ccc;
padding: 4px;
margin-bottom: 3px;
font-family: tahoma;
font-size: 12px;
background: #333;
border-bottom: 1px solid #111;
text-align: left;
}
.menuitem {
font-size: 14px;
color: #999;
list-style-type: none;
list-style-position: inside;
padding: 2px;
cursor:pointer;
}
.menuitem:hover {
color: #fff;
background: #444;
list-style-type: none;
list-style-image: url('images/bullet.gif');
list-style-position: inside;
padding: 2px;
}
