﻿
/* TextBox控件样式 */
.txt100 { width: 100px; height: 16px; color: Black; border: 1px solid #bdbdbd; font-size: 12px; vertical-align: middle; }
.txt150 { width: 150px; height: 16px; color: Black; border: 1px solid #bdbdbd; font-size: 12px; vertical-align: middle; }
.txt200 { width: 200px; height: 16px; color: Black; border: 1px solid #bdbdbd; font-size: 12px; vertical-align: middle; }
.txt300 { width: 300px; height: 16px; color: Black; border: 1px solid #bdbdbd; font-size: 12px; vertical-align: middle; }
/**/

/* DropDownList控件样式 */
.ddl100 { width: 100px; color: Black; border: 1px solid #bdbdbd; font-size: 13px; }
.ddl200 { width: 200px; color: Black; border: 1px solid #bdbdbd; font-size: 13px; }
.ddl300 { width: 305px; color: Black; border: 1px solid #bdbdbd; font-size: 13px; }
/**/

/* Button样式 */
.btn30 { background: url(Images/btn_30F.gif); border-style: none; cursor: hand; font-size: 12px; height: 22px; line-height: 22px; text-align: center; width: 30px; }
.btn60 { background: url(Images/btn_60F.gif); border-style: none; cursor: hand; font-size: 12px; height: 22px; line-height: 22px; text-align: center; width: 60px; }
.btn80 { background: url(Images/btn_80F.gif); border-style: none; cursor: hand; font-size: 12px; height: 22px; line-height: 22px; text-align: center; width: 80px; }
/**/

/* 分页样式 */
.PageView { width: 100%; margin-top: 10px; margin-bottom: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
.PageView .thispage { color: #FF0000; font-weight: bold; padding-top: 2px; padding-right: 5px; padding-bottom: 2px; padding-left: 5px; text-decoration: none; }
.PageView a { color: #000000; text-decoration: none; font-weight: normal; padding-top: 2px; padding-right: 5px; padding-bottom: 2px; padding-left: 5px; }
.PageView a:hover { background-color: #4D67A2; text-decoration: underline; color: #FFFFFF; }
.PageView .nolink { color: #666666; text-decoration: none; }
/**/