@charset "utf-8";
/* CSS Document */

/* ------------------------------- Table 2 ------------------------------------*/

h1{
	border-bottom:1px solid #ccc;
	font-size:10px;
	font-weight:bold;
        color: #000000;
	letter-spacing:2px;
	margin-bottom:20px;
	text-transform:uppercase;
}

label{
	cursor:pointer;
	display:inline;
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height:28px;
        color: #000000;
        margin-top: 30px;
	margin-bottom:20px;
	width:120px;
}

#td_space
{
    margin-top: 150px;
    margin-bottom: 150px;
    font-family: sans-serif;
    font-size: 10px;
}

/*--------------- TYPE BUTTON ---------------------*/
/*
input[type=button],
a.button {
   border-top: 2px solid #dfebf2;
   height: 25px;
   background: #1f6ea3;
   background: -webkit-gradient(linear, left top, left bottom, from(#71a1c2), to(#1f6ea3));
   background: -webkit-linear-gradient(top, #71a1c2, #1f6ea3);
   background: -moz-linear-gradient(top, #71a1c2, #1f6ea3);
   background: -ms-linear-gradient(top, #71a1c2, #1f6ea3);
   background: -o-linear-gradient(top, #71a1c2, #1f6ea3);
   padding: 5.5px 11px;
   -webkit-border-radius: 13px;
   -moz-border-radius: 13px;
   border-radius: 13px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 12px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
input[type=button]:hover,
a.button:hover{
   border-top-color: #3c7296;
   background: #3c7296;
   color: #b5a5b5;
   }
 
input[type=button]:active,
input[type=button]:focus,
a.button:active,
a.button:focus{
   border-top-color: #a7c0d1;
   background: #a7c0d1;
   }

   */
   
   
   /*------------------------ TYPE SUBMIT -----------------------------*/



 input[type=button],
