/* Default Styles */
html {
   font-family: Arial, Helvetica, sans-serif;
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 10pt
}

body {
   background: #CEF6D6 url(images/background_tile.gif) repeat-x top left;
   min-width: 650px;
   margin: 0 !important;
}

img {
   behavior: url("include/pngbehavior.htc");
   border: 0;
}

table, td {
   color: #444444;
}

p {
   margin-top: 0px;
   margin-bottom: 10px;
}

form {
   margin: 0px;
}

h1 {
   color: #EA1313;
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 8px;
}

h2 {
   color: #66CC33;
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 0px;
   margin-top: 0px;
}

h3 {
   color: #66CC33;
   font-size: 16px;
   font-weight: bold;
   margin-bottom: 4px;
}

h4 {
   color: #333333;
   font-size: 14px;
   font-weight: bold;
   margin-bottom: 2px;
}

h5 {
   color: #333333;
   font-size: 13px;
   font-weight: bold;
   margin-bottom: 1px;
}

li {
   list-style-type: square;
   margin-left: 6px;
   margin-bottom: 2px;
}

ul {
   margin-top: 2px;
}

hr {
   height: 1px;
}

a:link, a:visited {
   color: #444444;
   text-decoration: underline;
}

a:hover {
   color: #666666;
   text-decoration: underline;
}

/* Form Styles */
.button {
   border: 1px solid #444444;
   background-color: #ffffff;
   font-size: 11px;
   color: #444444;
   font-weight: normal;
   background-image: url(images/formButtonBg.gif);
   background-repeat: repeat-x;
   background-position: bottom;
}

.buttonOn, .button:hover, .button:focus, .buttonOn:focus {
   border: 1px solid #444444;
   background-color: #ffffff;
   font-size: 11px;
   color: #444444;
   font-weight: normal;
   background-image: url(images/formButtonBgOn.gif);
   background-repeat: repeat-x;
   background-position: top;
}

input, select {
   visibility: visible;
   vertical-align: middle;
   margin: 1px 1px 1px 1px;
   padding: 0px 3px 0px 3px;
   color : #000000;
   background : #EEEEFF;
   border : 1px solid #CCCCFF;
}

.inputRO {
   padding: 0px 3px 0px 3px;
   background: #dddddd;
}

textarea {
   color : #000000;
   background : #EEEEFF;
   border : 1px solid #CCCCFF;
}

.checkbox, .radio {
   border: 0px;
   background: transparent;
   margin: 0px;
   vertical-align: bottom;
}

/* Content Specific Styles */
/* body text */
.contentBox {
   background-color: #efefef;
   border-top: 1px #9e9e9e solid;
   border-bottom: 1px #9e9e9e solid;
   padding: 0px 10px 0px 0px;
   margin: 10px 0 10px 0;
}

.teamNoticeBox {
   background-color: #eeeeee;
   border: 1px #980000 solid;
   padding-left: 5px;
   padding-right: 5px;
   color: #00568C;
}

a.body:link, a.body:visited {
   color: #444444;
   font-size: 12px;
   text-decoration: underline;
}

a.body:hover {
   color: #666666;
   text-decoration: underline;
}

/* myArea is for my account, admin, logout, an about links*/
.myArea {
   padding-right: 10px;
   color: #000000;
   background-color: #F5F5F5;
   text-align: right;
}

a.myAreaLink:link, a.myAreaLink:visited {
   color: #444444;
   font-weight: normal;
   text-decoration: none;
}

a.myAreaLink:hover {
   color: #444444;
   text-decoration: none;
}

/*for the main screen navigation tabs*/
.currentTab {
   font-size: 11px;
   color: #6e6e6e;
   font-weight: bold;
   padding-top: 1px;
}

a.currentTabLink:link, a.currentTabLink:visited {
    color: #222222;
    text-decoration: none;
}

a.currentTabLink:hover {
    color: #444444;
    text-decoration: none;
}

