 /* MAIN PAGE ESSENTIALS */   
 
  body {
    background: url("/images/MLbgs/bggooblue2.png") #000;
    color: #212121;
	  background-size: contain;
     background-attachment: fixed;
	 height: 100%;
	}
	
 * {
	box-sizing: border-box;
	}
 
 /* OPTION BUTTONS FOR VIDOSPHERE HOMEPAGE */ 


.highlight {color: #303135;}

.optiontext {
	background: #9A9DA6;
}

 /* PROFILELINK STUFF */ 
.profilelinkcontent {
  background: #ABADB2;
}


a, a:link {
  color: #2B54C4;
  text-decoration: none;
}

a:visited {
  color: #2D4CA6;
  text-decoration: none;
}

.box a, a:link, a:visited {
  color: #052FA8;
  text-decoration: none;
}


a:hover {
  color: #4678FF;
  text-decoration: none;
}

.itemcontainer {
  border: 2px solid #4d4d4d;
  background: #8f9197;
}

 /* CAPSULES N BOXES */ 

.capsulebottom {
  background: #9A9DA6;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.397);
  color: #35373C;
}

.capsulecolor {background: #ABADB2;}

.boxbig {
background: rgb(81,84,91);
background: #7F828A;
  color: #1c1e22;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.397);
}

.box {
background: rgb(81,84,91);
background: #7F828A;
  color: #222429;
}

.capsulebottom , .capsule {
  background: #ABADB2;
  color: #35373C;
}

.capsulebottomblue {
      background: rgb(41,78,131);
background: url("/images/assets/colorbars.png"), linear-gradient(180deg, rgba(41,78,131,1) 39%, rgba(16,43,106,1) 84%);
    background-size: contain;
    background-attachment: fixed;
}

.capsulenotitlemedium, .sidebox {
	color: #212224;
background: rgb(184,195,201);
background: linear-gradient(180deg, rgb(184, 195, 201) 39%, rgb(147, 163, 176) 88%);
   background-size: contain;
    background-attachment: fixed;
}

/* Popup */

#subtlepopup {
  color: #50535A;
  background: #B8C3C9;
}

textarea {
  background-color: #C8CACE;
}

input {
  background-color: #C8CACE;
  color: black;
  border-radius: 5px;
  border: none;
  height: 30px;
}


select {
  background-color: #C8CACE;
  color: black;
  border: 1px solid #919191;
  border-radius: 5px;
    height: 30px;
}

/* FORUMS */ 

.forumborder {
  background-color: #7F828A;
}

#forumtable td, #forumtable th {border: 1px solid #888181;}

#forumtable tr { background-color: #cecece;}

#forumtable tr:nth-child(even){background-color: #c4c4c4;}