a.button {
   border-top: 1px solid #031e2e;
   background: #08568a;
   background: -webkit-gradient(linear, left top, left bottom, from(#6bdbe3), to(#08568a));
   background: -webkit-linear-gradient(top, #6bdbe3, #08568a);
   background: -moz-linear-gradient(top, #6bdbe3, #08568a);
   background: -ms-linear-gradient(top, #6bdbe3, #08568a);
   background: -o-linear-gradient(top, #6bdbe3, #08568a);
   padding: 5px 10px;
   -webkit-border-radius: 11px;
   -moz-border-radius: 11px;
   border-radius: 11px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   height: 25px;
   color: white;
   font-size: 12px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
input[type=button]:hover,
a.button:hover{
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
input[type=button]:active,
input[type=button]:focus,
a.button:active,
a.button:focus{
   border-top-color: #1b435e;
   background: #1b435e;
   }


   
   
   
/*------------------------ TYPE SUBMIT DEBTOR LIST -----------------------------*/



.textbtn .buttonp {
   border-top: 1px solid #f5f5f5;
   background: #a7b2b8;
   background: -webkit-gradient(linear, left top, left bottom, from(#424142), to(#a7b2b8));
   background: -webkit-linear-gradient(top, #424142, #a7b2b8);
   background: -moz-linear-gradient(top, #424142, #a7b2b8);
   background: -ms-linear-gradient(top, #424142, #a7b2b8);
   background: -o-linear-gradient(top, #424142, #a7b2b8);
   padding: 7px 14px;
   -webkit-border-radius: 18px;
   -moz-border-radius: 18px;
   border-radius: 18px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #fafafa;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.buttonp:hover {
   border-top-color: #5c6a73;
   background: #5c6a73;
   color: #cccccc;
   }
.buttonp:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

 

/*------------------------ TYPE SUBMIT -----------------------------*/



 input[type=submit],
a.submit {
   border-top: 1px solid #031e2e;
   background: #08568a;
   background: -webkit-gradient(linear, left top, left bottom, from(#6bdbe3), to(#08568a));
   background: -webkit-linear-gradient(top, #6bdbe3, #08568a);
   background: -moz-linear-gradient(top, #6bdbe3, #08568a);
   background: -ms-linear-gradient(top, #6bdbe3, #08568a);
   background: -o-linear-gradient(top, #6bdbe3, #08568a);
   padding: 5px 10px;
   -webkit-border-radius: 11px;
   -moz-border-radius: 11px;
   border-radius: 11px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   height: 30px;
   color: white;
   font-size: 12px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
input[type=submit]:hover,
a.submit:hover{
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
input[type=submit]:active,
input[type=submit]:focus,
a.submit:active,
a.submit:focus{
   border-top-color: #1b435e;
   background: #1b435e;
   }



/*
 input[type=submit],
a.submit {
   border-top: 1px solid #96d1f8;
   background: #78b5de;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#78b5de));
   background: -webkit-linear-gradient(top, #3e779d, #78b5de);
   background: -moz-linear-gradient(top, #3e779d, #78b5de);
   background: -ms-linear-gradient(top, #3e779d, #78b5de);
   background: -o-linear-gradient(top, #3e779d, #78b5de);
   padding: 7px 14px;
   -webkit-border-radius: 18px;
   -moz-border-radius: 18px;
   border-radius: 18px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
   
input[type=submit]:hover,
a.submit:hover{
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
input[type=submit]:active,
input[type=submit]:focus,
a.submit:active,
a.submit:focus{
   border-top-color: #1b435e;
   background: #1b435e;
   } 
   */


/*------------------------ TYPE SUBMIT -----------------------------*/



/*------------------------ HYPERLINKS use ID -------------------------------*/

#hyperlink {
    font-family: sans-serif;
    font-size: 10px;
    text-decoration: none;
    border: 1px;
    border-color: gray;
}

#hyperlink:hover{
    background: lightblue;
}


/* hover table */
table.hovertable {
    font-family: verdana,arial,sans-serif;
    font-size:11px;
    color:#333333;
    border-width: 1px;
    border-color: #999999;
    border-collapse: collapse;
}
table.hovertable th {
    background-color:#c3dde0;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #a9c6c9;
}
table.hovertable tr {
    background-color:#d4e3e5;
}
table.hovertable td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #a9c6c9;
}



/* new table  */
.MyAcTable1 {

    margin:0px;padding:0px;

    width:100%;
    box-shadow: 5px 5px 2px #888888;

    border:1px solid #000000;

    

    -moz-border-radius-bottomleft:14px;

    -webkit-border-bottom-left-radius:14px;

    border-bottom-left-radius:14px;

    

    -moz-border-radius-bottomright:14px;

    -webkit-border-bottom-right-radius:14px;

    border-bottom-right-radius:14px;

    

    -moz-border-radius-topright:14px;

    -webkit-border-top-right-radius:14px;

    border-top-right-radius:14px;

    

    -moz-border-radius-topleft:14px;

    -webkit-border-top-left-radius:14px;

    border-top-left-radius:14px;

}.MyAcTable1 table{

    width:100%;

    height:100%;

    margin:0px;padding:0px;

}.MyAcTable1 tr:last-child td:last-child {

    -moz-border-radius-bottomright:14px;

    -webkit-border-bottom-right-radius:14px;

    border-bottom-right-radius:14px;

}

.MyAcTable1 table tr:first-child td:first-child {

    -moz-border-radius-topleft:14px;

    -webkit-border-top-left-radius:14px;

    border-top-left-radius:14px;

}

.MyAcTable1 table tr:first-child td:last-child {

    -moz-border-radius-topright:14px;

    -webkit-border-top-right-radius:14px;

    border-top-right-radius:14px;

}.MyAcTable1 tr:last-child td:first-child{

    -moz-border-radius-bottomleft:14px;

    -webkit-border-bottom-left-radius:14px;

    border-bottom-left-radius:14px;

}.MyAcTable1 tr:hover td{

    background-color:#ffffff;

        


}

.MyAcTable1 td{

    vertical-align:middle;

    

    background-color:#e5e5e5;


    border:1px solid #000000;

    border-width:0px 1px 1px 0px;

    text-align:left;

    padding:7px;

    font-size:10px;

    font-family:Arial;

    font-weight:normal;

    color:#000000;

}.MyAcTable1 tr:last-child td{

    border-width:0px 1px 0px 0px;

}.MyAcTable1 tr td:last-child{

    border-width:0px 0px 1px 0px;

}.MyAcTable1 tr:last-child td:last-child{

    border-width:0px 0px 0px 0px;

}

.MyAcTable1 tr:first-child td{

        background:-o-linear-gradient(bottom, #4c4c4c 5%, #000000 100%);    
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #000000) );
    background:-moz-linear-gradient( center top, #4c4c4c 5%, #000000 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#000000");    background: -o-linear-gradient(top,#4c4c4c,000000);


    background-color:#4c4c4c;

    border:0px solid #000000;

    text-align:center;

    border-width:0px 0px 1px 1px;

    font-size:14px;

    font-family:Arial;

    font-weight:bold;

    color:#ffffff;

}

.MyAcTable1 tr:first-child:hover td{

    background:-o-linear-gradient(bottom, #4c4c4c 5%, #000000 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #000000) );
    background:-moz-linear-gradient( center top, #4c4c4c 5%, #000000 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#000000");    background: -o-linear-gradient(top,#4c4c4c,000000);


    background-color:#4c4c4c;

}

.MyAcTable1 tr:first-child td:first-child{

    border-width:0px 0px 1px 0px;

}

.MyAcTable1 tr:first-child td:last-child{

    border-width:0px 0px 1px 1px;

}



/* table 2 */

.MyAcTable2 {

    margin:0px;padding:0px;

    width:100%;
    box-shadow: 10px 10px 5px #888888;

    border:1px solid #000000;

    

    -moz-border-radius-bottomleft:14px;

    -webkit-border-bottom-left-radius:14px;

    border-bottom-left-radius:14px;

    

    -moz-border-radius-bottomright:14px;

    -webkit-border-bottom-right-radius:14px;

    border-bottom-right-radius:14px;

    

    -moz-border-radius-topright:14px;

    -webkit-border-top-right-radius:14px;

    border-top-right-radius:14px;

    

    -moz-border-radius-topleft:14px;

    -webkit-border-top-left-radius:14px;

    border-top-left-radius:14px;

}.MyAcTable2 table{

    width:100%;

    height:100%;

    margin:0px;padding:0px;

}.MyAcTable2 tr:last-child td:last-child {

    -moz-border-radius-bottomright:14px;

    -webkit-border-bottom-right-radius:14px;

    border-bottom-right-radius:14px;

}

.MyAcTable2 table tr:first-child td:first-child {

    -moz-border-radius-topleft:14px;

    -webkit-border-top-left-radius:14px;

    border-top-left-radius:14px;

}

.MyAcTable2 table tr:first-child td:last-child {

    -moz-border-radius-topright:14px;

    -webkit-border-top-right-radius:14px;

    border-top-right-radius:14px;

}.MyAcTable2 tr:last-child td:first-child{

    -moz-border-radius-bottomleft:14px;

    -webkit-border-bottom-left-radius:14px;

    border-bottom-left-radius:14px;

}.MyAcTable2 tr:hover td{

  /*  background-color:#ffffff;*/
  
   background:-o-linear-gradient(bottom, #4c4c4c 5%, #ffffff 100%);    
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #ffffff) );
    background:-moz-linear-gradient( center top, #4c4c4c 5%, #ffffff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="gray", endColorstr="#ffffff");  
    
  background: -o-linear-gradient(top,#4c4c4c,ffffff);


  /*  background-color:gray;*/

        


}

.MyAcTable2 td{

    vertical-align:middle;

        background:-o-linear-gradient(bottom, #e5e5e5 5%, #ffffff 100%);    
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #ffffff) ); 
    background:-moz-linear-gradient( center top, #e5e5e5 5%, #ffffff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5", endColorstr="#ffffff");   
    background: -o-linear-gradient(top,#e5e5e5,ffffff);


    background-color:#e5e5e5;


    border:1px solid #000000;

    border-width:0px 1px 1px 0px;

    text-align:left;

    padding:7px;

    font-size:12px;

    font-family:Arial;

    font-weight:bold;

    color:#000000;

}.MyAcTable2 tr:last-child td{

    border-width:0px 1px 0px 0px;

}.MyAcTable2 tr td:last-child{

    border-width:0px 0px 1px 0px;

}.MyAcTable2 tr:last-child td:last-child{

    border-width:0px 0px 0px 0px;

}

.MyAcTable2 tr:first-child td{

        background:-o-linear-gradient(bottom, #4c4c4c 5%, #4c4c4c 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #4c4c4c) );
    background:-moz-linear-gradient( center top, #4c4c4c 5%, #4c4c4c 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#4c4c4c");    background: -o-linear-gradient(top,#4c4c4c,4c4c4c);


    background-color:#4c4c4c;

    border:0px solid #000000;

    text-align:center;

    border-width:0px 0px 1px 1px;

    font-size:14px;

    font-family:Arial;

    font-weight:bold;

    color:#ffffff;

}

.MyAcTable2 tr:first-child:hover td{

    background:-o-linear-gradient(bottom, #4c4c4c 5%, #4c4c4c 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #4c4c4c) );
    background:-moz-linear-gradient( center top, #4c4c4c 5%, #4c4c4c 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#4c4c4c");    background: -o-linear-gradient(top,#4c4c4c,4c4c4c);


    background-color:#4c4c4c;

}

.MyAcTable2 tr:first-child td:first-child{

    border-width:0px 0px 1px 0px;

}

.MyAcTable2 tr:first-child td:last-child{

    border-width:0px 0px 1px 1px;

}


/* table 3 */

.exMyAcTable3 {

    margin:0px;padding:0px;

    width:100%;
    box-shadow: 10px 10px 5px #888888;

    border:1px solid #000000;

    

    -moz-border-radius-bottomleft:14px;

    -webkit-border-bottom-left-radius:14px;

    border-bottom-left-radius:14px;

    

    -moz-border-radius-bottomright:14px;

    -webkit-border-bottom-right-radius:14px;

    border-bottom-right-radius:14px;

    

    -moz-border-radius-topright:14px;

    -webkit-border-top-right-radius:14px;

    border-top-right-radius:14px;

    

    -moz-border-radius-topleft:14px;

    -webkit-border-top-left-radius:14px;

    border-top-left-radius:14px;

}.exMyAcTable3 table{

    width:100%;

    height:100%;

    margin:0px;padding:0px;

}.exMyAcTable3 tr:last-child td:last-child {

    -moz-border-radius-bottomright:14px;

    -webkit-border-bottom-right-radius:14px;

    border-bottom-right-radius:14px;

}

.exMyAcTable3 table tr:first-child td:first-child {

    -moz-border-radius-topleft:14px;

    -webkit-border-top-left-radius:14px;

    border-top-left-radius:14px;

}

.exMyAcTable3 table tr:first-child td:last-child {

    -moz-border-radius-topright:14px;

    -webkit-border-top-right-radius:14px;

    border-top-right-radius:14px;

}.exMyAcTable3 tr:last-child td:first-child{

    -moz-border-radius-bottomleft:14px;

    -webkit-border-bottom-left-radius:14px;

    border-bottom-left-radius:14px;

}.exMyAcTable3 tr:hover td{

    background-color:#fbf2dd;

        


}

.exMyAcTable3 td{

    vertical-align:middle;

        background:-o-linear-gradient(bottom, #f9f9f9 5%, #fbf2dd 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #fbf2dd) ); 
    background:-moz-linear-gradient( center top, #f9f9f9 5%, #fbf2dd 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#fbf2dd");    background: -o-linear-gradient(top,#f9f9f9,fbf2dd);


    background-color:#f9f9f9;


    border:1px solid #000000;

    border-width:0px 1px 1px 0px;

    text-align:left;

    padding:7px;

    font-size:10px;

    font-family:Arial;

    font-weight:normal;

    color:#000000;

}.exMyAcTable3 tr:last-child td{

    border-width:0px 1px 0px 0px;

}.exMyAcTable3 tr td:last-child{

    border-width:0px 0px 1px 0px;

}.exMyAcTable3 tr:last-child td:last-child{

    border-width:0px 0px 0px 0px;

}

.exMyAcTable3 tr:first-child td{

        background:-o-linear-gradient(bottom, #f6d178 5%, #f6d178 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6d178), color-stop(1, #f6d178) );
    background:-moz-linear-gradient( center top, #f6d178 5%, #f6d178 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6d178", endColorstr="#f6d178");    background: -o-linear-gradient(top,#f6d178,f6d178);


    background-color:#f6d178;

    border:0px solid #000000;

    text-align:center;

    border-width:0px 0px 1px 1px;

    font-size:14px;

    font-family:Arial;

    font-weight:bold;

    color:#070707;

}

.exMyAcTable3 tr:first-child:hover td{

    background:-o-linear-gradient(bottom, #f6d178 5%, #f6d178 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6d178), color-stop(1, #f6d178) );
    background:-moz-linear-gradient( center top, #f6d178 5%, #f6d178 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6d178", endColorstr="#f6d178");    background: -o-linear-gradient(top,#f6d178,f6d178);


    background-color:#f6d178;

}

.exMyAcTable3 tr:first-child td:first-child{

    border-width:0px 0px 1px 0px;

}

.exMyAcTable3 tr:first-child td:last-child{

    border-width:0px 0px 1px 1px;

}
 


.MyAcTable3 {

    margin:0px;padding:0px;

    width:100%;
    box-shadow: 2px 2px px #888888;

    border:1px solid #000000;

    

    -moz-border-radius-bottomleft:14px;

    -webkit-border-bottom-left-radius:14px;

    border-bottom-left-radius:14px;

    

    -moz-border-radius-bottomright:14px;

    -webkit-border-bottom-right-radius:14px;

    border-bottom-right-radius:14px;

    

    -moz-border-radius-topright:14px;

    -webkit-border-top-right-radius:14px;

    border-top-right-radius:14px;

    

    -moz-border-radius-topleft:14px;

    -webkit-border-top-left-radius:14px;

    border-top-left-radius:14px;

}.MyAcTable3 table{

    width:100%;

    height:100%;

    margin:0px;padding:0px;

}.MyAcTable3 tr:last-child td:last-child {

    -moz-border-radius-bottomright:14px;

    -webkit-border-bottom-right-radius:14px;

    border-bottom-right-radius:14px;

}

.MyAcTable3 table tr:first-child td:first-child {

    -moz-border-radius-topleft:14px;

    -webkit-border-top-left-radius:14px;

    border-top-left-radius:14px;

}

.MyAcTable3 table tr:first-child td:last-child {

    -moz-border-radius-topright:14px;

    -webkit-border-top-right-radius:14px;

    border-top-right-radius:14px;

}.MyAcTable3 tr:last-child td:first-child{

    -moz-border-radius-bottomleft:14px;

    -webkit-border-bottom-left-radius:14px;

    border-bottom-left-radius:14px;

}.MyAcTable3 tr:hover td{

    
  
  /*
  background-color:#f9efd6;
        background:-o-linear-gradient(bottom, #f9f9f9 5%, #f9efd6 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #f9efd6) ); 
    background:-moz-linear-gradient( center top, #f9f9f9 5%, #f9efd6 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#f9efd6");    background: -o-linear-gradient(top,#f9f9f9,f9efd6);
*/
background:#eaeaea;
/*
   background:-o-linear-gradient(bottom, #4c4c4c 5%, #ffffff 100%);    
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #ffffff) );
    background:-moz-linear-gradient( center top, #4c4c4c 5%, #ffffff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="gray", endColorstr="#ffffff");  
    
  background: -o-linear-gradient(top,#4c4c4c,ffffff);
*/
/*
     background:-o-linear-gradient(bottom, #f9f9f9 5%, #f9efd6 100%);    
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #f9efd6) ); 
    background:-moz-linear-gradient( center top, #f9f9f9 5%, #f9efd6 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9efd6", endColorstr="#f9f9f9");    background: -o-linear-gradient(top,#f9f9f9,f9efd6);


    background-color:#f9f9f9;
*/
     


}

.MyAcTable3 td{

    vertical-align:middle;

        background:-o-linear-gradient(bottom, #f9f9f9 5%, #f9efd6 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #f9efd6) ); 
    background:-moz-linear-gradient( center top, #f9f9f9 5%, #f9efd6 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#f9efd6");    background: -o-linear-gradient(top,#f9f9f9,f9efd6);


    background-color:#f9f9f9;


    border:1px solid #000000;

    border-width:0px 1px 1px 0px;

    text-align:left;

    padding:7px;

    font-size:10px;

    font-family:Arial;

    font-weight:normal;

    color:#000000;

}.MyAcTable3 tr:last-child td{

    border-width:0px 1px 0px 0px;

}.MyAcTable3 tr td:last-child{

    border-width:0px 0px 1px 0px;

}.MyAcTable3 tr:last-child td:last-child{

    border-width:0px 0px 0px 0px;

}

.MyAcTable3 tr:first-child td{

        background:-o-linear-gradient(bottom, #f2d696 5%, #f2d696 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2d696), color-stop(1, #f2d696) );
    background:-moz-linear-gradient( center top, #f2d696 5%, #f2d696 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2d696", endColorstr="#f2d696");    background: -o-linear-gradient(top,#f2d696,f2d696);


    background-color:#f2d696;

    border:0px solid #000000;

    text-align:center;

    border-width:0px 0px 1px 1px;

    font-size:14px;

    font-family:Arial;

    font-weight:bold;

    color:#070707;

}

.MyAcTable3 tr:first-child:hover td{

    background:-o-linear-gradient(bottom, #f2d696 5%, #f2d696 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2d696), color-stop(1, #f2d696) );
    background:-moz-linear-gradient( center top, #f2d696 5%, #f2d696 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2d696", endColorstr="#f2d696");    background: -o-linear-gradient(top,#f2d696,f2d696);


    background-color:#f2d696;

}

.MyAcTable3 tr:first-child td:first-child{

    border-width:0px 0px 1px 0px;

}

.MyAcTable3 tr:first-child td:last-child{

    border-width:0px 0px 1px 1px;

}







.MyAcTable4 {

    margin:0px;padding:0px;

    width:auto;
    

  

    

    -moz-border-radius-bottomleft:14px;

    -webkit-border-bottom-left-radius:14px;

    border-bottom-left-radius:14px;

    

    -moz-border-radius-bottomright:14px;

    -webkit-border-bottom-right-radius:14px;

    border-bottom-right-radius:14px;

    

    -moz-border-radius-topright:14px;

    -webkit-border-top-right-radius:14px;

    border-top-right-radius:14px;

    

    -moz-border-radius-topleft:14px;

    -webkit-border-top-left-radius:14px;

    border-top-left-radius:14px;

}.MyAcTable4 table{

    width:auto;

    height:100%;

    margin:0px;padding:0px;

}.MyAcTable4 tr:last-child td:last-child {

    -moz-border-radius-bottomright:14px;

    -webkit-border-bottom-right-radius:14px;

    border-bottom-right-radius:14px;

}

.MyAcTable4 table tr:first-child td:first-child {

    -moz-border-radius-topleft:14px;

    -webkit-border-top-left-radius:14px;

    border-top-left-radius:14px;

}

.MyAcTable4 table tr:first-child td:last-child {

    -moz-border-radius-topright:14px;

    -webkit-border-top-right-radius:14px;

    border-top-right-radius:14px;

}.MyAcTable4 tr:last-child td:first-child{

    -moz-border-radius-bottomleft:14px;

    -webkit-border-bottom-left-radius:14px;

    border-bottom-left-radius:14px;

}.MyAcTable4 tr:hover td{

    
  
  /*
  background-color:#f9efd6;
        background:-o-linear-gradient(bottom, #f9f9f9 5%, #f9efd6 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #f9efd6) ); 
    background:-moz-linear-gradient( center top, #f9f9f9 5%, #f9efd6 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#f9efd6");    background: -o-linear-gradient(top,#f9f9f9,f9efd6);
*/

   background:-o-linear-gradient(bottom, #4c4c4c 5%, #ffffff 100%);    
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #ffffff) );
    background:-moz-linear-gradient( center top, #4c4c4c 5%, #ffffff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="gray", endColorstr="#ffffff");  
    
  background: -o-linear-gradient(top,#4c4c4c,ffffff);

/*
     background:-o-linear-gradient(bottom, #f9f9f9 5%, #f9efd6 100%);    
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #f9efd6) ); 
    background:-moz-linear-gradient( center top, #f9f9f9 5%, #f9efd6 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9efd6", endColorstr="#f9f9f9");    background: -o-linear-gradient(top,#f9f9f9,f9efd6);


    background-color:#f9f9f9;
*/
     


}

.MyAcTable4 td{

    vertical-align:middle;

        background:-o-linear-gradient(bottom, #f9f9f9 5%, #f9efd6 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #f9efd6) ); 
    background:-moz-linear-gradient( center top, #f9f9f9 5%, #f9efd6 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#f9efd6");    background: -o-linear-gradient(top,#f9f9f9,f9efd6);


    background-color:#f9f9f9;


    border:1px solid #000000;

    border-width:0px 1px 1px 0px;

    text-align:center;

    padding:7px;

    font-size:10px;

    font-family:Arial;

    font-weight:normal;

    color:#000000;

}.MyAcTable4 tr:last-child td{

    border-width:0px 1px 0px 0px;

}.MyAcTable4 tr td:last-child{

    border-width:0px 0px 1px 0px;

}.MyAcTable4 tr:last-child td:last-child{

    border-width:0px 0px 0px 0px;

}

.MyAcTable4 tr:first-child td{

        background:-o-linear-gradient(bottom, #f2d696 5%, #f2d696 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2d696), color-stop(1, #f2d696) );
    background:-moz-linear-gradient( center top, #f2d696 5%, #f2d696 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2d696", endColorstr="#f2d696");    background: -o-linear-gradient(top,#f2d696,f2d696);


    background-color:#f2d696;

    border:0px solid #000000;

    text-align:center;

    border-width:0px 0px 1px 1px;

    font-size:14px;

    font-family:Arial;

    font-weight:bold;

    color:#070707;

}

.MyAcTable4 tr:first-child:hover td{

    background:-o-linear-gradient(bottom, #f2d696 5%, #f2d696 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2d696), color-stop(1, #f2d696) );
    background:-moz-linear-gradient( center top, #f2d696 5%, #f2d696 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2d696", endColorstr="#f2d696");    background: -o-linear-gradient(top,#f2d696,f2d696);


    background-color:#f2d696;

}

.MyAcTable4 tr:first-child td:first-child{

    border-width:0px 0px 1px 0px;

}

.MyAcTable4 tr:first-child td:last-child{

    border-width:0px 0px 1px 1px;

}





.MyAcTabledeb {

    margin:0px;padding:0px;

    width:100%;
    box-shadow: 2px 2px px #888888;

    border:1px solid #000000;

    

    -moz-border-radius-bottomleft:14px;

    -webkit-border-bottom-left-radius:14px;

    border-bottom-left-radius:14px;

    

    -moz-border-radius-bottomright:14px;

    -webkit-border-bottom-right-radius:14px;

    border-bottom-right-radius:14px;

    

    -moz-border-radius-topright:14px;

    -webkit-border-top-right-radius:14px;

    border-top-right-radius:14px;

    

    -moz-border-radius-topleft:14px;

    -webkit-border-top-left-radius:14px;

    border-top-left-radius:14px;

}.MyAcTabledeb table{

    width:100%;

    height:100%;

    margin:0px;padding:0px;

}.MyAcTabledeb tr:last-child td:last-child {

    -moz-border-radius-bottomright:14px;

    -webkit-border-bottom-right-radius:14px;

    border-bottom-right-radius:14px;

}

.MyAcTabledeb table tr:first-child td:first-child {

    -moz-border-radius-topleft:14px;

    -webkit-border-top-left-radius:14px;

    border-top-left-radius:14px;

}

.MyAcTabledeb table tr:first-child td:last-child {

    -moz-border-radius-topright:14px;

    -webkit-border-top-right-radius:14px;

    border-top-right-radius:14px;

}.MyAcTabledeb tr:last-child td:first-child{

    -moz-border-radius-bottomleft:14px;

    -webkit-border-bottom-left-radius:14px;

    border-bottom-left-radius:14px;

}.MyAcTabledeb tr:hover td{

/* background:#FFFFFF;
*/
background:#eaeaea;
  /*
  background-color:#f9efd6;
        background:-o-linear-gradient(bottom, #f9f9f9 5%, #f9efd6 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #f9efd6) ); 
    background:-moz-linear-gradient( center top, #f9f9f9 5%, #f9efd6 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#f9efd6");    background: -o-linear-gradient(top,#f9f9f9,f9efd6);
*/
/*
   background:-o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);    
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
  background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
  
  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");  
    
  background: -o-linear-gradient(top,#ffffff,#ffffff);


*/

/*
     background:-o-linear-gradient(bottom, #f9f9f9 5%, #f9efd6 100%);    
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #f9efd6) ); 
    background:-moz-linear-gradient( center top, #f9f9f9 5%, #f9efd6 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9efd6", endColorstr="#f9f9f9");    background: -o-linear-gradient(top,#f9f9f9,f9efd6);


    background-color:#f9f9f9;
*/
     


}

.MyAcTabledeb td{

    vertical-align:middle;

        background:-o-linear-gradient(bottom, #f9f9f9 5%, #f9efd6 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #f9efd6) ); 
    background:-moz-linear-gradient( center top, #f9f9f9 5%, #f9efd6 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#f9efd6");    background: -o-linear-gradient(top,#f9f9f9,f9efd6);


    background-color:#f9f9f9;


    border:1px solid #000000;

    border-width:0px 1px 1px 0px;

    text-align:left;

    padding:7px;

    font-size:12px;

    font-family:Arial;

    font-weight:normal;

    color:#000000;

}.MyAcTabledeb tr:last-child td{

    border-width:0px 1px 0px 0px;

}.MyAcTabledeb tr td:last-child{

    border-width:0px 0px 1px 0px;

}.MyAcTabledeb tr:last-child td:last-child{

    border-width:0px 0px 0px 0px;

}

.MyAcTabledeb tr:first-child td{

        background:-o-linear-gradient(bottom, #f2d696 5%, #f2d696 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2d696), color-stop(1, #f2d696) );
    background:-moz-linear-gradient( center top, #f2d696 5%, #f2d696 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2d696", endColorstr="#f2d696");    background: -o-linear-gradient(top,#f2d696,f2d696);


    background-color:#f2d696;

    border:0px solid #000000;

    text-align:center;

    border-width:0px 0px 1px 1px;

    font-size:14px;

    font-family:Arial;

    font-weight:bold;

    color:#070707;

}

.MyAcTabledeb tr:first-child:hover td{

    background:-o-linear-gradient(bottom, #f2d696 5%, #f2d696 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2d696), color-stop(1, #f2d696) );
    background:-moz-linear-gradient( center top, #f2d696 5%, #f2d696 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2d696", endColorstr="#f2d696");    background: -o-linear-gradient(top,#f2d696,f2d696);


    background-color:#f2d696;

}

.MyAcTabledeb tr:first-child td:first-child{

    border-width:0px 0px 1px 0px;

}

.MyAcTabledeb tr:first-child td:last-child{

    border-width:0px 0px 1px 1px;

}






.MyAcPaymentHistory {

    margin:0px;padding:0px;

    width:100%;
    box-shadow: 10px 10px 5px #888888;

    border:1px solid #000000;

    

    -moz-border-radius-bottomleft:14px;

    -webkit-border-bottom-left-radius:14px;

    border-bottom-left-radius:14px;

    

    -moz-border-radius-bottomright:14px;

    -webkit-border-bottom-right-radius:14px;

    border-bottom-right-radius:14px;

    

    -moz-border-radius-topright:14px;

    -webkit-border-top-right-radius:14px;

    border-top-right-radius:14px;

    

    -moz-border-radius-topleft:14px;

    -webkit-border-top-left-radius:14px;

    border-top-left-radius:14px;

}.MyAcPaymentHistory table{

    width:100%;

    height:100%;

    margin:0px;padding:0px;

}.MyAcPaymentHistory tr:last-child td:last-child {

    -moz-border-radius-bottomright:14px;

    -webkit-border-bottom-right-radius:14px;

    border-bottom-right-radius:14px;

}

.MyAcPaymentHistory table tr:first-child td:first-child {

    -moz-border-radius-topleft:14px;

    -webkit-border-top-left-radius:14px;

    border-top-left-radius:14px;

}

.MyAcPaymentHistory table tr:first-child td:last-child {

    -moz-border-radius-topright:14px;

    -webkit-border-top-right-radius:14px;

    border-top-right-radius:14px;

}.MyAcPaymentHistory tr:last-child td:first-child{

    -moz-border-radius-bottomleft:14px;

    -webkit-border-bottom-left-radius:14px;

    border-bottom-left-radius:14px;

}.MyAcPaymentHistory tr:hover td{

   background:#eaeaea; 
  
  /*
  background-color:#f9efd6;
        background:-o-linear-gradient(bottom, #f9f9f9 5%, #f9efd6 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #f9efd6) ); 
    background:-moz-linear-gradient( center top, #f9f9f9 5%, #f9efd6 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#f9efd6");    background: -o-linear-gradient(top,#f9f9f9,f9efd6);
*/
/*
   background:-o-linear-gradient(bottom, #4c4c4c 5%, #ffffff 100%);    
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #ffffff) );
    background:-moz-linear-gradient( center top, #4c4c4c 5%, #ffffff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="gray", endColorstr="#ffffff");  
    
  background: -o-linear-gradient(top,#4c4c4c,ffffff);
*/
/*
     background:-o-linear-gradient(bottom, #f9f9f9 5%, #f9efd6 100%);    
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #f9efd6) ); 
    background:-moz-linear-gradient( center top, #f9f9f9 5%, #f9efd6 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9efd6", endColorstr="#f9f9f9");    background: -o-linear-gradient(top,#f9f9f9,f9efd6);


    background-color:#f9f9f9;
*/
     


}

.MyAcPaymentHistory td{

    vertical-align:middle;

       

    border:1px solid #000000;

    border-width:0px 1px 1px 0px;

    text-align:left;

    padding:7px;

    font-size:10px;

    font-family:Arial;

    font-weight:normal;

    color:#000000;

}.MyAcPaymentHistory tr:last-child td{

    border-width:0px 1px 0px 0px;

}.MyAcPaymentHistory tr td:last-child{

    border-width:0px 0px 1px 0px;

}.MyAcPaymentHistory tr:last-child td:last-child{

    border-width:0px 0px 0px 0px;

}

.MyAcPaymentHistory tr:first-child td{

        background:-o-linear-gradient(bottom, #f2d696 5%, #f2d696 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2d696), color-stop(1, #f2d696) );
    background:-moz-linear-gradient( center top, #f2d696 5%, #f2d696 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2d696", endColorstr="#f2d696");    background: -o-linear-gradient(top,#f2d696,f2d696);


    background-color:#f2d696;

    border:0px solid #000000;

    text-align:center;

    border-width:0px 0px 1px 1px;

    font-size:14px;

    font-family:Arial;

    font-weight:bold;

    color:#070707;

}

.MyAcPaymentHistory tr:first-child:hover td{

    background:-o-linear-gradient(bottom, #f2d696 5%, #f2d696 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2d696), color-stop(1, #f2d696) );
    background:-moz-linear-gradient( center top, #f2d696 5%, #f2d696 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2d696", endColorstr="#f2d696");    background: -o-linear-gradient(top,#f2d696,f2d696);


    background-color:#f2d696;

}

.MyAcPaymentHistory tr:first-child td:first-child{

    border-width:0px 0px 1px 0px;

}

.MyAcPaymentHistory tr:first-child td:last-child{

    border-width:0px 0px 1px 1px;

}


