/* STANDARD MENU */
*{
  margin: 0px;
  padding: 0px;
  box-sizing : border-box;
    font: Tahoma;

  }


header, section, footer, aside, nav, article, hgroup {
  display: block;
}

body {
	background-color: #202020;
  width: 100%;
  display: -webkit-box;
  -webkit-box-pack:center;
}


select {
  width: 250px;
  padding: 2px;
}

#loginform {
  background-color: none;
}
#loginform input {
  background-color: white;
  color: #000000;
  width: 150px;
  height: 30px;
  padding: 2px;
  margin-right: 10px;
}
#loginform input[type=submit] {
  cursor: pointer;
  height: 30px;
  width: 120px;
  padding: 5px;
  background-color: black;
  border-radius: 3px;
  border: 1px solid black;
  color: #909090;
  font: bold 12px Tahoma;
}
#loginform input[type=submit]:hover {
  cursor: pointer;
  height: 30px;
  width: 120px;
  padding: 5px;
  background-color: #202020;
  border-radius: 3px;
  border: 1px solid black;
  color: white;
  font: bold 12px Tahoma;
}


#inputform  label {
  float: left;
  width: 150px;
  padding: 3px;
  margin: 2px;
  color: black;
  font: bold 15px Tahoma;
  height: 25px;
}

#inputform input[type=radio] + label {
  float: none;
  width: auto;
  padding: 10px;
  margin-bottom: 5px;
  font: bold 15px Tahoma;

}



#inputform input[type=text] {
  width: 300px;
  height: 30px;
  padding: 3px;
  margin: 2px;
  color: black;
  font: bold 15px Tahoma;
  float: none;
}
#inputform input[type=password] {
  width: 300px;
  height: 30px;
  padding: 3px;
  margin: 2px;
  color: black;
  font: bold 15px Tahoma;
  float: none;
}
#inputform select {
  width: 300px;
  padding: 3px;
  margin: 2px;
  color: black;
  font: bold 15px Tahoma;
  float: none;
}
#inputform input[type=radio] {
  float: none;
  width: 40px;
  height: 30px;

  margin: 5px 0px 5px 5px;
  vertical-align: middle;
  text-align: left;

}
#inputform input[type=submit] {
  cursor: pointer;
  height: 30px;
  width: 120px;
  padding: 5px;
  background-color: black;
  border-radius: 3px;
  border: 1px solid black;
  color: #909090;
  font: bold 12px Tahoma;
}
#inputform input[type=submit]:hover {
  cursor: pointer;
  height: 30px;
  width: 120px;
  padding: 5px;
  background-color: #202020;
  border-radius: 3px;
  border: 1px solid black;
  color: white;
  font: bold 12px Tahoma;
}
#inputform img {
border: 1px solid black;
}

#inputform a {
  display: inline;
  text-decoration: none;
  background-color: black;
  border-radius: 3px;
  border: 1px solid black;
  font-weight: bold;
  color: white;
  margin: 7px;
  font-size:14px;
  padding: 5px;
}

#inputform input[type=file] {
  height: 30px;
  width: 400px;
  padding: 5px;
  margin-right: 10px;
  background-color: black;
  border-radius: 3px;
  border: 1px solid black;
  color: #909090;
  font: bold 12px Tahoma;
  vertical-align: top;
}
#inputform input[type=file]:hover {
  height: 30px;
  width: 400px;
  padding: 5px;
  background-color: #202020;
  border-radius: 3px;
  border: 1px solid black;
  color: white;
  font: bold 12px Tahoma;
  vertical-align: top;
}


#themetitle {
width: 100%;
 background-color: white;
 color: black;
 border: 1px solid black;
 font-weight: bold;
 height: 27px;
 margin: 10px 0px;
 padding-left: 5px;
 font-size:16px;
}


 #sub2  {
   cursor: pointer;
  background-color: black;
  border-radius: 3px;
  color: white;
  border: 0px;
  font-weight: bold;
  width: 100px;
  height: 27px;
  padding: 2px;
}

#big_wrapper {
  max-width: 1200px;
  background-color: #303030;
  padding: 10px 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-flex: 1;

}
.menu2 {
  max-width: 1200px;
  height: 50px;
  background-color: black;

}

