@charset "utf-8";
a { color: blue; }
a:visited { color: blue; }
a:active { color :blue; }
.box0 { padding: 10px; padding-top: 5px; border-style: solid; border-width: 1px; border-color: #9BA87B; }
.tlinkbox {
	padding:2px;
	font-family: tahoma;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	background-color: #EEEEEE;
	border: 1px dashed mediumorchid;
	text-align: center;
}

.djTextBox {
	font-family: tahoma, arial;
	font-size: 12px;
	font-style: normal;
	resize:none;
	background-color:white;
	border:1px solid lightgray;
	line-height: 1.2em;
}

/*.inputmask {
	font-family: tahoma;
	font-size: 10px;
	border: 1px solid #999999;
	padding-left: 4px;
	padding-right: 4px;
} */

#content textarea {
padding: 2px;
}

.tlinkbox_over {
	padding:2px;
	font-family: tahoma;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: mediumorchid;
	border: 1px solid mediumorchid;
	text-align: center;
}
	.box2 {
	padding: 10px;
	padding-top: 5px;
	border-style: none;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-color: #9BA87B;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-color: #FFFFCC;
}

form { margin: 0px; padding: 0px; display: inline;}

input {margin: 0px; padding: 0px; display: inline-block; overflow:auto}

.inlineSubmit{
color:#FF0000;
font-weight:bold;
font-size:11px;
text-decoration:underline;
border:0px;
background-color:transparent;
border: none;
cursor: pointer;
cursor: hand;
margin:0px;
padding:0px;
}

