﻿.progressBox
{
    position: absolute;
    top: 45%;
    left: 45%;
    background-color: white;
    width: 230px;
    height: 50px;
    z-index: 100;
    position: absolute;
    border: 1px solid #CCC;
    font-weight: bold;
}

#loading_img 
{
    float:left;
    margin:9px;
}

#loading_msg 
{
    position: relative;
    top: 15px;
    left: 35px;
}

.ams-nav 
{
    background-color: #EBEBEB;
    border: 1px solid #CCCCCC;
    margin-bottom: 3px;
    width: 150px;
    height: 24px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    padding-top: 7px;
    padding-left: 10px;
}

.ams-nav-active 
{
    background-color: #FFFFFF;
    color: #58849E;
    border-right: 3px solid white;
}

body
{
	font-size:10pt;
	font-family:Arial;
	margin:11px auto;
	padding: 0pt;
	background-color:#F4F4F4;
}
.MyBod
{
	font-size: 10pt;
	font-family: Arial;
	width: 830px;
	margin: 11px auto;
	padding: 10px;
	height: 101%;
	background-color:#FFFFFF;
	border: 1px solid #DCDCDC;
}

.saveTextName
.saveTextArea
{
	font-family:Arial;
	font-size:10pt;
	background-image: url(../images/BG_inputbox.gif);
}

.inputText
{
    background-image:url(../images/BG_inputbox.gif);
}

h3
{
	margin-top: 2px;
	margin-left: 10px;
	color: #333;
}

.header2
{
	margin: 0pt auto;
	font-size: 12pt;
	padding-left: 10px;
	margin-bottom: 5px;
	clear: both;
	background-color:#FFFFFF;
	color:#4C7B97;

}

.header
{
	margin: 0pt auto;
	border-bottom: dotted 1px #CCC;
	color: #444;
	font-size: 12pt;
	padding-left: 10px;
	margin-bottom: 5px;
	clear: both;
	font-style:italic;
	background-color:#EEEEEE;
}

table.corpLogo
{
	width: 100%;
	border-collapse: collapse;
}

a
{
	color: Black;
	font-family:Arial;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}

a:visited
{
	color: Black;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

a:active
{
	color: Black;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}

a:hover
{
	color: #B22222;
	font-style: normal;
	text-decoration: none;
}

img
{
	border: none;
}

table.ProductSelectorTable
{
	border-collapse:collapse;
}

#BomTable 
{
	font-size: smaller;
	border: solid 1px #ddd;
	width: 600px;
}

#BomTable th
{
	background: #3E6FA0;
	border-top: solid 1px #DDD;
	padding: 6px;
	color: White;
}

#BomTable td
{
	padding: 4px;
	background-color: #eef;
	border-right: solid 1px #ddd;
	text-align: center;
}

#BomTable td .total
{
	padding: 4px;
	background-color: #fff;
	border-top: solid 1px #ddd;
	border-right: none;
	border-left: none;
	border-bottom: none;
	text-align: center;
}

.summaryDiv
{
}

.contentDiv
{
	float: left;
	width: 100%;
	height: 100%;
	border: none;
	padding: 0px;
	z-index: 3;
}

.subContentDiv
{
	margin: 0pt auto;
	width: 100%;
	text-align: center;
	overflow:visible;
}

.menu
{
	padding: 0px;
	height: 18px;
	position:relative;
}

.menuBar
{
	background-color: #FFFFFF;
	height: 35px;
	/*width: 100%;*/
}

.container
{
	padding-left: 50px;
	padding-top:20px;

	float: left;
}

.summaryContainer
{
	padding-left:20px;
	padding-top:20px;
	
	float:left;
}

.CtrlBtn
{
	height:30px;
	width:119px;
	padding:1px;
}

.inactive
{
	position:relative;
	float: left;
	cursor: pointer;
	z-index: 2;
	padding: 1px;
}

.active
{
	position:relative;
	float: left;
	cursor: pointer;
	z-index: 4;
	padding: 1px;
}

.hover
{
	position:relative;
	float: left;
	cursor: pointer;
	z-index: 2;
	padding: 1px;
}


.DesignNav
{	
	left:-130px;
	position:absolute;
	width:1px;
	height:160px;
	top:30px; /*64*/
}


.bigdiv
{
	background: #FFF; 
    width: 100%; 
    height: auto; 
}

#logger
{
	margin-right:5px; 
	position:relative; 
	top:-20px; 
	float:right;
}

.redstar
{
	color:Red;
}

tr.over
{
	background-color:aqua;
}

tr.outgray
{
	background-color:#DFDFDF;
}

tr.outwhite
{
	background-color:White;
}

div.crazytip
{
	height:120px;
	width:220px;
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
	z-index:7;
	padding:3; 
	border:solid 1px;
	background-color:#A0C2DF; 
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity:0.95;
	opacity: 0.95;
}

div.crazytiptitle
{
	width:100%;
	background-color:#346699;
	font-weight:bolder;
	border-bottom:solid 1px;
}

.designtableheader
{
    padding-left:3px;
    padding-top:5px;
}

.designtableelement
{
	padding-left:10px;
	width:120px;
}

.Simulating
{
	
	top:0px;
	left:0px;
    background-color:Black; 
    filter: alpha(opacity=55); 
    -moz-opacity: .55;
    opacity: .55;
    position: fixed !important;
}

.redesignbox
{
	width:58px;
	text-align:right;
	background-image: url(../images/BG_inputbox.gif);
	border:1px solid #AAA;
	padding-right:3px;
	font-size:8pt;
}

.defaultbox
{
	width:150px;
	background-image: url(../images/BG_inputbox.gif);
	border:1px solid #AAA;
	padding-left:3px;
	font-size:8pt;
}

.redesignlabel
{
	width:75px;
	text-align:right;
	font-weight:bolder;
}

.CT_TABLE
{
	font-family:Arial;
	font-size:12px;
}

.CT_ROW
{
	background-color:White;
}

.CT_ALT_ROW
{
	background-color:#CCC;
}

.CT_SUBHEADER
{
	background-color:#EEE;
}

.RunButtons
{
	
}

.DragHeader
{
	cursor:move; 
	border-bottom:1px solid black; 
	background-color:#346699;
}

.DragContainer
{
	background-color:#A0C2DF;
	border:1px solid black;
}
	
.navbar
{
	width: 500px; 
	height: 67px; 
	padding-left: 10px; 
	overflow-y: hidden;
    float: left; 
    background: transparent url('../images/bg_mainnavi_gray.gif') no-repeat scroll right top;
}	 

.navbar2
{
	height: 67px; 
	width: 320px; 
	float: left; 
	background: transparent url('../images/bg_mainnav_search_gray.gif') no-repeat scroll right top;
}       

.D_Table
{
    font-size:8pt;
    border-collapse:collapse;
}

.D_Header
{
    color:#4c7b97;
    padding-left:3px;
    font-weight:bold;
    font-size:10pt;
}

.D_ROW, .D_C_ROW
{
    background-color:#EFEFEF;
    border-top:solid 1px #CCCCCC;
    border-bottom:solid 1px #CCCCCC;
}

.D_C_ROW
{
    text-align:center;
}

.D_ALT_ROW, .D_C_ALT_ROW
{
    background-color:#DFDFE3;
    border-top:solid 1px #CCCCCC;
    border-bottom:solid 1px #CCCCCC;
}

.D_C_ALT_ROW
{
    text-align:center;
}
