/*
+**********************************************************************+
|  Copyright (c) 2003 CSCare Inc. All Rights Reserved.                 |
|  This is proprietary source code of CSCare Inc.                      |
+**********************************************************************+
*/
/*
+**********************************************************************+
| jwinsvc                                                              |
+**********************************************************************+
*/	
#pgjwinsvc {
	margin-bottom: 10px;
}
#pgjwinsvc #oefbody {
	padding-top: 5px;
}
#pgjwinsvc H1 { 
	display: block; 
	background: url(../img/jwinsvc_top_bar.gif) no-repeat 0px 0px; 
	margin: 10px 0px 5px 0px; 
	width: 700px; 
	height: 73px; 
	overflow: hidden; 
}
#pgjwinsvc H1 SPAN { 
	display: none; 
}
#pgjwinsvc H2 {
	display: block;
	text-align: center;
	margin: 0px;
}
#pgjwinsvc H2 A {
	text-decoration: none;
	color: black;
}
#pgjwinsvc H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
}
#pgjwinsvc .courier {
	font-family: Courier;
}
#pgjwinsvc LI {
	margin-top: 4px;
	margin-bottom: 4px;
}
#pgjwinsvc #prdbody A {
	text-decoration: none;
	color: #5A5A5A;
}
#pgjwinsvc #prdbody A:hover {
	text-decoration: underline;
}
#pgjwinsvc #prdbody HR {
	color: #E8E8E8;
	height: 1px;
}
#pgjwinsvc #prdbody TABLE.download {
	width: 100%;
	border: #ccc 1px solid;
	border-bottom: none;
	border-collapse: collapse;
	border-spacing: 0px;
}
#pgjwinsvc #prdbody TABLE .caption {
	border: #ccc 1px solid;
	width: 25%;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #F6F6F7; 	
	text-align: right;
}
#pgjwinsvc #prdbody TABLE .input {
	width: 75%;	
	border-bottom: solid 1px #ccc;
	padding-right: 3px;
	padding-left: 3px;
}
#pgjwinsvc #prdbody TABLE .submit {
	background-color: #CCCCCC;
	text-align: right;
}
#pgjwinsvc #prdbody TABLE INPUT.input {
	width: 100%;
	font-size: 14px;
}
#pgjwinsvc #prdbody TABLE INPUT.error {
	font-weight: normal;	
	margin: 0px;
	background-color: red;
	color: white;
}
#pgjwinsvc #prdbody .bookmark {
	color: black;
}
#pgjwinsvc #prdbody TABLE.sales, #pgjwinsvc #prdbody TABLE.download {
	width: 100%;
	border: solid 1px Silver;
	border-bottom: none;
	margin-top: 15px;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-spacing: 0px;
}
#pgjwinsvc #prdbody TABLE.sales TH, #pgjwinsvc #prdbody TABLE.download TH {
	background-color: #F6F6F7;
	border-bottom: solid 1px silver;
	text-align: left;
	padding-left: 5px;
	font-size: 12px;
	width: 35%;
}
#pgjwinsvc #prdbody TABLE.sales TD, #pgjwinsvc #prdbody TABLE.download TD {
	border-left: solid 1px silver;
	border-bottom: solid 1px silver;
	padding-left: 5px;	
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;	
	font-weight: bold;
}
#pgjwinsvc #prdbody TABLE.sales TD A {
	display: block;
	background: url(../img/arrow3.gif) no-repeat 35px 2px;
	width: 100%;
	text-align: center;
}
#pgjwinsvc #prdbody TABLE.eulaConfirm {
	width: 100%;
	border-collapse: collapse;
	background-color: #F6F6F7;
	border: solid 1px #ccc;
	text-align: center;
	margin-top: 15px;
}
#pgjwinsvc #prdbody .purchase {
	display: block;
	background: url(../img/arrow3.gif) no-repeat 0px 2px;
	padding-left: 15px;
}
#pgjwinsvc #prdbody SPAN.numbers {
	margin-right: 10px;
}
#pgjwinsvc #prdbody SPAN.code {
	display: block;
	margin-left: 30px;
	font-family: Courier;	
}
#pgjwinsvc #prdbody SPAN.note {
	display: block;
	font-style: italic;
}
#pgjwinsvc #prdbody PRE {
	font-family: "Courier New", Courier, monospace;
	text-indent: 25px;
}
