/*** Body & World, Global Definitions***/

body {
    margin: 0px;
    background-color: #ffffff;
    text-align: center;
}

body, td, th, textarea, input, select {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
}

div.world {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #fefefe;
    padding-top: 151px;
    background: url(images/bg.jpg) no-repeat;
}

a {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h2 {
    color: #ec008c;
    font-weight: normal;
    font-size: 2em;
    margin: 5px 0px 8px 0px;
}

h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: 2px 0px;
    color: #5f5f5f;
}

h3 {
    font-size: 1.9em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.3em;
    font-weight: bold;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

pre {
    padding: 0px 0px 0px 12px;
    margin: 0px 0px 5px 0px;
}

p {
    padding: 0px;
    margin: 0px 0px 6px 0px;
}

.magenta {
    color: #ec008c;
}



/*** Top ***/

div.top {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    margin-left: 28px;
}

div.top div.languages {
    float: left;
    width: 120px;
    text-align: right;
    font-weight: bold;
    padding: 14px 26px 0px 0px;
    letter-spacing: 0.5pt;
}

div.top div.languages a {
    color: #adb6a1;
    text-decoration: none;
}

div.top div.languages a:hover {
    color: #7ec916;
    text-decoration: none;
}

div.top div.languages span.active {
    color: #5f5f5f;
}

div.top h1.logo {
    float: left;
    width: 577px;
    margin: 0px;
    padding: 0px;
}

div.top-line {
    background: url("images/border-top.gif") no-repeat;
    height: 18px;
}



/*** Main ***/

div.main {
	position: relative;
	background: #ffffff;
	width: 949px;
	padding: 0px;
	margin-top: 22px;
	margin-left: 20px;
}



/*** Bottom ***/

div.bottom {
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 0px 120px;
}

div.bottom a {
    color: #909090;
}

div.bottom a:hover {
    text-decoration: none;
}



/*** Left Column & (Right) Content ***/

div.left-column {
    float: left;
    width: 290px;
    margin-left: 12px;
    _margin-left: 4px;
    overflow: hidden;
}

div.content {
    float: right;
    width: 625px;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding-bottom: 20px;
    _margin-right: 0px;
}

div.content-fullwidth {
    margin: 70px 160px 0px 0px;
}

div.content div.breadcrumbs {
    font-size: 0.9em;
    margin: 0px 0px 10px 0px;
}

div.left-menu {
    margin-top: -18px;
}

div.main-menu-item {
    border-bottom: 2px solid #b4b4b4;
    padding: 0px 0px 4px 15px;
    margin: 23px 0px 6px 0px;
}

div.main-menu-item-sub {
    border-bottom: 2px solid #e1e1e1;
    padding: 0px 0px 2px 15px;
    margin-bottom: 4px;
}

div.main-menu-item-subsub {
    padding: 2px 0px 0px 12px;
    margin-bottom: 4px;
}

div.main-menu-item-subsub a {
    color: #a0a0a0;
    text-decoration: none;
    font-weight: bold;
}



/*** Blocks ***/

div.blocks {
    width: 290px;
}

div.blocks div.box {
    font-size: 0.9em;
    padding: 10px 12px 12px 12px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #d3d3d3;
    background-color: #fcfcfb;
    background-image: url("images/box-bg.gif");
    background-repeat: repeat-x;
}

div.blocks div.box-grey {
}

div.blocks div.box-green {
    border-color: #7ec916;
}

div.blocks div.box-red {
    border-color: #ba1f25;
}

div.blocks div.box h2 {
    color: #7ec916;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-weight: bold;
    font-size: 1.3em;
    letter-spacing: 0.2em;
    font-variant: small-caps;
}

div.blocks div.box p {
    margin: 0px 0px 5px 8px;
    padding: 0px;
}

div.blocks div.box ul, div.blocks div.box ol {
    padding-left: 23px;
    margin: 0px 0px 5px 0px;
}

div.blocks div.box ul {
    list-style-type: circle;
}

div.blocks div.box ul ul, div.blocks div.box ul ol, div.blocks div.box ol ol, div.blocks div.box ol ul {
    padding-left: 12px;
    margin-bottom: 0px;
}

div.blocks div.box li {
}

div.blocks div.box ul li a {
    color: #606060;
    text-decoration: none;
}

div.blocks div.box ul li.in-breadcrumbs a, div.blocks div.box ul li.selected a {
    color: #7ec916;
}

div.blocks div.box ul li.selected a {
    font-weight: bold;
}

div.blocks div.box ul li.not-selected a {
    font-weight: normal;
    color: #606060;
}

div.blocks div.box ul li a:hover {
    color: #7ec916;
}



/*** Content Text ***/

div.content-text {
    font-size: 1.3em;
}

div.content-text ul, div.content-text ol {
    padding-left: 30px;
    margin: 0px 0px 5px 0px;
}

div.content-text ul ul, div.content-text ul ol, div.content-text ol ol, div.content-text ol ul {
    padding-left: 23px;
    margin-bottom: 0px;
}

div.content-text li {
}


div.world div.grey-content {
    border: 3px solid #ffffff;
    background-color: #e4e4e6;
    padding: 15px 15px;
    color: #000000;
}

div.world div.white-content {
    background-color: #ffffff;
    padding: 15px 10px 15px 15px;
    color: #373737;
}

div.world div.white-content a {
    color: #000000;
}


/*** User panel ***/

div.main div.user-panel {
    background: url(images/user-panel.jpg) no-repeat;
    color: #ffffff;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    padding: 7px 14px 0px 40px;
    height: 58px;
}

div.main div.user-panel a {
    color: #ffffff;
    text-decoration: none;
    text-transform: lowercase;
}

div.main div.user-panel-second {
    margin-top: 3px;
}





h2.top {
	background: url(images/top.gif) no-repeat;
}

h2.news {
	background: url(images/news.gif) no-repeat;
}


div.bottom a.back-to-top {
	position: relative;
	background: #9d9ea0;
	padding-left: 19px;
	padding-right: 19px;
	width: 105px;
	height: 22px;
	padding-top: 2px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin-left: 220px;
}


/*** Battles ***/

div.battle-song-text {
    margin: 10px 0px;
}


div.black-content a.button {
    display: block;
    text-align: center;
    font-size: 1.2em;
    background-color: #ec008c;
    color: white;
    font-weight: bold;
    padding: 5px 20px;
    float: right;
    text-decoration: none;
}
