.torqueWidth
{
    width: 200px !important;
    margin-left: auto;
    margin-right: auto;
}

.dutyCycleCalculationPanel
{
    border: 1px solid #00AEEF;
}

.dutyCycleCalculationPanel h2
{
    font-size: 10px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
	border-bottom: 1px solid #00AEEF;
	background-color: #E2E0DF;
}

.dutyCycleData
{
    border-right: 1px dashed gray;
}

.dutyCycleData .textbox
{
  width: 100px;
}

.dutyCycleData .fieldFeedback
{
    width: 100% !important;
}

.dutyCycleLinks
{
    display: block;
    width: 140px;
    padding: 0;
}

.dutyCycleLink
{
    display: block;
    clear: both;
    width: 135px;
    color: Black;
    text-decoration: none;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    padding: 2px 2px 2px 2px;
    margin: 0;
    margin-left: 10px;
    margin-bottom: 2px;
}

.dutyCycleLink:hover
{
    width: 146px !important;
    background-color: #E2E0DF;
    text-decoration: none;
    font-weight: bold;
    margin-left: 0;
    border-left: 0; 
}

.dutyCycleLinkSelected
{
    display: block;
    clear: both;
    width: 146px !important;
    background-color: #E2E0DF;
    text-decoration: none;
    font-weight: bold;
    margin-left: 0;
    border-left: 0;
    margin-bottom: 2px;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    padding: 2px 2px 2px 2px;
}

body, table
{
	font-family: Verdana;
	font-size: 12px;
}

body
{
	margin: 0;
	padding: 0;
}


/* Header */

#headerTopContainer
{
	margin: 0;
	padding: 0 328px 0 213px;
	display: block;
	clear: both;
	border: 1px solid transparent;
}

#headerTop
{
	background-color: #fff;
	float: left;
	width: 100%;
	border-left: 213px solid #fff;
	border-right: 328px solid #fff;
	margin-left: -213px;
	margin-right: -328px;
	display: inline; /* NOTE: IE6 HACK */
}

/* NOTE: IE6 HACK */
* html #headerTop
{
	height: 1%;
}

#headerTopLeft
{
	background-image: url(img/headers/header_top_left.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 213px;
	margin-left: -213px;
	float: left;
	position: relative;
}

#headerTopCenter
{
	background-image: url(img/headers/bg_header_top_left.png);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	height: 42px;
	margin-right: -100%;
}


#headerTopRight
{
	background-image: url(img/headers/manufacturer_logo.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 328px;
	margin-right: -328px;
	padding-right: 10px;
	float: right;
	position: relative;
}

#headerBottom{
  background-color:#fff;
  overflow:hidden;
  margin:0;
  padding-left:225px;
  clear: both;
}
* html #headerBottom{
  height:1%; /* NOTE: IE6 HACK */
}

#headerBottomLeft
{
 background-image : url(img/headers/header_left_bottom.png);
  background-color:#fff;
  width:225px;
  height: 40px;
  float:left;
  margin-left:-225px;
  display: inline;
}

#headerBottomTabs{
  background-color:#fff;
  width:100%;
  height: 40px;
  border-left:225px solid #fff;
  margin-left:-225px;
  float:right;
  padding: 0;
  padding-top: 2px;
}

#headerBottomTabs ul
{
	margin: 0;
	padding: 0;
	border: none;
	width: 500px;
}

#headerBottomTabs li
{
	display:inline;
    list-style-type:none;
	margin:0;
	padding:0;
	
}

#headerBottomTabs li a:link, #headerBottomTabs li a:visited {
	background:#fff url(img/headers/bg_button_normal.png) repeat scroll 0%;
	color:#000;
	float:left;
	font-size:10px;
	font-weight:bold;
	line-height:23px;
	margin-right:0px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
	border: 1px solid black;
	border-left: 1px solid gray;
	border-right: none;
	cursor: pointer;
}

.selected
{
  color: #FF0000;
}

.lastTab
{
	border-right: 1px solid black !important;
}

#headerBottomTabs li a.inactive, #headerBottomTabs li a.inactive
{
	background: url(img/headers/bg_button_normal.png) repeat scroll 0% !important;
	color:gray !important;
}

#headerBottomTabs li a.selected, #headerBottomTabs li a.selected
{
	background: url(img/headers/bg_button_selected.png) repeat scroll 0% !important;
}

#poweredby
{
	text-align: right;
	padding-right: 10px;
	font-size: 9px;
	color: #0083d7;
	width: 150px;
	height: 20px;
	display: block;
	float: right;
}

/* Start Fields */

#selectionFields
{
	width: 450px;
}

/* DEPRECATES selectionFields */
#layoutFields
{
	width: 450px;
}

