a:link, a:visited
{ 
	text-decoration: none; 
}
a:active, a:hover
{
	text-decoration: underline; 
}
body         		
{
	font-family: Arial;
	margin: 2px;
	min-width: 738px;
}
h1
{
	font-size: 65px;
	margin: 15px 5px 0px 5px ;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: 400;
	margin: 5px 0px 5px 0px ;
}
#nav
{
	padding-right: 10px;
	margin-top: 5px;
	float: left;
}

.login span
{
	font-size: 11px;
}

.table_subheading	
{
	line-height: 100%;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	font-weight: bold;
}	
.table_heading	
{
	line-height: normal;
	border-top: 0px none;
	border-right: 0px none;
	border-left: 0px none;
	font-size: medium;
}
.forumtd
{
	/* In case someone posts a very long word (because they are mean) 
	 *   this will at least stop the other text from running off the edge 
	 *   into overflow:hidden specified in the "Content" div
	 */
	max-width: 920px;
}

form
{
	margin: 0px 0px 0px 0px;
}
.error_text
{
	color: red;
}
.success_text
{
	color: green;
}

.heading
{
	padding: 8px 0px 2px 0px;
	font-weight: bold;
}
.news_header
{
	padding: 0px 0px 5px 0px;
	font-weight: bold;
}
.news_message
{
	padding: 0px 0px 0px 10px;
}

/* Fields */
.error_field, .txt_combo, .txt_combo_clean
{
	font-family: Arial;
}
.error_field
{
	color: red;
}
.bigsubmit
{
	font-size: 16px;
	padding: 2px 18px;
}

/* Gate Map */
.systemDiv
{
	border: solid medium;
	padding: 5px;
	position: absolute;
	margin: 0px;
}
.systemFacts
{
	margin-top: 2px;
	height: 5px;
	width: 5px;
	float: left;
	border: solid thin;
}
.systemListSummary
{
	position: absolute;
}
.systemListSummaryContent
{
	width: 650px;
	zoom: 1%;
}

/* Actions Page*/
#actionParent
{
	overflow: auto;
	padding-top: 5px;
}
#newActionDropPoint
{
	padding: 5px;
	position:relative;
	text-align: center;
	margin-bottom: 5px;
	width: 420px;
}
#actionsDropZone
{
	float: left;
	clear: left;
	width: 430px;
}
#actionsStartZone
{
	float: left;
	text-align: center;
	margin-left: 10px;
}
.highlightedAction
{
	font-weight: bold;
	padding: 5px;
	margin: 0px 0px -2px 0px;
	text-align: center;
	cursor: pointer;
}
.availableAction
{
	padding: 5px;
	margin: 0px 0px -2px 0px;
	text-align: center;
	cursor: pointer;
}
.activeAction, .existingAction
{
	padding: 5px;
	margin: 0px 0px -1px 0px;
	text-align: center;
	width: 420px;
}
.existingAction
{
	cursor: pointer;
}

/* Page Layout */
#ContentParent 
{
	
}
#Header 
{
	width: 800px;
}
#Content
{
	padding-top: 5px;
	margin-left: 100px;
}
#Footer
{ 
	clear: both; 
	text-align: right;
}

#footerTextAd 
{ 
	float: left;
	clear: left; 
	text-align: left;
}
