@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/Venta_bg.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #999999;
	border-bottom-color: #000000;
	border-left-color: #999999;
	padding: 0px;
} 

.twoColFixRtHdr #header {
	background-color: #FFFFFF;
	height: 131px;
	margin: 0px;
	padding: 0px;
} 
.twoColFixRtHdr #mainContent {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin-right: 0px;
	width: 650px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	margin-left: 0px;
	margin-top: 0px;
}
.twoColFixRtHdr #sidebar1 {
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	width: 300px;
	margin: 0px;
	text-align: left;
} 
.twoColFixRtHdr #sidebar1 p {
	padding-right: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #sidebar1 h1 {
	font-size: 1.4em;
	margin-left: 20px;
	padding: 0px;
}
.twoColFixRtHdr #sidebar1 h2 {
	font-size: 1.2em;
	padding: 0px;
	margin-left: 20px;
}
.twoColFixRtHdr #sidebar1 a:link {
	font-weight: bold;
	color: #0C74F1;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar1 a:active {font-weight: bold;
	color: #0C74F1;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar1 a:visited {font-weight: bold;
	color: #0C74F1;
	text-decoration: none;}
.twoColFixRtHdr #sidebar1 a:hover {
	font-weight: bold;
	color: #0C74F1;
	text-decoration: underline;
}

.twoColFixRtHdr #mainContent h1 {
	color: #36BCEF;
	font-size: 1.4em;
	margin-left: 15px;
}
.twoColFixRtHdr #mainContent h2 {
	font-size: 1.2em;
	margin-left: 15px;
}
.productTable  {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	width: 630px;
}
.productTable td {
	text-align: center;
	margin: 0px;
	padding: 10px;
	width: 190px;
}
.twoColFixRtHdr #mainContent p {
	margin-left: 15px;
}
.twoColFixRtHdr #footer {
	text-align: center;
	margin: 0px;
	padding: 0px;
} 
.twoColFixRtHdr #footer #bottomNav {
	width: 650px;
	margin: 0px;
	padding: 0px;
	height: 125px;
	float: right;
}

.twoColFixRtHdr #footer #bottomLinks {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: center;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 950px;
	background-color: #50C3EF;
}
.twoColFixRtHdr #footer #bottomLinks a:link {
	color: #333333;
	text-decoration: none;
}
.twoColFixRtHdr #footer #bottomLinks a:active {
	color: #333333;
	text-decoration: none;
}
.twoColFixRtHdr #footer #bottomLinks a:visited {
	color: #333333;
	text-decoration: none;
}
.twoColFixRtHdr #footer #bottomLinks a:hover {
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.cellBorderBRight {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.cellBorderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.cellBorderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.productPicspacing {
	margin-top: 10px;
	margin-bottom: 10px;
}
.incidentManagement table{
	width:630px;
	text-align: center;
}
.incidentManagement td {
	padding: 10px;
	width: 295px;
	text-align: center;
}
