@CHARSET "UTF-8";
body {
font-family: "Segoe UI",'SegoeUINormal',Arial,Helvetica,sans-serif;
font-size: 18px;
line-height: 27px;
}
#wrapper {
font-family: Verdana,Tahoma,sans-serif;
margin: 0 auto;
width: 600px;
padding: 0px;
}
.EmployersGrid table {
color: #fff;
}
.EmployersGrid table tbody {
background-color: #0040FF;
}
.EmployersGrid table thead {
background-color: #FE2E2E;
}
.EmployersGrid table td,
.EmployersGrid table th {
padding: 10px;
}
.CustomersGrid table {
color: #fff;
}
.CustomersGrid table tbody {
/*background-color: #088A68;*/
}
.CustomersGrid table thead {
background-color: #6E6E6E;
}
.CustomersGrid table td,
.CustomersGrid table th {
padding: 10px;
}
.CustomersGrid table td {
border: 1px solid #0040FF;
}
.CustomersGrid .age input {
width: 25px;
}
.CustomersGrid .description input {
width: 405px;
}
.CustomersGrid input {
border: none;
background-color: #fefefe;/*D8D8D8;*/
color: #000;
}
|