123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- caption
- {
- padding: 0 0 5px 0;
- width: 700px;
- font: italic 16px "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
- text-align: right;
- }
-
- .datagrid-header td
- {
- font: bold 16px "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
- color: #F5FAFA;
- border-right: 1px solid #C1DAD7;
- border-left: 1px solid #C1DAD7;
- border-bottom: 1px solid #C1DAD7;
- border-top: 1px solid #C1DAD7;
- letter-spacing: 2px;
- text-transform: uppercase;
- text-align: center;
- padding: 6px 6px 6px 12px;
- background: #0066AA no-repeat;
- }
-
- th.nobg
- {
- border-top: 0;
- border-left: 0;
- border-right: 1px solid #C1DAD7;
- background: none;
- }
-
- .datagrid-body td
- {
- border-left: 1px solid #C1DAD7;
- border-right: 1px solid #C1DAD7;
- border-bottom: 1px solid #C1DAD7;
- background: #fff;
- font-size: 16px;
- padding: 6px 6px 6px 12px;
- color: #4f6b72;
- }
-
-
- td.alt
- {
- background: #F5FAFA;
- color: #797268;
- }
-
- th.spec
- {
- border-left: 1px solid #C1DAD7;
- border-top: 0;
- background: #fff no-repeat;
- font: bold 10px "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
- }
-
- th.specalt
- {
- border-left: 1px solid #C1DAD7;
- border-top: 0;
- background: #f5fafa no-repeat;
- font: bold 10px "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
- color: #797268;
- }
-
- .span_link
- {
- cursor:pointer;
- color:Black;
- }
-
- .tr_Category
- {
- }
-
- .pageLink
- {
- color:Blue;
- margin-left:2px;
- margin-right:2px;
- }
-
- .tr_Category_P td
- {
- background-color:#EEEEFF;
- }
-
-
-
|