/* CSS Document */
.soDocumentTable td{
    border-bottom:1px solid #CCCCCC;
    padding-left:20px;
    border-collapse:collapse;
	text-align:left;
	
}
.soDocumentTable_title{
    font-weight:700;
    padding-top:10px;
	text-align:left;
}
#lightBoxDimmer {
background:#000000 none repeat scroll 0 0;
left:0;
position:absolute;
top:0;
z-index:99;
}
#so_termsAndConditions_Content{
    height:100px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.stationerySteps{
	padding-left:4px;
	padding-right:4px;
    width:199px;
    display:inline;
    float:left;
    height:190px;
}
.stepsNavi{
    padding-top:4px;
	position:relative;
	font-weight:700;	
}
.stepContent{
height:135px;
}
.stepIcon{
	float:left;
	width:30px;
	height:100%;
	margin-left:10px;
	margin-right:auto;
	display:block;
	margin-top:30px;
	text-align: center;
}
.stepTitle{
	padding-top:5px;
    font-size:11px;
    font-weight:600;
    padding-bottom:10px;
}
.sendStationery {
	border:1px solid #666666;
	font-size:10px;
	font-weight:600;
	display:block;
	width:200px;
	padding-top:2px;
	height:18px;
	text-align:center;
	background-color:#EEEEEE;
	color:#333333;
	margin-bottom: 5px;
	margin-top: 5px;
}
.sendStationeryConf {
	border:1px solid #666666;
	font-size:10px;
	font-weight:600;
	width:150px;
	height:18px;
	text-align:center;
	background-color:#EEEEEE;
	color:#000000;
	display:block;
	float:left;
	margin-left:5px;
	margin-right:5px;
	padding-top:2px;
	
}

.containerForCustomer{
	border: 1px solid transparent;
	border-style:dotted;
	border-color:#999999;
	border-width:1px;
	white-space: nowrap;
	background-color: #FFFFFF !important;
}
.container {
    border: 1px solid transparent;
    white-space: nowrap;
} 

#editorFrame {
    margin-top: 20px;
    /*width:		100%;
    height:		200%;*/
    /*height: 	700px;*/
    padding: 0;
    padding-bottom: 65px;
    /*border-bottom:1px solid blue;*/
}
#customDropDownList{
color:#000000;
}
#customDropDownListFrame{
position:absolute;
background-color:#FFFFFF;
border:1px solid black;
max-height:400px;
overflow-y:auto;

}
.customDropDownListAdressName{
margin-top:3px;
margin-bottom:3px;
padding-left:2px;
font-weight:800;
}
.customDropDownListAdressDetails{
padding-left:15px;
}
#DocumentAreaShadow {
    margin: 0 auto;
    /* using !important to hide from IE6 */
    background: transparent url(designer/images/shadowAlpha.png') no-repeat scroll bottom right !important;
    border: 1px solid transparent !important;
    background: transparent none no-repeat scroll bottom right;
    border: none;
}
#DocumentArea {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #555555;
    margin-top: -6px;
    margin-right: 4px;
    margin-bottom: 6px;
    margin-left: -4px;
}
