/*-----------------------------------------------------------------------------    
//
//	tppdefault.css
//
//	TAGPAY  
//
//	Copyright (C) 2010 TAGATTITUDE
//
//-----------------------------------------------------------------------------*/
 
body {
	width: 878px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("img/background_gradient_gray.png");
	background-repeat: repeat-x;
}
fieldset {
	background-image: url("img/background_fieldset_gray.png");
	background-repeat: repeat-y;
}

legend {
	color: #222222;
}

#tppHeader {
	width: 878px;
	height: 168px;
	margin: 0px;
	padding: 0px;
	background-image: url("img/banner_gray.png");
	background-repeat: no-repeat;
	color: white;
}

#tppMenu {
	margin-left: 0px;
	margin-bottom: 0px;
	width : 878px;
	height : 28px;
	padding: 0px;
	font-size: 10pt;
	font-weight: bold;
	background-image: url("img/body.png");
	background-repeat: repeat-y;
}

#tppLogout {
	float: right;
	text-align: center;
	margin-right : 10px;
	margin-top : -20px;
	font-size: 9pt;
}

#tppLogout td {
	width: 60px;
	text-align: center;
}

#tppLogout img {
	border: 0px;
	vertical-align: middle;
}

#tppLogout a {
	text-decoration: none;
	color: #821980;
}

#tppLogout span:hover {
	text-decoration:underline;
}

.b:hover {
	background-color: #BBBBBB;
}

.tppLink {
	text-decoration: none;
	color: #821980;
}

.tppTabTitle {
	color: #222222;
}

.tppFilterTab {
	color: #222222;
}

.tppFilterTab:hover {
 	background-image: url("img/background_fieldset_darkgray.png"); 
	background-repeat: repeat-x; 
}

#tppMenu ul {
	padding: 0px;
	margin: 0px;
	margin-left: 7px;
	list-style-type: none;
}

#tppMenu li {
	margin-left: 0px;
	float: left; 
}

.tppMenuOff {
	display: block;
	float: left;
	width: 144px;
	height: 23px;
	margin-left: 0px;
	color: #821980;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	background-image: url("img/menu.jpg");
	background-repeat: no-repeat;
}

.tppMenuOn {
	display: block;
	float: left;
	width: 144px;
	height: 23px;
	color: #821980;
	margin-left: 0px;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	background-image: url("img/menu_over.jpg");
	background-repeat: no-repeat;
}


#tppMenu ul li a:hover {
	background-image: url("img/menu_over.jpg");
	background-repeat: no-repeat;
}

#tppBody {
	padding: 20px;
	width: 858px;
	background-image:url("img/body.png");
	background-repeat: repeat-y;
}

#tppFooter {
	background-image:url("img/footer.png");
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
	color: #821980;
	font-size: 8pt;
	text-decoration: none;
}

.tppFooterText a , .tppFooterText a:visited , .tppFooterText a:active {
	color: #821980;
	text-decoration: none;
}

.tppFooterText a:hover {
	text-decoration:underline;
}

.tppH2 {
	font-size: 36pt;
	color: #555555;
}

.tppL1 {
	font-size: 18pt;
	color: #666666;
	font-weight: bold;
}

.tppL2 {
	font-size: 14pt;
	color: #821980;
	font-weight: bold;
}
.tppL2a {
	font-size: 14pt;
	color: #821980;
}

.tppL3 {
	font-size: 12pt;
	color: #666666;
}

.tppL4 {
	font-size: 12pt;
	color: #333333;
}

.tppL5 {
	font-size: 12pt;
	color: #333333;
	font-weight: bold;
}

.tppComment {
	font-size: 0.9em;
	color: #666666;
	font-style: italic;
}

.tppComment a {
	text-decoration: none;
	color: #821980;
}

.tppError {
	font-size: 12pt;
	color: #821980;
	font-weight: bold;
	font-style: italic;
}

.tppWarning {
	color: #821980;
	font-weight: bold;
	font-style: italic;
}

.tppVSADisable {
	width: 100%;
	height: 400%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: black;
	filter:alpha(opacity=40);
 	-moz-opacity: 0.4;
 	-khtml-opacity: 0.4;
 	opacity: 0.4;
}