.menu2 div {
  max-width: 1200px;

  padding: 5px 5px;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-flex: 1;
  font: 16px Tahoma;
  float: left;
}

.menu2 div:last-child {
  display: block;
  line-height: 40px;
  float: right;
  height: 50px;
  background-color: black;
  color: white;
  padding: 20px 10px;
  font: bold 16px Tahoma;
  text-align: center;
}

.menu2 ul li {
	list-style-type :none;
  padding: 1px;
  float: left;
  width: 160px;
  line-height: 27px;
  text-align: center;
}


.menu2 a {
  display: block;
  border-radius: 0px;
	text-decoration: none;
   padding: 5px;
   height: 40px;
   font-weight: bold;
   }

.menu2 ul li span a{
      color: white;
      background-color: #404040;
      }
.menu2 ul li span a:hover {
      color: white;
      background-color: #505050;
      }

 .menu2 ul li a {
    background-color: #202020;
    color: #909090;
    }
.menu2 ul li a:hover {
   background-color: #505050;
   color: white;
   }


#logo {
  max-width: 1200px;
  height: 100px;
  background-color: #303030;
  padding: 10px 0px;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-flex: 1;
  font: 16px Tahoma;

}
#logoleft {
padding: 0px 10px;
width:100px;
height: 120px;
}
#logocenter {
padding: 10px 10px;
text-align: center;
color:white;
-webkit-box-flex: 1;
font: bold 30px Tahoma;
}

#logoright {
background-color:none;
width:100px;
padding: 0px 10px;
}
#top_header {
  border: 3px solid black;
  padding: 0px;
font: bold 15px Tahoma;
}

#standard-nav {
	width: 100%;
}

#new_div {
  display: -webkit-box;
  -webkit-box-orient:horizontal;
  padding: 0px;
  margin: 0px;
}

#main_section {
  background-color: #EEEEEE;
  border: 2px solid #000000;
  -webkit-box-flex: 1;  /* This box is going to be flexible, will change dynamically */
  margin: 0px;
  padding: 0px 25px;

  }

  #main_section article {
    padding: 0px;
    margin : 0px 0px;
	background-color: #EEEEEE;
  color: #000000;
 font: normal 14px Tahoma;

  }

  #main_section article p {
 font: normal 16px Arial;

  }


#main_section header {
  font: normal 18px Tahoma;
  background-color: #505050;
  color: white;
  text-align: center;
  padding: 10px 0px;
  margin : 0px 0px;
}


#main_section footer {
  background-color: #505050;
  color: #FFFFFF;
  padding: 10px 10px;
  margin : 10px 0px;
  height: 50px;
  font: bold 16px Tahoma;
}


#footernewcleft a {
display: block;
float: left;
text-decoration: none;
background-color: black;
border-radius: 3px;
border: 1px solid black;
font-weight: bold;
text-align: center;
color: #909090;
margin: 4px;
padding: 5px 10px;
font: bold 14px Tahoma;
width: auto;
}



#footernewcenter a  {
  display: block;
  float: left;
  text-decoration: none;
  background-color: black;
  border-radius: 3px;
  border: 1px solid black;
  font-weight: bold;
  text-align: center;
  color: #909090;
  margin: 4px;
  padding: 5px 10px;
  font: bold 14px Tahoma;
  width: auto;

}

#footernewcright a {
  display: block;
  float: right;
  text-decoration: none;
  background-color: black;
  border-radius: 3px;
  border: 1px solid black;
  font-weight: bold;
  text-align: center;
  color: #909090;
  margin: 4px;
  padding: 5px 10px;
  font: bold 14px Tahoma;
  width: auto;

}

.loginmain div:first-child  {
display: block;
float: left;

}

.loginmain div  {
display: block;
float: right;
padding-right: 10px;
line-height: 30px;

}



#side_news {
  text-decoration: none;
  border: 1px solid #202020;
  width: 310px;
  margin: 0px;
  padding: 5px;
  background: #000000;
  color: white;
  font: bold 16px Tahoma;
}

#side_news ul li {
	list-style-type :none;
  padding: 1px;

}

