	/* main.css */
 
body {
	margin: 10px;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	background: #cccccc;
}

	/* Anchor tag styles */

a			{	text-decoration: none; font-weight: bold; outline: none; }
a:visited	{	text-decoration: none; font-weight: bold; outline: none; }
a:active	{	text-decoration: none; font-weight: bold; outline: none; }
a:hover		{	color: #0000CC; text-decoration: underline; }

	/* Default styles */
	
img			{	border: 0; }
p 			{	font-size: 12px; line-height: 16px; }
strong		{	font-weight: bold; }
b			{	font-weight: bold; }
em			{	font-style: italic; }
i			{	font-style: italic; }
h1			{	font-size: 18px; }
h2			{	font-size: 16px; }
h3			{	font-size: 14px; }
h4			{	font-size: 12px; }
h5			{	font-size: 11px; }
h6			{	font-size: 10px; }

	/* content - box containing the contents of the web page */

#content {
	margin: 0;
	width: 717px;
	border: 2px solid #000;
}

	/* This style is only for IE5 browsers */

#content {
	background: url(/verifone/verizone/images/background2.gif) repeat-y;
}

/* IE5 hack \*/
#content {
	background: url(/verifone/verizone/images/background.gif) repeat-y !important;
}
/* end hack */

	/* header - This contains the VeriFone DevNet logo and the VeriFone logo */
	
#content #header h1 a {
	display: block;
	width: 545px;
	height: 80px;
}

#content #header h1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 717px;
	height: 80px;
	border-bottom: 1px solid #999;
}


	/*  menu - This is the web site's main navigation bar (Home, Download, Learn, Connect) */

#menu {
	clear: both;
	margin: 0;
	padding: 0;
	height: 2em;
	width: 850px;
	border-top: 2px solid #ffcc00;
}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	clear: left;
}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	position: relative;
}

#menu ul li a {
	background: #0073bb;
	width: 180px;
	height: 2em;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	padding: 0;
	margin: 0 0 0px 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: 12px;
}

#menu ul li.short a {
	width: 90px;
}

#menu ul li#short-last a {
	width: 90px;
	border-right: none;
}

#menu ul li a:hover {
	color: #0073bb;
	background: #ccedff;
}

#menu ul li#first a {
	width: 148px;
}

#menu ul li#middle a {
	width: 182px;
}

#menu ul li#ge a {
	width: 136px;
}

#menu ul li#last a {
	width: 148px;
	border-right: none;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
}

#menu ul li ul {
	display: none;
	position: absolute;
	top: 2.3em;
	left: 0;
	margin: 0 0 0 -2px;
	z-index: 10;
}

#menu ul li ul li a, #menu ul li#last ul li a, #menu ul li#short-last ul li a {
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-top: none;
	background: #ccedff;
	color: #0073bb;
	font-size: 11px;
	width: 180px;
}

#menu ul li#last ul li a {
	/*width: 92px;*/
	width: 160px;
}

#menu ul li ul li.last-item a, #menu ul li#last ul li.last-item a, #menu ul li#short-last ul li.last-item a {
	border-bottom: 2px solid #666;
}

#menu ul li ul li a:hover, #menu ul li#last ul li a:hover, #menu ul li#short-last ul li a:hover {
	background: #0073bb;
	color: #ccedff;
}

#menu ul li ul li {
	float: none;
	display: block;
}

#menu ul li:hover ul {
	display: block;
}

#menu ul li.over ul {
	display: block;
}

#menu ul li > ul {
	top: auto;
	left: auto;
}



	/* main - This is the main box for all pages other than the home page */

#main {
	background-color: #fff;
	padding: 10px;
	margin: 0 0 0 0;	
}

#main h1 {
	margin: 10px 0 0 0 !important;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}


	/* copyright - This is the footer on every page */

#copyright {
	clear: both;
	background: #0073bb;
	color: #fff;
	font-size: 9px;
	padding: 2px;
	margin: 0;
}

#copyright a {
	font-weight: normal;
	color: #fff;
}

	/* sidebar - The secondary navigation bar, located on the left-hand side of every page except the home page */

#sidebar {
	border-right: 1px solid #000;
	padding: 0 0 5px 0;
	margin-bottom: 1em;
	background-color: #000;
	color: #fff;
	float: left;
	width: 143px;
}

