.left {
	width: 774px !important;
}

.right 
{
	width: 200px;
}

#ButtonPanelDiv
{
	width:auto;
	clear:none;
}

#SavedCalcsDiv
{
	width:690px;
	overflow-y:scroll;
	height:300px;
	margin-left:25px;
	border:solid 1px gray;
	text-align:center;
}

#SavedCalcsDiv td
{
	padding:3px;
}

.DataGrid td
{
	padding:3px;
}

.DataGridFixedHeader {background-color: white; position:relative; top:expression(this.offsetParent.scrollTop);}

#ResultsHeadingDiv
{
	MARGIN: 10px;
	width: auto;
}

#CommentsDiv
{
	MARGIN: 10px;
}

#CommentsTextBox
{
	MARGIN: 10px 10px 10px 0px;
}

#DiagramDiv
{
	MARGIN: 10px;
	float:left;
}

#ResultsDiv
{
	CLEAR: both;
	DISPLAY:block;
}

.ResultsTablePositioning
{
	margin:40px 0px 40px 10px;
	/*text-align:center;*/
}

.ResultsTable
{
	font-size:100%;
	border:1px solid black;
	width:750px;
}

.ResultsCompareTable
{
	font-size:100%;
	border:0px solid black;
	margin:10px;
}

.ResultsCompareTable td
{
	text-align:right;
}

.ResultsCompareTable th
{
	text-align:center;
}

tr.TableHeaderRow
{
	 background-color:green;
	 color:white;
}

td.HighlightMaximum
{
	font-weight:bold;
	background-color:yellow;
}

tr.TableHeaderRow th
{
	text-align:right;
}

.FormLabel
{
	font-weight:bold;
}

img.ImageInText
{
	float:left;
	margin:5px;
	border:0;
}

.ScreenshotSection
{
	background-color:#ddd;
	padding:5px 5px 20px 5px;
	clear:both;
}

.ScreenshotSection img
{
	float:left;
	width:200px;
	margin:5px;
	border:0;
}

.ScreenshotAltSection
{
	background-color:#ddd;
	padding:0px 5px 20px 5px;
	clear:both;
}

.ScreenshotAltSection img
{
	float:right;
	width:200px;
	margin:5px;
	border:0;
}

#InputDiv
{
	text-align:left;
}

#InputDiv p
{
	margin:1px 0px 1px 0px;
}

#InputDiv label
{
	float: left;
	margin-right: 0.5em;
	display: block;
	font-weight:bold;
	width:10em;
	text-align:left;
}

#InputDiv .FormElement
{
	margin-left: 0.5em;
}

#IntroPanel
{
	
}

#IntroPanel p
{
}

#ProfilePanel
{

}

#ProfilePanel p
{
	margin:1px 0px 1px 0px;
}

#ProfilePanel label
{
	float: left;
	margin-right: 0.5em;
	display: block;
	font-weight:bold;
	width:10em;
	text-align:left;
}

#ProfilePanel .LabelValue
{
}


.AppButton
{
	font-weight:normal;
	border:black 1px solid;
	background-color:#BDBDBD; /*- green #a2c058*/
	color:black;
	cursor:pointer;
}

.AppButton:hover
{
	border:grey 1px solid;
}

legend
{
	FONT-WEIGHT: bold;
	COLOR: #999999
}

.simpleInputPanel
{
	float:left;
	margin-right:50px;
	height:400px;
}

.simpleResultsPanel
{
	height:400px;
}

.simplePromo
{
	float:none;
	clear:left;
	width:90%;
}

.gridActionLinks
{
	text-decoration:none;
	color:Blue;
}

div.displayInline
{
	display:inline;
}

div.loginSection
{
	text-align:right;
	padding:4px 10px 0px 0px;
}

.NotificationBox
{
	border:dashed 1px black;
	background-color:#BEF781;
	color:green;
	padding:5px;
	margin-bottom:10px;
}