#side_news a {
  display: block;
  border-radius: 0px;
	text-decoration: none;
   padding: 5px;
   font-weight: bold;
   background-color: #202020;
   color: #909090;
   }
   #side_news a:hover {
      background-color: #707070;
      color: white;
      }
#side_news .liselected a {
  background-color: #505050;
  color: white;
}
#side_news .liselected a:hover {
  background-color: #808080;
  color: white;
}

#the_footer {
  text-align: center;
  border-top: 2px solid #505050;
	margin-top: 30px;
  padding: 10px;
	color: #AAAAAA;
  font: bold 13px Tahoma;
}

.mytable {
  border-collapse: collapse;
  width: 100%;
  font: bold 16px Tahoma;
}
.mytable th {
  background-color: #202020;
  border: 2px solid black;
  font-weight: bold;
  color: white;
}
.mytable td {
  border: 1px solid black;
  padding:2px;
  font-weight: bold;
}
.mytable td:last-child {
  border: 0px ;
  padding:5px;
  width: 90px;
  font-weight: bold;
  background-color: #EEEEEE;
  text-align: center;
}
.mytable td:nth-child(2) {
  width: 90px;
  text-align: center;
}
.mytable td:first-child {
  width: 20px;
  text-align: right;
}
.mytable td a {
  display: block;
  background-color: black;
  border-radius: 3px;
  border: 1px solid black;
  font-weight: bold;
  color: white;
  margin: 4px;
  font-size:12px;
}
.mytable td a:link {
  text-decoration: none;
}
.mytable tr td:nth-child(2) a {
background-color: transparent;
margin: 0px;
padding: 0px;
border-radius: 0px;
border: 0px ;
color: black;
}
.mytable tr td:nth-child(2) a:hover {
background-color: #fbfbd0;
}
.mytable tr {
 background-color: #EEEEEE;
}
.mytable tr:nth-child(even) {
 background-color: #DDDDDD;
}
/* Forum Details Navogation ---- */
.pagesnr {
  width: 50px;
}
.topictitle {
  text-align: left;
  color: white;
  padding-left: 10px;
}
.forumnav {
  border-collapse: collapse;
  width: 100%;
  font: normal 14px Tahoma;
}
.forumnav td {
  border: 1px solid black;
  padding:5px;
  vertical-align: top;
}
.forumnav td:first-child {
  width: 240px;
  text-align: left;
  padding-top: 10px;
}
.forumnav td a {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}

/* MY FORUM LISt  ---------------------------------------------------  */

.myforum {
  border-collapse: collapse;
  width: 100%;
  font: bold 16px Tahoma;
}

.myforum td {
  border: 1px solid black;
  padding:5px;
  font-weight: bold;
  vertical-align: top;
}
.myforum th {
  border: 1px solid black;
  background-color: black;
  color: white;
  font: normal 13px Tahoma;
  padding:5px;
}

.myforum span {
  font: 14px Tahoma;
  text-decoration: none;
}

.myforum td:nth-child(3) {
  width: 80px;
  text-align: right;
  font: normal 14px Tahoma;
text-align: center;
}
.myforum td:nth-child(4) {
  width: 160px;
  text-align: center;
  font: normal 14px Tahoma;
}

.myforum td:first-child {
  width: 20px;
  text-align: right;
  padding-top: 10px;
}
.myforum td a {
  color: black;
  text-decoration: underline;
}
.myforum td a:nth-child(2) {
  display: block;
  float: right;
  background-color: black;
  color: white;
  font: bold 10px Tahoma;
  padding: 3px;
  text-decoration: none;
  vertical-align: top;
  border-radius: 3px;
}

.myforum tr {
 background-color: #F8F8F8;
}
.myforum tr:nth-child(odd) {
 background-color: #E4E4E4;
}



/* My Topic ------------------------ */
.mytopic_header {
  border-collapse: collapse;
  width: 100%;
  font: normal 14px Tahoma;
  text-align: left;
}

.mytopic {
  border-collapse: collapse;
  width: 100%;
  font: bold 16px Tahoma;
}
.mytopic th {
  background-color: #202020;
  border: 2px solid black;
  font-weight: bold;
  color: white;
}
.mytopic td {
  border: 1px solid black;
  padding:5px;
  font-weight: bold;
  vertical-align: top;
}