.otherTab {
    font-size: 11px;
    color: #6e6e6e;
    font-weight: bold;
    padding-top: 1px;
}

a.otherTabLink:link, a.otherTabLink:visited {
    color: #6e6e6e;
    text-decoration: none;
}

a.otherTabLink:hover {
    color: #3C3C3C;
    text-decoration: none;
}

#groupTabs {
    margin-top: 20px;
}

.subTabs {
    font-size: 12px;
    border-bottom: 1px solid #000000;
}

.subTabs td {
    padding-left: 1em;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background-color: #ACACAC;
}

a.subTabLink:link, a.subTabLink:visited, a.subTabLink:hover {
    color: #ffffff;
    background-color: transparent;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.moreHandle {
    background: url('images/more.gif') no-repeat bottom left;
}

.subMenu {
    font-size: 11px;
    color: #ffffff;
    background-color: #efefef;
    border-bottom: 1px solid #9E9E9E;
    border-left: 1px solid #9E9E9E;
    border-right: 1px solid #9E9E9E;
}

.subMenuTDIcon {
    font-size: 11px;
    color: #ffffff;
    background-color: #efefef;
    padding-bottom: 2px;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 3px;
    border-right: 1px solid #fefefe;
}

.subMenuTD {
    font-size: 11px;
    color: #ffffff;
    background-color: #DFDFDF;
    padding-bottom: 2px;
    padding-top: 1px;
    border-bottom: 1px solid #EDEDED;
 }

a.subMenuLink:link, a.subMenuLink:visited {
    color: #444444;
    text-decoration: none;
    border-bottom: 0px;
    padding-left: 0px;
}

a.subMenuLink:hover {
    color: #666666;
    text-decoration: none;
    border-bottom: 0px;
}

/*welcome user and date bar and last view*/
.moduleTitle {
   border-bottom: 1px solid #aaaaaa;
   background-image: url(images/moduleTitleHR.gif);
   background-repeat: repeat-x;
   background-position: bottom;
   padding-bottom: 3px;
   margin-bottom: 5px;
}

.welcome {
   font-size: 12px;
   font-weight: bold;
   color: #ffffff;
   background-color: #ACACAC;
   border-bottom: 1px solid #000000;
   padding-left: 10px;
}

.searchField {
   border: 1px solid #323232;
   font-size: 11px;
   background-color: #ffffff;
}

.search {
   color: #ffffff;
   background-color: #ACACAC;
   border-bottom: 1px solid #000000;
   padding-right: 10px;
   text-align: right;
}

.searchButton {
   behavior: url("include/pngbehavior.htc");
   background-color: transparent;
   border: 0px;
   padding-right: 10px;
}

.date {
   font-size: 13px;
   font-weight: bold;
   color: #444444;
   background-color: #dddddd;
   border-bottom: 1px solid #bbbbbb;
   padding-right: 10px;
}

.lastView {
   color: #666666;
   background-color: #dddddd;
   padding-left: 10px;
   border-bottom: 1px solid #cccccc;
}

a.lastViewLink:link, a.lastViewLink:visited {
   color: #444444;
   text-decoration: underline;
   border-bottom: 0px;
   padding-left: 0px;
}

a.lastViewLink:hover {
    color: #666666;
    text-decoration: none;
    border-bottom: 0px;
}

/*left column styles*/
table.leftColumnModuleHead th {
   font-size: 12px;
   color: #444444;
   text-align: left;
   background-repeat: repeat-x;
   background-position: top;
   padding: 0px 0px 0px 0px;
}

.leftColumnModuleS3  {
   font-size: 11px;
   color: #666666;
   font-weight: bold;
   border-bottom: 1px solid #9E9E9E;
   border-left: 1px solid #9E9E9E;
   border-right: 1px solid #9E9E9E;
   background-color: #DFDFDF;
   padding: 5px;
}

a.leftColumnModuleS3Link:link, a.leftColumnModuleS3Link:visited {
   color: #666666;
   text-decoration: underline;
   border-bottom: 0px;
   padding-left: 0px;
}

a.leftColumnModuleS3Link:hover {
   color: #444444;
   text-decoration: underline;
   border-bottom: 0px;
}

/* imageView forms */
.imageView {
   border: 1px solid #9E9E9E;
   padding: 3px 3px 3px 3px;
}

/* listView forms */
.listView {
   text-align: left;
   border-top: 1px solid #000000;
   border-bottom: 1px solid #000000;
}

table.listView th {
   text-align: left;
   font-weight: bold;
   padding: 5px 3px 5px 3px;
   background-image: url(images/listViewBg.gif);
   background-repeat: repeat-x;
   background-position: bottom;
   border-top: 1px solid #000000;
   border-bottom: 1px solid #000000;
   white-space: nowrap;
}

table.listView td {
   padding: 3px 3px 3px 3px;
   border-bottom: 1px solid #000000;
}

.main {
   margin: 0 auto;
   padding: 0;
   border: 1px solid #66CC33;
   
   margin-top: 10px;
   width: 800px;
   height: 100%;
   
   color: #000000;
   background: #FFFFFF;
}
.con-header {
   position: relative;
   z-index: 10000;
/*   background: url(images/bg-header.png) repeat-x 0 -10px #D27F3D;*/
   height: 105px;
/*   border: 1px solid #D27F3D*/
}
.frame {
/*   background: url(bg-frame.png) repeat-y 0 0;*/
   width: 660px;
   margin: 0 auto;
}
.innerframe {
   width: 650px;
   margin: 0 auto;
   text-align: left;
}
.content {
   margin: 4px 4px 4px 4px;
}
.headerbar {
   font-weight: bold;
   background-image: url(images/listViewBg.gif);
   background-repeat: repeat-x;
   background-position: top;
   border-bottom: 1px solid #980000;
/*   font-size: 10px;*/
   white-space: nowrap
}

.statusbar {
   font-weight: bold;
   background-color: #E6E6E6;
/*   background-image: url(images/listViewBg.gif);
   background-repeat: repeat-x;
   background-position: top;
   border-top: 1px solid #980000;
   font-size: 10px;*/
   white-space: nowrap
}

.evenListRow {
   color: #000000;
   background-color: #E6E6E6;
   padding: 0px 3px 0px 3px;
}

.oddListRow {
   color: #000000;
   background-color: #F0F0F0;
   padding: 0px 3px 0px 3px;
}

/* hovered items */
.oddListRow:hover,
.evenListRow:hover,
.hover {
   color: #000000;
   background-color: #D4D4D4;
   padding: 0px 3px 0px 3px;
}

.listViewNotApproved {
   background-color: #C17979;
}

.logonForm {
   padding: 0px 3px 0px 3px;
   border: 1px #9E9E9E solid;
}

.searchForm {
   padding: 3px 3px 3px 3px;
/*
   border-bottom: 1px solid #000000;
   background-color: #efefef;
   background-image: url(images/searchFormBg.gif);
   background-position: bottom;
   background-repeat : repeat-x;
*/
}
/* main tab forms */
.tabForm {
   padding: 3px 3px 3px 3px;
/*   background-color: #efefef;
   background-image: url(images/searchFormBg.gif);
   background-position: bottom;
   background-repeat : repeat-x;*/
}

table.tabForm td ul li {
   list-style-type: none;
   margin-bottom: 10px;
}

.dataLabel {
/*   font-weight: bold; */
/*   vertical-align : bottom; */
}

h4.dataLabel {
   color: #666666;
   font-size: 14px;
   font-weight: bold;
   margin-bottom: 2px;
}

h5.dataLabel {
   color: #888888;
   font-size: 13px;
   font-weight: bold;
   margin-bottom: 1px;
   margin-top: 1px;
}

.dataField {
   font-weight: normal;
   padding: 0px 3px 0px 3px;
}

/* main tab panel views */
.editView {
/*
   border-top: 1px solid #000000;
   border-bottom: 1px solid #000000;
   background-color: #cccccc;
*/
   padding: 3px 3px 3px 3px;
}

.progressBar {
   border: 1px solid #222222;
   font-size: 8px;
   padding: 3;
   width: 30px;
   text-align: center
}

/* misc font displays */
.todaysTask {
   color: #FF7800
}

.overdueTask {
   color: #ff0000;
}

.required {
   color: #ff0000;
}

.error {
   color: #ff0000;
}

.success {
   color: #00ee00;
}

.rssItemDate {
   color: #666666;
   font-size: 10px;
}

.dateFormat {
   font-weight: normal;
   font-style: italic;
   font-size: 10px;
}

.chartFootnote {
    font-size: 10px;
}

.copyRight {

}

a.copyRightLink:link, a.copyRightLink:visited {

}

a.copyRightLink:hover {

}

.tm {
   font-size: 8px;
   font-family: Verdana;
}

.footer {
   padding-top: 10px;
   padding-bottom: 10px;
}

a.footerLink:link, a.footerLink:visited {
}

a.footerLink:hover {
}

.footerHR {
   color: #666666;
}

#maintext_old {
   width: 99%;
}

