body {
    background: url('../img/paper_texture.jpg')center top #1C1C1C;
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size:13px;
    color: #444444;
    line-height: 18px;
}

a {
    color: #0099CC;
    text-decoration: none;
}

b, strong {
    font-weight: bold;
}

.button {
    display: inline-block;
}

p {
    margin-bottom: 10px;
}

h1 {
    font-size: 20px;
    color: #0099CC;
    margin-bottom: 10px;
}

h2 {
    font-size: 14px;
    color: #444444;
    margin-bottom: 10px;
}

fieldset {
    margin-bottom: 10px;
    position: relative;
}

fieldset > div {
    overflow: hidden;
    padding: 5px 0;
}

fieldset > div > label {
    display: inline-block;
    width: 140px;
    vertical-align: top;
    color: #666666;
    text-align: right;
    padding-right: 10px;
    padding-top: 3px;
}

fieldset > div > span {
    display: inline-block;
    vertical-align: middle;
}

fieldset > div > span > a {
    vertical-align: text-top;
}

fieldset > div > em {
    color: #ff0000;
    display: block;
    margin-left: 155px;
}

fieldset > div > span > ul {
    display: inline-block;
}

fieldset > div > span > ul > li{
    margin-bottom: 5px;
}

fieldset > div > span > ul > li > p {
    display: inline-block;
    vertical-align: top;
}

fieldset > div input[disabled="disabled"] {
    background-color: #eeeeee;
}

fieldset > div > span .progress {
    background: url("../img/progress.gif") no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-bottom: -6px;
}

fieldset > div input, fieldset > div textarea, fieldset > div select {
    border: #888888 1px solid;
    padding: 4px;
    color: #888888;
    background-color: #ffffff;
}

fieldset > div input[type="text"], fieldset > div input[type="password"], fieldset > div textarea, fieldset > div select {
    width: 250px;
    font-size: 12px;
    font-family: inherit;
}

fieldset > div input:focus, fieldset > div textarea:focus, fieldset > div select:focus {
    border: #0099CC 1px solid;
    box-shadow: #CCCCCC 0 0 5px;
}

fieldset > div #date {
    width: 50px;
}

fieldset > div #month {
    width: 50px;
}

fieldset > div #year {
    width: 60px;
}

.button {
    display: inline-block;
    padding: 2px 8px;
}

input[type="submit"], input[type="button"], .button {
    font-size: 12px;
    color: #FFFFFF;
    border: #0049FF 1px solid;
    cursor: pointer;
    background-color: #09C;
    vertical-align: top;
    background-image: -moz-linear-gradient(center top , #27B, #09C);
    border-radius: 1px;
    padding: 4px;
}

fieldset > div input[type="file"] {
    background-color: transparent;
    border: none;
}

table {    
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0 0 8px #D0D0D0;
    border-collapse: separate;
}

table tbody tr.even {
    background-color: #CDF1FF;
}

table tbody tr.odd {
    background-color: #FFFFFB;
}

table.list thead th {
    background: #666666;
    border: #666666 1px solid;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    padding: 4px;
}

table.list td {    
    text-align: center;
    vertical-align: middle;
    color: #4E4E4E;
    padding: 4px;
}

table.list tbody tr td {
    font-size: 12px;
}

table.list tbody tr.end {
    background-color: #ffffcb;
}

table.list tbody tr.end td {
    color: #F90;
    font-size: 13px;
}

table.list tfoot tr {
    background-color: #f4f4f4;
    font-weight: bold;
}

table.list tr .aleft {
    text-align: left;
}

#pagination {
    text-align: right;
}

#pagination > a, #pagination > strong {
    font-size: 12px;
    display: inline-block;
    padding: 2px 4px;
    color: #ffffff;
    border-radius: 2px;
}

#pagination > a {
    background-color: #0099CC;
}

#pagination > strong {
    background-color: #999999;
}

.message-error, .message-success, .message-info {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid;
    padding-left: 35px;
}

.message-error p, .message-success p, .message-info p {
    margin: 0;
}

.message-error {
    background: url("../img/error.png") #FFFFAE no-repeat;
    background-position: 6px 6px;
    border-color: #C00;
    color: #C00;
}
.message-success {
    background: url("../img/success.png") #DCFFB9 no-repeat;
    background-position: 6px 6px;
    border-color: #090;
    color: #060;
}
.message-info {
    background: url("../img/info.png") #E6F2FF no-repeat;
    background-position: 6px 6px;
    border-color: #69C;
    color: #69C;
}

.highlight {
    color: #C00;
}

.safe {
    color: #090;
}

footer {
    height: 40px;
    width: 960px;
    margin: auto;
    padding: 10px 0;
}

footer > section {
    overflow: hidden;
}

footer > section > p {
    margin-bottom: 5px;
}

footer > section img {
    margin-bottom: -10px;
}

p.copyright {
    color: #333333;
    float: left;
}

p.copyright a {
     color: #333333;
}

p.copyright a:hover {
    color: #3e7721;
}

p.sponsor {
    float: right;
}