body
{
  font-family:Arial;

  background: url(images/background_d2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  padding: 60px 20px 0 20px;
  
  white-space: nowrap;
}

a
{
  text-decoration: none;
  color: #7f7f7f;
  cursor: pointer;
}

#header
{
  width: 100%;
  height: 40px;

  font-size: 0.9em;
  line-height: 40px;

  padding-left: 15px;

  background-color: #171616;
}

#headerMenu
{
  text-transform: uppercase;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}

#navigationHeaderMenu a:hover
{
  text-decoration: underline;
}

.striped a:first-child
{
  padding-left: 0;
}
.striped a:last-child
{
  border: none;
  padding-right: 0;
}

#content
{
  top: 80px;
  left: 0;
  margin: 0 auto;
  
  min-width: 1000px;
  max-width: 1280px;

  height: 1px;
  min-height: 750px;
}

#contentHeader
{
  background-color: #171616;

  //border-top-left-radius: 9px;
  //border-top-right-radius: 9px;
}

#contentTitle
{
  margin-left: 20px;
  
  line-height: 70px;
  vertical-align: middle;
  
  font-size: 1.8em;
  color: #eee;
  text-transform: uppercase;
  display: inline-block;
}

#userInfo
{
  display: inline-block;
  
  float: right;
  margin-right: 15px;
  margin-top: 25px;
  
  font-size: 0.85em;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}

#userInfo i
{
  opacity: 0.4;
}

#userInfo a
{
  color: #fff;
}

#userInfo a:hover
{
  text-decoration: underline;
}

#userInfo img
{
  padding-left: 20px;
  vertical-align: middle;
  
  float: right;
}
 
#contentMain
{
  position: relative;
  top: -20px;
  width: 100%;
  
  min-height: 100%;
  
  background-color: #f7f7f7;

  /*
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  */
}

#contentNavigation
{
  position: absolute;
  left: 0;
  top: -5px;
  width: 25%;

  min-height: 101%;
  
  background-color: #171616;
}

#contentNavigationMenu div
{
  width: 90%;
  height: 28px;
  
  margin: 5px 5%;
  text-align: left;
  
  line-height: 28px;
  vertical-align: middle;
  
  font-size: 0.85em;
  
  //border: 1px #ccc solid;
  //border-radius: 3px;
  background-color: #222222;
  //box-shadow: 0 1px 0 rgba(170, 170, 170, 0.6);
}

#contentNavigationMenu div:hover
{
  //background-color: rgb(204, 204, 204);
}

#contentNavigationMenu div i
{
  margin-left: 10px;
}

#contentNavigation h1
{
  padding-left: 10px;
  margin-top: 20px;
  
  color: #4a4a4a;
  font-size: 1.25em;
}

#contentNavigation hr
{
  position: absolute;
  left: 10px;
  right: 10px;
}
  
.contentNavigationSidebox
{
  padding: 0 10px;
  
  font-size: 0.85em;
  color: #f7f7f7;
  
  white-space: normal;
}

/*
#contentNavigation ul
{
  padding: 1px 5px;
  list-style-type: none;
  
  margin-left: 3%;
  
  font-size: 0.85em;
}

#contentNavigation li
{
  margin: 0 0 10px 0;
  padding: 4px 4px 4px 8px;
  width: 90%;
  border: 1px #ccc solid;
  
  border-radius: 3px;
}
*/
#contentPage
{
  position: relative;
  left: 25%;
  width: 75%;
}

#contentPageTitle
{
  font-size: 1.5em;
  font-weight: bold;
  padding-top: 12px;
  margin-left: 15px;
  margin-bottom: 15px;
  color: #4a4a4a;
}

hr
{
  height: 1px;
  position: absolute;
  margin-top: -10px;
  left: 15px;
  right: 15px;
  background-color: #000;
  border: 0;
  opacity: 0.2;
}

#contentPageContent
{
  background-color: #f7f7f7;
  white-space: normal;
  overflow: hidden;
  padding: 15px 15px 15px 15px;
  margin-bottom: 30px;
  
  
  font-size: 0.85em;
  color: #4a4a4a;
}

#contentFooter
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  margin-bottom: -30px;
  
  vertical-align: middle;
  line-height: 30px;
  
  background-color: #171616;
  color: #fff;
  font-size: 0.75em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);

  //border-bottom-left-radius: 9px;
  //border-bottom-right-radius: 9px;
}

#contentFooter a:hover
{
  text-decoration: underline;
}

#contentFooterMenu
{
  position: absolute;
  left: 15px;
  padding-bottom: 40px;
}

#currentPlayers
{
  position: absolute;
  right: 15px;
}

#contentFooter i
{
  opacity: 0.4;
}

.striped a
{
  color: white;
  border-right: 1px rgba(255, 255, 255, 0.3) solid;
  padding-left: 15px;
  padding-right: 15px;
}

.current
{
  font-weight: bold;
}

.label-dev {
  background-color: #702f6e;
  background-image: -webkit-linear-gradient(#702f6e,#663a65);
  background-image: linear-gradient(#702f6e,#663a65);
}

.label-projm {
  background-color: #511414; /* Fallback for browsers that do not support gradients */
  background-image: -webkit-linear-gradient(#511414, #3d0f0f); /* For Chrome, Safari, and older browsers */
  background-image: linear-gradient(#511414, #3d0f0f); /* Standard syntax; from dark red to a slightly darker red */
}

.label-projv {
  background-color: #43035f;
  background-image: -webkit-linear-gradient(#43035f, #37284a); /* For Chrome, Safari, and older browsers */
  background-image: linear-gradient(#43035f, #37284a); /* Standard syntax; dark purple to a slightly lighter purple */

}

.label-head {
  background-color: #f23a3a;
  background-image: -webkit-linear-gradient(#f23a3a,#8a261f);
  background-image: linear-gradient(#f23a3a,#8a261f);
}

.label-team {
  background-color: #ad0000;
  background-image: -webkit-linear-gradient(#ad0000,#8a261f);
  background-image: linear-gradient(#ad0000,#8a261f);
}

.label-admin {
  background-color: #0000db;
  background-image: -webkit-linear-gradient(#0000db,#0026cf);
  background-image: linear-gradient(#0000db,#0026cf);
}

.label-moderator {
  background-color: #2da973; /* Fallback for browsers that do not support gradients */
  background-image: -webkit-linear-gradient(#2da973, #238a5e); /* For Chrome, Safari, and older browsers */
  background-image: linear-gradient(#2da973, #238a5e); /* Standard syntax; from moderate green to a slightly darker green */
}

.label-support {
  background-color: #009bee;
  background-image: -webkit-linear-gradient(#009bee,#00a2de);
  background-image: linear-gradient(#009bee,#00a2de);
}

.label-overwatch {
  background-color: #fa3;
  background-image: -webkit-linear-gradient(#fa3,#971);
  background-image: linear-gradient(#fa3,#971);
}

.alert-task {
  color: rgb(140, 80, 180) !important;   
  background-color: rgb(230, 210, 245) !important; 
  border-color: rgb(180, 120, 220) !important;   
}

.alert-overwatch {
  color: rgb(255, 220, 220) !important;
  background-color: rgb(120, 25, 25) !important;
  border-color: rgb(180, 40, 40) !important;
}