/* mangoSix Global styling */

/* GENERAL */

* {
padding: 0;
margin: 0;
text-decoration: none;
}
strike {
text-decoration:line-through;
}
body {
background: url(../images/bg.jpg) repeat-x;
background-color: #81b5d9;
height: 100%;
}

html {
height: 100%;
}

/* STRUCTURES */
.container {
min-height: 100%;
position: relative;
}
 
.contentContainer {
width: 910px;
margin: 0 auto;
padding-bottom: 60px;
}

.footer {
position: absolute;
bottom: 0px;
width: 100%;
background: url(../images/bottom.jpg) repeat-x #2a2a2a;
}

/* NAVIGATION */

.nav ul {
list-style: none;
margin-left: 15pt;
}

.nav li {
padding: 0 30px 0 0;
}

.nav li a{
padding: 0 0 0 5px;
}

.navminor ul {
list-style: none;
}

.navminor li {
padding: 0 30px 0 0;
}

.navminor a:hover {
color: #b5d7e4;
}
.green a:hover {
color: #b2f224;
}

.yellow a:hover {
color: #fffc00;
}

.orange a:hover {
color: #FF9D00;
}

.red a:hover {
color: #D40800;
}

.greencurrent a {
color: #b2f224;
}

.yellowcurrent a {
color: #fffc00;
}

.orangecurrent a {
color: #FF9D00;
}

.redcurrent a {
color: #D40800;
}

/* TOOLS */

.clear {
clear: both;
}

.float {
float: left;
}

.lineleft {
background: url(../images/listline.jpg) left repeat-y;
padding-left: 5px;
}

.invisible {
display: none;
}