*
{
    margin: 0;
    padding: 0;
}
body
{
    background-color: white;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
}

h2, h3, h4
{
    color: #004880;
    margin-bottom: 1em;
}

table
{
    font-size: 0.9em;
    table-layout: fixed;
    border-collapse: collapse;
}

td
{
    padding: 3px;
}

th
{
    padding: 5px;
    background-color: #004880;
    color: #FFFFFF;
    text-align: left;
    border: 1px solid #004880 !important;
}

input[type=text], input[type=password], select
{
    padding: 2px;
}

input[type=submit], input[type=button]
{
    padding: 0 6px;
}

fieldset
{
    border: none;
}

p
{
    margin-bottom: 1.5em;
}

a
{
    color: #C60C46;
}
/* PAGE */
#page
{
    width: 80%;
    position: relative;
    margin: 0 auto;
    text-align: left;
    min-width: 990px;
}

/* HEADER */
#header
{
    width: 80%;
    margin: 0 auto;
}

#logo
{
    width: 570px;
    height: 60px;
    position: relative;
    margin: 5px 0;
}

#menu
{
    float: left;
    padding: 4px 15px 4px 0px;
    font-size: 1.1em;
    border-right: solid 1px #BBBBBB;
    margin: 4px 0;
}

#menu a
{
    text-decoration: none;
    font-weight: bold;
    padding: 3px 5px;
}

#menu a:hover
{
    text-decoration: none;
}

#menu .menu_item
{
    color: #C60C46;
    background-color: #FFFFFF;
}

#menu .menu_current, #menu .menu_item:hover
{
    color: #FFFFFF;
    background-color: #C60C46;
}

#controls
{
    margin-left: 15px;
    width: auto;
    padding: 4px 0px;
    font-size: 1.1em;
    float: left;
}

#controls label, #controls input[type=submit]
{
    display: inline;
    margin-left: 10px;
}
#controls label
{
  font-weight: bolder;
}
#controls form, #controls div
{
    display: inline;
}

#login
{
    position: absolute;
    right: 0;
    width: 200px;
    top: 20px;
    font-size: 1.5em;
    text-align: right;
}

#login a
{
    position: relative;
    top: -5px;
    color: #C60C46;
    font-weight: bold;
    background: url('/img/arrow-small.gif') 0 50% no-repeat;
    padding-left: 10px;
    font-size: 0.6em;
}

/* CONTENT */
#content
{
    width: 100%;
    background: #F9F9FB url('/img/content-background.gif') 0 0 repeat-x;
    padding: 10px 0px;
    color: #333333;
    font-weight: normal;
}

#content_inner
{
    margin: 1em auto;
    width: 95%;
}

#content h3
{
    display: inline-block;
}

#content table
{
    background-color: #FFFFFF;
    min-width: 100%;
}

#content tr:hover
{
    background-color: #F1F1F4;
    color: #000000;
}
#content tr.info, #content tr.info:hover
{
    background-color: #FCB034; 
    color: #000000;
}
#content tr.error, #content tr.error:hover
{
    background-color: #C60C46; 
    color: #FFFFFF;
}
#content tr.sum
{
    border-top: 3px double #DADBDC;
}
#content td
{
    border: 1px solid #DADBDC;
}

td.filter
{
    text-decoration: underline;
    cursor: pointer;
}

/* FOOTER */
#footer
{
    font-family: Tahoma, Arial, Sans-serif;
    margin-top: 10px;
    padding-bottom: 25px;
}

/* OTHERS */
.line
{
    width: 100%;
    height: 6px;
    background: url('/img/b-line.gif') 0 0 repeat-x;
    clear: both;
}

.box_sms, .box_report, .box_conf
{
    position: relative;
    overflow: auto;
    border: 3px none #FFFFFF;
    margin-bottom: 20px;
    border: solid 1px #0596C3;
}

.box_sms
{
    max-height: 400px;
    width: 100%;
}

.box_report
{
    max-height: 700px;
}

.box_conf
{
    max-height: 700px;
    width: 100%;
    background-color: #FFFFFF;
}
.box_conf_inner
{
    margin: 1em;
}

.warning
{
    color: #C60C46;
    font-family: Tahoma, Arial, Sans-serif;
    font-weight: bold;
    padding: 1em 0;
}

.clear
{
    clear: both;
}
.l
{
    float: left;
}
.r
{
    float: right;
}
.tr
{
    text-align: right;
}
.w65
{
    width: 65px;
}
.w100
{
    width: 100px;
}
.w7p
{
    width: 7%;
}.w10p
{
    width: 10%;
}
.w20p
{
    width: 20%;
}
.w50p
{
    width: 50%;
}
.w70p
{
    width: 70%;
}
.w100p
{
    width: 100%;
}