.field
{
	clear: both;
	margin-top: 20px;
	margin-bottom: 5px;
}

.fieldWidget input.textbox
{
	width: 170px !important;
	font-family: Verdana;
	font-size: 12px;
}

.fieldWidget input.textbox-wizard
{
	width: 135px !important;
	font-family: Verdana;
	font-size: 12px;
}

.fieldWidget select
{
	width: 230px;
}

.fieldName
{
	display: block;
	clear: left;
	float: left;
	width: 200px !important;
}

.selectionSection
{
	border-bottom: 1px solid #18319C;	
}

.fieldWidget
{
	display: block;
	clear: right;
	float: right;
	width: 240px !important;
	height: 30px;
	text-align: right;
}

.fieldFeedback
{
	width: 450px;
	border: 1px solid #00AEEF;
	background-color: #E2E0DF;
	font-size: 11px;
	font-family: Verdana;
	font-weight: normal;
	color: Black;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	display: block;
}

.fieldFeedback .error
{
	font-weight: bold;
}
/* End Fields */

/* Start Sections */
.selectionCommandsPanel
{
	margin-top: 50px;
	text-align: right;
	display: block;
	border-top: 1px solid #18349A;
    clear: both;	
}
/* End Sections */

.resultsTable, #commandsTable, #optionsTable, #currentConfigurationTable
{
	text-align: left;
	width: 790px;
	margin-left: 10px;
}


#optionsTable
{
	text-align: center;
}

#commandsTable
{
	border: none;
	text-align: left;
}

#commandsTable .header
{
	border-bottom: 1px solid #18349A;
	font-size: 12px;
	font-weight: bold;
	width: 300px;
}

.resultsTable td, .resultsTable th
{
	border-left: none;
	border-right: none;
}

.resultsTable td, .resultsTable th
{
	text-align: center;
}

.odd
{
	background-color: #C6F7FF !important;
}

.resultsTable th
{
	border-top: 2px solid #7d7f7f;
	border-bottom: 2px solid #7d7f7f;
	font-size: 11px;
	font-weight: bold !important;
	background-color: #e7e7e7;	
}

.outerLeft
{
	border-left: 2px solid #e7e7e7 !important;
}

.outerRight
{
	border-right: 2px solid #e7e7e7 !important;
}

.tablePre
{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #18349A;
	width: 790px;
	margin-left: 10px;
}

.noBottom
{
	border-bottom: none !important;
}

a.suggested
{
	font-weight: bold;
}

a
{
	color: Black;
}

#inputDataWrapper
{
	display: block;
	width: 790px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}

#inputDataWrapperHeader
{
	background-color: #18349A;
}

#inputDataWrapper h2
{
	border-bottom: 1px solid #18349A;
	background-color: White;
	font-size: 12px;
	font-weight: bold;
	width: 50%;
}

#inputDataLayer
{
	margin-top: 0px;
	margin-left: 20px;
	font-weight: normal;
	font-size: 12px;
	width: 400px;
}

#inputDataWrapper img
{
	float: right;
}

.inputDataField
{
	display: block;
	font-size: 12px;
	width: 300px;
	margin-top: 5px;
}

strong.inputDataField
{
	font-size: 12px;
	width: 80px !important;
	float: right;
}

.fieldTitle
{
	font-weight: normal;
	width: 180px;
}

.fieldData
{
	width: 210px;
	text-align: right;
}

.fieldData select
{
	font-family: Verdana;
	font-size: 12px;
}

.fieldImage
{
}

.error
{
	font-weight: bold;
}

.help
{
	font-weight: normal;
}

