﻿@font-face {
  font-family: 'Century Gothic';
  src: url('../../Fonts/CenturyGothic.ttf') format('truetype');
}
body {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 00px;
    padding-bottom: 0px;
    font-size: 16px;
    font-family: Century Gothic;
    width: 100%;
}

#main-container {
    text-align: center;
    max-width: 1200px;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 1px rgba(34, 25, 25, 0.4);
    margin-bottom: 20px;
    padding: 2px;
    border-radius: 4px 4px 4px 4px;
}
#content-container {
    width: 840px;
}
#header {
    background-repeat: repeat-x;
    background-color: #fff;
    width: 100%;
    text-align: left;
}
#footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    height: 50px;
    vertical-align: bottom;
}
td {
    font-family: Century Gothic;
    font-size: 16px;
    color: #333333;
}
.error {
    color: #ff0000;
    font-weight: bold;
}

.section-header {
    font-family: Century Gothic;
    font-size: 16px;
    background-repeat: no-repeat;
    font-weight: bold;
    padding: 10px 10px 2.5px 10px;
    vertical-align: middle;
    text-align: center;
    border-top-right-radius: 10px;
}
/* MENU STYLES */

.left-menu-container {
    background-color: #ffffff;
    padding: 4px;
}
.left-menu-container ul {
    margin-left: 0px;
    margin-bottom: 4px;
    padding-left: 0px;
    list-style-type: none;
    font-family: Century Gothic;
}
.left-menu-container a {
    display: block;
    padding: 3px;
    width: 232;
    border-bottom: solid 1px #d3dde1;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
}
.left-menu-container a:link,
a:visited,
a:active {
    color: #093862;
    text-decoration: none;
}
.left-menu-container a:hover {
    background-color: #ecf4f7;
    color: #619ab0;
}
/* GRID STYLES */

.grid {
    border-collapse: collapse;
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
    table-layout: auto;
}

.grid-noborder {
  border: 1px solid #ffffff;
}

.grid-header {
    font-weight: bolder;
    padding-right: 5px;
    padding-left: 5px;
}
.gridrowhighlight {
    background-color: #EEF2F8;
    border-right: #afc4df 1px solid;
    border-top: #afc4df 1px solid;
    border-left: #afc4df 1px solid;
    border-bottom: #afc4df 1px solid;
    cursor: default;
}
.gridrownormal {
    background-color: Transparent;
}
/* TEXT STYLES */

.title {
    color: #808284;
    font-weight: bold;
    font-size: 20px;
    white-space:nowrap;
}
.title2 {
    color: #808284;
    font-weight: bold;
    font-size: 16px;
}
.important {
    color: #c0143c;
    font-weight: bold;
}
.fieldLabelnowrap 
{
    white-space:nowrap;
    text-align: right;
    vertical-align: top;
    padding-top: 8px
}
.fieldInputnowrap 
{
    text-align: left;
    vertical-align: top;
    padding-top: 8px;
    width:100%;
}
.fieldLabel {    
    text-align: right;
    vertical-align: top;
    padding-top: 8px
}
.fieldInput 
{
    text-align: left;
    vertical-align: top;
    padding-top: 8px
}
.required {
    color: #1b4a5c;
    font-size: 110%;
    font-weight: bold;
    padding-right: 2px;
}
/* LINK STYLES */

a:link,
a:visited,
a:hover,
a:active {
    color: #093862;
    text-decoration: underline;
}
/* INPUT STYLES */

input {
    font-size: 16px;
    font-family: Century Gothic;
}
.text {
    font-size: 16px;
    font-family: Century Gothic;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    height: 16px;
}
select {
    font-size: 16px;
    font-family: Century Gothic;
}
textarea {
    font-size: 16px;
    font-family: Century Gothic;
}
.button {
    font-size: 16px;
    font-family: Century Gothic;
    border: solid 1px #000000;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
/* Badge styles */

.badge1line {
    font-size: 20px;
    color: Black;
    font-family: Tahoma;
    font-weight: bold
}
.badge2line {
    font-size: 16px;
    color: Black;
    font-family: Tahoma;
}
.badge3line {
    font-size: 14px;
    color: Black;
    font-family: Tahoma;
    padding: 2px;
    font-style: italic;
}
.badge4line {
    font-size: 14px;
    color: Black;
    font-family: Tahoma;
    padding: 2px;
    font-style: italic;
}
.badge5line {
    font-size: 12px;
    color: Black;
    font-family: Tahoma;
}
.grid-badge {
    border-collapse: collapse;
    border-right: #000000 2px solid;
    border-top: #000000 2px solid;
    border-left: #000000 2px solid;
    border-bottom: #000000 2px solid;
    table-layout: auto;
}
.Item {
    text-decoration: underline;
}
.radwindow {
    position: fixed;
}
.validation_summary {
    background-color: #F0F0A7;
    border-bottom: #990000 thin solid;
    border-left: #990000 thin solid;
    border-top: #990000 thin solid;
    border-right: #990000 thin solid;
    font-weight: bold;
    padding: 10px;
    color: Red;
}
.warning {
    background-color: #F0F0A7;
    border-bottom: #990000 thin solid;
    border-left: #990000 thin solid;
    border-top: #990000 thin solid;
    border-right: #990000 thin solid;
    padding: 10px;
    color: Red;
    font-weight: bold;
    text-align: center;
    font-style: italic;
}
.sucess {
    background-color: #CCE7B4;
    border-bottom: #013300 thin solid;
    border-left: #013300 thin solid;
    border-top: #013300 thin solid;
    border-right: #013300 thin solid;
    padding: 10px;
    color: #013300;
    font-weight: bold;
    text-align: center;
    font-style: italic;
}
.highlight {
    background-color: #CCE7B4;
    border-bottom: #013300 thin solid;
    border-left: #013300 thin solid;
    border-top: #013300 thin solid;
    border-right: #013300 thin solid;
    padding: 10px;
    color: #013300;
    font-weight: bold;
    text-align: center;
    font-style: italic;
}

.highlight_dim {
    background-color: #fff;
    padding: 10px;
    color: #696969;
    text-align: left;
}

hr {
    height: 1px;
    background-color: #CCC;
    color: #CCC;
    border: 0;
}

.sessionDesc {
    padding: 5px;
    color: #000000;
    display: none;
    border: 1px dotted silver;
}



