@charset "utf-8";

body {
	font: 12px Arial, sans-serif;
	color: #FFFFFF;
	background: #4B4B4B;
	min-width: 980px;
	margin: 0;
	padding: 0;
}

legend {
	font: 16px Arial, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

input {
	font: 12px Arial, sans-serif;
}

fieldset {
    border-color: #88BB00;
}

h1 {
    padding: 0px;
    margin: 0px;
}

a.create {
	font: 20px Arial, sans-serif;
	color: #88BB00;
	font-weight:bold;
    text-decoration: none;
}
a.create:hover {
	font: 20px Arial, sans-serif;
    color: #88BB00;
	font-weight: bold;
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.capital {
    text-transform: uppercase;
}

.black {
    color: #000000;
}
.blackhover:hover {
    color: #000000;
}
.green {
    color: #88BB00;
}
.greenhover:hover {
    color: #88BB00;
}
.bggreenhover:hover {
    background-color: #88BB00;
}
.white {
    color: #FFFFFF;
}
.whitehover:hover {
    color: #FFFFFF;
}
.red {
    color: #FF0000;
}
.grey {
    color: #BBBBBB;
}
.size10 {
    font-size: 10px;
}
.size11 {
    font-size: 11px;
}
.size12 {
    font-size: 12px;
}
.size13 {
    font-size: 13px;
}
.size14 {
    font-size: 14px;
}
.size15 {
    font-size: 15px;
}
.size16 {
    font-size: 16px;
}
.size20 {
    font-size: 20px;
}
.size21 {
    font-size: 21px;
}
.size22 {
    font-size: 22px;
}
.size24 {
    font-size: 24px;
}
.size26 {
    font-size: 26px;
}
.size30 {
    font-size: 30px;
}
.size32 {
    font-size: 32px;
}
.size33 {
    font-size: 33px;
}
.size34 {
    font-size: 34px;
}
.size36 {
    font-size: 36px;
}
.size48 {
    font-size: 48px;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.justify {
    text-align: justify;
}
.top {
    vertical-align: top;
}
.middle {
    vertical-align: middle;
}
.bottom {
    vertical-align: bottom;
}

.nounderline {
	text-decoration: none;
}
.nounderline:hover {
	text-decoration: underline;
}
.bggrey {
    background-color: #4B4B4B;
}
.bggrey2 {
    background-color: #2C2C2C;
}
.bgwhite {
    background-color: #FFFFFF;
}
.bgblack {
    background-color: #000000;
}
.bggreen {
    background-color: #88BB00;
}
.bordergreen1 {
    border: 1px solid #88BB00;
}
.bordergreen {
    border: 2px solid #88BB00;
}
.borderwhite2 {
    border: 2px solid #FFFFFF;
}
.borderred {
    border: 1px solid red;
}
.borderblack {
    border: 1px solid #000000;
}

.pointer {
    cursor: pointer;
}

.nav {
    height: 29px;
    vertical-align: middle;
    text-align: center;
	font: 16px Arial, sans-serif;
    color: #88BB00;
    font-weight: bold;
    padding-top: 1px;
    padding-bottom: 1px;
	background-color: #000000;
    /*background-image: url(/images/nav-bg.gif);
    background-repeat: repeat-x;*/
}
.nav a {
	font: 12px Arial, sans-serif;
	color: #FFFFFF;
    text-decoration: none;
	font-weight: bold;
}
.nav a:hover {
	font: 12px Arial, sans-serif;
    color: #88BB00;
	font-weight: bold;
    text-decoration: underline;
}
.chapter {
    position: absolute;
    top: 1px;
    left: 10px;
}
.bonus {
    position: absolute;
    top: 1px;
    left: 170px;
}
.help {
    position: absolute;
    top: 1px;
    right: 10px;
}
.connect {
    position: absolute;
    top: 1px;
    right: 190px;
}

.play {
    text-align: center;
}

.langue {
    text-align: right;
}
.langue a {
    margin-left: 15px;
}

.link {
    background-image: url(/images/ball-link.png);
    background-repeat: no-repeat;
    background-position: middle left;
	font: 14px Arial, sans-serif;
	color: #FFFFFF;
    background-color: #88BB00;
    text-decoration: none;
	font-weight: bold;
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 5px;
}
.link:hover {
    background-image: url(/images/ball-link.png);
    background-repeat: no-repeat;
    background-position: middle left;
	font: 14px Arial, sans-serif;
    color: #000000;
    background-color: #88BB00;
	font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 5px;
}

.linkb {
    background-image: url(/images/ball-link-b.png);
    background-repeat: no-repeat;
    background-position: middle left;
	font: 14px Arial, sans-serif;
    color: #000000;
    background-color: #88BB00;
    text-decoration: none;
	font-weight: bold;
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 5px;
}
.linkb:hover {
    background-image: url(/images/ball-link-b.png);
    background-repeat: no-repeat;
    background-position: middle left;
	font: 14px Arial, sans-serif;
	color: #FFFFFF;
    background-color: #88BB00;
	font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 5px;
}

.mktipmsg {
    padding: 5px;
    /*background-color: #FFF8DC;
    border: 1px solid #DEB887;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6b6b6b;
    display:none;
    position:absolute;
    left:0px;
    top:0px;
}