#tppVSA {
	background-color: white; 
	color: #444444;
	position: absolute;
	top: 40%;
	left: 40%;
	border: outset 4px #CCCCCC;
	width: 428px;
	padding: 8px;
	filter:alpha(opacity=100);
 	-moz-opacity: 1;
 	-khtml-opacity: 1;
 	opacity: 1;
 	z-index: 10;
}

#tppPassword {
	background-image: url("img/background_fieldset_gray.png"); 
	background-repeat: repeat-y; 
	position: absolute;
	top: 40%;
	left: 30%;
	background-color: #FFFFFF;
	border: outset 4px #CCCCCC;
	padding: 20px;
	width: 500px;
	z-index: 10;
}

.tppUpload, textarea {
/*
	width: 400px;
	margin-left: 10px;
	border: solid 1px #FF6600;
	background-color: #FFFFCC;
*/
}
.tppUploadImage {
	border:1px groove #333333;
	margin-top:0px;
	margin-right:10px;
	width:100px;
	height:75px;
}

.tppUploadImage2 {
	border:1px solid #333333;
	margin-top:0px;
	margin-right:10px;
}

#tppHomeImg {
	float: left; 
	margin-top: 0px;
	width: 515px;
	height: 422px; 
}


#tppClientImg {
	float: left;
	margin-top: -381px;
	margin-left: 20px;
	width: 102px;
	height: 134px;
}

#tppMerchantImg {
	float: left;
	margin-top: -381px;
	margin-left: 394px;
	width: 102px;
	height: 134px;
}

#tppMerchantList {
	width: 830px;
	margin-top: 10px;
}

#tppMerchantList thead td {
	color: #444444;
	font-weight: bold;
	border-bottom: 2px groove #AAAAAA;
	padding-bottom: 10px;
}

#tppMerchantList a {
	text-decoration: none;
	color: #821980;
}

#tppMerchantList a:hover {
	text-decoration:underline;
}

#tppLogList {
	width: 830px;
	text-align: right;
	margin-top: 5px;
}


#tppLogList a {
	text-decoration: none;
	color: #821980;
}

#tppLogList a:hover {
	text-decoration:underline;
}

#tppLogList {
	color: #222222;
}

.tppLogListText {
	text-align:left;
	padding-left:10px;
	font-size:0.8em;
}

.tppEvenRow {
 	background-image: url("img/background_fieldset_gray.png"); 
	background-repeat: repeat-y; 
}
table {
	border-collapse: collapse;
}

.tppEvenRow td {
	border-bottom: solid 1px  #d7e5aa; 
}

.tppOddRow td {
	border-bottom: solid 1px  #d7e5aa; 
}

.tppEvenRow:hover{
 	background-image: url("img/background_fieldset_darkgray.png"); 
	background-repeat: repeat-x; 
}

.tppOddRow:hover {
 	background-image: url("img/background_fieldset_darkgray.png"); 
	background-repeat: repeat-x; 
}



.tppOddRow {
	background-color: #FFFFFF;	
}

.tppReserve {
	background-color: #EEEEEE;	
	width: 830px;
	
}

.tppList {
	width: 830px;
	text-align: right;
	margin-top: 5px;
	color: #222222;
}

.tppList a {
	text-decoration: none;
	color: #821980;
}

.tppList a:hover {
	text-decoration:underline;
}

.tppList img {
	border-width: 0px;
	text-decoration: none;
}

table img {
	border-width: 0px;
	text-decoration: none;
}


.Heading_20_1 {
	font-size: 15pt;
	color: #B60050;
}

.Heading_20_2 {
	font-size: 12pt;
	color: #B60050;
}

.Text_20_body {
	font-size: 10pt;
	color: #333333;
	text-align: justify;
}



.tppSiteMap {
	color: #333333;
	text-align: left;
	font-size: 12pt;
}

.tppSiteMap a {
	color: #333333;
	text-decoration: none;
}

.tppSiteMap a:hover {
	text-decoration:underline;
}

form {
	color:#666666;
}

label {
	float: left;
	text-align: left;
	margin-left: 0px;
}
fieldset div {
	margin-top: 5px;
}

form textarea {
	margin-top: 5px;
}

.tppFormLabel {
	width: 200px;
	float: left;
	text-align: left;
	margin-left: 200px;
}
.tppFormLabel300 {
	width: 300px;
	float: left;
	text-align: left;
	margin-left: 200px;
}

.tppFormError {
	float: left;
	text-align: left;
	font-size: 14pt;
	color: #B60050;
	font-weight: bold;
}

