/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #000000; /* Optional */
	font-family: Arial, Helvetica,Verdana, sans-serif;
	font-size: 12px;
	text-align: center; /* IE Fix */
	margin: 15px;
	color: #000;}

a { text-decoration: underline; color: #369;  }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 740px;
	background: #fff url(images/line.gif) repeat-y 25%;
	border: 1px solid #ddd;
	padding: 7px 7px 0 7px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#headertop {
	background: #ccc ; /* gray for NASA logo */
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	}	

#header {
	background: #000 url(images/banner.jpg) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 3px solid #fff;
	padding: 25px ;
	}	
#header h1 { 	
	margin: 0;
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #ccc;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	line-height: 17px; 
	word-spacing: 1px;	
	}
#sidebar div { background: #fff url(images/para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 14px; 
	color: #023C69; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content div, #sidebar div { 
	padding: 10px;  
	border-top: 1px solid #ddd; 
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 550px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 0px;	
	}	
#content div { background: #fff url(images/para_bg.jpg) repeat-x; }	

/*------------------------------------------------------------*
**  Input Fields
**------------------------------------------------------------*/

#regtable p
{
    font-weight:bold;
}

#regtable td.fieldname 
{
    width:120px;
    vertical-align: top;
}

.disabled 
{
    background-color:#ccc;
    border:1px dashed #333;
}

/*
.err 
{
    background-color:Yellow;
    color:Red;
    width:auto;
    padding:2px 4px 2px 4px;
    border: 1px solid red;
}
*/

.err 
{
    color:white;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    background-image:url(images/err_bkg.jpg);
    background-repeat:repeat-x;
    background-position:left top;
    display:block;    
    width:50%;
    padding-left:4px;
    padding-right:18px;
    padding-bottom:3px;  
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #ccc ;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 0px;
	line-height: 16px;
	clear: both;
	}
	
#footer a { text-decoration: underline; color: #A2AFBF; }

/*------------------------------------------------------------*
**  Admin Grid
**------------------------------------------------------------*/	

#admin 
{
    background-color:White;
}

.gridhdr
{
    color:white;
    background-color:Blue;
}

.gridhdr a 
{
    color:White;
}

.gridrow, a
{
    color:black;
}

