/*
  Standard Layout
  ---------------
*/
body {
  font-family:tahoma,verdana,arial,helvetica;
  font-size:11px; color:#000000;
  background:#bfdbff;
  margin: 0px;
  padding: 0px;
}
body.FolderPane {
  font-family:tahoma,verdana,arial,helvetica;
  font-size:11px; color:#000000;
  background:#FFFFFF;
  margin: 0px;
  padding: 0px;
}
td, div {
  font-family:tahoma,verdana,arial,helvetica;
  font-size:11px;
  color:#000000;
}
div.Title1 {
  font-family:tahoma, verdana, arial, helvetica;
  font-size:20px;
  font-weight:bold;
  font-style:italic;
  color:#000000;
}
div.Title2 {
  font-family:tahoma, verdana, arial, helvetica;
  color:#000000;
}
div.title {
  text-align:center;
}
.MainTitle {
  margin: 0px;
  padding: 3px;
  border: none;
  text-align:center;
  background-image: url(images/titlebar_bg.gif);
}
span.signature {
  color: #CCCCCC;
}
.signatureblank {
  color: #CCCCCC;
}
.MainBody {
  background-color: #CCCCCC;
}
.LogoBG {
  background-image: url(images/logo_bg.gif);
}
.RightTitle {
  font-weight: normal;
  background-image: url(images/titlebar_bg.gif);
}
acronym {
        border-bottom: 1px dashed #CCCCCC;
        cursor: help;
}
.searchtablesection {
  margin: 0px;
  padding: 0px;
  text-align:left;
  background: #EEEDEF;
  border-width: 1px;
  border-style: solid;
  border-color: #999999;
}
.autopreview {
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  border-bottom-width: 2px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-bottom-color: #CCCCCC;
}
.cp {
  font-size:10px;
  color:#999999;
}
.page_detail {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #666666;
  padding: 3px;
}
.page_nav {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #666666;
  color:#000066;
  font-weight:normal;
  padding: 3px;
  text-decoration:none;
}
.page_current {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #666666;
  background:#CCCCCC;
  color:#000000;
  font-weight:bold;
  padding: 3px;
}
.foldertree {
  width: 178px;
  overflow: auto;
  overflow-x: auto;
  overflow-y: hidden;
  clip: rect(0px, 125px, 500px, 0px);
}
.HelpTips {
  position: relative;
  font-size: 10px;
  color: #999999;
  margin: 10px;
  padding: 3px;
  height: 35px;
  width: 350px;
/* border: 1px groove #CCCCCC; */
}
.messagecount {
  font-size: 10px;
  color: #000000;
}
.messagecountnew {
  font-size: 10px;
  color: #0000FF;
}
.smalltext {
  font-size: 10px;
}
.ac_unsel {
  color: #FFFFFF;
  background-color: #C5C5CF;
  text-decoration: none;
}
.ac_sel {
  color: #FFFFFF;
  background-color: #6593CF;
  text-decoration: none;
}
.ac_hlight {
  font-weight: bold;
  text-decoration: underline
}
.titlemessage {
  font-weight: bold;
  font-size: 14px;
}
.composemodetabs
  {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
.composemodeinactive
  {

    height: 20px;
    display: inline;
    background: #D7D7E5;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    margin-right: 4px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-decoration: none;
    color: #666;
  }
.composemodeactive
  {

    height: 20px;
    display: inline;
    background: #FFFFFF;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    margin-right: 4px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-decoration: none;
    color: #666;
  }
input.buttonmodeactive {
  font-family: tahoma,verdana,arial,helvetica;
  font-size: 11px;
  color: #666666;
  font-weight: bold;
  background-color: #FFFFFF;
  border-style: none;
}
input.buttonmodeinactive {
  font-family: tahoma,verdana,arial,helvetica;
  font-size: 11px;
  color: #666666;
  font-weight: bold;
  background-color: #D7D7E5;
  border-style: none;
}


/*
  Form Fields
  -----------
*/
input, textarea {
  font-family:tahoma,verdana,arial,helvetica;
  font-size:11px;
  color:#000000;
}
select, option {
  font-family:tahoma,verdana,arial,helvetica;
  font-size:11px;
  color:#000000;
}
input.button, button {
  font-family: tahoma,verdana,arial,helvetica;
  font-size: 11px;
  color: #11449e;
  font-weight: bold;
  border: 1px #bfa277 solid;
  padding: 1px;
  background-image: url(images/button_bg.gif);
}
input.buttonImportant {
  font-family: tahoma,verdana,arial,helvetica;
  font-size: 11px;
  color: #11449e;
  font-weight: bolder;
  border: 1px #bfa277 solid;
  padding: 1px;
  background-image: url(images/button_bg.gif);
}
textarea.compose {
  font-family:Courier New, Courier, mono;
  font-size:12px;
  color:#000000;
}
form {
  margin: 0px;
}

/*
  Hyperlinks
  ----------
*/
a {
  color:#000066;
  text-decoration:underline;
}
a:visited {
  color:#000033;
  text-decoration:underline;
}
a:hover {
  color:#000066;
  text-decoration:none;
}
.menu {
  color:#204d89;
  font-weight:bold;
}
a.menu {
  color:#204d89;
  font-weight:bold;
  text-decoration:none;
}
a.menu:visited {
  color:#204d89;
  font-weight:bold;
  text-decoration:none;
}
a.menu:hover {
  color:#204d89;
  font-weight:bold;
  text-decoration:underline;
}
a.purge {
  color:#CC0000;
  font-weight:normal;
  text-decoration:none;
}
a.purge:visited {
  color:#CC0000;
  font-weight:normal;
  text-decoration:none;
}
a.purge:hover {
  color:#CC0000;
  font-weight:normal;
  text-decoration:underline;
}
a.cp {
  font-size:10px;
  color:#999999;
  text-decoration:none;
}
a.cp:visited {
  font-size:10px;
  color:#999999;
  text-decoration:none;
}
a.autopreview {
  font-size: 10px;
  color: #999999;
  font-weight:normal;
  text-decoration: none;
}
a.autopreview:visited {
  font-size: 10px;
  color: #999999;
  font-weight:normal;
  text-decoration: none;
}
a.autopreview:hover {
  font-size: 10px;
  color: #999999;
  font-weight:normal;
  text-decoration: underline;
}
a.OptionsNav {
  font-size:12px;
  color:#333333;
  text-align:center;
  font-weight:bold;
  text-decoration:none;
}
a.OptionsNav:hover {
  font-size:12px;
  color:#333333;
  text-align:center;
  font-weight:bold;
  text-decoration:underline;
}
a.OptionsNav:visited {
  font-size:12px;
  color:#333333;
  text-align:center;
  font-weight:bold;
  text-decoration:none;
}
a.page_link {
  color:#000066;
  text-decoration:none;
}
a.folderpane {
  font-weight: normal;
}
a.folderpanenew {
  font-weight: bold;
}

/*
  Table Layout
  ------------
*/

.TableHeader {
  font-size:11px;
  background:#c5deff;
  text-align:center;
  font-weight:bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #6593cf;
  background-image: url(images/filterbg.gif);
  height: 15px;
}
.TableHeaderHover {
  font-size:11px;
  background:#c5deff;
  text-align:center;
  font-weight:bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #6593cf;
  background-image: url(images/filterbg2.gif);
}
.TableHeaderSelected {
  font-size:11px;
  background:#c5deff;
  text-align:center;
  font-weight:bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #6593cf;
  text-decoration: none;
  background-image: url(images/filterbg.gif);
}
td.col1, tr.col1, div.col1, span.col1 {
  font-size:11px;
  background:#FFFFFF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e3efff;
  font-weight:normal;
}
td.col2, tr.col2, div.col2, span.col2 {
  font-size:11px;
  background:#FFFFFF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e3efff;
  font-weight:normal;
}
td.col3, tr.col3, div.col3, span.col3 {
  font-size:11px;
  background:#e3efff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e3efff;
  font-weight:normal;
}

div.col3, div.colinfo {
  margin-top: 5px
}

td.col1, td.col2 { padding-left: 10px; }

td.colselector, tr.colselector, div.colselector, span.colselector {
  font-size:11px;
  background:#eeeeff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e3efff;
  font-weight:normal;
}
td.colnewmail, tr.colnewmail, div.colnewmail, span.colnewmail {
  font-size:11px;
  background:#ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e3efff;
  font-weight:bold;
}
td.colnewmailselector, tr.colnewmailselector, div.colnewmailselector, span.colnewmailselector {
  font-size:11px;
  background:#eeeeff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e3efff;
  font-weight:bold;
}
td.colimportance, tr.colimportance, div.colimportance, span.colimportance {
  font-size:11px;
  background:#e3efff;
  border-width: 1px;
  border-style: solid;
  border-color: #E8E8E8;
  color: #666666;
  font-weight:normal;
}
td.colinfo, tr.colinfo, div.colinfo, span.colinfo {
  font-size:11px;
  background:#ffffdc;
  border-width: 1px;
  border-style: solid;
  border-color: #6593cf;
  color: #15428b;
  font-weight:normal;
}
td.borderbottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e3efff;
}
.MiniTable {
  border: 1px solid #6593CF;
}

