﻿@import "TopMenu.css";
@import "SectionBox.css";
@import "DataUI.css";

body
{
    margin: 0px;
    width: 100%;
    height: 100%;
    font-family: Tahoma,Verdana,sans-serif;
    font-size: 11px;
}

#portal body
{
    margin: 0px;
    width: 100%;
    height: 100%;
    font-family: Tahoma,Verdana,sans-serif;
    font-size: 12px;
}

#tlaPanel li
{
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    padding-top: 10px;
}

h1
{
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    font-family: Arial;
    padding-bottom: 10px;
    margin: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
}

h2
{
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    font-family: Arial;
}

h3
{
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    font-family: Arial;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.slogan
{
    font-size: 13px;
    font-weight: normal;
}

table
{
    font-family: Tahoma,Verdana,sans-serif;
    font-size: 11px;
}

html
{
    width: 100%;
    height: 100%;
}

.imageBorder
{
    border-right: #663366 1px solid;
    border-top: #663366 1px solid;
    border-left: #663366 1px solid;
    border-bottom: #663366 1px solid;
    text-align: center;
}

a:link, a:visited, a:active
{
    color: #0089B3;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a.blue:link, a.blue:visited, a.blue:hover, a.blue:active
{
    color: royalblue;
    text-decoration: none;
}

/*
input
{
    border-right: darkgray 1px outset;
    border-top: darkgray 1px outset;
    border-left: darkgray 1px outset;
    border-bottom: darkgray 1px outset;
    margin-left: 2px;
}
*/

/* Features */
.featureItem
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: top;
}

/* TopMenu */
#TopMenu a
{
    color: #483d8b;
    font-weight: bold;
}

/* Web Portal */

#portal table
{
    font-family: Tahoma,Verdana,sans-serif;
    font-size: 12px;
}

.portalTop
{
    background-image: url(images/header/bg-top.gif);
    background-repeat: repeat-x;
    height: 100px;
}

.portalFooter
{
    background-position-y: top;
    background-repeat: repeat-x;
    height: 50px;
}

.portalTestimonial
{
    font-weight: normal;
    font-size: 14px;
    color: chocolate;
}

/* Web Application */

.utilitiesBar
{
    background-image: url(images/header/background-new.gif);
    background-repeat: repeat-x;
    height: 31px;
    vertical-align: middle;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
}

.utilitiesBar table
{
    color: black;
}

.utilitiesTool
{
    color: dimgray;
    text-align: right;
}

.content
{
    padding-bottom: 20px;
    vertical-align: top;
    padding-top: 20px;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
}

#CompanyTitle
{
    color: black;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial,sans-serif;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    line-height: 14px;
}

#pagetitle
{
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
}

#breadcrumb
{
    _position: relative;
}

.pageTitleBox
{
    background: #DAE9FF url(images/header/pagetitle_background.gif) repeat-x scroll left top;
    width: 100%;
    border-bottom: 1px solid #B1CFEA;
    border-top: 1px solid #F1F7FF;
    height: 73px;
    padding-bottom: 5px;
    padding-left: 25px;
}

#panelLogin
{
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
}

.roundedcornr_box
{
    background: url(images/boxrounded/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top
{
    background: url(images/boxrounded/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom
{
    background: url(images/boxrounded/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom div
{
    background: url(images/boxrounded/roundedcornr_br.png) no-repeat bottom right;
}
.roundedcornr_content
{
    background: url(images/boxrounded/roundedcornr_r.png) top right repeat-y;
}

.roundedcornr_top div, .roundedcornr_top, .roundedcornr_bottom div, .roundedcornr_bottom
{
    width: 100%;
    height: 15px;
    font-size: 1px;
}
.roundedcornr_content, .roundedcornr_bottom
{
    margin-top: -19px;
}
.roundedcornr_content
{
    padding: 0 15px;
}
