/*
+**********************************************************************+
|  Copyright (c) 2003 CSCare Inc. All Rights Reserved.                 |
|  This is proprietary source code of CSCare Inc.                      |
+**********************************************************************+
*/
/*
+**********************************************************************+
| SHARED                                                               |
+**********************************************************************+
*/	
BODY { 
	background-color: White; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: Black; 
	font-size: 12px;
	text-align: center;	
}
FORM { 
	margin: 0px; 
	padding: 0px; 
}
IMG {
	border: none;
}
#pgmain { 
	text-align: left;
	margin-left: auto; 
	margin-right: auto; 
	width: 700px; 
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 2px;
}
.accept {
	width: 150px;
}
/*
+**********************************************************************+
| LOGO                                                                 |
+**********************************************************************+
*/	
#toplogo {
	clear: both;
	text-align: left; 
	display: block; 
	width: 149px; 
	height: 63px; 
	background: url(../img/logo.gif) no-repeat center; 
}
#toplogo H1 {
	display: none; 
}
/*
+**********************************************************************+
| TOP MENU                                                             |
+**********************************************************************+
*/	
#topmenu A {
	font-family: Verdana, Tahoma;
	display: block; 
	position: relative; 
	z-index: 2; 
	margin: 0; 
	float: left; 
	width: auto; 
	height: 14px; 
	background-color: White; 
	font-size: 10px; 
	font-weight: bold; 
	color: #4F4F4F; 
	border-left: none; 
	border-right: 1px solid Silver; 
	border-top: 1px solid Silver; 
	border-bottom: none; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 5px; 
	padding-bottom: 0px; 
	text-decoration: none; 
	white-space: nowrap; 
}
#topmenu A.current, #topmenu A:hover { 
	border-top: 4px solid #002DBD; 
	padding-top: 2px; 
	color: Black; 
}
#topmenu A:hover { 
	border-top-color: Silver; 
}		
#topmenu A.current:hover { 
	border-top-color: #002DBD; 
}
#topmenu A.first { 
	border-left: 1px solid Silver; 
}
#topmenu A.home {
	font-family: Verdana, Tahoma, Helvetica; 
	font-size: 9px; 	
	float: right; 
	background-color: #002DBD; 
	font-weight: normal; 
	color: White; 
	text-align: center; 
	border: none; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	padding-left: 15px;
	padding-right: 15px;
}
#topmenu A.home:hover { 
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: 1px solid #002DBD; 
	padding-top: 3px; 
	padding-bottom: 2px; 
	color: White; 
}
#topmenu DIV { 
	position: relative; 
	z-index: 1; 
	clear: both; 
	height: 1px; 
	top: -1px; 
	background-color: Silver; 
	font-weight: bold; 
}
/*
+**********************************************************************+
| PRODUCT ICONS                                                        |
+**********************************************************************+
*/	
#prodicons {
	height: 60px; 
	width: 700px;
	border: 1px solid silver;
	border-bottom: none;
	overflow: hidden;
	margin: 0px;
	margin-bottom: 10px; 
	clear: both;
	text-align: center;	
}
#prodicons IMG {
	border: none;
	margin-top: 7px;
	margin-bottom: 7px;
}
#prodicons SPAN A { 
/*	width: 139px; */
	width: 174px;
	text-align: center;
	display: table-cell;
}
#prodicons SPAN A:hover { 
	background-color: #F5F5F5; 
}
#prodicons .item { 
	border-left: 1px solid silver;	
}
#prodicons .item:hover { 
	background-color: #F5F5F5; 
}
#prodicons DIV.clear { 
	clear: both; 
}
/*
+**********************************************************************+
| COPYRIGHT                                                            |
+**********************************************************************+
*/	
#copyright { 
	font-size: 10px; 
	color: Silver; 
	clear: both; 
	text-align: center; 
}
#copyright SPAN { 
	display: block; 
	padding-top: 10px; 
	font-weight: bold; 
	border-top: 1px dashed Silver; 
}
#copyright P { 
	margin-top: 8px; 
}
/*
+**********************************************************************+
| PRODUCT                                                              |
+**********************************************************************+
*/	
.toprow { 
	clear: both;  
	border-bottom: 1px solid Silver;  
	padding-bottom: 3px;
	height: 15px;
}
.toprow A { 
	display: block; 
	float: right; 
	background: url(../img/arrow3.gif) no-repeat left; 
	padding-left: 15px; 
	margin: 0px; 
	margin-left: 15px;	
	width: auto; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none;
	color: #205A97;
}
.toprow A:hover {
	color: #739ECB;
	text-decoration: underline;
}
.toprow IMG {
	border: none;
	height: 17px;
}
#prdleftmenu { 
	display: block; 
	float: left; 
	width: 120px; 
}
#prdleftmenu A { 
	display: block; 
	width: auto; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	padding-left: 10px; 
	margin-bottom: 3px; 
	color: black; 
	font-size: 12px; 
	text-decoration: none; 
}
#prdleftmenu A:hover { 
	color: #5A5A5A;
	text-decoration: underline; 
}
#prdleftmenu A.selected { 
	background-color: #F5F5F5; 
}
#prdbody { 
	display: block; 
	width: 570px; 
	float: left; 
	border-left: 1px solid Silver; 
	padding-left: 5px; 
	padding-right: 0px; 
	padding-top: 10px; 
}
.clear {	
	clear: both;
}
.warning, .error {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	color: red;
}
.eulaAddress {
	margin-left: 10px;
}
A.pdf {
   background-image: url(../img/pdf.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
   padding-bottom: 5px;
}
A.pdf:link {
	text-decoration: underline !important;	
}
A.pdf:hover {
	text-decoration: none !important;	
}

