body {
	background: #000;
	color: #999;
	
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Arial", "Helvetica", sans-serif;

    margin: 0;
    padding: 0;
}

#container {
    margin-top: 30px;
}

#userNavigation {
    display: block;
    position: relative;
        
  	border-bottom: solid 1px #999933;
  	background: #333300;
  	color: #eee;
  	
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Arial", "Helvetica", sans-serif;
  	font-size: 10pt;
    text-align: center;
    
    padding: 2px;
	
  	margin: 0;  
}

#userNavigation a.pancake {
    border: 1px solid #999966;
    color: white;
    
    font-weight: normal;
}

h1>img {
    vertical-align: top;
}

h2, h3 {
	color: #ffff99;
	
	font-family: "HelveticaNeue-Bold", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
	font-weight: normal;

    background: black;

	border: solid 1px #222;
	padding: 7px 15px;
}

h3 {
	font-family: "HelveticaNeue", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
    border: solid 1px #222;
}

a img {
	border: 0;
}

div.wrapped {
	margin: 0px 0px 0px 20px;

	min-width: 200px; 
	width: 35%;
	
	float:right;
}

div.wrapped img {
	width: 100%;
}

div.wrapped p a {
	color: #333;
	background: transparent;
}

div.wrapped p {
	margin: 0;

	color: #333;
	background: transparent;

	font-size: 7pt;
	text-align: right;
	font-weight: normal;
}

.explanatory {
    font-weight: 200;
    font-size: .7em;
    
    text-align: center;
    
    color: #ffff99;
    background: #111;
    
    border: 1px solid #333;
    padding: 5px;
    margin: 5px auto;
}

p {
	text-align: left;
    text-indent: 15px;
}

form {
	margin-left: 20px;
}

ul {
	text-align: left;
	margin: 0 0 .5em 0;
}

p, ul {
	font-weight: normal;
	line-height: 1.5em;
}

li a {
	color: #ffff99;
}

p a, table td a {
	background: transparent;
	color: #ffff99;

	padding: 2px;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

th, td {
	vertical-align: top;
}

th {
	text-align: right;
	min-width: 100px;
	padding-right: 5px;
}

td {
	font-weight: normal;
}

td small {
    font-size: .9em;
}

td p {
    margin: 0.25em;
    font-size: .9em;
}

td small.link-box a {
    font-size: .8em;
}

table.listing {
    border: solid 1px #333;
}

table.listing th, 
table.listing td {
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    margin: 0;
    padding: 2px 10px;
	min-width: 10px;
}


table.listing th {
    text-align: center;
    padding: 5px 10px;
}

table.registration {
    margin-left: 35px;
}

table.registration td,
table.registration th {
    padding-bottom: 10px;
}

input[type=file] {
	color: #0000ff;
	background: transparent;
}

div.formerror {
	color: #ffff66;
	background: inherit;
	
	font-weight: normal;
	
	padding-left: 5px;
	font-size: .75em;
}

div.formerror:before {
	content: url(images/icons/bullet_error.png);
}

#secure {
    position: fixed;
    left: 0;
    top: 0;
    
    border: solid 1pt yellow;
    padding: 3px;
    
    width: 100%;
    
    font-size: 0.7em;
    font-weight: normal;
    
    color: black;
    background: yellow;
    
    text-align: center;
}

#header {
	position: relative;
	left: 25px;
	
	width: 225px;
	float: left;
}

#header div.headerText {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 25px;
	
	background: transparent;
	color: #666;
}

#header div.headerDates {
	padding-top: 15px;
}

#header div.comments {
    margin-top: 15px;
    padding: 5px;
    font-size: 12px;
    font-weight: normal;
    
    text-align: center;
    line-height: 1.5em;
    
    color: #444;
    border: solid 1pt #333;
}

#content {
    position: relative;
    
    margin: 30px 50px 0 300px;
	
	padding-bottom: 25px;	
}

#mainLinks {
	padding: 0;
	margin: 0;
	
	position: absolute;
	right: 25px;
	top: 30px;
	left: 275px;
	bottom: 30px;
		
	min-height: 260px;
	max-height: 600px;

    background: url(images/mainNavigationBackground.jpg);
    background-position: -50px 0;
    background-repeat: no-repeat;
}

#mainLinks div {
	display: block;
	padding: 0px;
	margin: 0px;

	width: 19.98%;
	height: 100%;
		
	float: left;
	overflow: hidden;
}

#mainLinks div a {
	display: block;
	padding: 0;
	margin: 0;

	width: 100%;
	height: 100%;
	min-height: 100%;
	max-height: 600px;
	
	border-top: solid 0px black;
	border-left: solid 10px black;

	color: #ffffff;
	text-decoration: none;
}

