#orderTable {
	border-width: 2px;
	border-spacing: 2px;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
	background-color:white;
	width: 99%
}

#orderTable th{
	font-weight: bold;
	padding: 2px;
	border-bottom: solid gray 2px;	
	text-align:center;
	border-left: solid gray 1px;	
}

#orderTable td{
	padding: 2px;
}

#orderTable .leftBorder{
	font-weight: bold;
	border-left: solid gray 1px;
}

#orderTable .monthlyChargeCol{
	width: 70px;
}


#orderTable .tickToOrderCol{
	width: 50px;
}

#orderTable .serviceName {
	font-weight: bold;
	font-size:16px;
	border-top: solid gray 1px;
}

#orderTable  .serviceDesc {
	padding-left: 10px;
}	

#orderTable  .serviceDesc .serviceDescBullets {
	padding-left: 25px;
}	

#orderTable .monthlyChargeCell {
	vertical-align: bottom;
	text-align: right;
	border: solid gray 1px;
}

#orderTable .monthlyChargeCell_noBottomBorder {
	vertical-align: bottom;
	text-align: right;
	border-top: solid gray 1px;
	border-left: solid gray 1px;
	border-right: solid gray 1px;
	border-bottom: none;
}

#orderTable .monthlyChargeCell_noTopBorder {
	vertical-align: bottom;
	text-align: right;
	border-top: none;
	border-left: solid gray 1px;
	border-right: solid gray 1px;
	border-bottom: solid gray 1px;;
}


#orderTable .tickToOrderCell {
	vertical-align: bottom;
	text-align: center;
	border: solid gray 1px;
}

#orderTable .userLicenceSpacerCol {
	width: 40%;
}

#orderTable .userLicenceOptionCell {
	text-align: right;
	padding-right: 5px;
	border-top: solid gray 1px; 
	vertical-align: bottom;
}

#orderTable .supportNameCell {
	padding-left: 20px;
}

#orderTable .supportDesc{
	border-bottom: solid gray 1px;
	border-top: solid gray 1px;
	text-align:right;
	vertical-align: bottom;
}

#orderTable .topBorder {
	border-top: solid gray 1px;
}

#orderTable .monthlyCostDesc {
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	font-size: 12px;
}

.orderBox {
	cursor: pointer;
}
.orderBox_disabled {
	cursor:  url(/images/icons/noentry_mouse.png), auto;
}

#generateOrderFormDiv {
	margin-top: 10px;
	text-align: right;
}

#generateOrderFormDiv img{
	cursor: pointer;
}

#contactTable {
	border-spacing: 2px;
	border-style: none;
	border-color: black;
	border-collapse: collapse;
	background-color:white;
	width: 99%;
	margin-bottom: 10px;
}

#contactTable .labelWidth {
	width: 175px;
}

.contactLabel {
	text-align: right;
	padding-right: 2px;
	vertical-align: text-top;
}
