div, a, span, td {
    font-family: Arial;
}

a:link,
a:active,
a:hover,
a:visited {
    color: #0000C0;
}

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    margin: 0px;
}

thin {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

form {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.global-outer-table {
    width: 100%;
    height: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.global-outer-cell {
    border: 0px;
    margin: 0px;
    padding: 5px;
    vertical-align: top;
    text-align: center;
}

.global-inner-table {
    margin: auto;
    width: 800px;
    height: 650px;
}

.global-panel {
    width: 800px;
    height: 600px;
    margin: 0 auto;
}

.global-header {
    height: 11px;
    background-color: #141496;
}

.global-body {
    height: 500px;
    width: 100%;
    position: relative;
    vertical-align: top;
}

.global-footer {
	text-align: left;
    height: 26px;
    border-top: 1px solid #c4c4dd;
    font-size: 10pt;
}

.global-footer-links {
    float: right;
}

.global-footer-links a {
    margin-left: 20px;
    font-size: 8pt;
}

.button {
    display: block;
    background-image: url('button.gif');
    background-color: transparent;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 8pt;
    width: 66px;
    height: 16px;
    text-align: center;
    line-height: 15px;
    border: 0px;
    padding: 0px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}

.button:active,
.button:hover,
.button:link,
.button:visited {
    color: #FFFFFF;
}

.dark-button {
    display: block;
    background-image: url('button-dark.gif');
    background-color: transparent;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 8pt;
    width: 66px;
    height: 16px;
    text-align: center;
    line-height: 15px;
    border: 0px;
    padding: 0px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}

.dark-button:active,
.dark-button:hover,
.dark-button:link,
.dark-button:visited {
    color: #FFFFFF;
}

.large-button {
    display: block;
    background-image: url('large-button.gif');
    background-color: transparent;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 8pt;
    width: 99px;
    height: 16px;
    text-align: center;
    line-height: 15px;
    border: 0px;
    padding: 0px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}

.large-button:active,
.large-button:hover,
.large-button:link,
.large-button:visited {
    color: #FFFFFF;
}

.huge-button {
    display: block;
    background-image: url('huge-button.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 8pt;
    width: 150px;
    height: 16px;
    text-align: center;
    line-height: 15px;
    border: 0px;
    padding: 0px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}

.huge-button:active,
.huge-button:hover,
.huge-button:link,
.huge-button:visited {
    color: #FFFFFF;
}

.go-button {
    width: 23px;
    height: 14px;
    cursor: pointer;
    padding: 0px;
    border: 0px;
    margin-left: 5px;
}

.no-data {
    font-size: 10pt;
    padding: 20px;
}

.datePicker {
    height: 150px;
    z-index: 100;
}

.datePicker .todayButton, .datePicker .noneButton {
    font-size: 12px;
}

.datePicker tr {
    height: auto;
}

img.t-calendar-trigger {
    vertical-align: bottom;
}

.t-data-grid-pager a {
    font-size: 7pt !important;
}

.t-data-grid-pager span {
    font-size: 7pt !important;
}

.t-data-grid-pager {
    font-weight: bolder;
    text-align: right;  
    font-size: 7pt !important;
}

*+html > body div.t-error li { /*error message for IE7.0*/
    #margin-left: 20px;
}
