| 1 |
4
|
ryan
|
body,td,th,input,textarea {
|
| 2 |
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
| 3 |
|
|
font-size: 12px;
|
| 4 |
|
|
color: #000000;
|
| 5 |
|
|
}
|
| 6 |
|
|
body {
|
| 7 |
|
|
background-color: #557799;
|
| 8 |
|
|
background-image: url(../admin/interface/background.png);
|
| 9 |
|
|
background-repeat: repeat-x;
|
| 10 |
|
|
margin: 0px;
|
| 11 |
|
|
}
|
| 12 |
|
|
form {
|
| 13 |
|
|
margin: 0;
|
| 14 |
|
|
}
|
| 15 |
|
|
.submit {
|
| 16 |
|
|
border : solid 1px #CCCCCC;
|
| 17 |
|
|
background: #E9ECEF;
|
| 18 |
|
|
color : #003366;
|
| 19 |
|
|
font-weight : bold;
|
| 20 |
|
|
font-size : 11px;
|
| 21 |
|
|
padding: 4px;
|
| 22 |
|
|
width: 100%;
|
| 23 |
|
|
}
|
| 24 |
|
|
.content {
|
| 25 |
|
|
background-color: #FFFFFF;
|
| 26 |
|
|
padding: 15px;
|
| 27 |
|
|
height: 350px;
|
| 28 |
|
|
width: 750px;
|
| 29 |
|
|
text-align: justify;
|
| 30 |
|
|
vertical-align: top;
|
| 31 |
|
|
}
|
| 32 |
|
|
hr {
|
| 33 |
|
|
margin: 15px 0px 15px 0px;
|
| 34 |
|
|
color: #003366;
|
| 35 |
|
|
height: 1px;
|
| 36 |
|
|
}
|
| 37 |
|
|
h1 {
|
| 38 |
|
|
font-size: 15px;
|
| 39 |
|
|
color: #336699;
|
| 40 |
|
|
margin: 0px 0px 5px 0px;
|
| 41 |
|
|
border-bottom: 1px solid #CCCCCC;
|
| 42 |
|
|
}
|
| 43 |
|
|
a:link, a:visited, a:active {
|
| 44 |
|
|
color: #003366;
|
| 45 |
|
|
text-decoration: none;
|
| 46 |
|
|
}
|
| 47 |
|
|
a:hover {
|
| 48 |
|
|
text-decoration: none;
|
| 49 |
|
|
color: #336699;
|
| 50 |
|
|
}
|
| 51 |
|
|
.bad {
|
| 52 |
|
|
color: #FF0000;
|
| 53 |
|
|
font-weight: bold;
|
| 54 |
|
|
}
|
| 55 |
|
|
.good {
|
| 56 |
|
|
color: #009900;
|
| 57 |
|
|
font-weight: bold;
|
| 58 |
|
|
}
|
| 59 |
|
|
.note {
|
| 60 |
|
|
color: #666666;
|
| 61 |
|
|
font-size: 10px;
|
| 62 |
|
|
}
|
| 63 |
|
|
.hide {
|
| 64 |
|
|
display: none;
|
| 65 |
|
|
}
|