@charset "utf-8";
html{
    overflow-y: scroll;
    background-image: url(Assets/NSE-Reactor-1.png);
    background-repeat: repeat-y;
    }
#body {
    margin: 0px auto 0px auto;
    width: 1080px;
	padding: 0px;
    font-size: 16px;
    font-family: Georgia, serif;
}
p
{
    line-height: 26px;    
}
#header {
    width: 1080px;
    height: 60px;
    z-index: 1000;
    background: url(Assets/menu-bg.png) repeat;
    position: absolute;
    top: 0px;
}
#main {
    top: 0px;
    padding-top: 50px;
	width: 880px;
    height: auto;
    background-color: rgb(251, 247, 244);
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 0px;
    -moz-box-shadow: 0 0 20px #CFCFCF;
    -webkit-box-shadow: 0 0 20px #CFCFCF;
    box-shadow: 0 0 20px #CFCFCF;    
    }
    @font-face {
    font-family: "Oswald Regular";
    src: url(Assets/Oswald-Regular.otf) format("opentype");
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald Regular", sans-serif;
    /*text-transform: uppercase;*/
    font-weight: 600;
    text-decoration: none;
    color: #303030;
    text-rendering: optimizelegibility;
}
h1 {
    font: 36px "Oswald Regular", sans-serif;
    font-weight: 600;
}
h3 {
    font: 24px "Lucidia", sans-serif;
    color: rgb(150, 0, 0);
}
.left {
    background-color: rgb(220, 220, 220);
    padding: 40px;
    padding-top: 10px;
    text-align: justify;
    height: auto;
    line-height: 25px;
}

.project-title {
    text-align: left;
}

.starter {
    background-color: transparent;
}

.fallout {
    background-image: url("Assets/Ski-Yucca.png");
    background-repeat: no-repeat;
    background-position: right;
}

.ileft {
    float: right;
    padding-left: 25px;
    padding-top: 40px;  
    text-align: center;
    width: 400px;
}
.ileft > img {
    width: 400px;

}
.caption {
    font-family: "Lucidia", sans-serif;
    font-size: 9pt;
    font-weight: bold;
}

#footer {
    padding: 10px;
    margin-top: 0px;
    height: auto;
    width: 1060px;
    background: url('Assets/menu-bg.png') repeat;
    text-align: center;
    color: #FFF;
}
#foot {
    color: White;
    text-decoration: none;
}
a:link {
	text-decoration: none;
}
.button:hover {
    background-color: #47a9f8;
}
.button {
display: inline-block;
background-color: #2e9df7;
height: 28px;
position: relative;
border: solid 1px #2b79b8;
padding: 12px 10px 0px 10px;
outline: 0;
font-weight: bold;
font-size: 11px;
text-decoration: none;
color: #FFFFFF;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
margin: 15px auto 30px auto;
border-radius: 2px;
-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
-ms-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
box-shadow: 0 1px 0 rgba(0,0,0,0.05);
}
hr
{
background-color: rgb(230, 230, 230);
border-bottom-color: rgb(0, 0, 0);
border-bottom-style: none;
border-bottom-width: 0px;
border-left-color: rgb(0, 0, 0);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(0, 0, 0);
border-right-style: none;
border-right-width: 0px;
border-top-color: rgb(0, 0, 0);
border-top-style: none;
border-top-width: 0px;
clear: both;
display: block;
height: 1px;
width: 880px;
}
/*a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
*/