* html #sidebar {
\width: 143px;
w\idth: 133px;
}

#sidebar h2 {
	margin: 0 0px 5px 0;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #ffcc00;
	width: 143px;
	font-size: 12px;
	font-weight: bold;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;	
}

#sidebar ul li {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

#sidebar ul li ul {
	padding: 0 0 0 5px;
}

#sidebar ul li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

#sidebar ul li a.current {
	border-top: 1px solid #ffcc00;
	border-bottom: 1px solid #ffcc00;
	background-color: #666;
	color: #fff;
}

#sidebar ul li ul li a.current {
	border-top: 1px solid #ffcc00;
	border-bottom: 1px solid #ffcc00;
	background-color: #666;
	margin-left: -5px;
	padding-left: 10px;
	color: #fff;
}

html>body #sidebar li a {
	width: auto;
}

#sidebar li a:hover {
	background-color: #666;
	color: #fff;
}

#sidebar ul li ul li a:hover {
	background-color: #666;
	margin-left: -5px;
	padding-left: 10px;
	color: #fff;
}

#sidebar li a.current:hover {

}


	/* breadcrumbs - This displays where the user is located in the site map */

#breadcrumbs {
	margin: 0;
	padding: 2px 0 10px 0px !important;
	padding: 2px 0 20px 3px;
	border: 1px solid #fff;
}

#breadcrumbs ul {
	font-size: 10px;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	display: inline;
}

#breadcrumbs ul li {
	display: block;
	float: left;
	padding: 0 5px 0 0;
	margin: 0;
}

#breadcrumbs ul li.last-item {
	clear: right;
}

html>body #breadcrumbs ul li a {
	width: auto;
}

	/* help - Styles for the web support help page */

#help li {
	font-size: 10px;
	line-height: 1.5em;
	padding-bottom: 5px;
}

#help ul {
	padding-top: 5px;
}


	/* warning - Warning labels */

.warning {
	color: red;
	font-weight: bold;
}

	/* industry-links: Styles for the Industry Standards web page */

#industry-links h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#industry-links ul {
	margin-top: 10px;
	padding-top: 0;
}

#industry-links ul li {
	padding-bottom: 5px;
}

	/* datatable - styles for various tables in the DevNet web site */

.datatable {
	padding-bottom: 15px;
}

.divider {
	padding-bottom: 25px;
}

.datatable h3 {
	margin-left: 10px;
}

	/* devnet - more styles for tables in the DevNet web site */

table.devnet {
	margin: auto;
	width: 500px;
	border: 1px solid #999;
	padding: 0px;
}

table.devnet caption {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

table.devnet th {
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	background-color: #aaa;
	text-align: left;
}

table.devnet td {
	font-size: 10px;
	padding: 5px;
}

table.devnet td.nowrap {
	white-space: nowrap;
}

table.devnet th.nowrap {
	white-space: nowrap;
}

table.devnet tr.even td {
	background: #eee;
}

table.devnet tr.odd td {
	background: #fff;
}

table.devnet a {
	font-weight: normal;
}

	/* query tables - styles for restyled BV query tables */

	/* query tables - styles for restyled BV query tables */

#query fieldset {
	background: #eee;
}

#query fieldset legend {
	font-weight: bold;
	font-size: 12px;
	color: #333;
}

#query label {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-align: left;
	display: block;
	padding: 5px 0 5px 0;
	vertical-align: top;
}

#query textarea {
	display: block;
}

#query label input {
	font-weight: normal;
	font-size: 10px;
}


#query label select {
	font-weight: normal;
	font-size: 10px;
}

/*
#query table {
	margin: auto;
	font-size: 10px;
	border: 1px solid #333;
	background: #eee;
	padding: 10px;
}

#query table th {
	font-weight: bold;
	text-align: right;
	background: none;
	padding: 0 5px 5px 0;
}

#query table td {
	padding: 0 0 5px 0;
	font-weight: normal;
}

#query fieldset {
	background: #eee;
}

#query fieldset legend {
	font-weight: bold;
	font-size: 12px;
	color: #333;
}

#query label {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-align: left;
	display: block;
	padding: 5px 0 5px 0;
}

#query textarea {
	display: block;
}

#query label input {
	font-weight: normal;
	font-size: 10px;
}


#query label select {
	font-weight: normal;
	font-size: 10px;
}
*/