.detailSubmit{
font-family: tahoma, Arial;
font-size: 12px;
color:blue;
border:0px;
background-color:transparent;
border: none;
cursor: pointer;
cursor: hand;
margin:0px;
padding:0px;
display:inline;
}
*:first-child+html .submit {		/* hack needed for IE 7 */
	border-bottom: 0;
	text-decoration: underline;
}
* html .submit {				/* hack needed for IE 5/6 */
	border-bottom: 0;
	text-decoration: underline;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Tcaption {
	font-family: tahoma, Arial;
	font-size: 10px;
}
.IField {
}
.inputmask {
	font-family: tahoma;
	font-size: 10px;
	border: 1px solid #999999;
	padding-left: 1px;
	/*padding-right: 4px;*/
}

textarea:focus {
	border:1px solid #999999;
	background-color: ivory;
}

textarea:blur {
	border:1px solid #999999;
	background-color: white;
}

input[type="text"]:focus {
	border:1px solid #999999;
	background-color: ivory;
}

input[type="password"]:focus {
	border:1px solid #999999;
	background-color: ivory;
}

.formlist {
	font-family: tahoma;
	font-size: 10px;
	border: 1px solid #999999;
	padding-left: 1px;
}
.TNormalText {
	font-family: tahoma;
	font-size: 10px;
}
.TNormal {
	font-family: tahoma, Arial;
	font-size: 12px;
}

.Orders-separator {
	font-family: tahoma;
	font-size: 12px;
	border-bottom:1px dotted #DDDDDD;
}
.submitLink {
	color: #00f;
	background-color: transparent;
	text-decoration: underline;
	border: none;
	cursor: pointer;
	cursor: hand;
	font-family: tahoma;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
  }
#mouse {
position: absolute;
left: 0;
top: 0;
}.boxdot {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #B6CEE7;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #B6CEE7;
	padding: 4px;
}
.upperlowerdot {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #6699cc;
	border-bottom-color: #6699cc;
}
.upperdot {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6699cc;
}
.submitLinkB {
	color: Black;
	background-color: transparent;
	text-decoration: underline;
	border: none;
	cursor: pointer;
	cursor: hand;
	font-family: tahoma;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.RecordNavBarFormSub {
	background-color: transparent;
	border: none;
	cursor: pointer;
	cursor: hand;
	font-family: tahoma;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.ServiceNumber {
	Font-family:Tahoma, Arial;
	font-weight:bold;
	color:#FFFFFF;
	font-size:18px;
}

.borderTopDashed {
border-top:1px dashed #6699cc;
font-family:tahoma,arial;
font-size: 12px;
}
.borderTopLeftDashed {
border-top:1px dashed #6699cc;
border-left:1px dashed #6699cc;
font-family:Tahoma, Arial;
font-size: 12px;
}
.borderTopRightDashed {
border-top:1px dashed #6699cc;
border-right:1px dashed #6699cc;
font-family:Tahoma, Arial;
font-size: 12px;
}
.borderTopLeftRightDashed {
border-top:1px dashed #6699cc;
border-left:1px dashed #6699cc;
border-right:1px dashed #6699cc;
font-family:Tahoma, Arial;
font-size: 12px;
}
.borderLeftDashed {
border-left:1px dashed #6699cc;
font-family:Tahoma, Arial;
font-size: 12px;
}
.borderRightDashed{
border-right:1px dashed #6699cc;
font-family:Tahoma, Arial;
font-size: 12px;
}
.borderLeftRightDashed{
border-right:1px dashed #6699cc;
border-left:1px dashed #6699cc;
font-family:Tahoma, Arial;
font-size: 12px;
}
.borderBottomLeftRightDashed {
border-bottom:1px dashed #6699cc;
border-left:1px dashed #6699cc;
border-right:1px dashed #6699cc;
font-family:Tahoma, Arial;
font-size: 12px;
}
.borderBottomRightDashed {
border-bottom:1px dashed #6699cc;
border-right:1px dashed #6699cc;
font-family:Tahoma, Arial;
font-size: 12px;
}
.borderBottomLeftDashed {
border-bottom:1px dashed #6699cc;
border-left:1px dashed #6699cc;
font-family:Tahoma, Arial;
font-size: 12px;
}
.borderBottomDashed {
border-bottom:1px dashed #6699cc;
font-family:Tahoma, Arial;
font-size: 12px;
}
.borderDashed {
border:1px dashed #6699cc;
font-family:Tahoma, Arial;
font-size: 12px;
}
.borderRightDotted{
border-right:1px dotted #6699cc;
font-family:Tahoma, Arial;
font-size: 12px;
}
.borderLeftDotted{
border-left:1px dotted #6699cc;
font-family:Tahoma, Arial;
font-size: 12px;
}
.imageLeft {
padding:5px;
border:1px dotted #6699cc;
margin-left:0px;
margin-right:8px;
margin-bottom:8px;
margin-top:8px;
}
.imageRight {
padding:5px;
border:1px dotted #6699cc;
margin-right:0px;
margin-bottom:8px;
margin-left:8px;
margin-top:8px;
}
.imageBottomRight {
padding:5px;
border:1px dotted #6699cc;
margin-right:0px;
margin-bottom:0px;
margin-left:8px;
margin-top:8px;
}
.detailULList{
list-style-type:none;
padding:0px;
line-height:25px;
}
.padLeft{
padding-left:16px;
}
.fakelink {
	cursor:pointer;
	text-decoration:underline;
	color: blue;
}

.fakelinkc {
cursor:pointer;
text-decoration:underline;
color: #0066cc;
}

.fakelinkblack {
cursor:pointer;
text-decoration:underline;
color: black;
}

.class1 A:link {text-decoration: none; color:#000000}
.class1 A:visited {text-decoration: none; color:#000000}
.class1 A:active {text-decoration: none; color:#000000}
.class1 A:hover {text-decoration: underline; color: red;}

.preorder A:link {text-decoration: none; color:red}
.preorder A:visited {text-decoration: none; color:red}
.preorder A:active {text-decoration: none; color:red}
.preorder A:hover {text-decoration: underline; color: red;}

.releasedate {
	font-family:tahoma, arial;
	font-size:11px;
	color:darkgreen;
}

.TMedium {
	font-family:tahoma, arial;
	font-size:11px;
}


.tdstripebg {
	background-attachment: fixed;
	background-image: url(img/stripebg-red.gif);
	background-repeat: repeat;
	background-position: left top;
}
.tdstripebgY {
	background-attachment: fixed;
	background-image: url(img/stripebg-yellow.gif);
	background-repeat: repeat;
	background-position: left top;
}
.microImg {
height:43;
width:43;
border:1px solid lightgrey;
}