body {
    background: #8c8cd4 url("/images/bg-repeat.png");
    margin: 0;
    padding: 0;
    font-family: "Arial Grande", Tahoma, Helvetica, Arial, sans-serif;
    font-size: 8pt;
}

textarea {
    font-family: "Arial Grande", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 8pt;
}

input, select {
    border: 1px solid #18336b;
    font-size: 100%;
}

input[type="radio"]
{
	border-width:0px;
}

.flag
{
	width:18px;
	height:12px;
}

:focus {
outline: 0;
}

.videoicon
{
	background-image:url('/images/video.png');
	background-repeat: no-repeat;
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:23px;
	padding-right: 4px;
}

.storyicon
{
	background-image:url('/images/storyboard.png');
	background-repeat: no-repeat;
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:23px;
	padding-right: 4px;
}

a { color: #264a7f; text-decoration: none; cursor: pointer; }
a:hover { color: #000; text-decoration: underline;}

h1
{
    font-weight: normal;
    font-size: 200%;
    margin-top: 10px;
    margin-bottom: 10px;
    color:#ad2a80;
    padding-left: 6px;
    padding-right: 6px;
}

.h1
{
    font-weight: normal;
    font-size: 200%;
    color:#ad2a80;
    text-shadow: #e5c6db 1px 1px 2px;
    padding-left: 6px;
    padding-right: 6px;
}

h2
{
    font-weight: normal;
    font-size: 160%;
    margin: 0;
    color:#ad2a80;
}

h2 a { color: #ad2a80; text-decoration: none; }
h2 a:hover { color: #ad2a80; text-decoration: underline; }

img
{
    border: 0;
}

#pagecontent img
{
    max-width: 660px;
}

#pagecontent img.expandable:hover
{
    cursor: pointer;
}
#pagecontent img.expandable
{
    border: solid 2px red;
    margin: -2px;
}

#pagecontent img.expanded
{
    max-width: 1920px;
}

p
{
    margin:1px;
    font-family: "Arial Grande", Tahoma, Helvetica, Arial, sans-serif;
    font-size: 8pt;
}

.bmlistt
{
width: 80px;
height: 60px;
margin-right: 3px;
float:left;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.bmt
{
width: 160px;
height: 120px;
padding: 3px;
float:left;
}

.marginp
{
    padding-bottom:8px;
}

.centrep
{
    width: 100%;
    text-align: center;
    padding-bottom:8px;
}

#chat
{
    overflow-x: auto;
}

.centrep img
{
	padding: 5px;
}

.historyp
{
    width: 100%;
	background-color: #fff;
    text-align: center;
	margin-bottom: 10px;
}

.historyp img
{
	padding: 5px;
}

.bodytopbg
{
    background-image: url("/images/bg-top.png");
    background-repeat: repeat-x;
    _height:100%;
}

.mainbody
{
    background-image: url("/images/main-bg.png");
    position:relative;
    margin: auto;
    width:990px;
    _height:0;
}

.mainbody2
{
    background-image: url("/images/head-left.jpg");
    background-repeat: no-repeat;
}

#coolheader
{
    width: 532px;
    height: 96px;
    position: absolute;
    background-repeat: no-repeat;
    right: 0px;
    top: 0px;
}

.header
{
    width: 100%;
    height: 121px;
    font-size: 11px;
}

#playstats
{
    position: absolute;
    margin-top: 90px;
    margin-left: 722px;
    width: 240px;
    height: 30px;
    color: #fff;
    background: #5b5399;
}

#donation
{
    position: absolute;
    margin-top: 18px;
    left: 800px;
    width: 0px;
    height: 24px;
    color: #fff;
}

.menu
{
    position: absolute;
    margin-top: 96px;
    margin-left: 170px;
    width: 545px;
}

#donation form
{
    margin:0;
    padding:0;
    height:0;
}

#donation input
{
    border: none;
}

.paddingboth
{
	
    padding-left: 7px;
    padding-right: 8px;
}

.paddingall
{
    padding: 6px;
}


.hidden
{
	display:none;
}

.paddingleft
{
    padding-left:6px;
}

.content-bg
{
    background: #ffffff url("/images/main-bg.png");
    background-repeat: repeat-y;
}

.content-topbg
{
    background: url("/images/main-top.png");
    background-repeat:no-repeat;

}

.content
{
    padding-left:120px;
    padding-right:10px;
}

.content-infoline
{
    line-height:24px;
    height:38px;
    text-align:right;
    padding-right:10px;
    padding-left: 40px;
    padding-top: 1px;
    font-size: 110%;
}

.footer
{
    clear:both;
    background-image: url("/images/main-bottom.png");
    height:23px;
    line-height:23px;
    text-align: center;
    font-size: 90%;
    padding-left:121px;
    padding-right:11px;
    margin-bottom: 10px;
}

/* phpBB */

.spoiler {
	border: 1px solid #EAE6FF;
	margin: 5px;
}

.spoiler_head {
	background-color: #ccccff;
    text-align: center;
    cursor: pointer;
	padding: 1px;
}

.spoiler_head:hover
{
    background-color: #9696c0;
    color: #ffffff;
}

.spoiler_body {
	background-color: #eeeeff;
	padding: 5px;
	display: none;
}

/*Home*/

.news-heading
{
    border-bottom:solid 1px #e869a2;
    background: #f1efff;
}

.main-left
{
    float:left;
    width: 500px;
}

.main-right
{
    float:right;
    width:360px;
    height:100%;
}

.main-right>div
{
    margin-top: 10px;
}

.main-left>div>div
{
    margin-top: 10px;
}

.pass1 {
background-color: green;
}

.pass0 {
background-color: red;
}

.right-top-recent
{
    width:356px;
    height:29px;
    background-image: url("/images/main-right-titles.png");
    background-position: 0px -58px;
}

.right-top-most
{
    width:356px;
    height:29px;
    background-image: url("/images/main-right-titles.png");
    background-position: 0px -87px;
}

.left-top-chat
{
    width:460px;
    height:29px;
    background-image: url("/images/main-left-chat.png");
}

.right-top-news
{
    width:356px;
    height:29px;
    background-image: url("/images/main-right-titles.png");
    background-position: 0px 0px;
}

.left-middle
{
    background-image: url("/images/main-left-middle.png");
    width:452px;
    padding-left: 4px;
    padding-right: 4px;
    text-align:center;
}

.right-middle
{
    background-image: url("/images/main-right-middle.png");
    width:348px;
    padding-left: 4px;
    padding-right: 4px;
    text-align:center;
}

.right-bottom
{
    background-image: url("/images/main-right-bottom.png");
    width:356px;
    height:9px;
}

.left-bottom
{
    background-image: url("/images/main-left-bottom.png");
    width:460px;
    height:9px;
}


.margin
{
    margin-left:2px;
    margin-right:2px;
    text-align: left;
}

.clear
{
    clear: both;
}

.row1p
{
    background: #e7e4fc;
}

.row2p
{
    background: #dad7fb;
}

.row3p
{
    background: #dcfcb9;
}

.row4p
{
    background: #ffc994;
}

.boldred
{
    color: red;
    font-weight: bold;
}

.boldgreen
{
    color: #43871a;
    font-weight: bold;
}

/*FAQ*/

.faqToc
{

}

.faqItem
{
	padding-bottom: 20px;
}

.faqItem div
{
    margin-bottom:5px;
    font-weight: bold;
	font-size: 140%;
	color:#ad2a80;
    border-bottom: solid 1px #d9d9d9;
}

.helpSquareSmall
{
    width: 90px;
    height: 30px;
    margin: 2px;
    font-size: 100%;
}

.helpSquareSmall a
{
    height: 30px;
}

.helpSquareLarge
{
    width:240px;
    height: 100px;
    font-size: 200%;
}

.helpSquareLarge
{
    line-height: 50px;
    margin: 16px;
}

.helpSquare
{
    float: left;
    text-align: center;
    border:solid 1px #b11c7e;
    background-color:#ffb5cb;
    color: #505050;
    padding: 1px;
}

.helpSquare a
{
    vertical-align: middle;
    display:block;
    height:100%;
    width:100%;
    color:#505050;
}

.helpSquare a:hover
{
    text-decoration: none;
}

.helpSquare:hover
{
    border:solid 2px #5a539a;
    background-color:#b5aef4;
    color: #ffffff;
    padding: 0px;
}

/*Misc*/

.loadingText
{
    width:100%;
    text-align:center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 200%;
}

/* Star Rating */

.ratingblock {
        display:block;
        }

.loading {
        height: 30px;
        background: url('/images/working.gif') 50% 50% no-repeat;
        }

.unit-rating { /* the UL */
        list-style:none;
        margin: 0px;
        padding:0px;
        height: 14px;
        position: relative;
        background: url('/images/starrating.gif') top left repeat-x;
        }

.unit-rating li{
    text-indent: -90000px;
        padding:0px;
        margin:0px;
        /*\*/
        float: left;
        /* */
        }

.unit-rating li a {
        outline: none;
        display:block;
        width:14px;
        height: 14px;
        text-decoration: none;
        text-indent: -9000px;
        z-index: 20;
        position: absolute;
        padding: 0px;
        }

.unit-rating li a:hover{
        background: url('/images/starrating.gif') left center;
        z-index: 2;
        left: 0px;
        }

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:14px;}
.unit-rating a.r2-unit{left:14px;}
.unit-rating a.r2-unit:hover{width: 28px;}
.unit-rating a.r3-unit{left: 28px;}
.unit-rating a.r3-unit:hover{width: 42px;}
.unit-rating a.r4-unit{left: 42px;}
.unit-rating a.r4-unit:hover{width: 56px;}
.unit-rating a.r5-unit{left: 56px;}
.unit-rating a.r5-unit:hover{width: 70px;}
.unit-rating a.r6-unit{left: 70px;}
.unit-rating a.r6-unit:hover{width: 84px;}
.unit-rating a.r7-unit{left: 84px;}
.unit-rating a.r7-unit:hover{width: 98px;}
.unit-rating a.r8-unit{left: 98px;}
.unit-rating a.r8-unit:hover{width: 112px;}
.unit-rating a.r9-unit{left: 112px;}
.unit-rating a.r9-unit:hover{width: 126px;}
.unit-rating a.r10-unit{left: 126px;}
.unit-rating a.r10-unit:hover{width: 140px;}

.unit-rating li.current-rating {
        background: url('/images/starrating.gif') left bottom;
        position: absolute;
        height: 14px;
        display: block;
        text-indent: -9000px;
        z-index: 1;
        }

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}

/*Changelog*/
.changelog-text
{
    padding:2px 5px 2px 10px;
    text-align:left;
    background:#ffffff;
}

.changelog-header {
    color: #ffffff;
    height: 24px;
    background-color: #3e408c;
}

.major
{
    background-color: #FBE6EF;
    font-weight: bold;
}

/*Screenshots*/
.ss-thumb
{
    padding:10px;
    margin:10px;
}

/*pack*/
.pack-msg
{
	background: #f9f7fe;
	border: 1px solid #e1dfe7;
	margin: 6px;
	padding:5px;
}

/*Beatmap Listing*/

.listing-src
{
    font-size: 80%;
    color: #45484A;
    
}

.beatmapListing
{
    width:100%;
}

.beatmapListing th
{
    background: #d7d2fb;
    border-bottom: 1px solid #a79ef3;
}

.beatmapListing td
{
    padding:2px;
}

.beatmapListing tr.row1p:hover, .beatmapListing tr.row2p:hover, .beatmapListing tr.row3p:hover, .beatmapListing tr.row4p:hover
{
    background: #fde1ff;
    cursor:pointer;
}

.expandableInfo
{
    float:right;
    width:100%;
    height:15px;
    line-height:15px;
    text-align:left;
    background: #fff;
}

.pagination
{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}

/*beatmap mcp*/
.mcp-nav {
	border:1px solid #000000;
	background:#ffffff;
	padding: 5px;
}

/*Beatmap Info*/

#songinfo
{
clear: both;
color: #000;
background-color: #e1d6fb;
border-bottom: 1px solid #8462db;
}

#songinfo td.colour
{
background:#e4dbfb;
color:#363143;
}

#songinfo td
{
border-bottom:1px solid #cfc1ef;
padding: 2px;
}

#tablist
{
margin: 4px 0px 0px 0px;
padding: 0 0 0 0;
border-bottom: 1px solid #cab8f7;
width: 100%;
height: 25px;
background: #ece4fd;
font-size: 1.3em;
display:block;
}

#tablist ul
{
display: block;
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#tablist li
{

display: block;
margin: 0;
line-height: 25px;
margin-right: 2px;
float: left;
width: auto;
}

#tablist a
{
color: #5e5e5e;
display: block;
width: auto;
text-decoration: none;
background: #e0d6fb;
margin: 0;
padding: 0px 10px 0px 10px;
}

#tablist A:hover, #tablist A:active {
background: #fff;
}

#tablist A.active:link, #tablist A.active:visited
{
background: #cab8f7;
}

#ratingspread
{
	border: none;
	width:100%;
	height:100%;
}

#ratingspread td, #ratingspread tr 
{
	text-align: center;
	background: #e1d6fb;
	border-bottom: none;
}

.batexpand
{
    cursor: pointer;
}

.batexpand:hover
{
    background-color: #d4e9ff;
}

.posttext
{
background: #f9f7fe;
border: 1px solid #e1dfe7;
padding: 5px 184px 5px 5px;
min-height: 140px;
}

.beatmapDownloadButton
{
margin: 8px;
float:right;
}

.scoreLeader
{
margin:auto;
border:1px solid #000;
min-width: 380px;
}

.scoreLeader td
{
padding: 2px;
}

.scoreLeader td.title
{
background:#000;
color:#fff;
font-size:130%;
font-weight: bold;
}

.scoreLeader a { color:#fdbf2a}

.starfield {
height:14px;
background: url("/images/starn.png");
background-repeat: repeat-x;
}

.starfield>.active
{
height:14px;
background: url("/images/star.png");
background-repeat: repeat-x;
}

/* The Team */
.teamname
{
    text-align: center;
    color: #2a1d48;
}

.teamname>div
{
    font-size: 130%;
}

/* Profiles */
.prof-left
{
    width: 200px;
    float: left;
}

.prof-left>table
{
    width: 200px;
}

.prof-right
{
    width: 640px;
    float: right;
}

.sectionHeading
{
	border-bottom: 1px solid #4a4a4a;
	border-top: 1px solid #4a4a4a;
	background: #5F5F5F;
	font-size: 140%;
	color: #fff;
	cursor:pointer;
}

.sectionHeading:hover
{
	background:#666666;
}

.sectionContents
{
    background: #fff;
    margin-bottom: 10px;
}

.profileStatLine
{
    background:#ffe2f6;
    border-bottom: 1px solid #ff94a8;
    font-size: 130%;
    margin-bottom: 3px;
}

.profileStatHeader
{
    background:#ffe2f6;
    border-bottom: 1px solid #ff94a8;
	font-weight: bold;
    font-size: 130%;
    margin-bottom: 6px;
	margin-top: 14px;
}

.profileBeatmapHeader
{
    font-size: 130%;
    margin-bottom: 6px;
    margin-top: 14px;
    border-bottom: 1px solid #d8d8d8;
    cursor: pointer;
}

.profileBeatmapHeader:hover
{
    background:#f7edf4;
    color:#000000;
}

.levelMetre
{
border:solid 1px #000
}

.levelPercent
{
background: #eacd5b;
font-weight: bold;
border-right: 2px solid #ffa10d;
}

.achievements-break
{
clear: both;
font-size: 120%;
font-weight: bold;
border-bottom: solid 1px #eacd5b;
}

.achievement
{
float: left;
margin: 5px 5px 5px 5px;
text-align:center;
width: 145px;
height: 120px;
}

.prof-beatmap
{
	background: #E7E4FC;
	border: 1px solid #DAD7FB;
	margin: 3px;
	padding: 2px;
}

.profileGameModes
{
    text-align: center;
}

.profileGameModes div
{
    height: 34px;
    margin: 10px auto;

}

.profileGameModes a
{
    display: inline-block;
    font-size: 150%;
    background: #e7e4fc;
    border: solid 2px #978CD0;
    width: 140px;
    height: 30px;
    line-height: 30px;
    padding: 0px;
    margin: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.profileGameModes a:hover
{
    text-shadow: #e5c6db 1px 1px 2px;
    text-decoration: none;
}

.profileGameModes .active
{
    background: #bea8f4;
    color: #ffffff;
}

.profile-tabs
{
	width:100%;
	border-spacing: 7px 0px;
}

.profile-tabs td
{
	background: #E7E4FC;
	text-align: center;
	font-weight: bold;
	border-left: solid 2px #DAD7FB;
	border-top: solid 2px #DAD7FB;
	border-right: solid 2px #DAD7FB;
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	cursor:pointer;
}

.profile-tabs td:hover
{
	background: #dae4ff;
}

/*Forum top beatmaps */
.top-maps
{
	margin: 10px auto 0 auto;
	width: 100%;
	background: #e3e1fa;
}

.top-maps .beatmap
{
	display: inline-block;
	width: 260px;
	padding: 0px 10px 0px 10px;
	border: solid 2px #e3e1fa;
	cursor: pointer;
	
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.top-maps .beatmap img
{
	width: 80px;
	height: 60px;
	float: left;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.top-maps .beatmap .details
{
	display: inline-block;
	width: 170px;
	height: 60px;
	text-align: left;
}

.top-maps .beatmap .details .main
{
	font-size: 130%;
	height: 45px;
}

.top-maps .beatmap .details .mapped
{
	text-align: right;
	height: 15px;
}

.top-maps .beatmap:hover
{
	background: #edebfa;
}

.top-maps .beatmap .header
{
	width: 100%;
	text-align: center;
	font-weight: bold;
	height: 15px;
	color: #0e3b78;
}

/*Superfish Menu System*/
.sf-menu, .sf-menu * {
    margin:         0;
    padding:        0;
    list-style:     none;
}
.sf-menu {
    height:    24px;
    z-index: 50;
}
.sf-menu ul {
    position:       absolute;
    top:            -999em;
    width:          14em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width:          100%;
}
.sf-menu li:hover {
    visibility:     inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float:          left;
    position:       relative;
}
.sf-menu a {
    display:        block;
    position:       relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left:           0;
    top:            24px; /* match top ul list item height */
    z-index:        99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top:            -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left:           14em; /* match ul width */
    top:            0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top:            -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left:           10em; /* match ul width */
    top:            0;
}

.sf-menu {
    float:          left;
    margin-bottom:  1em;
}
.sf-menu a {
    line-height:        24px;
    padding-right: 1em;
    padding-left: 1em;
    text-decoration:none;
    font-weight: bold;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color:          #4e2151;
}
.sf-menu li {
}

.sf-menu li li {
    background:     #eca1dd;
}
.sf-menu li li li {
    background:     #f8ddf3;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #f375c5;
    color: #fff;
    outline:        0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right:  2.25em;
    min-width:      1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position:       absolute;
    display:        block;
    right:          .75em;
    top:            1.05em; /* IE6 only */
    width:          10px;
    height:         10px;
    text-indent:    -999em;
    overflow:       hidden;
    background:     url('/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
    top: .8em;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
    background: url('/images/shadow.png') no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
    background: transparent;
}

/*** Forums Style ***/
.subforum_unread{
font-weight:bold;
}

/* Tables
 ------------ */
.floatleft{
float: left;
clear: both;
}

.floatright{
float: right;
padding-top: 6px;
padding-right: 8px;
}


.textbutton {
    font-weight: bolder;
    font-size: 125%;
    }
	
.tablebg table {

}
 .tablebg th {
    background: #d7d2fb;
    border-bottom: 1px solid #a79ef3;
}

.tablebg td {
}

td.profile {
        padding: 4px;
}

.tablebg {
}


.profile  {
background-color: #f6f2ff;
}

.post {
	background-color: #fff;
}

.catdiv {
		width: 100%;
        color: #fff;
        height: 28px;
        background-color: #5a5399;
        background-image: url('/images/tableheader.png');
}
.rtl .catdiv {
        color: #fff;
        background-color: #5a5399;
        background-image: url('/images/tableheader.png');
}

.catdiv a {
color: #fff;
}

.bar {
    color: #fff;
    background-color: #5a5399;
}

.bar a {
    color: #fff;
}

.bar .textbutton a {
	color: #FD9CF5;
	}

span.bar  {
    display: block;
	width: 100%;
}

.lightbar {
	background-color: #e3e1fa;
    padding: 4px;
}

span.lightbar {
	display: block;
	width: 100%;
}

.cat {
    color: #000;
    padding-top: 10px;
    background-position: 0px 10px;
    height: 28px;
    text-indent: 10px;
    background-repeat: no-repeat;
}

.cat table {
margin: 0;}

.cat td {
padding: 4px;
}

.cat .textbutton a {
	color: #FD9CF5;
	}

.cat h4>a {
    color: #fff;
}

.cat h4 {
    background-color: #5a5399;
    background-image: url('/images/tableheader.png');
    font-size: 150%;
    color: #fff;
    margin: 0;
    line-height: 35px;
    font-weight: normal;
}



.row1 {
        background-color: #edebfa;
        padding: 4px;
}

.tablebg .row1:hover {
        background-color: #efedfa;
}

.row2 {
        background-color: #e3e1fa;
        padding: 4px;
}

.tablebg .row2:hover {
        background-color: #e5e4f9;
}

.rowold {
        color: #45484A;
        padding: 4px;
}

.rowold a
{
	color: #323436;
}

.tablebg .rowold:hover {

}

.row3 {
        background-color: #fbfaff;
        border-bottom: 1px solid #c5bfc0;
        padding: 4px 4px 2px 4px;
}

.rowgood {
        background-color: #F8FCE4;
        padding: 4px;
}

.rowneutral {
        background-color: #F3F5ED;
        padding: 4px;
}

.rowbad {
        background-color: #FBE0DB;
        padding: 4px;
}

.spacer {
        background-color: #5a5399;
        padding: 0px;
}

hr {
        height: 1px;
        border-width: 0;
        color: #5a5399;
}

.legend {
        text-align:center;
        margin: 0 auto;
}

.breadcrumbs 
{
        font-size: 110%;
}

h2.inline
{
        display: inline;
}

.username-coloured
{
    font-weight: bold;
}

.quotetitle
{
    font-weight: bold;
}

.quotecontent
{
    margin: 1px 0px 0px 0px;
    background: #FBFBFB;
    padding: 3px 5px;
    border-style: solid;
    border-color: #ECECEC;
    border-width: 1px 5px;
}

.blacklinklarge
{
}

.gensmall
{
    font-size: 100%;
}

.helpline
{
	background: #e5e4f9;
	border:0px solid #e5e4f9;
}

.btnmain
{
	font-weight:bold;
}

.codecontent {
        direction: ltr;
        margin: 5px;
        padding: 3px;
        border-color: #000000;
        border-width: 1px;
        border-style: solid;
        font-weight: normal;
        color: #000000;
        font-size: 1em;
        font-family: Monaco, 'Courier New', monospace;
        background-color: #F2F2F2;
}

.eventlist > .event
{
	width: 100%;
	border-bottom: solid 1px #d0d0d0;
	margin: 5px;
}

.epic1
{
	font-size: 100%;
}

.epic2
{
	font-size: 104%;
}

.epic3
{
	font-size: 108%;
}

.epic4
{
	font-size: 112%;
}

.epic5
{
	font-size: 116%;
}

.epic6
{
	font-size: 120%;
}

.epic7
{
	font-size: 124%;
}

.epic8
{
	font-size: 128%;
}

.star
{
	padding-left:18px;
	padding-right: 2px;
	min-width:16px;
	height:16px;
	display: inline-block;
}

.user
{
	background: url('/images/star-user.png');
	background-repeat: no-repeat;
}

.bat
{
	background: url('/images/star-bat.png');
	background-repeat: no-repeat;
}

.kudos
{
	background: url('/images/star-kudos.png');
	background-repeat: no-repeat;
}

.star-icon
{
	background: url('/images/star-pack.png');
	text-align: left;
	font-weight:bold;
	vertical-align: top;
	width:21px;
	height:14px;
	padding-top: 2px;
	padding-left: 5px;
	display: inline-block;
}

.modmessage {
    color: #868686;
}

.pagination-fixed {
    display: inline-block;
    min-width: 150px;
}

/*top beatmaps*/

/*lightbox*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* main forum page */
.threadcount
{
	font-size: 150%;
	
}

.postcount
{
    color: #45484A;
}

.forumlink
{
	font-size: 130%;
}

.inline-form
{
    margin-right: 1ex;
    float: left;
    display: inline-block;
}

#user-search.default
{
	color: black;
}

#user-search.blur
{
	color: gray;
}

#beatmap-search.default
{
	color: black;
}

#beatmap-search.blur
{
	color: gray;
}

.fontsize50
{
    font-size: 80%;
    line-height: normal;   
}

.fontsize85
{
    font-size: 90%;
    line-height: normal;   
}

.fontsize100
{
    font-size: 100%;
    line-height: normal;   
}

.fontsize150
{
    font-size: 130%;
    line-height: normal;   
}

.fontsize250
{
    font-size: 160%;
    line-height: normal;   
}
