a {
color: #808080;
text-decoration: underline;
}

a.highlight {
color: #ffffff;
}

a.black {
color: #000000;
}

a:hover {
text-decoration: none;
}

a.top_right_link {
color: #000000;
}

a.team_link {
color: #426D0A;
}

a.strong_link {
color: #74A13C;
}

img {
border: none;
}

.strong_copy {
font-weight: bold;
}

.strong_title_copy_dark {
width: 424px;
height: 16px;
padding-left: 3px;
padding-top: 2px;
font-weight: bold;
color: #ffffff;
background: #8EC24A;
}

.strong_title_copy_light {
width: 424px;
height: 16px;
padding-left: 3px;
padding-top: 2px;
font-weight: bold;
color: #000000;
background: #CCE3AE;
}

.right_strong_title_copy_dark {
width: 197px;
height: 16px;
padding-left: 3px;
padding-top: 2px;
font-weight: bold;
color: #ffffff;
background: #8EC24A;
}

.transaction_history_title {
color: #7CAB40;
font-weight: bold;
}

.in_game_copy {
color: #000000;
}

.in_game_teaser {
width: 140px;
height: 30px;
padding-top: 10px;
background: #9FDD51;
border: 1px solid #808080;
text-align: center;
}

a.in_game_teaser_link {
color: #ffffff;
font-weight: bold;
}

.balance_copy {
color: #808080;
}

p {
margin-top: 10px;
margin-bottom: 10px;
}

p.single {
margin-top: 5px;
margin-bottom: 5px;
}

ul.general {
padding: 10px;
margin: 10px;
}

.section_title {
font-family: arial;
font-size: 16px;
font-weight: bold;
color: #0C4358;
}

hr {
height: 1px;
background: #e9e9e9;
background-color: #e9e9e9;
color: #e9e9e9;
}

hr.title {
height: 1px;
background: #e9e9e9;
background-color: #e9e9e9;
color: #e9e9e9;
margin-bottom: 5px;
}

hr.transaction_history {
height: 1px;
background: #e9e9e9;
background-color: #e9e9e9;
color: #e9e9e9;
margin-bottom: 5px;
}


/*FORM STYLES*/

form fieldset {
clear: both;
font-size: 100%;
border: 1px solid #043E54;
padding: 10px;
margin: 10px 0px 0px 0px;
}

legend {
font-weight: normal;
color: #000000;
margin-bottom: 10px;
padding: 0px 5px;
}

label.normal {
clear: both;
}

label.ex_small {
float: left;
clear: left;
width: 43px;
text-align: right;
padding-right: 4px;
}

label.small {
float: left;
clear: left;
width: 90px;
text-align: right;
padding-right: 4px;
}

label.large {
float: left;
clear: left;
width: 120px;
text-align: right;
padding-right: 4px;
font-weight: bold;
}

label.large_norm {
float: left;
clear: left;
width: 120px;
text-align: right;
padding-right: 4px;
}

p.form {
clear: both;
}

hr.form {
clear: both;
margin-top: 3px;
margin-bottom: 3px;
}


/*INPUT*/

input {
font-family: arial;
font-size: 11px;
padding: 1px;
padding-left: 2px;
}

input.no_float {
float: none;
}

input.DOB_d {
float: left;
border: 1px solid #808080;
width: 20px;
margin-right: 4px;
background: #ffffff!important;
}

input.DOB_y {
float: left;
border: 1px solid #808080;
width: 30px;
background: #ffffff!important;
}

input.ex_small {
float: left;
border: 1px solid #808080;
width: 50px;
background: #ffffff!important;
}

input.small {
float: left;
border: 1px solid #808080;
width: 100px;
background: #ffffff!important;
}

input.small_error {
float: left;
border: 1px solid #808080;
width: 100px;
background: #ff0000!important;
color: #ffffff;
}

input.medium {
float: left;
border: 1px solid #808080;
width: 150px;
background: #ffffff!important;
}

input.medium_error {
float: left;
border: 1px solid #808080;
width: 150px;
background: #ff0000!important;
color: #ffffff;
}

input.large {
float: left;
border: 1px solid #808080;
float: left;
width: 200px;
background: #ffffff!important;
}

input.large_error {
float: left;
border: 1px solid #808080;
float: left;
width: 200px;
background: #ff0000!important;
color: #ffffff;
}

input.chkbox {
float: left;
border: 0px solid #ffffff;
cursor: pointer;
}

input.login {
float: none;
border: 1px solid #808080;
width: 70px;
font-size: 10px;
background: #ffffff!important;
}

/*TEXTAREA*/

textarea {
float: left;
border: 1px solid #808080;
font-family: arial;
font-size: 11px;
padding: 2px;
}

textarea.thin {
width: 230px;
height: 100px;
}

textarea.small {
width: 300px;
height: 40px;
}

textarea.medium {
width: 300px;
height: 70px;
}

textarea.large {
width: 300px;
height: 100px;
}


/*SELECT*/

select {
float: left;
font-family: arial;
font-size: 11px;
background: #ffffff!important;
}

select.no_float {
float: none;
}


/*SUBMIT*/

.submitBut {
border-style: outset;
border-top-color: #ffffff;
border-left-color: #ffffff;
border-right-color: #808080;
border-bottom-color: #808080;
border-width: 2px;
background: #e3e3e3!important;
font: menu;
padding: 1px;
cursor: pointer;
}
