﻿body 
{
    background-image: url(Images/bg.png);
    font-family: Arial;
    font-size: 12px;
}

body.clean
{
    background-image: none;
    font-family: Arial;
    font-size: 12px;
    margin: 0px;
}

a
{
    color: #001e78;
    text-decoration: none;
}

a:hover
{
    color: #969696;
    text-decoration: none;
}

img
{
    border: solid 0px;
}

div.main 
{
    width: 886px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    position: relative;
}

div.mainagent 
{
    width: 1036px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    position: relative;
}

div.head
{
    background-image: url(images/head.png);
    background-repeat: no-repeat;
    height: 90px;
}

div.headagent
{
    background-image: url(images/headagent.png);
    background-repeat: no-repeat;
    height: 90px;
}

div.body
{
    width: 670px;
}

div.rightnavi
{
    float: right;
    width: 200px;
}

div.rightnaviagent
{
    float: right;
    width: 350px;
}

div.NaviMenuTitle
{
    font-weight: bold;
    padding-top: 15px;
    border-bottom: dotted 1px #000000;
    font-size: 12px;
    padding-bottom: 2px;
    margin-bottom: 3px;
    padding-left: 2px;
}

div.NaviMenuItem
{
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

div.NaviMenuItem a
{
    font-weight: bold;
    text-decoration: none;
    color: #001e78;
}

div.NaviOverviewItem
{
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}

div.NaviOverviewItem a
{
    text-decoration: none;
    color: #001e78;
}

div.footer
{
    color: #969696;
    text-align: center;
    padding: 20px;
}

div.footer a
{
    color: #969696;
    text-decoration: none;
    font-weight: bold; 
}

/*
div.hr
{
    background-image: url(images/hr.png);
    background-repeat: repeat-x;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}
*/

div.listitem
{
    padding: 2px;
    border: solid 1px #f2f2f2;
    margin-bottom: 5px;
}

div.listitemalternate
{
    padding: 2px;
    background-color: #f2f2f2;
    margin-bottom: 5px;
}

div.listitemcustomerheader
{
   background-color: #f2f2f2;
   padding: 1px;
   margin-top: 15px;
   margin-bottom: 5px;
   font-weight: bold;
   border-top: 1px dotted #000000;
   border-bottom: 1px dotted #000000;
}


div.TicketListItemHeader
{
    color: #001e78;
    padding-top: 3px;
    padding-bottom: 3px;
}

div.TicketListItemInfoline
{
    font-size: 10px;
    padding-bottom: 2px;
    padding-left: 2px;
}

div.TicketListItemPreview
{
    margin: 1px;
    margin-left: 27px;
    width: 610px;
    background-color: #ffffff;
    border: solid 1px #f2f2f2;
    padding: 2px;
    overflow: auto;
}

.highlite
{
    background-color: Yellow;
}

.TicketIssueBody a
{
    font-weight: bold;
}