#mainLinks div a img {
	padding: 15px;
	border: 0;
	
	vertical-align: bottom;
}

#mainLinks div:hover {
	background: url('images/utility/translucentSquare.png');
	background-repeat: repeat;
}

.selected {
	background: url('images/utility/translucentYellowSquare.png');
	background-repeat: repeat;
}

#navLinks {
	display: block;
	padding: 0;
	margin-top: 20px;

    list-style: none;
	
	background: url(images/mainNavigationBackground.jpg);
	background-position: -150px 0;
	background-repeat: no-repeat;
}

#navLinks li {
    border-bottom: solid 10px black;
    line-height: 17px;
}

#navLinks li a {
	display: block;
	padding: 10px;

    border: solid 1px black;
}

#navLinks li a:hover {
	background: url('images/utility/translucentSquare.png');
	background-repeat: repeat;
}

div.installation {
	font-size: .9em;
	text-decoration: none;
	text-align: center;
	
	color: #999;
	background: #111;
	font-weight: normal;
	padding: 0.05em;
    margin: 0 10% 10px;
	
	border: 1px solid #333;
}

div.installation p {
    padding: 0;
    margin: 0.5em 0;
}

div.note {
	font-size: .8em;
	text-decoration: none;
	text-align: center;
	
	color: #999;
	background: #111;
	font-weight: normal;
	padding: 0.5em 0.9em;
    margin: 0 5%;
	
	border: 1px solid #333;
}

div.work {
	margin: 5px auto 20px;
	
	min-width: 400px;
	max-width: 600px;
	
    text-align: center;
    
    border: 2px solid #333300;
}

div.work h3 {
	font-family: "HelveticaNeue-Bold", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
	font-weight: normal;

    border: 0;
    background: transparent;
}

li div.work {
    margin-left: 0;
	font-size: 1em;
	text-align: left;
}

li div.work a {
    margin-left: 10px;
    font-size: .8em;
}

div.pancake>div.pancake {
    display: inline;
    padding: 8px 4px;
}

div.pancake a, a.pancake, input[type=submit] {
    font-weight: bold;
    
    color: #ffff99;
    background: #222;
    padding: .4em .5em;
    
    text-decoration: none;
    
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    
    cursor: pointer;
    
    border: 2px solid #999966;

    display: inline-block;
}

input[type=submit] {
    font-size: 1.1em;
    margin-top: 20px;
}

a.pancake {
    font-size: .8em;
}

div.pancake a:hover, a.pancake:hover, input[type=submit]:hover {
    background: #333;
}

div.pancake a:active, a.pancake:active, input[type=submit]:active {
    background: #444;
    color: #ffffcc;
}

div.pancake {
    text-align: center;
    margin: 0 0 25px 0;
}

div.download {
    margin-top: 50px;
    font-size: 1.5em;
}

div.download small {
    display: block;
    font-weight: normal;
    font-style: italic;
}

ul.pancake {
    margin: 10px auto;
    padding: 0;
    
    color: #ffff99;
    background: #222;
    
    font-size: 1.2em;
    
    border: 2px solid #999966;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    
    cursor: pointer;

    display: inline-block;
    
    text-align: center;
    vertical-align: middle;
}

ul.pancake li {
    list-style: none;
    float: left;
    display: block;
}

ul.pancake li a {
    padding: .4em .6em;

    font-weight: bold;
    text-decoration: none;

    display: block;
}

ul.pancake li a:hover {
    background: #333;
}

ul.pancake li a:active,
ul.pancake li a.selected {
    color: #ffffff;
    background: #444;
}

ul.pancake li:first-child>a {
    -moz-border-radius-topleft: .5em;
    -moz-border-radius-bottomleft: .5em;
    -webkit-border-top-left-radius: .5em;
    -webkit-border-bottom-left-radius: .5em;
}

ul.pancake li:last-child>a {
    -moz-border-radius-topright: .5em;
    -moz-border-radius-bottomright: .5em;
    -webkit-border-top-right-radius: .5em;
    -webkit-border-bottom-right-radius: .5em;
}

.center {
    text-align: center;
}

#liveFilter {
    font-size: 18pt;
    display: block;
    margin: 10px auto;
    text-align: center;
}

#liveFilterInput {
    font-size: 18pt;
    color: #ffffcc;
    background: #222;
    border: 2px solid #999966;
    -moz-border-radius: .1em;
    -webkit-border-radius: .1em;
}

#copyright {
	position: absolute;
	left: 25px;
	bottom: 5px;
	width: 225px;	
	z-index: -3;
}

#copyright p {
	text-align: center;
	font-size: 8pt;
	
	color: #222;
	background: inherit;
}