/* RESET CSS */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
}
body
{
   line-height: 1;
}
html,body
{
   height:100%;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset
{
   margin:0;
}
hr
{
   border: 0 #ccc solid;
   border-top-width: 1px;
   clear: both;
   height: 0;
}
h1
{
   font-size: 26px;
   line-height:28px;
   margin: 0 0 9px 0;
   text-shadow: #fff 1px 1px 2px;
}
h2
{
   font-size:22px;
   line-height:24px;
   margin: 0 0 9px 0;
}
h3
{
   font-size: 18px;
   margin: 0 0 9px 0;
}
h4, h5, h6
{
   font-size: 12px;
   margin: 0 0 9px 0;
   text-decoration:underline;
}
ol
{
   list-style: decimal;
}
ul
{
   list-style: disc;
   padding-bottom:0;
}
li
{
   margin:0 0 0 30px;
   padding-bottom:0;
}
.clear
{
   clear: both;
   display: block;
   overflow: hidden;
   visibility: hidden;
   width: 0;
   height: 0;
}
/* Regular CSS */
body
{
   background:#000000;
}
#page
{
   margin:0 auto;
   position:relative;
   padding: 10px;
   width: 98%;
   text-align: center;
   border: 2px solid black;
   border-radius: 20px;
}
#main
{
   z-index:1000;
   padding-bottom:0;
}
#mainCell
{
   min-height: 775px;
   position: relative;
   z-index: 1000;
   padding-bottom: 14px;
}
#mainBottom{
	width:975px;
	height:42px;
	margin:0 auto;
	position: relative;
	z-index:10;
	top:-20px;
}
.footer
{
   text-align:center;
   width:925px;
   margin:0 auto;	
}

.Home #mainCell
{
   min-height:825px;
}
.logo
{
   background: #000000  url('../images/SpaceHeaderBG.jpg') 50% 0 no-repeat;
   height: 195px;
   display:block;
   position:relative;
   top:5px;
   left:0px;
   z-index:50;
}
#content
{
   position: relative;
   width: 100%;
   margin: 0 auto;
   margin-top: 10px;
   z-index: 500;
   text-align:left;
   width:75%;
}

.menu
{
   margin-top: 15px;
   margin-bottom: 50px;
   text-align: center;
}
/*.ui-menu { width: 150px; }    */

/* clearfix */
.clear-block:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}

/* tables */
table.frontpage{margin:0px auto;border:none;}table.frontpage td{text-align:center;background:none;}

#header{display:block;position:relative;z-index:5;}


/** This changes to black background */
.ui-tooltip, .arrow:after {
background: #f4f0ec;
border: 2px solid white;
}
.ui-tooltip {
padding: 10px 20px;
border-radius: 15px;
font: 12px "Helvetica Neue", Sans-Serif;

/* text-transform: uppercase; */
box-shadow: 0 0 7px black;
}
.arrow {
width: 70px;
height: 16px;
overflow: hidden;
position: absolute;
left: 50%;
margin-left: -35px;
bottom: -16px;
}
.arrow.top {
top: -16px;
bottom: auto;
}
.arrow.left {
left: 20%;
}
.arrow:after {
content: "";
position: absolute;
left: 20px;
top: -20px;
width: 25px;
height: 25px;
box-shadow: 6px 5px 9px -9px black;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.arrow.top:after {
bottom: -20px;
top: auto;
}

/**
 For displaying the anchor without the underline
 */
a.hidden-anchor, a.hidden-anchor:link, a.hidden-anchor:visited
{
   text-decoration:none;
}
/** for the login form */
.accttable
{
   margin:10px 10px 10px 10px;
   text-align: center;
/*   border:2px solid #000000;  */
   position:relative;
   padding:5px 15px 15px 15px;
   -ms-column-gap:40px; /* Firefox */
   -moz-column-gap:40px; /* Firefox */
   -webkit-column-gap:40px; /* Safari and Chrome */
   column-gap:40px;
}
.accttable td
{
   text-align: left;
   padding: 2px;
}
.login-link 
{
   float: right;
   padding-left: 5px;
}
.login-link a
{
   padding-left: 15px;
}
a, a:link, a:visited {
   text-decoration:underline; 
}
a:active, a:hover {
   text-decoration:underline; 
}
input[type="text"], input[type="password"], textarea
{
   border-radius: 5px;
   border: none;
   border:1px solid #000;
   padding: 5px;
   margin-left: 10px;
   padding-right: 0;
   background-color: rgb(255, 255, 255);
   background-color: rgba(255, 255, 255, .05);
   box-shadow: inset 0 0 10px rgba(255, 255, 255, .85);
   padding: 5px;
   font:inherit;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus
{
   background-color: yellow;
   box-shadow: inset 0 0 10px rgba(255, 255, 255, .5);
}
select
{
    border-radius: 3px;
    border: none;
    border:1px solid #000;
    padding: 3px;
    margin-left: 10px;
    padding-right: 0px;
    width: 220px;
}
option
{
    width: 150px;
}

#footer
{
/*   background: none repeat scroll 0% 0% #f4f0ec;  */
   text-align: center;
   width: 890px;
   margin: 10px auto;
   padding: 15px;
   border-radius: 5px;
}
#footer .footer-icon
{
   text-align: left;
}
#footer .footer-info
{
   text-align: left;
   padding-left: 30px;
}
#footer .footer-info ul li a
{
   list-style: square;
   text-transform:none;
}
.copyright
{
   text-align: center;
}
a
{
   display-style: none;
}
#current-date
{
   position: absolute;
   left: 15px;
   float: center;
   top: 15px;
   font-size: 24px;
   padding-left: 15px;
   z-index:40;
}
#page-title
{
   position: absolute;
   left: 15px;
   top: 175px;
   font-size: 20px;
   padding-left: 15px;
   z-index:40;
}
/** for the errors */
.error{
   border:1px solid #C00; 
   margin-bottom: 5px;
   color:#C00;
   vertical-align: middle;
   padding:3px 10px;
   width:auto;
}
label.error {
    color: #f00;
    display: block;
    margin-left: 15px;
    border: 1px solid #C00;   
    font-size:.75em;
   width:auto;

}
/* For the font size for the widgets */
.ui-widget
{
    font-family: 'NeutraText-Book', Arial, sans-serif;    
    font-size:.85em;
    font-weight:bold;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