.configurationBlock
{
	background-color: #c6f7ff;
	border: 1px solid white !important;
	padding: 2px;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

#currentConfigurationTable
{
	margin-bottom: 1em;
	margin-left: 10px;
}

#selection strong
{
	font-weight: normal;
	font-size: 12px;
	width: 180px;
}

#motor
{
	display: block;
	width: 650px;
	background-color: #DBDEE4;
	height: 25px;
	padding-top: 4px;
	font-size: 14px;
	font-weight: bold;
}

#motor strong
{
	font-weight: normal;
	font-size: 12px;
	width: 180px;
}

.notesCell
{
	text-align: center;
	background-color: #DBDEE4 !important;
	border: 2px solid black !important;
	font-size: 9px !important;
}

.headerSmall
{
	font-size: 10px !important;
}

.inputDataHeader
{
	border-bottom: 1px solid #18349A;
	font-weight: bold;
}

.selectionImageHeader
{
	border-bottom: 1px solid #18349A;
	font-weight: bold;
	text-align: center;
	display: block;
	clear: both;
}

.compactWidget
{
	font-size: 10px;
}

/* DEPRECATES selectionImageHeader */
.layoutImageHeader
{
	border-bottom: 1px solid #18349A;
	font-weight: bold;
	text-align: center;
	display: block;
	clear: both;
}

#selectionWrapper
{
	width: 790px;
	margin-left: 10px;
}

/* DEPRECATES selectionWrapper */
#twoColumnsLayout
{
	width: 900px;
}


#selectionWrapper td
{
	vertical-align: top;
}

#selectionWrapper .selectionImage
{
	margin-top: 10px;
}

#selectionWrapper .serviceFactorImage
{
	margin-top: 0px;
}

/* START DEPRECATES above styles */
#twoColumnsLayout td
{
	vertical-align: top;
}

#twoColumnsLayout .layoutImage
{
	margin-top: 10px;
}

#twoColumnsLayout .serviceFactorImage
{
	margin-top: 0px;
}
/* END DEPRECATES */

.notes
{
	display: block;
	width: 768px;
	border: 1px solid #00AEEF;
	background-color: #E2E0DF;
	font-size: 11px;
	font-family: Verdana;
	color: Black;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 20px;
	background-image: url(img/icons/info.gif);
	background-position: 3px 3px;
	background-repeat: no-repeat;
	margin-left: 10px;
}

#selectionCommands
{
	width: 790px;
	margin-bottom: 2px;
	margin-left: 10px;
}

/* DEPRECATES selectionCommands */
#layoutCommands
{
	width: 790px;
	margin-bottom: 2px;
}

#selectionCommands input
{
	float: right;
}

/* DEPRECATES selectionCommands input */
#layoutCommands input
{
	float: right;
}


.fieldData input
{
	width: 120px;
}

.button
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	text-align: left;
	padding-left: 20px;
	border: none;
	height: 20px;
	background-position: left center;
	cursor: pointer;
	width: 160px;
}

.button:hover
{
	font-weight: bold;
}

.pdfButton
{
	width: 110px;
	height: 41px;
	float: left;
	background: white url(img/ui/buttons/pdf_enabled.png) no-repeat;
}

.tetraserviceButton
{
	width: 110px;
	height: 41px;	
	float: left;
	margin-left: 80px;
	background: white url(img/ui/buttons/3d_enabled.png) no-repeat;
}

.loadsButton
{
	width: 133px;
	height: 41px;	
	float: left;
	margin-left: 80px;
	background: white url(img/ui/buttons/loads_enabled.png) no-repeat;
}

.thermalButton
{
	width: 110px;
	height: 41px;	
	float:left;
	margin-left: 80px;
	background: white url(img/ui/buttons/thermal_enabled.png) no-repeat;
}

#currentSelection .input
{
	float: right;
}

.large
{
	background-image: url(img/bg_button_large.gif) !important;
	width: 200px !important;
}

.small
{
	background-image: url(img/bg_button_small.gif);
	width: 55px !important;
	height: 24px !important;
	font-weight: normal !important;
}

.inputSmall
{
	width: 160px !important;
}

input
{
	font-family: Verdana, Sans-Serif;
}

select
{
	width: 100%;
}

#sectionTitle
{
	font-weight: bold;
	font-size: 14px;
	display: block;
	clear: both;
}

/* TEMPORARY STUFF */
#reggianaHeader
{
	display: block;
	background-image: url(App_Themes/Gearsoft/img/headers/reggiana_up.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 200px;
}

#inputDataContents
{
	width: 420px;
	font-size: 11px;
	float: left;
}

#inputDataContentsRight
{
	margin-left: 10px;
	width: 380px;
	font-size: 11px;
	float: left;
	clear: right;
}

#inputDataUnit
{
}

.inputDataParameter
{
	font-weight: bold;
}
	
.inputDataValue
{
	
}

#commandsTable
{
	border-top: 1px dotted gray;
}

.radialLoadCalculator
{
  margin-top: 10px;
  margin-bottom: 10px;
  
}
.radialLoadCalculator th
{
  font-size: 10px;
  text-align: left;
  padding-right: 10px;
}

.calculationValues
{
  display: none;
}

.warningCell
{
   font-weight: bold;
}


#LoginWindowWrapper
{
  display: block;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
}

#LoginHeading
{
  display: block;
  width: 100%;
  background-color: #173595;
  font-size: 12px;
  color: White;
  border-bottom: 1px solid gray;
}

.submitWidget
{
  border-top: 1px solid gray;
  text-align: right;
}

.CycleLoad
{
  width: 120px;
}

.CycleIndex
{
  vertical-align: middle !important;
  font-size: 10px;
}

.CycleTime
{
  width: 50px;
}