.MiniTable TD { height: 19px; }

.MiniRow {
  font-weight: bold;
  background-image: url(images/titlebar_bg.gif);
  text-align: center;
  color: #15428b;
}
.OptionsHeader {
  font-size:13px;
  background:#E8E8E8;
  text-align:center;
  font-weight:bold;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  background-image: url(images/table_header_bg.gif);
  height: 21px;
}
span.colourpreview {
  border-width: 1px;
  border-style: inset;
  border-color: #CCCCCC;
  padding: 2px;
}
.NavTitle {
  margin: 0px;
  padding: 3px;
  text-align:center;
  font-weight:bold;
  background-image: url(images/titlebar_bg.gif);
  border-width: 1px;
  border-style: solid;
  border-color: #999999;
}
.NavTable {
  margin: 0px;
  padding: 5px;
  text-align:left;
  background: #EEEDEF;
  border-width: 1px;
  border-style: solid;
  border-color: #999999;
}
.navbarDark {
  background-color: #6593cf;
}
.navbarButton {
  height: 31px;
  vertical-align: middle;
  background-color: #e0edff;
  background-image: url(images/nav/bar.gif);
  padding-left: 5px;
  color: #204d89;
}
.navbarButtonSel {
  height: 31px;
  vertical-align: middle;
  background-color: #fffad9;
  background-image: url(images/nav/bar-hover.gif);
  padding-left: 5px;
  color: #204d89;
}
.navbarButtonSel2 {
  height: 31px;
  vertical-align: middle;
  background-color: #ffd6a4;
  background-image: url(images/nav/bar-sel.gif);
  padding-left: 5px;
  color: #000000;
}
.navbarSearch {
  background-color: #e2eeff;
  background-image: url(images/nav/search_bg.gif);
}

