.table1pma3 {
margin:0px;padding:0px;
width:100%;	box-shadow: 0px 0px 0px #000;
border:1px solid #930;

-moz-border-radius-bottomleft:10px;
-webkit-border-bottom-left-radius:10px;
border-bottom-left-radius:10px;

-moz-border-radius-bottomright:10px;
-webkit-border-bottom-right-radius:10px;
border-bottom-right-radius:10px;

-moz-border-radius-topright:10px;
-webkit-border-top-right-radius:10px;
border-top-right-radius:10px;

-moz-border-radius-topleft:10px;
-webkit-border-top-left-radius:10px;
border-top-left-radius:10px;
}
.table1pma3 table{
width:100%;
height:100%;
margin:0px;padding:0px;
}

.table1pma3 tr:last-child td:last-child {
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-right-radius:10px;
border-bottom-right-radius:10px;
}
.table1pma3 table tr:first-child td:first-child {
-moz-border-radius-topleft:10px;
-webkit-border-top-left-radius:10px;
border-top-left-radius:10px;
}
.table1pma3 table tr:first-child td:last-child {
-moz-border-radius-topright:10px;
-webkit-border-top-right-radius:10px;
border-top-right-radius:10px;
}
.table1pma3 tr:last-child td:first-child{
-moz-border-radius-bottomleft:10px;
-webkit-border-bottom-left-radius:10px;
border-bottom-left-radius:10px;
}
.table1pma3 tr:hover td
{

}.table1pma3 tr:nth-child(odd){ background-color:#ffffff; }
.table1pma3 tr:nth-child(even)    { background-color:#ffffff; }

.table1pma3 td{
vertical-align:middle;
border:1px solid #CCC;
border-width:0px 1px 1px 0px;
/*text-align:left;*/
padding:2px 5px 2px 5px;
/*font-size:10px;
font-family:Arial;
font-weight:bold;
color:#000000;*/
}
.table1pma3 tr:last-child td{
border-width:0px 1px 0px 0px;
}.table1pma3 tr td:last-child{
border-width:0px 0px 1px 0px;
}.table1pma3 tr:last-child td:last-child{
border-width:0px 0px 0px 0px;
}
.table1pma3 tr:first-child td{
/*	background:-o-linear-gradient(bottom, #FFF 2%, #FFF 70%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.02, #FFF), color-stop(.70, #FFF) );	background:-moz-linear-gradient( center bottom, #FFF 2%, #FFF 70% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF", endColorstr="#FFF");	background: -o-linear-gradient(top,#FFF,#FFF); */
background-color:#E2E2E2;
border:1px solid #930;
/*text-align:left;*/
border-width:0px 0px 1px 1px;
/*font-size:14px;
font-family:Arial;
font-weight:bold;
color:#ffffff;*/
text-shadow: 1px 1px 1px #FFF;
}
.table1pma3 tr:first-child:hover td{
/*	background:-o-linear-gradient(bottom, #FFF 2%, #FFF 70%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.02, #FFF), color-stop(0.7, #FFF) );	background:-moz-linear-gradient( center top, #FFF 2%, #FFF 70% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF", endColorstr="#FFF");	background: -o-linear-gradient(top,#FFF,#FFF); */
background-color:#FFF;
}
.table1pma3 tr:first-child td:first-child{
border-width:0px 0px 1px 0px;
}
.table1pma3 tr:first-child td:last-child{
border-width:0px 0px 1px 1px;
}