body {
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #0089b0;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font: normal 12px tahoma,Verdana;
    color: #fff;
}
a:link {
    color: cyan;
    text-decoration: none;
}
a:visited {
    color: cyan;
    text-decoration: none;
}
a:hover {
    color: #B7FDFF;
    text-decoration: underline;
}
a:active {
    color: white;
    text-decoration: underline;
}
p.intro {
    font: normal 14px tahoma,Verdana;
}
p.q {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 0;
}
.style5 {
    color: #6194AF;
    font-size: 8pt;
    height: 20px;
}
.style11 {font-family: tahoma; font-size: 11pt; color: #003366;}
.style12 { width: 180px; height: 38px; font-family: tahoma; font-size: 16px; color: #FFFFFF; }

popup.style {
    display:block;
    left:1060px;
    position:fixed;
    top:187px;
}

li {
    margin-bottom: 3px;
}

td.info {
    background-color: #004;
    padding: 2px 10px;
    font: normal 12px Tahoma,Verdana;
}

td.info a {
    text-decoration: underline;
}

td.menu {
    background: #08567d url(images/c2.jpg) repeat-x;
    padding: 0 10px 0 0;
}

td.menu a {
    display: block;
    background-color: #e0f0ff;
    color: #000;
    font: normal 12px Tahoma,Verdana;
    padding: 5px 25px;
    float: right;
    margin-right: 1px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
}

td.menu a.active {
    background-color: #004;
    color: #fff;
    font-weight: bold;
    padding: 7px 25px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
}

td.content {
    height: 100%;
    vertical-align: top;
    padding: 10px 0px 20px 20px;
    background: #08567d url(images/c2.jpg) repeat-x;
}

td.content h1 {
    padding-top: 0;
    margin-top: 0;
    font: bold 20px Tahoma,Verdana;
    color: #ff8;
}

/* Small table at right side */

table.tRight {
    width: 100%;
    font: normal 12px Tahoma,Verdana;
    background-color: #3066a0;
    -moz-border-radius-bottomleft: 7px;
    padding: 5px;
}

table.tRight caption {
    -moz-border-radius-topleft: 7px;
    background-color: #eee;
    padding: 2px;
    color: black;
    text-align: left;
    padding-left: 10px;
}

table.tRight td {
    padding: 0px;
}

table.tRight td a {
    color: #fff;
}

/* Common tickets table */

table.tCommon {
    width: 98%;
    border-collapse: collapse;
}

table.tCommon caption {
    text-align: left;
    padding: 3px;
    font-weight: bold;
}

table.tCommon th {
    background: url(images/th-bg.jpg) center;
    color: #444;
    font: bold 12px Tahoma,Verdana;
    padding: 5px;
    text-align: center;
}

table.tCommon td {
    text-align: center;
    font: normal 12px Tahoma,Verdana;
    padding: 5px;
    border-bottom: 1px dotted #08567d;
    cursor: pointer;
}

table.tCommon tr:hover {
    background-color: #3070a0;
}

/* Small table to show various info */

table.tSmall {
    background-color: #3066a0;
    width: 98%;
    border-collapse: collapse;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

table.tSmall td {
    padding: 3px 10px;
}

/* Table to post tickets */

table.ticket {
    border-collapse: collapse;
}

table.ticket td {
    padding: 7px;
    border-top: 1px solid #b0d0ff;
}

table.ticket td:first-child {
    font-weight: bold;
}

/* Table to display tickets messages */

table.msg {
    margin-bottom: 5px;
    background-color: #eee;
    width: 98%;
    border-collapse: collapse;
    color: #333;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

table.msg th {
    padding: 3px 10px;
    border-bottom: 1px dotted #aaa;
    text-align: left;
}

table.msg td {
    padding: 20px 10px;
}