table.casedetail, table.casehistory {
	border: 1px solid #999;
	padding: 0px;
	background: #fff;
	margin: 0 0 25px 0;
}

table.casedetail caption, table.casehistory caption {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

table.casedetail th, table.casehistory th {
	background: #ddd;
	color: #000;
	text-align: right;
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

table.casedetail td, table.casehistory td {
	background: #eee;
	padding: 4px;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
}

table.casehistory {
	margin: 0;
}

table.casehistory th {
	text-align: center;
}

.normal {
	font-weight: normal;
}

table.queryresults {
	width: 100%;
	border: 1px solid #999;
	padding: 2px;
}

table.queryresults caption {
	font-weight: bold;
	text-align: left;
}

table.queryresults tr td {
	padding: 5px;
}

table.queryresults tr.even td {
	background: #eee;
}

table.queryresults tr.odd td {
	background: #fff;
}

table.queryresults th {
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	background-color: #aaa;
	text-align: left;
}

ol.certify li {
	padding-bottom: 10px;
}

ol.certify li a {
	font-weight: bold;
}

#faq .faq-item h2 {
	font-size: 14px;
}
#faq .faq-item {
	margin: 0 0 20px 0;
}

#faq .faq-item p {
	margin: 0 0 0 16px;
}

#search {
	position: absolute;
	top: 18px;
	left: 610px;
	font-size: 10px;
	white-space: nowrap;
	z-index: 100;
}

#search form input {
	font-size: 10px;
}

#search form p {
	padding: 0;
	margin: 0;
}


#logout {
	position: absolute;
	top: 128px;
	left: 660px;
}

	/* Log Out Button at the top of every page when the user is logged in */

#logout {
	position: absolute;
	top: 123px;
	left: 650px;
}

	/* Loginbar - Bar that contains login information. Sits next to the log out button */

#loginbar {
	text-align: right;
	margin: 0;
	padding: 6px 2px 0 0;
	font-size: 9px;
}

/* This is the new login bar when the loginbar was placed under sidebar. can't make it work
#loginbar {
	position: static;
	right: 0;
	left: 0;
	font-size: 9px;
	text-align: right;
	background: url(/verifone/verizone/images/background.gif) repeat-y;
}
*/

	/* salesrep: Styles for the Sales Representatives page */

#salesrep table {
	background-color: white;
	border: 1px #AAAAAA solid;
	font-size: 12px;
	width: 90%;
}

#salesrep table td.item {
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 10px;
	text-align: left;
}

#salesrep table th.label {
	border-bottom: 2px solid #999;
}

	/* veritable: Styles for various tables in the VeriFone ZONE web site */

.veritable table {
	background-color: white;
	border: 1px #AAAAAA solid;
	width: 90%;
}

.veritable table td.item {
	font-size: 12px;
	text-align: center;
	padding: 5px;
}

.veritable table th.label {
	background-color: #fff;
	color: #000;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	font-size: 14px;
}

