/* Streets of Rage Online v3.02 CSS - (C) 2004, 2005 Jonathan Hughson */

/* Body settings */

body { 

scrollbar-face-color: 404040; 
scrollbar-track-color: 000000; 
scrollbar-arrow-color: 808080;

scrollbar-highlight-color: A0A0A0; 
scrollbar-shadow-color: 606060;


background-color: 000020;

background-image: url(img/citybg.gif);
background-attachment: fixed; 
background-repeat: repeat-x; 
background-position: right bottom;

font-family: "verdana";
font-size: 11px; 
color: #FFFFFF;

margin: 0px;
}


/* Links */


A:link { text-decoration: underline; color: #FF0000; }
A:active { text-decoration: none; }
A:visited { text-decoration: underline; color: #FF0000; }
A:hover {text-decoration: none; }



/* Tables */


.ubertable { 
width: 100%;
border-bottom: #404040 1px solid;
background-color: 000000;
}

maintable {
width: 100%;
}

.innertable { 
width: 100%;
border-bottom: #404040 1px solid;
border-left: #404040 1px solid;
border-right: #404040 1px solid;
background-color: 000000;
padding: 10px;
font-size: 11px; 
}


.menutable { 
border: #404040 1px;
}


.rulecell{ 
border-top: #404040 1px solid; 
}

.titlecell {
font-size: 12px; 
font-weight: bold;
text-align: center;
background-color: #202020;
border-top: #404040 1px solid;
border-bottom: #404040 1px solid;
height: 25px;
}


/* Special text */


.subtitle {

font-size: 12px; 
font-weight: bold;
text-align: center;
}

.boldtitle {

font-size: 12px; 
font-weight: bold;

}


/* Section links */


A.sectionlink {
z-index: 1;

border: #404040 1px solid; 
padding: 1px;
width: 150px;
height: 20px;

background-color: #000000;
text-decoration: none;
font-size: 11px; 
}

A.sectionlink:hover {
background-color: #202020;
text-decoration: none;
}

A.sectionlink:active {
text-decoration: none;
}

A.sectionlink:visited {
text-decoration: none;
}




/* Tables (old) */

.innercell{ 
background: #202020; 
border: #404040 1px solid;
font-size: 11px; 
}

.innercellb{ 
background: #000000; 
border: #000000 1px solid; 
font-size: 11px; 
}

