@charset "utf-8";
/* CSS Document */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color:#777777;
    background-color:#F0F0F0;
}
a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #006699;
    text-decoration: none;
}
img {
    border: 0;
}
td {
    vertical-align: top;
}
select {
    FONT-SIZE: 13px;
    COLOR: #dc8400;
}
form {
    padding: 0px;
    margin: 0px;
}
input.amount {
    width: 5em;
    font-size: 12px;
}
.dblArrows {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #003366;
    text-decoration: none;
}
.amount, .right {
    text-align: right;
}
div.main {
    width: 750px;
    height: 380px;
    overflow: auto;
    position: relative;
    padding: 1em 2em 1em 0em;
}
.notice {
    color: #a00000;
}
font.label {
    font-weight: bold;
}
table.payment {
    width: 100%;
}
td.label {
    background-color: #e0e0e0;
    width: 75%;
}
td.amount {
    background-color: #ffff80;
}
td.head {
    background-color: #808080;
    color: #ffff00;
}
tr.head {
    background-color: #808080;
    color: #ffff00;
}
tr.odd {
    background-color: #e0e0e0;
}
tr.even {
    background-color: #ffff80;
}
tr.alternating:nth-child(even) {
    background-color: #ffff80;
}
tr.alternating:nth-child(odd) {
    background-color: #e0e0e0;
}
tr.error {
    background-color: #ff4000;
    color: #ffffff;
}
td.attr {
    background-color: #e0e0e0;
    white-space: nowrap;
}
td.attr_inactive {
    background-color: #c0c0c0;
    white-space: nowrap;
}
td.value {
    background-color: #DDFFDD;
    white-space: nowrap;
}
td.value_inactive {
    background-color: #c2b2a9;
    white-space: nowrap;
}
td.profile_sep {
    background-color: #c0c0c0;
    color: #606060;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
hr.separator {
    background-color: #ffff80;
    margin: 0px;
    height: 2px;
}
p.error {
    color: #ff0000;
    font-size: 14px;
}
p.warning {
    color: #ff8000;
    font-size: 14px;
}
p.success {
    color: #00b000;
    font-size: 14px;
}
p.group {
    color: #4040ff;
    font-weight: bold;
    font-size: 14px;
}
p.subgroup {
    color: #4040ff;
    font-weight: bold;
    font-size: 12px;
}
div.msg {
    font-size: 12px;
    background-color: #e0e0e0;
    border-style: solid;
    border-width: thin;
    margin: 0px 20px 0px 20px;
}
div.announce {
    font-size: 12px;
    color: #ff4040;
    background-color: #e0e0e0;
    border-style: solid;
    border-width: thin;
    margin: 0px 20px 0px 20px;
    padding: 10px 20px 10px 20px;
}
div.schoolpage {
    font-size: 12px;
    background-color: #f0f0f0;
    border-style: dotted;
    border-width: medium;
}
form {
    margin: 0em 0em 0em 0em;
}

/* Classes for input pages */
/*
.info {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #FF9900;
    background-color:#DDDDDD;
}
.title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #FF9900;
    background-color:#FFFFFF;
}
td.default {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FF9900;
    background-color:#DDFFDD;
}
td.error {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #336699;
    background-color:#FF9999;
}
*/
.info {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    background-color:#FF9900;
    white-space: nowrap;
}

.title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    background-color:#FF9900;
}

input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #FF9900;
}
.mk {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-align: right;
    color: #000000;
}


textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #FF9900;
}

.readonly {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    background-color: #e0e0e0;
}

select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #FF9900;
}

td.default {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FF9900;
    background-color:#DDFFDD;
    white-space: nowrap;
}

td.error {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #336699;
    background-color:#FF9999;
    white-space: nowrap;
}

div.sum {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.detaillist {
    display: none;
    padding-bottom: 8px;
}

.detailheader{
    color: #4040ff;
    font-weight: bold;
    font-size: 12px;
	text-decoration: none;
	cursor: pointer;
    padding-bottom: 8px;
}

.akart{
	cursor:pointer;
}

table.mini th {
    border-style: none groove groove none;
    background-color: #606060;
    font-weight: bold;
    color: #ffffff;
}
table.mini td {
    border-style: none groove groove none;
    color: #404040;
}

.slimborder {
    border-style:solid;
    border-color: black;
    border-width:1px; 
    border-collapse:collapse;
}
