body
{
margin: 0px;
padding: 0px;
background-color: #1f1f1f;
}

.one
{
position: absolute;
left: 200px;
top: 0px;
width: 350px;
height: 20px;
background-color: white;
}

.two
{
position: absolute;
left: 100px;
font-family: "courier new", monospace;
font-size: 12px;
width: 450px;
}

.three
{
width: 100px;
position: absolute;
top: 150px;
left: 100px;
font-family: "courier new", monospace;
font-size: 12px;
}

.leftbanner
{
width: 350px;
height: 20px;
}

.topbanner
{
position: absolute;
top: 0px;
left: 0px;
background-image: url("../tempsiteimages/03/ximtop.jpg");
background-repeat: no-repeat;
background-position: top center;
cursor: pointer;
height: 150px;
width: 100px;
}

.navbanner
{
height: 0px;
width: 0px;
background-color: #9a9a9a;
z-index: -10;
position: absolute;
}

.rantagetitle
{
color: black;
background-color: #dadada;
font-family: "courier new", monospace;
font-weight: bold;
font-size: 36px;
padding: 2px 5px 2px 5px;
margin-right: 10px;
position: absolute;
left: 100px;
top: 20px;
width: 340px;
}

.navtitle
{
padding: 2px 5px 2px 5px;
margin-right: 10px;
font-family: "courier new", monospace;
background-color: #bababa;
color: white;
font-size: 12px;
width: 90px;
}

.navcontent
{
padding: 5px;
font-family: "courier new", monospace;
background-color: #bababa;
color: white;
font-size: 12px;
width: 300px;
height: 0px;
z-index: -1;
visibility: hidden;
position: absolute;
}

.listeningtitle
{
padding: 2px 5px 2px 5px;
margin-right: 10px;
font-family: "courier new", monospace;
background-color: #9a9a9a;
color: white;
font-size: 12px;
width: 90px;
}

.listeningcontent
{
padding: 5px;
font-family: "courier new", monospace;
background-color: #9a9a9a;
color: white;
font-size: 12px;
width: 300px;
height: 0px;
z-index: -1;
visibility: hidden;
position: absolute;
}

.watchingtitle
{
padding: 2px 5px 2px 5px;
margin-right: 10px;
font-family: "courier new", monospace;
background-color: #bababa;
color: white;
font-size: 12px;
width: 90px;
}

.watchingcontent
{
padding: 5px;
font-family: "courier new", monospace;
background-color: #bababa;
color: white;
font-size: 12px;
width: 300px;
height: 0px;
z-index: -1;
visibility: hidden;
position: absolute;
}

.ximarchivestitle
{
padding: 2px 5px 2px 5px;
margin-right: 10px;
font-family: "courier new", monospace;
background-color: #bababa;
color: white;
font-size: 12px;
width: 90px;
}

.ximarchivescontent
{
padding: 5px;
font-family: "courier new", monospace;
background-color: #bababa;
color: white;
font-size: 12px;
width: 300px;
height: 0px;
z-index: -1;
visibility: hidden;
position: absolute;
}

.emailstitle
{
padding: 2px 5px 2px 5px;
margin-right: 10px;
font-family: "courier new", monospace;
background-color: #9a9a9a;
color: white;
font-size: 12px;
width: 90px;
}

.emailscontent
{
padding: 5px;
font-family: "courier new", monospace;
background-color: #9a9a9a;
color: white;
font-size: 12px;
width: 300px;
height: 0px;
z-index: -1;
visibility: hidden;
position: absolute;
}

.linkstitle
{
padding: 2px 5px 2px 5px;
margin-right: 10px;
font-family: "courier new", monospace;
background-color: #9a9a9a;
color: white;
font-size: 12px;
width: 90px;
}

.linkscontent
{
padding: 5px;
font-family: "courier new", monospace;
background-color: #9a9a9a;
color: white;
font-size: 12px;
width: 300px;
height: 0px;
z-index: -1;
visibility: hidden;
position: absolute;
}

.content
{
padding: 2px 5px 2px 5px;
margin-right: 10px;
font-family: "courier new", monospace;
color: black;
width: 340px;
font-size: 12px;
background-color: #dadada;
position: absolute;
left: 100px;
top: 65px;
}

/* hacky hacky */
.two > .content {
max-width: 100%;
}

a.note:link { border: 2px solid white; border-width: 0px 0px 2px 0px; }
a.note:hover { border: 2px solid white; border-width: 0px 0px 2px 0px; }
a.note:visited { border: 2px solid white; border-width: 0px 0px 2px 0px; }
a.note:active { border: 2px solid white; border-width: 0px 0px 2px 0px; }

a.group:link { border: 1px solid black; border-width: 0px 0px 1px 0px; }
a.group:hover { border: 1px solid black; border-width: 0px 0px 1px 0px; }
a.group:visited { border: 1px solid black; border-width: 0px 0px 1px 0px; }
a.group:active { border: 1px solid black; border-width: 0px 0px 1px 0px; }

a.detail:link { border: 1px solid white; border-width: 0px 0px 1px 0px; }
a.detail:hover { border: 1px solid white; border-width: 0px 0px 1px 0px; }
a.detail:visited { border: 1px solid white; border-width: 0px 0px 1px 0px; }
a.detail:active { border: 1px solid white; border-width: 0px 0px 1px 0px; }

.gbwrapper
{
color: black;
font-family: "courier new", monospace;
font-size: 12px;
width: 100%;
padding-bottom: 10px;
padding-top: 10px;
border-bottom: 1px dashed black;
}

