2006-10-11 00:28:58 +00:00
|
|
|
select {
|
|
|
|
font-size: 1.0em;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
font-size: 1.0em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.happy {
|
|
|
|
color: green;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.error {
|
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tableview {
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 1px;
|
|
|
|
color: black;
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 20px;
|
|
|
|
border: 0px;
|
2008-10-23 21:32:31 +00:00
|
|
|
font-size: 0.8em;;
|
2006-10-11 00:28:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tableview td {
|
|
|
|
border: 1px solid #000000;
|
|
|
|
padding: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tableview th {
|
|
|
|
border: 1px solid #000000;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
color: #FFFFFF;
|
2006-10-17 06:44:27 +00:00
|
|
|
background-color: #5C6F90;
|
2006-10-11 00:28:58 +00:00
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tableview th a {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
.tableview th a:hover {
|
|
|
|
font-weight: bold;
|
|
|
|
background-color: #00346A;
|
|
|
|
color: #3D90E9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tableedit {
|
|
|
|
color: black;
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 20px;
|
2008-10-23 21:32:31 +00:00
|
|
|
font-size: 0.8em;
|
2006-10-11 00:28:58 +00:00
|
|
|
border: 0px;
|
2008-11-03 04:50:00 +00:00
|
|
|
border-collapse: collapse;
|
2009-09-08 17:34:52 +00:00
|
|
|
/* width: 100%;*/
|
2006-10-11 00:28:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tableedit td {
|
|
|
|
padding: 2px;
|
2009-09-08 17:34:52 +00:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* vertical align top, then use top padding to bring it down
|
|
|
|
* so that the text is in the middle of the first line compared
|
|
|
|
* to an input box */
|
|
|
|
.tableedit td.left {
|
|
|
|
width: 25%;
|
|
|
|
vertical-align: top;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 5px;
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
.tableedit td.right {
|
|
|
|
width: 75%;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: left;
|
2006-10-11 00:28:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tableedit th {
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
color: #FFFFFF;
|
2006-10-17 06:44:27 +00:00
|
|
|
background-color: #5C6F90;
|
2008-11-03 04:50:00 +00:00
|
|
|
padding: 1px;
|
|
|
|
vertical-align: top;
|
2006-10-11 00:28:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
2009-09-08 17:34:52 +00:00
|
|
|
|