/* Default Styles */
body {
    background: #FFF;
    color: #000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
}

p,td,input,select,textarea {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input.text {
    border-width: 1px;
    border-style: solid;
    padding: 1px;
    height: 15px;
}

img {
    border: 0px;
}

/* Custom Styles */

a.button:link, a.button:visited, a.button:active, a.button:hover {

    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    padding: 0px 10px;
}

.greeting {
    font-style: italic;
    font-size: 18px;
}

.title {
    font-weight: bold;
}

.smaller {
    font-size: 10px;
}

.error {
    background: transparent;
    color: #F00;
}

.positive {
    background: transparent;
    color: #396;
}

.negative {
    background: transparent;
    color: #F00;
}

.uppercase {
    text-transform: uppercase;
}

.tableBox {
    border-width: 1px;
    border-style: solid;
}


/* TAB */

.tabHeader_bak {
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    background-color: #3A5FCD;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    padding: 2px;
    cursor: hand;
}

.tabHeader2_bak {
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    background-color: #3A5FCD;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    padding: 2px;
    cursor: hand;
    border-top: 0px;
}

.tabHeader2, .tabHeader {
  background:url("/images/tab_right_on.gif") no-repeat right top;
    font-size: 80%;
    font-weight:bold;
    color: #494949;
    font-size:8pt;
    border: none;
    padding: 3px;
    margin: 0px;
    text-align: center;
}

.tabMenu_bak {
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    background-color: #eff1f8;
    padding: 2px;
    border-top : 0px;
}

.tabMenu {
    padding: 2px;
    border-right: 1px solid #7E96AE;
    border-bottom: 1px solid #7E96AE;
    margin-bottom: 5px
}

/* Table Data */

.table-data {
    background-color: #FFFFFF;
}

.table-data td{
    border-bottom: 1px solid #C0C0C0;
    vertical-align: top;
    padding: 3px;
}

.table-data .action-td{
    background-color: #eff1f8;
}

.table-data .button-td{
    border-bottom: 0px;
    height: 30px;
}

.money-style{
    font-weight: 600;
    font-color: #666666;
}

.message-error  {
    color: #272727;
    font-weight: 600;
    padding: 5px 5px 5px 10px;
    border:1px solid #FF0000;
    background: #FFCCCC no-repeat;
    margin-left: 15px;
    -moz-border-radius: 5px;
    }

.message-info {
    color: #000000;
    font-weight: 600;
    padding:5px 5px 5px 10px;
    border:1px solid #000000;
    background: #eff1f8 no-repeat;
    margin-left: 15px;
    -moz-border-radius: 5px;
    }

.message-ok     {
    color: #272727;
    font-weight: 600;
    padding:5px 5px 5px 10px;
    border:1px solid #0000FF;
    background: #CCFFFF no-repeat;
    margin-left: 15px;
    -moz-border-radius: 5px;
}

#summary-page {
    color: #272727;
    font-weight: 300;
    padding:10px 5px 10px 10px;
    border:1px solid #000000;
    background: #FFF8DC no-repeat;
    -moz-border-radius: 5px;
}

#summary-page a {
    text-decoration: underline;
    color: #000000;
}