.mytopic td:nth-child(2) {
  width: 90px;
  text-align: center;
}
.mytopic td:first-child {
  width: 20px;
  text-align: right;
  padding-top: 10px;
}
.mytopic td:nth-child(2) span {
  text-align: center;
  font: bold 14px Tahoma;
  font-style: normal;
}
.mytopic td:nth-child(2) img {
  width:70px;
  height: 70px;
  border: 1px solid black;
}
.mytopic td:nth-child(2) span ~ span {
  font: bold 12px Tahoma;
  font-style: italic;
}
.mytopic td:nth-child(3) {
  padding-top: 4px;
}
.mytopic td div:first-child {
  display: block;
  -webkit-box-flex: 1;
  height: 30px;
  float: none;
  width: auto;
  padding: 0px;
  border-bottom: 1px solid black;
}
.mytopic td div:nth-child(2) {
  display: inline-table;
  -webkit-box-flex: 1;
  height: 50px;
  float: left;
  width: auto;
}

.mytopic td div:first-child span {
  text-align: center;
  font: normal 14px Arial;
  font-style: normal;
  padding-bottom: 5px;
}
.mytopic td div:first-child span ~ span {
  text-align: center;
  font: normal 14px Arial;
  font-style: italic;
}

.mytopic td div a {
  display: block;
  padding: 3px;
  background-color: black;
  border-radius: 3px;
  border: 1px solid black;
  font-weight: bold;
  color: white;
  margin: 4px;
  font-size:12px;
  text-align: center;
  float: right;
}
.mytopic td a:link {
  text-decoration: none;
}
.mytopic td a:hover {
  color: red;
}

.mytopic tr {
 background-color: #F8F8F8;
}
.mytopic tr:nth-child(even) {
 background-color: #E4E4E4;
}


.controllerview {
  border-collapse: collapse;
  width: 100%;
  font: bold 16px Tahoma;
}
.controllerview th {
  width: 140px;
  background-color: #EEEEEE;
}

.controllerview td:first-child {
  width: 200px ;

}

.controllerview td {
  border: 0px ;
  padding:5px;
  font-weight: bold;
  background-color: #EEEEEE;
  text-align: left;
}

.controllerview tr:nth-child(odd) td {
  background-color: #DDDDDD;
}

.controllerview img {
  padding: 0px;
  margin-left: 10px;
  margin-right: 20px;
}

.controllerview_manual td:first-child {
  width: 150px ;
  height: 40px;
  padding-right: 10px;
  text-align: right;
}
.controllerview_manual td a {
  background-color: black;
  border-radius: 3px;
  border: 1px solid black;
  font-weight: bold;
  color: white;
  margin: 7px;
  font-size:14px;
  padding: 5px;
}

.controllerview_manual td a:link {
  text-decoration: none;
}
/*  Controller View Page for Team */
.controllerview_info {
  border-collapse: collapse;
  width: 100%;
  font: bold 16px Tahoma;
}

.controllerview_info tr th {
  background-color: #CCCCCC;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-top: 15px solid #EEEEEE;
  border-bottom: 1px solid #303030;
}

.controllerview_info tr:first-child th {
  border: 0px ;
  background-color: #707070;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}


.controllerview_info tr {
  background-color: #EEEEEE;
}
.controllerview_info tr:nth-child(odd) {
  background-color: #DDDDDD;
}
.controllerview_info tr td:first-child {
  width: 250px;
}
.controllerview_info tr td:nth-child(3) {
  text-align: right;
}
.controllerview_info tr td {
  padding: 9px;
}

.controllerview_info td a {
  display: block;
  width: 50px;
  float: right;
  color: black;
}

.controllerview_info td a:link {
  display: block;
  text-decoration: none;
  color: black;
}
.controllerview_info td a:hover {
background-color: #fbfbd0;
}

.topicedit {

  display: inline-block;
  background-color: black;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid black;
  font-weight: bold;
  width: 55px;
  color: white;
  font-size:12px;
}

header span {
  font-size: 16px;
}