﻿body
{
	background:#142142;
	color:White;
}
#headercontainer
{
	width:auto;
	height:125px;
	text-align:center;
	/*border:solid 1px blue;*/
}
#maincontainer
{
	margin-top:1%;
	padding:5px;
	/*text-align:center;*/
}
#mid
{
	position:relative;
	text-align:center;
	/*left:300px;*/
}
#reg
{
	/*position:relative;*/
	text-align:left;
	/*left:400px;*/
}
#centerup
{
	position:relative;
	text-align:center;
}
#login
{
	position:absolute;
	text-align:left;
}
/* ************************************ */
/* Links stuff only */

/* This is the company name link*/
a.mainmenu:link
{
	text-decoration:none;
	font-size:48px;
	font-weight:bold;
	color:#73858C;
	text-align:center;
}
a.mainmenu:visited
{
	text-decoration:none;
	font-size:48px;
	font-weight:bold;
	color:#73858C;
	text-align:center;
}
a.mainmenu:hover
{
	text-decoration:none;
	font-size:48px;
	font-weight:bold;
	color:#73858C;
	text-align:center;	
}
a.mainmenu:active
{
	text-decoration:none;
	font-size:48px;
	font-weight:bold;
	color:#73858C;
	text-align:center;
}
/* ************************************ */
/* This is the general nav links*/
a:link
{
	font-weight:bold;
	padding:5px;
	color:#005EC4;
	text-decoration:none;
}
a:visited
{
	font-weight:bold;
	padding:5px;
	color:#005EC4;
	text-decoration:none;
}
a:hover
{
	font-weight:bold;
	padding:5px;
	color:#005EC4;
	text-decoration:none;
}
a:active
{
	font-weight:bold;
	padding:5px;
	color:#005EC4;
	text-decoration:none;
}
/* ************************************ */
/** Using no tables **/
div.notable
{
	position:relative;
	left:200px;
}
div.notable fieldset 
{
	margin-bottom: 10px;
	width:500px;
}
div.notable legend 
{
	padding: 0 2px;
	font-weight: bold;
}
div.notable label 
{
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
div.notable fieldset ol 
{
	margin: 0;
	padding: 0;
}
div.notable fieldset li 
{
	list-style: none;
	padding: 3px;
	margin: 0;
}
div.notable fieldset fieldset 
{
	border: none;
	margin: 3px 0 0;
}
div.notable fieldset fieldset legend 
{
	padding: 0 0 5px;
	font-weight: normal;
}
div.notable fieldset fieldset label 
{
	display: block;
}
div.notable em 
{
	font-weight: bold;
	font-style: normal;
	color: #f00;
	/*width:auto;*/
}
div.notable label 
{
	width: 120px; /* Width of labels */
}
div.notable fieldset fieldset label 
{
	margin-left: 123px; /* Width plus 3 (html space) */
	width:200px;
}
li.inventory 
{
	display:inline;
	padding:3px;
}
/* ************************************ */
legend.cs
{
	text-align:left;
	/*left:300px;*/
}
.CenterGrid
{
	margin:0px auto;
}
fieldset.instructions
{
	margin:0px auto;
	width:700px;
	text-align:left;
}
li.liststylenone
{
	margin:0px auto;
}
.GridPadding
{
	padding:5px 5px 5px 5px ;
}
b.red
{
	color:Red;
}
b.lime
{
	color:Lime;
}