.tppError {
	text-align: left;
	font-size: 14pt;
	color: #B60050;
	font-weight: bold;
}


.tppFormInput0 {
	float: left;
	text-align: left;
}

.tppFormInput {
	width: 200px;
	float: left;
	text-align: left;
}

.tppFormInput2 {
	margin-left : 5px;
	float: left;
	text-align: left;
}

.tppFormInput100 {
	width: 100px;
	float: left;
	text-align: left;
}

.tppFormInput200 {
	width: 200px;
	float: left;
	text-align: left;
}

.tppFormArea {
	width: 200px;
	float: left;
	text-align: left;
}

.tppFormSelect {
	width: 206px;
	float: left;
	text-align: left;
}

.tppFormCheck {
	float: left;
	text-align: left;
	margin-left: 0px;
}

.tppFormSubmit {
	width: 100px;
	margin-left: 699px;
	float: left;
}

.tppIcon16 {
	width: 16px;
	height: 16px;
	border-width: 0px;
	text-decoration: none;
	display: block;
	margin: auto;
}

.tppIcon16i {
	width: 16px;
	height: 16px;
	border-width: 0px;
	text-decoration: none;
	vertical-align: middle;
	margin: auto;
}

.tppIcon32i {
	width: 32px;
	height: 32px;
	border-width: 0px;
	text-decoration: none;
	vertical-align: bottom;
	margin: auto;
}

#infoBull {
	position: absolute;
	z-index:10;
 	visibility : hidden;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 10pt;
 /*	background-color: #FDF1B0; */
 	border: 2px groove #CCCCCC;
/* 	color: #494B5D; */
 	color: #222222;
 	padding : 5px;
 	background-image: url("img/background_gradient_green2.png");
	background-repeat: repeat-x;
 }

#ombrBull {
	position: absolute;
	z-index:9;
 	visibility : hidden;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 10pt;
 	background-color: #000000;
 	border: 0px;
 	color:#000000;
 	padding : 5px;
	filter:alpha(opacity=20);
 	-moz-opacity: 0.2;
 	-khtml-opacity: 0.2;
 	opacity: 0.2;
}
.tppInfo {
	padding: 10px; 
	color: #666666; 
	text-align:justify; 
	font-size: 10pt;
}
.tppInfo p {
	color: #666666; 
	text-align:justify; 
}

.tppInfo h1 {
 	font-weight: bold;
 	font-size: 20pt;
}
.tppInfo h2 {
 	font-weight: bold;
 	font-size: 14pt;
}

.tppInfo a {
	text-decoration: none;
	color: #821980; 

}

.tppInfo a:hover {
	text-decoration:underline;
}

.tppMultiPage {
	float: right;
	margin-right : 30px;
	font-style: italic;
	color: #666666;
	font-size: 10pt;
}

.tppMultiPage img {
	border: 0px;
	vertical-align: middle;
}

.tppMultiPage input {
	color: #666666;
	vertical-align: middle;
}

.tppInfoRow {
	background-image: url("img/background_fieldset_gray.png");
	background-repeat: repeat-y;
	padding-left: 10px; 
	color: #444444;
	text-align: left;
	border-left: solid 1px #444444;
	border-bottom: solid 1px #444444;
	background-color: #FFFFFF;	
}

.tppHomeTable {
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
	margin: auto;
	width: 50%;
}

.tppHomeTable .col {
	text-align: left;
	color: #666666;
}

.tppHomeTable th {
	border-bottom: solid 1px #CCCCCC;
	color: #666666;
}

.tppHomeTable td {
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
	border-bottom: solid 1px #CCCCCC;
	width: 15%;
}

.tppHomeTable a {
	text-decoration: none;
	color: #821980;
}

.tppHomeTable a:hover {
	text-decoration:underline;	
}

.tppHomeTable .aFocus {
	text-decoration: none;
	color: #821980;
	background-color: #CCCCCC;
}

.tppProfileTable {
	border: 0px;
}

.tppProfileTable .col {
	text-align: left;
	color: #666666;
}
.tppDbInfoTable {
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
	margin-left: 0px;
}

.tppDbInfoTable th {
	text-align: center;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	color: #666666;
}

.tppDbInfoTable td {
	text-align: right;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

.tppHide {
	display:none;
}

.tppview {
}
 