#cssmenu,
#cssmenu > ul {
  background: url(Assets/menu-bg.png) repeat;
  font-size: 12px;
  font-weight: 600;
  width: 1080px;
}
#cssmenu:before,
#cssmenu:after,
#cssmenu > ul:before,
#cssmenu > ul:after {
  content: '';
  display: table;
}
#cssmenu:after,
#cssmenu > ul:after {
  clear: both;
}
#cssmenu {
  width: auto;
  zoom: 1;
  z-index: 100000;
}
#cssmenu > ul {
  background: url(Assets/menu-bg.png) repeat;
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu > ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#cssmenu > ul > li {
  float: left;
  position: relative;
}
#cssmenu > ul > li > a {
  padding: 15px 15px;
  display: block;
  color: white;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 #0d0d0d;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
  line-height: 72px;
}
#cssmenu > ul > li:hover > a {
  background: url(Assets/highlight-bg.png) repeat;
  text-shadow: 0 -1px 0 #97321f;
  text-shadow: 0 -1px 0 rgba(122, 42, 26, 0.64);
}
#cssmenu > ul > li > a > span {
  line-height: 44px;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li > a:active {
  background: url(Assets/hover.png) repeat;
}
/* Childs */
#cssmenu > ul ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 60px;
  background: url(Assets/menu-bg.png) repeat;
  margin: 0;
  padding: 0;
  z-index: -1;
}
#cssmenu > ul li:hover ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
  color: #000;
  z-index: 2;
  top: 60px;
  left: 0;
}
#cssmenu > ul ul:before {
  content: '';
  position: absolute;
  top: -10px;
  width: 100%;
  height: 20px;
  background: transparent;
}
#cssmenu > ul ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#cssmenu > ul ul li a {
  padding: 8px 8px;
  display: block;
  color: white;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  width: 150px;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#cssmenu > ul ul li a:hover {
  border-left: 4px solid #00A2E8;
  background: url(Assets/hover.png) repeat;
}
#cssmenu > ul ul li a:active {
  background: url(Assets/menu-bg.png) repeat;
}
#cssmenu > ul > #title:hover > a {
    background: url(Assets/menu-bg.png) repeat;
    height: 60px;
}
#cssmenu > ul > #title > a {
    padding-right: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#cssmenu > ul > #title {
    height: 60px;
}
#cssmenu > ul > #title > a > span {
    position: relative;
    bottom: -8px;
    padding-left: 10px;
}
#cssmenu > ul > #title > a > span > img {
    position: relative;
    bottom: 8px;
    padding-left: 10px;
    margin-right: -63px;
}
::-webkit-scrollbar {
 width: 10px;
 height: 10px;
 }
 ::-webkit-scrollbar-button:start:decrement,
 ::-webkit-scrollbar-button:end:increment  {
 height: 30px;
 display: block;
 background-color: #BBB;
 }
 ::-webkit-scrollbar-track-piece  {
 background-color: #DDD;
 }
 ::-webkit-scrollbar-thumb:vertical {
 height: 50px;
 background-color: #444;
 }
 ::-webkit-scrollbar-thumb:horizontal {
    height: 50px;
    background-color: #444;
}



.AppDeadline {
	font-weight: bold;
	text-decoration: underline;
}


/*Backend*/
.block {
     display: block;
     height: 23px;
}
.specialblock {
    display: block;
    clear: both;
}
.editbox {
    display: inline-block;
    opacity: 0;
    padding: 5px;
}
.deletebox {
    display: inline-block;
    opacity: 0;
    padding: 5px;
}
.hidebox {
    display: inline-block;
    opacity: 0;
    padding: 5px;
}
.accbox {
    display: inline-block;
    opacity: 0;
    padding: 5px;
}
.cont {
    display: block;
    height: 60px;
}
.inl0, .inl1, .inl2, .inl3, .inl4, .inl5, .inl6, .inl7, .inl8, .inl9 {
    display: inline-block;
    margin:  5px;
    position: relative;
    overflow: hidden; 
    height: 20px;
}
.inl1 {
    left: 0px;
    width: 140px;
}
.inl2 {
    left: 10px;
    width: 150px;
}
.inl3 {
    left: 10px;
    width: 150px;
}
.inl4 {
    left: 10px;
    width: 60px;
}
.inl0 {
    left: -35px;
    width: 25px;
}
.inl5 {
    left: 10px;
    width: 200px;
}
.inl6 {
    left: 0px;
    width: 140px;
}
.inl7 {
    left: 10px;
    width: 150px;
}
.inl8 {
    left: 10px;
    width: 150px;
}
.inl9 {
    left: 10px;
    width: 200px;
}