.veritable table td.label {
	background-color: #fff;
	color: #000;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}

.salesreps table {
	background-color: white;
	border: 1px #AAAAAA solid;
	width: 90%;
}

.salesreps table td.item {
	font-size: 10px;
	text-align: left;
	padding: 5px;
}

.salesreps table td.region {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	background-color: #ddd;
}

.salesreps table th.label {
	background-color: #fff;
	color: #000;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	font-size: 10px;
}


.accessories table {
	background-color: white;
	border: 1px #AAAAAA solid;
	width: 90%;
}

.accessories table td.item {
	font-size: 10px;
	text-align: left;
	padding: 3px;
}

.accessories table th.label,
.accessories table td.label {
	background-color: #ddd;
	color: #000;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
}


.accessories table td.price {
	font-size: 10px;
	text-align: right;
	padding: 3px;
}

.accessories table td.quantity {
	font-size: 10px;
	text-align: center;
	padding: 3px;
}
.userbar {
	font-size: 10px;
	text-align: right;
}

.tableform {
	border: 2px solid #999;
}

ul.pdf {
	list-style-image: url(/verifone/verizone/images/pdf_icon.gif);
}

ul.pdf li {
	padding-left: 5px;
}

ul.pdf li.xls {
	list-style-image: url(/verifone/verizone/images/excel_icon.gif);
}

ul.pdf li.word {
	list-style-image: url(/verifone/verizone/images/word_icon.gif);
}

/* Added by Satya */

ul.pdf li.zip {
    list-style-image: url(/verifone/verizone/images/zip_icon.gif);
}

ul.pdf li.exe {
    list-style-image: url(/verifone/verizone/images/exe_icon.gif);
}

ul.pdf li.ppt {
    list-style-image: url(/verifone/verizone/images/ppt_icon.gif);
}

/* End of Addition - Satya */



/* four-column-table - table used whenever there are four columns of information */

table.four-column-table {
	margin: 5px;
	padding: 0px;
	background: #eee;
	font-size: 9px;
	width: 530px;
	border: 1px solid #ccc;
}

table.four-column-table th {
	padding: 4px;
	font-size: 9px;
	background: none;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	vertical-align: middle;
}

table.four-column-table td {
	padding: 4px;
	font-size: 9px;
	font-weight: normal;
	background: none;
}

table.four-column-table td.buttons {
	padding: 10px;
	text-align: right;
}

table td.table-buttons {
	text-align: right;
	background: #999;
	padding: 5px;
	margin: 0;
	color: #fff;
}

	/* multi-column - table used when there is more than four columns of data being displayed */

table.data-column-table {
	font-size: 9px;
	padding: 0px;
	margin: 5px;
	background #eee;
	width: 660px;
	border: 1px solid #ccc;
}

table.data-column-table th {
	font-weight: bold;
	font-size: 9px;
	text-align: center;
	padding: 4px;
	white-space: nowrap;
}	

table.data-column-table td {
	font-weight: normal;
	font-size: 9px;
	padding: 4px;
}

table.data-column-table tr.odd td {
	background: #fff;
	color: #000;
}

table.data-column-table tr.even td {
	background: #eee;
	color: #000;
}

table.data-column-table tr.left th {
	text-align: left;
}

	/* Brian's Special Table */

table.basic-table {
	font-size: 9px;
	padding: 0px;
	margin: 5px;
	background #eee;
	width: auto;
	border: 1px solid #ccc;
}

table.basic-table th {
	font-weight: bold;
	font-size: 9px;
	text-align: center;
	padding: 4px;
	white-space: nowrap;
}	

table.basic-table td {
	font-weight: normal;
	font-size: 9px;
	padding: 4px;
}

table.basic-table tr.odd td {
	background: #fff;
	color: #000;
}

table.basic-table tr.even td {
	background: #eee;
	color: #000;
}

table.basic-table tr.left th {
	text-align: left;
}

	/* simple-table - a simple table with minimal formatting. Designed to have styles embedded in html code */

table.simple-table {
	padding: 0;
	margin: 0;
	width: auto;
	background: none;
	border: none;
}

table.simple-table th {
	
}

table.simple-table td {

}

#partner-logo {
	position: absolute;
	top: 12px;
	left: 495px;
	z-index: 1;
}

.smaller {
	font-size: smaller;
}

table#omni_family {
	width: 450px;
	border: 1px solid #666;
	margin: auto;
	margin-top: 10px;
	float: right;
}

table#omni_family th {
	padding: 5px;
	font-size: 12px;
}

table#omni_family td {
	padding: 5px;
	text-align: center;
	font-size: 12px;
}

table#omni_family tr.odd td {
	background: #fff;
}

table#omni_family tr.even td {
	background: #eee;
}


table#omni_family td.left {
	padding: 5px;
	text-align: left;
	white-space: normal;
}

#modules h2 {
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

#download-docs table {
	border: 1px solid #ccc;
	width: 500px;
	margin: auto;
	margin-bottom: 30px;
}
 
#download-docs table th {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

#download-docs table td {
	padding: 3px;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
}

#download-docs table th.header {
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	background: #333;
	color: #fff;
	white-space: nowrap;
}

#download-docs table td ul {
	margin-bottom: 3px;
	margin-top: 3px;
	list-style: disc;
}

#download-docs table td ul li {
	margin-left: -15px;
}