body
{
	margin: 0;
	padding: 0;
	font: 76%/1.4 "Trebuchet MS" , Tahoma, Geneva, Helvetica, Verdana, Sans Serif;
	background-color: #eee;
	font-size: 12px;
	background-color: #d0d0d0;
	background-image: url('/Graphics/Dat_bg_17.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	padding-bottom: 25px;
	padding-top: 35px;
}
hr
{
	color: #999;
	background-color: #999;
	height: 1px;
	border: 0;
	margin-bottom: 12px;
	margin-top: 12px;
}
hr.rmaHr
{
	color: #999;
	background-color: #999;
	height: 2px;
	border: 1px solid #999;
	margin-bottom: 2px;
	margin-top: 2px;
}
#mainDiv
{
	margin-left:auto;
	margin-right:auto;
	width: 950px;
	padding: 15px;
	background-color: white;
	border: 1px solid #dcdcdc;
}
#footerDiv
{
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	padding: 10px;
	padding-left: 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footerDiv a
{
	color: rgb(1,29,50);
}
#mainDiv #mainTable
{
	width: 100%;
	border-spacing:10px;
	horizontal-align: middle;
}
#mainDiv #mainTable tr td
{
	vertical-align: top;
}
.divHeader
{
	display: block;
	border: 1px solid #999;
	font-weight: bold;
	text-transform:uppercase;
}
.divHeaderRMA
{
	display: block;
	border: 1px solid #999;
	font-weight: bold;
	text-transform:uppercase;
}
.divHeader div
{
	margin: 10px;
}
.divHeaderRMA div
{
	margin: 10px;
}
.divContent
{
	display: block;
	padding: 10px;
}
.divContent p a
{
	
	text-decoration: none;
}
td { /* Added the element for the table structure */
    position: relative;
}
td a
{
	color: rgb(25,72,112);
	text-decoration: none;
}

td a:hover
{
	text-decoration: underline;
}

.formTable
{
	border-spacing:5px;
	width: 100%;
}
.formTable tr td:nth-child(1) 
{
   text-align: right;
   width: 50%;
}
.formTable tr td 
{
   vertical-align: middle; 
}
#logoTd
{
	width: 60%;
	background-image: url('/Graphics/logo.jpg');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 45% auto;
	cursor: pointer;
	height: 110px;
}
#topTd
{
	width: 20%;
	border: 1px solid #999;
}
#topTd .divContent
{
	width: 158px;
}
#leftTd
{
	width: 20%;
}
#leftTd .divContent
{
	width: 158px;
	background-color: #eee;
	border: 1px solid #999;
	border-top: none;
}
#leftTd .divHeader
{
	width: 178px;
}
#middleTd
{
	width: 60%;
}
#middleTd .divContent
{
	border: 1px solid #999;
	border-top: none;
}
#rightTd
{
	width: 20%;
}
#rightTd .divContent
{
	width: 158px;
	background-color: #eee;
	border: 1px solid #999;
	border-top: none;
}
#rightTd .divContentRMA
{
	display: block;
	padding: 10px;
	width: 158px;
	border: 1px solid #999;
	border-top: 0;
}
#rightTd .divHeader
{
	width: 178px;
}
#rightTd .divHeaderRMA
{
	width: 178px;
	margin-top: 10px;
}
button
{
	float:left;
	margin-left: 55px;
	width: 100px;
	background: url('/Graphics/DAT_button_main_26_01.png') repeat-x left top;
    padding: 3px 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    border-radius: 2px;
	moz-border-radius: 2px;
	webkit-border-radius: 2px;
	border: 0;
	cursor: pointer;
}
input[type="button"]
{
	float:left;
	margin-left: 55px;
	width: 100px;
	background: url('/Graphics/DAT_button_main_26_01.png') repeat-x left top;
    padding: 3px 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    border-radius: 2px;
	moz-border-radius: 2px;
	webkit-border-radius: 2px;
	border: 0;
	cursor: pointer;
}

input[type="text"]
{
	width: 150px;
	font-size: 12px;
	height: 16px;
}
input[type="file"]
{
	
}
input[type="password"]
{
	width: 150px;
	font-size: 12px;
	height: 16px;
}
select 
{
	width: 155px;	
	font-size: 12px;
}
textarea 
{
	width: 148px;	
	font-size: 12px;
}
p.menu a
{
	color: black;
	text-decoration: none;
}
.RMATable
{
	width: 100%;
	border-collapse:separate;
	border-spacing:0;
	cursor: pointer;
}
.RMATable tr td
{
	padding: 5px;
}
.RMATable tr td:nth-child(2) 
{
	width: 5%;
}
.RMATable tr td:nth-child(2) 
{
	width: 12%;
}
.RMATable tr td:nth-child(3) 
{
	width: 12%;
}
.RMATable tr td:nth-child(4) 
{
	width: 18%;
}
.RMATable tr td:nth-child(5) 
{
	width: 28%;
}
.RMATable tr td:nth-child(6) 
{
	width: 25%;
}
#mainDiv #mainTable tr td div table #tableHeading td
{
	background-color: rgb(1,29,50);
	font-weight: bold;
	color: #fff;
}
#mainDiv #mainTable tr td div table.RMATable tr td table
{
	width: 100%;
	border-collapse: collapse;
	background-color: transparent;
}
#mainDiv #mainTable tr td div table.RMATable tr td.alternating0
{
	background-color: #fff;
	-webkit-user-select: none;      
	-moz-user-select: none; 
	-ms-user-select: none; 
	-o-user-select: none;
	user-select: none;
}
#mainDiv #mainTable tr td div table.RMATable tr td.alternating1 
{
	background-color: #eee;
	-webkit-user-select: none;      
	-moz-user-select: none; 
	-ms-user-select: none; 
	-o-user-select: none;
	user-select: none;
}
#mainDiv #mainTable tr td div table.RMATable tr td.expand_alternating0
{
	display: none;
	background-color: #fff;
	-webkit-user-select: none;      
	-moz-user-select: none; 
	-ms-user-select: none; 
	-o-user-select: none;
	user-select: none;
}
#mainDiv #mainTable tr td div table.RMATable tr td.expand_alternating1
{
	display: none;
	background-color: #eee;
	-webkit-user-select: none;      
	-moz-user-select: none; 
	-ms-user-select: none; 
	-o-user-select: none;
	user-select: none;
}
.expandTable_alternating0 tr td:nth-child(1) 
{
	width: 35%;
	border-bottom: 1px solid #eee;
}
.expandTable_alternating0 tr td:nth-child(2) 
{
	width: 65%;
	border-bottom: 1px solid #eee;
}
.expandTable_alternating1 tr td:nth-child(1) 
{
	width: 35%;
	border-bottom: 1px solid #fff;
}
.expandTable_alternating1 tr td:nth-child(2) 
{
	width: 65%;
	border-bottom: 1px solid #fff;
}
.expandTable_alternating0 tr:last-child td:nth-child(1) 
{
	border-bottom: 0;
}
.expandTable_alternating0 tr:last-child td:nth-child(2) 
{
	border-bottom: 0;
}
.expandTable_alternating1 tr:last-child td:nth-child(1) 
{
	border-bottom: 0;
}
.expandTable_alternating1 tr:last-child td:nth-child(2) 
{
	border-bottom: 0;
}
.expandTable_alternating1 tr td
{
	background-color: transparent;
}
.addressTable
{
	width: 100%;
}
.addressTable tr td
{
	width: 50%;
	height: 25px;
}
.addressTable tr:nth-child(1) 
{
	color: rgb(11,51,76);
	font-weight: bold;
}
p
{
	margin-top: 5px;
	margin-bottom: 5px;
}
#savedRMAs
{
	display: block;
}
#savedRMAs table
{
	width:100%;
}
#savedRMAs table td
{
	font-size: 10px;
	width: 50%;
}
#savedRMAs table td.productDescriptionTd
{
	font-size: 12px;
	color: rgb(25,72,112);
	font-weight: bold;
}
#activeMenuItem
{
	color: rgb(25,72,112);
	font-weight: bold;
}
.yellowBackgroundAnimation
{
	background-color: yellow;
}
.validDiv
{
	display: inline;
}
#captcha
{
	width: 155px;
	border: 1px solid #aaa;
}
#printTable
{
	font-size: 35px;
}
#printLogo
{
	margin-left: 14px;
	margin-top: 14px;
}
@media print{
  body{ background-color:#FFFFFF; background-image:none; color:#000000 }
  #ad{ display:none;}
  #leftbar{ display:none;}
  #contentarea{ width:100%;}
}
#version
{
	float:right;
}
#descriptionDiv 
{
	width: 100%; 
	text-align: left;
	font-size: 12px;
}
#descriptionDiv ol
{
	padding-left: 20px;
}
#descriptionDiv ul
{
	padding-left: 10px;
}
.informationIconRMA
{
	cursor: pointer;
	position: relative;
	
	/* Changed so that Hints are shown next to the button instead of the topleft of the screen */
}
@keyframes pulsate {
  0% { box-shadow: 0 0 5px rgba(255, 0, 0, 0); }
  50% { box-shadow: 0 0 5px rgba(255, 0, 0, 0.5); }
  100% { box-shadow: 0 0 5px rgba(255, 0, 0, 0); }
}
.pulsate-hint {
  animation: pulsate 1s ease infinite;
}
.informationIconCustomer
{
	margin-right: 265px;
	margin-top: 2px;
	cursor: pointer;
	float: right;
}
.informationDiv
{
	font-style: italic;
	z-index:1;
	position: absolute;
	display: none;
	background-color: white;
	border: 1px solid rgb(212,66,42);
	padding: 10px;
	width: 300px;
	text-align: left;
	border-radius: 10px;
    left: 100%; /* Position to the right of te icon */
    top: 0; /* Align with the top of the icon */
}
.feedback
{
	margin-bottom: 10px;
}
#errorMessage
{
	position: fixed;
	left: 0px;
	top: 0px;
	display: none;
	padding: 10px;
	background-color: rgb(212,66,42);
	color: white;
	width: 100%;
}
#showTerms
{
	cursor: pointer;
}
#termsDiv
{ 
	z-index: 2;
	cursor: pointer;
	position: fixed;
	display: none;
	width: 710px;
	margin-left: -375px;
	left: 50%;
	top: 200px;
	background-color: white;
	border: 1px solid rgb(212,66,42);
	padding: 20px;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.linkButton
{
	background: url('/Graphics/DAT_button_main_26_01.png') repeat-x left top;
    padding: 3px 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    border-radius: 2px;
}
.linkButton:hover
{
	text-decoration: none;
}