/*
  Viewing email HTML or Plain Text
  --------------------------------
*/

.view_html {
  font-family:tahoma,verdana,arial,helvetica;
  font-size:11px;
  color:#000000;
  background:#FFFFFF;
}
.view_text {
  font-family:Courier New, Courier, mono;
  font-size:13px;
  color:#000000;
  background:#FFFFFF;
}

/*
  Calendar
  --------
*/

td.CalendarActive {
  color:#CC0000;
  background-color:#eeeeff;
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC;
  background-image: url(images/today.gif);
}
td.CalendarInActive {
  color:#000000;
  background-color:#FFFFFF;
  height:150px;
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC;
}
a.CalendarActive {
  color:#CC0000;
}
a.CalendarInActive {
  color:#000000;
}
table.CalendarTable {
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px;
}
a.CalendarEvent {
  font-family:tahoma,verdana,arial,helvetica;
  font-size:10px;
  color:#000000;
}
.CalendarWeekNumber {
  font-family:tahoma,verdana,arial,helvetica;
  font-size:10px;
  font-weight:bold;
  color:#666666;
  background: #E8E8E8;
}
.CalendarMonthEvent {
  padding: 1px;
  border-style: solid;
  border-width: 1px;
  border-color: #666666;
  background-color:#FFFFFF;
}
.CalendarTime {
  color:#666666;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
}
.CalendarDay {
  font-size:11px;
  text-decoration:none;
}

/*
  Buttons
  -------
*/
span.ButtonOff {
  padding:3px;
  border:1px;
  border-style: none;
  height:13px;
  vertical-align:middle;
/* background-image:; */
}
span.ButtonOn {
  padding:2px;
  border:1px;
  border-style: solid;
  border-color: #ffbd69;
  height:12px;
  vertical-align:middle;
  background-image: url(images/button_background_on.gif);
}
a.ButtonOn {
  text-decoration:none;
}
a.ButtonOn:hover {
  text-decoration:none;
}
a.ButtonOn:visited {
  text-decoration:none;
}