/* dynamic tab styles */
ul.tablist {
   padding: 3px 0;
   margin-left: 0;
   margin-bottom: 0;
   border-bottom: 1px solid #9E9E9E;
   font: bold 11px Arial, Verdana, Helvetica, sans-serif;
}

ul.tablist li {
   list-style: none;
   margin: 0;
   display: inline;
}

ul.tablist li a {
   padding: 3px 0.5em;
   margin-left: 3px;
   border: 1px solid #9E9E9E;
   border-bottom: none;
   background: #F8F8F9;
   text-decoration: none;
}

ul.tablist li a:link { color: #448;text-decoration: none; }
ul.tablist li a:visited { color: #667;text-decoration: none; }

ul.tablist li a:hover {
   color: #000;
   background: #EFEFEF;
   border-left: 1px solid #888888;
   border-right: 1px solid #888888;
   border-top: 1px solid #888888;
}

ul.tablist li a.current {
   background: #EFEFEF;
   border-bottom: 1px solid #EFEFEF;
}

ul.subpanelTablist {
   padding: 3px 0;
   margin-left: 0;
   margin-bottom: 0;
   border-bottom: 1px solid #9E9E9E;
   font: bold 11px Arial, Verdana, Helvetica, sans-serif;
}

ul.subpanelTablist li {
   list-style: none;
   margin: 0;
   display: inline;
}

ul.subpanelTablist li a {
   padding: 3px 0.5em;
   margin-left: 3px;
   border: 1px solid #9E9E9E;
   border-bottom: none;
   background: #F8F8F9;
   text-decoration: none;
}

ul.subpanelTablist li a:link { color: #448;text-decoration: none; }
ul.subpanelTablist li a:visited { color: #667;text-decoration: none; }

ul.subpanelTablist li a:hover {
  color: #000;
  background: #EFEFEF;
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
  border-top: 1px solid #888888;
}

ul.subpanelTablist li a.current
{
background: #EFEFEF;
border-bottom: 1px solid #EFEFEF;
}

ul.noBullet {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

li.noBullet {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* help styles */
.helpButton {
font-weight: bold;
}

.helpShortcut {
font-weight: bold;
}

/* News styles */
.newsItem {
   width: 100%;
   text-align: left;
   border: 1px solid #000000;;
   padding: 2px 2px 2px 2px
}

.newsItem th {
   font-weight: bold;
}

.newstitle {
   font-weight: bold;
}

.newsposter {
   color: #999999;
   font-size: 10px;
}

.menubar {
/*   font-size: medium;*/
   background-image: url(images/menu_back.gif);
   color: #000000;
/*   padding-left: 10px;*/
   border-top: 1px solid #000000;
   border-bottom: 1px solid #000000;
   cursor: default;
}

