﻿/* General Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html
{
  width: 100%;
  height: 100%;
  border: 0px none #ffffff;
}

body
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: x-small;
  color: #000080;
  background: #F5F5F5;
  background-image: url('../../images/va_seal_embosses.png');
  background-position: center;
  background-repeat: repeat;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  bottom: 20px;
  left: 0px;
  right: 0px;
}

h1
{
  font-size: xx-large;
  font-weight: bold;
  color: #800000;
  margin-top: 6px;
  margin-bottom: 6px;
}
h2
{
  font-size: x-large;
  font-weight: bold;
  color: #800000;
  margin-top: 5px;
  margin-bottom: 5px;
}
h3
{
  font-size: large;
  font-weight: bold;
  color: #800000;
  margin-top: 4px;
  margin-bottom: 4px;
}
h4
{
  font-size: medium;
  font-weight: bold;
  color: #800000;
  margin-top: 3px;
  margin-bottom: 3px;
}
h5
{
  font-size: small;
  font-weight: bold;
  color: #800000;
  margin-top: 2px;
  margin-bottom: 2px;
}
h6
{
  font-size: x-small;
  font-weight: bold;
  color: #800000;
  margin-top: 1px;
  margin-bottom: 1px;
}

table, thead, tbody, tr, td, th
{
  border: 0px none #ffffff;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
}

.MainForm
{
  border: 0px none #ffffff;
  border-collapse: collapse;
  width: 995px;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 50%;
  margin-left: -498px;
}

.MainDiv
{
  border: 0px none #cccccc;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.DelimText
{
  color: #808080;
}

/* Header Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.PageHeaderDiv
{
  float: left;
  width: 100%;
  height: 100px;
  border-collapse: collapse;
  border: 0px none #cccccc;
}

.PageHeader
{
  font-family: Times New Roman, Times, serif;
  font-size: large;
  font-weight: bold;
  background-color: navy;
  /*background-image: url('../../images/NTC_Banner_Blank.png');*/
  background-image: url('../../images/NTC_Banner_Blank_Logo.png');
  background-position: center top;
  background-repeat: no-repeat;
  border-collapse: collapse;
  border: 0px none #cccccc;
  width: 995px;
  height: 137px;
  margin: 0px;
  padding: 0px;
}

.PageHeaderText
{
  text-align: left;
  width: 50%;
  height: 60px;
  text-align: left;
  vertical-align: top;
  padding-left: 10px;
}

.PageHeaderTextTop
{
  font-weight: bold;
  font-size: x-large;
  font-style: normal; 
  text-decoration: none;  
  color: #ffffff;
}

.PageHeaderTextBot
{
  font-weight: normal;
  font-size: x-large;
  font-style: italic;
  text-decoration: none;  
  color: #ffd700; /* Gold */
}

.PageHeaderSearch
{
  font-size: medium;
  color: #ffffff;
  text-align: right;
  width: 50%;
  text-align: right;
  vertical-align: top;
  padding: 5px 10px 0px 0px;
}

.PageHeaderSearch div
{
  margin-bottom: 15px;
  margin-right: 45px;
}
.PageHeaderSearch a
{
  color: #99CCFF;
  font-weight: normal;
  margin-top: 5px;
}
.PageHeaderSearch a:link
{
  text-decoration: none;
}
.PageHeaderSearch a:visited
{
  text-decoration: none;
}
.PageHeaderSearch a:hover
{
  text-decoration: underline;
}
.PageHeaderSearch a:active
{
  text-decoration: none;
}

.watermarked
{
  font-size: small;
  color: #808080;
}

/* ACE List Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.ACEList
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: small;
  font-weight: normal;
  border: 1px solid #808080;
  border-bottom: 3px solid #808080;
  border-right: 3px solid #808080;
  background-color: #dddddd; /* WhiteSmoke */
  text-align: left;
  padding: 2px;
  cursor: pointer;
  list-style-type: none;
  overflow: auto;
  visibility: hidden;
  margin: 0px !important;
}

.ACEListHighlighted
{
  color: #800000;
  font-weight: bold;
  background-color: #F5F5F5;
  cursor: pointer;
}

.ACEListItem
{
  color: #000080;
  cursor: pointer;
  padding: 1px;
}

/* Commands Bar Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.Commands
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: small;
  font-weight: normal;
  width: 995px;
  height: 33px;
   background-color: #F5F5F5;
  background-image: url('../../images/motd_bg_30.gif');
  background-repeat: repeat-x;
  border-left: 1px solid #bdc0bc;
  border-right: 1px solid #bdc0bc;
  position: absolute;
  top: 90px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.CommandsTextLeft
{
  padding: 5px;
  width: 332px;
  text-align: left;
  vertical-align: middle;
}

.CommandsTextCenter
{
  padding: 5px;
  text-align: left;
  vertical-align: middle;
}

.CommandsTextRight
{
  padding: 5px;
  width: 270px;
  text-align: left;
  vertical-align: middle;
}

.CommandsTextCounts
{
  /*     font-size: medium; */
  font-weight: bold;
  cursor: pointer;
  color: #600000;
}

/* Search Menu Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.SearchMenu
{
  border-collapse: collapse;
  border: 0px none #cccccc;
  width: 100%;
  height: 30px;
  background-color: #cccccc;
}

.SearchMenu .SearchMenuItems10
{
  position: absolute;
  top: 60px;
  left: 0px;
  border-collapse: collapse;
  border: 0px none #cccccc;
  cursor: pointer;
  width: 199px;
  background-image: url('../../images/NTC_SM10.png');
  background-position: left top;
  background-repeat: no-repeat;
}
.SearchMenu .SearchMenuItems11
{
  position: absolute;
  top: 60px;
  left: 0px;
  border-collapse: collapse;
  border: 0px none #cccccc;
  cursor: pointer;
  width: 199px;
  background-image: url('../../images/NTC_SM11.png');
  background-position: left top;
  background-repeat: no-repeat;
}

.SearchMenu .SearchMenuItems20
{
  position: absolute;
  top: 60px;
  left: 199px;
  border-collapse: collapse;
  border: 0px none #cccccc;
  cursor: pointer;
  width: 199px;
  background-image: url('../../images/NTC_SM20.png');
  background-position: left top;
  background-repeat: no-repeat;
}

.SearchMenu .SearchMenuItems21
{
  position: absolute;
  top: 60px;
  left: 199px;
  border-collapse: collapse;
  border: 0px none #cccccc;
  cursor: pointer;
  width: 199px;
  background-image: url('../../images/NTC_SM21.png');
  background-position: left top;
  background-repeat: no-repeat;
}

.SearchMenu .SearchMenuItems30
{
  position: absolute;
  top: 60px;
  left: 398px;
  border-collapse: collapse;
  border: 0px none #cccccc;
  cursor: pointer;
  width: 199px;
  background-image: url('../../images/NTC_SM30.png');
  background-position: left top;
  background-repeat: no-repeat;
}

.SearchMenu .SearchMenuItems31
{
  position: absolute;
  top: 60px;
  left: 398px;
  border-collapse: collapse;
  border: 0px none #cccccc;
  cursor: pointer;
  width: 199px;
  background-image: url('../../images/NTC_SM31.png');
  background-position: left top;
  background-repeat: no-repeat;
}

.SearchMenu .SearchMenuItems40
{
  position: absolute;
  top: 60px;
  left: 597px;
  border-collapse: collapse;
  border: 0px none #cccccc;
  cursor: pointer;
  width: 20%;
  background-image: url('../../images/NTC_SM40.png');
  background-position: left top;
  background-repeat: no-repeat;
}

.SearchMenu .SearchMenuItems41
{
  position: absolute;
  top: 60px;
  left: 597px;
  border-collapse: collapse;
  border: 0px none #cccccc;
  cursor: pointer;
  width: 20%;
  background-image: url('../../images/NTC_SM41.png');
  background-position: left top;
  background-repeat: no-repeat;
}

.SearchMenu .SearchMenuItems50
{
  position: absolute;
  top: 60px;
  left: 796px;
  border-collapse: collapse;
  border: 0px none #cccccc;
  cursor: pointer;
  width: 20%;
  background-image: url('../../images/NTC_SM50.png');
  background-position: left top;
  background-repeat: no-repeat;
}

.SearchMenu .SearchMenuItems51
{
  position: absolute;
  top: 60px;
  left: 796px;
  border-collapse: collapse;
  border: 0px none #cccccc;
  cursor: pointer;
  width: 20%;
  background-image: url('../../images/NTC_SM51.png');
  background-position: left top;
  background-repeat: no-repeat;
}

/* Search Panel Contents Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div.SearchMenuPanels
{
  padding-top: 0px;
  font-weight: normal;
  font-size: small;
  background-color: #F5F5F5; /* WhiteSmoke */
  background-image: url('../../images/PanelBack.png');
  background-position: left top;
  background-repeat: repeat-x;
  border: 1px outset #000000;
  height: 403px;
  width: 993px;
}

.SearchMenuPanels table
{
}

.SearchMenuPanels td
{
  width: 33%;
}

.SearchMenuPanels div
{
  overflow: auto;
  height: 115px;
  border: 2px outset #cccccc;
  background-image: url('../../images/search_selections.gif');
  background-position: left top;
  background-repeat: repeat-x;
  background-color: #F5F5F5; /* WhiteSmoke */
  padding: 5px;
}

.SearchMenuPanels a
{
  color: #3B3B3B;
}
.SearchMenuPanels a:link
{
  text-decoration: none;
}
.SearchMenuPanels a:visited
{
  text-decoration: none;
}

.SearchMenuPanels a:hover
{
  text-decoration: underline;
}

.SearchMenuPanels a:active
{
  text-decoration: none;
}

.SearchMenuPanels ul
{
  margin: 5px 0 5px 0;
  padding: 0;
}

.SearchMenuPanels ul a
{
  font-weight: bold;
  text-decoration: underline;
}

.SearchMenuPanels li
{
  list-style: none;
  color: #0000ff;
  line-height: 16px;
  margin-left: 5px;
}

.SearchMenuPanels ul li a
{
  font-weight: normal;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Splash Panel Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

DIV.SplashAreaDiv
{
  border: 1px outset #cccccc;
  background-color: #ffffff;
  float: left;
  width: 995px;
  position: absolute;
  top: 120px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: auto;
}

/* Search Details & Results Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div.SearchDetailsDiv
{
  color: #000000;
  border: 1px outset #cccccc;
  background-color: #F5F5F5; /* WhiteSmoke */
  background-image: url('../../images/search_details.gif');
  background-position: left top;
  background-repeat: repeat-y;
  float: left;
  width: 190px;
  position: absolute;
  top: 120px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: auto;
  font-size: x-small;
  padding: 5px;
}

.ClearAllButton {
  font-style: italic;
  font-size: small;
  font-weight:bold;
  color: #000000; 
  margin-left:2px;
  padding-left:20px;
}
.ClearAllButton:link
{
  text-decoration: none;
  background-image: url('../Images/clearFilter.png');
  background-position: left center;
  background-repeat:no-repeat;
}
.ClearAllButton:visited
{
  text-decoration: none;
}
.ClearAllButton:hover
{
  text-decoration: underline;
  background-image: url('../Images/clearHover.png');
  background-position: left center;
  background-repeat:no-repeat;
}

.ClearButton
{
  font-style: italic;
  font-size: x-small;
  color: #444444; 
  margin-left:8px;
}

.ClearButton:link
{
  text-decoration: none;
}

.ClearButton:visited
{
  text-decoration: none;
}

.ClearButton:hover
{
  color: #ff0000;
  text-decoration: underline;
}
.XORButton{ display:block; margin-left:6px; line-height:20px;font-size: x-small;color: #444444;font-style: italic;}
.XORButton img{ padding-right:5px;}
.XORButton:link{text-decoration: none; }
.XORButton:visited{text-decoration: none;}
.XORButton:hover{color: #ff0000;text-decoration: underline;}

.SearchDetailsDiv ul
{
  list-style: none;
  padding: 0px 0px 0px 0px;
}

.SearchDetailsDiv ul a
{
  font-weight: bold;
  text-decoration: underline;
}

.SearchDetailsDiv li
{
  color: #000000;
  line-height: 16px;
  margin-left: 0px;
}

.SearchDetailsDiv ul li a
{
  font-weight: normal;
}

/* Item Template Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.SearchResultsDiv
{
  border: 0px none #cccccc;
  float: left; /*width: 793px;*/
  position: absolute;
  top: 120px;
  left: 202px;
  bottom: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  overflow: auto;
  background-color: #F5F5F5; /* WhiteSmoke */
}


/* Item Template Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

select.SortCBX
{
  font-size: small;
  border: 1px solid #ccc;
}

table.SearchTemplate
{
  width: 100%;
  border: 0px none #cccccc;
  height: 30px;
  font-size: small;
  background-image: url('../Images/mast_back.gif');
  background-position: left center;
  background-repeat: repeat-x;
}

.SearchTemplate tr td
{
  vertical-align: middle;
}

.SearchTemplate .Navigator
{
  color: White;
  white-space: nowrap;
  vertical-align: middle;
}

.NavDivCriteria
{
  width: 100%;
  white-space: nowrap; /*border-bottom: 1px dotted #E7EBEF; */
  padding-left: 5px;
  padding-bottom: 5px;
  text-align: left;
  font-weight:bold;
}

.NavDivCriteria a{color: #F1D43B;}
.NavDivCriteria a:link {text-decoration: none;}
.NavDivCriteria a:visited{text-decoration: none;}
.NavDivCriteria a:hover{color: #F1D43B; text-decoration: underline;}

.NavDivSortPager
{
  width: 100%;
  white-space: nowrap;
}

.NavDivSort
{
  text-align: right;
  float: left;
  padding-left: 3px;
}

.NavDivPager
{
  text-align: right;
  float: right;
  padding-right: 3px;
}

table.LayoutTemplate
{
  border: 0px none #cccccc;
  font-size: small;
  overflow: hidden;
  width: 776px;
}

.LayoutTemplateDiv
{
  width: 100%;
  overflow: hidden;
}

.LayoutTemplateLBL
{
  padding: 0 5px 0 5px;
}

.LayoutTemplate tr
{
  vertical-align: top;
}

.LayoutTemplate .Navigator
{
  width: 100%;
  border: 0px none #cccccc;
  height: 30px;
  font-size: small;
  background-image: url('../Images/mast_back.gif');
  background-position: left center;
  background-repeat: repeat-x;
  background-color: Navy;
  color: White;
  white-space: nowrap;
  padding: 3px;
  vertical-align: middle;
}

table.GroupTemplate
{
  width: 100%;
  empty-cells: show;
  border: 0px none #000000;
}

.GroupTemplate tr
{
  vertical-align: top;
}

.GroupTemplate td
{
  border: 1px solid #cccccc;
  width: 50%;
  text-align: right;
  background-color: #ffffff;
  padding: 0px;
}

.GroupTemplate a
{
  color: Purple;
}

.GroupTemplate a:link
{
  text-decoration: none;
}
.GroupTemplate a:visited
{
  text-decoration: none;
}
.GroupTemplate a:hover
{
  color: red;
  text-decoration: underline;
}

.GroupTemplate .GroupEmpty
{
  background-color: #F5F5F5; /* WhiteSmoke */
}

.GroupTemplate a:active
{
  text-decoration: none;
}

table.ItemTemplate
{
    width: 100%;
    border: 0px none #cccccc;
    background-color: #ffffff; /* WhiteSmoke */
    empty-cells: show;
    border-collapse: collapse;
    border-spacing: 0px;
    caption-side: top;
    table-layout: fixed;
}

.ItemTemplate tr
{
  vertical-align: top;
}

.ItemTemplate .captionLeft
{
  border: 0px none #cccccc;
  padding-top: 2px;
  color: #ffffff;
  font-size: small;
  font-weight: bold;
  height: 40px;
  vertical-align: middle;
  background-image: url('../Images/mast_back.gif');
  background-position: left center;
  background-repeat: repeat-x;
}
.ItemTemplate .captionRight
{
  border: 0px none #cccccc;
  padding-top: 2px;
  color: #ffffff;
  font-size: small;
  font-weight: bold;
  height: 40px;
  vertical-align: middle;
  background-image: url('../Images/mast_back.gif');
  background-position: left center;
  background-repeat: repeat-x;
}

.ItemTemplate th
{
  border-top: 1px solid #cccccc;
  text-align: left;
  text-decoration: underline;
  text-align: center;
  font-size: small;
  padding-right: 5px;  /*padding: 12px; */
  background-color: #ffffff;
  color: #000000;
}

.ItemTemplate td
{
  padding: 2px;
  text-align: center;
  font-size: small;
  border: 0px none #cccccc;
  background-color: #ffffff;
}

.ItemTemplate .AddRemoveItem
{
  border-top: 0px none #cccccc;
  text-align: right;
  font-size: x-small;
  font-style: italic;
  background-color: #F5F5F5;
}

.ItemTemplate a
{
  color: Blue;
}

.ItemTemplate a:link
{
  text-decoration: none;
}
.ItemTemplate a:visited
{
  text-decoration: none;
}
.ItemTemplate a:hover
{
  color: red;
  text-decoration: underline;
}
.ItemTemplate a:active
{
  text-decoration: none;
}
.ItemTemplate ul li
{
  list-style-type: none;
  font-weight: bold;
  list-style: none;
  margin: 0px;
  color: #3B3B3B;
  padding: 2px;
  text-align: left;
  text-decoration: none;
}
.ItemTemplate ul ul li
{
  font-weight: normal;
  text-decoration: none;
  padding: 0px;
  margin: 0;
}

/* Details Relations Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div.DetailRelationsDiv
{
  color: #000000;
  border: 1px outset #cccccc;
  background-color: #F5F5F5; /* WhiteSmoke */
  background-image: url('../../images/search_details.gif');
  background-position: left top;
  background-repeat: repeat-y;
  float: left;
  width: 190px;
  position: absolute;
  top: 120px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: auto;
  font-size: small;
  padding: 5px;
}

.DetailRelationsDiv ul
{
  list-style-type: none;
  list-style: none;
  font-weight: bold;
  margin: 0px;
  padding: 5px;
  border-bottom: 1px solid #000;
}

.DetailRelationsDiv ul a
{
  font-weight: normal;
  color: blue;
  text-decoration: none;
}

.DetailRelationsDiv a:link
{
  text-decoration: none;
}

.DetailRelationsDiv a:visited
{
  text-decoration: none;
}

.DetailRelationsDiv a:hover
{
  text-decoration: underline;
}

.DetailRelationsDiv a:active
{
  text-decoration: none;
}

.DetailRelationsDiv ul li
{
  list-style: none;
  font-size: small;
  margin-left: 0px;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 0 0 5px;
}

.DetailRelationsDiv ul ul
{
  font-weight: bold;
  list-style: none;
  margin: 0px;
  border: none;
  padding: 0;
  font-size: small;
}
.DetailRelationsDiv ul ul li
{
  font-weight: bold;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  list-style-image: none;
  padding: 3px 0 0 15px;
  font-size: small;
}

/* Details Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

DIV.DetailsDiv
{
  border: 5px none #cccccc;
  float: left;
  width: 793px;
  position: absolute;
  top: 120px;
  left: 202px;
  bottom: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  overflow: auto;
  background-color: #ffffff;
}

table.details
{
  font-size: small;
  width: 100%;
  border: 0px none #cccccc;
  background-color: #ffffff;
}

.details caption
{
  background-image: url('../Images/mast_back.gif');
  background-position: left center;
  background-repeat: repeat-x;
  color: #ffffff;
  text-align: center;
  font-size: large;
  font-weight: bold;
  padding: 5px;
}

.details thead td
{
  width: 30%;
  text-align: center;
  color: #000000;
  font-weight: bold;
  padding-bottom: 20px;
  vertical-align:top;
}

.details thead th
{
  width: 30%;
  text-align: center;
  color: navy;
  text-decoration: underline;
  padding: : 10px 10px 0px 10px;
  margin-top: 0px;
  height: 20px;
  vertical-align:top;
}

.details tbody th
{
  text-align: left;
  color: navy;
  text-decoration: underline;
  padding: 0px 10px 0px 15px;
  margin-top: 10px;
  height: 20px;
}

.details tbody td
{
  text-align: justify;
  color: #333333;
  padding: 5px 10px 15px 20px;
}

.details p
{
  text-align: justify;
  margin-top: 10px;
  padding: 0px 10px 10px 15px;
}

/* Search Results Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.CourseListing
{
  background-color: #F5F5F5; /* WhiteSmoke */
  border-collapse: collapse;
  border: 0px none #cccccc;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.CourseListing td
{
  background-color: #F5F5F5; /* WhiteSmoke */
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: left;
  border: 0px none #000;
}

.CourseListing table
{
  background-color: #F5F5F5; /* WhiteSmoke */
  border: 0px none #cccccc;
  width: 100%;
  padding: 5px;
  margin: 5px;
}

.CourseListing table td
{
  background-color: #ffffff;
  width: 392px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ff0000;
  padding: 5px;
  margin: 5px;
}

.CourseListing div
{
  width: 150px;
  text-align: right;
  display: inline-table;
  white-space: nowrap;
  font-weight: bold;
  border: 1px solid #ffff00;
}

.CourseListing label
{
  border: 1px solid #ff00ff;
}

ul.menuCat
{
  list-style: none;
  margin: 5px 0px 5px 0px;
  padding: 0px;
  font-size: small;
}
.menuCat li
{
  list-style: none;
  font-weight: bold;
}
.menuCat ul
{
  list-style-type: none;
  font-weight: normal;
  list-style: none;
  margin-left: 5px;
}
.menuCat ul li
{
  font-weight: normal;
}
.menuCat ul li a
{
  text-decoration: none;
  color: #3B3B3B;
}
.menuCat ul li a:link
{
  text-decoration: none;
}
.menuCat ul li a:hover
{
  text-decoration: underline;
}

/*
AddRemoveList
AddRemoveListDiv
CatalogItem 
SearchResults 
SearchResultsForm
SearchResultsSelected 
SearchResultsUnselected 
*/

.SearchResults
{
  background-color: #F5F5F5; /* WhiteSmoke */
  width: 100%;
}

.SearchResultsForm
{
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #F5F5F5; /* WhiteSmoke */
  overflow: hidden;
}

.SearchResultsUnselected
{
  font-weight: normal;
  font-size: x-small;
  color: #191970; /* MidnightBlue */
  border: 1px outset #cccccc;
  background-color: #FFFFF0; /* Ivory */
  height: 100px;
}

.SearchResultsSelected
{
  font-weight: normal;
  font-size: x-small;
  color: #48525C;
  border: 1px outset #cccccc;
  background-color: #F0F8FF; /* AliceBlue; */
  height: 100px;
}

/* Catalog Items Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.AddRemoveList
{
  font-weight: normal;
  font-size: x-small;
  font-style: italic;
  color: #0000ff;
  text-decoration: underline;
  cursor: pointer;
}

.AddRemoveListDiv
{
  float: right;
}

.AddRemoveList:link
{
  color: #0000ff;
  text-decoration: underline;
}
.AddRemoveList:visited
{
  color: #0000ff;
  text-decoration: underline;
}
.AddRemoveList:hover
{
  color: #ff3300;
  text-decoration: underline;
}

.CatalogItem
{
  font-weight: bold;
  font-size: small;
  font-style: italic;
  color: navy;
  text-decoration: underline;
  cursor: pointer;
}

.CatalogItem:link
{
  color: navy;
  text-decoration: underline;
}
.CatalogItem:visited
{
  color: navy;
  text-decoration: underline;
}
.CatalogItem:hover
{
  color: #ff3300;
  text-decoration: underline;
}



/* Select List Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.gv_Table
{
  width: 90%;
  margin-left:5%;
  background-color: #F0F8FF; /*#CFCFCF;*/
}

.gv_Table caption
{
  color: #800000;
  font-size: large;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding-bottom: 5px;
}

.gv_Header th
{
  text-align: left;
  font-size: medium;
  background-image: url('../Images/mast_back.gif');
  background-position: left center;
  background-repeat: repeat-x;
  height: 32px;
  color: #ffffff;
  white-space: nowrap;
  padding-left: 4px;
  padding-right: 4px;
}

.gv_Header a
{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.gv_Header a:hover
{
  background-color: Transparent;
  color: #fff;
  text-decoration: underline;
}

.gv_RowStyle
{
  background-color: #efefef;
  color: #333333;
  font-size: medium;
}

.gv_RowStyle td
{
  padding: 3px 4px 2px 4px;
}

.gv_AltRowStyle
{
  background-color: #dedeff;
  color: #333333;
  font-size: medium;
}

.gv_AltRowStyle td
{
  padding: 3px 4px 2px 4px;
}

.gv_SelectedRowStyle
{
  background-color: #ffeaad;
  color: #333333;
  font-size: medium;
}

.gv_SelectedRowStyle td
{
  padding: 3px 4px 2px 4px;
}

.gv_Pager td
{
  font-size: 10pt;
  padding: 5px;
}

.gv_Table
{
  width: 90%;
  margin-left:5%;
  background-color: #F0F8FF; /*#CFCFCF;*/
}

.gv_Table caption
{
  color: #800000;
  font-size: large;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding-bottom: 5px;
}

.gv_Header th
{
  text-align: left;
  font-size: medium;
  background-image: url('../Images/mast_back.gif');
  background-position: left center;
  background-repeat: repeat-x;
  height: 32px;
  color: #ffffff;
  white-space: nowrap;
  padding-left: 4px;
  padding-right: 4px;
}

.gv_ResultsTable { width:776px;}
.gv_ResultsHeader th{text-align: left; font-size: small; height: 28px; color: #000000; white-space: nowrap; padding-left: 4px; padding-right: 20px; border-right: 1px; border-right-style: groove; border-right-color: #808000; background-color: #D7D7D7;}
.gv_ResultsHeader th a{ color: #000000; text-decoration: none;}
.gv_ResultsHeader th a:hover{color: #000000; text-decoration: underline;}
.gv_ResultsHeader th a:visited{text-decoration: none;}
.gv_ResultsSortedAsc{ background-position: right center; background-image: url(../Images/cmd_sortasc.png); background-repeat: no-repeat;}
.gv_ResultsSortedDesc {background-position: right center; background-image: url(../Images/cmd_sortdes.png); background-repeat: no-repeat;}
.gv_ResultsTable a{ color: blue; text-decoration: none;}
.gv_ResultsTable a:hover{color: red; text-decoration: underline;}
.gv_ResultsTable a:visited{text-decoration: none;}
.gv_ResultsRowStyle{  background-color: #ffffff;  color: #000000;  font-size: small; border: 1px solid #C9C9C9;}
.gv_ResultsRowStyle td{  padding: 3px 4px 3px 4px; vertical-align:top;}
.gv_ResultsAltRowStyle{  background-color: #EAEAEA;  color: #000000;  font-size: small;border: 1px solid #C9C9C9;}
.gv_ResultsAltRowStyle td{  padding: 3px 4px 3px 4px;vertical-align:top;}
.gv_ResultsSelectedRowStyle{  background-color: #ffeaad;  color: #000000;  font-size: small;}
.gv_ResultsSelectedRowStyle td{ padding: 3px 4px 2px 4px;vertical-align:top;}
.gv_ResultsTooltip {}

table.TMSCats {width:100%; border: 0px none #000000;}
.TMSCats th {border: 0px none; color: #3B3B3B; text-decoration: none; font-weight: bold; text-align: left; padding-left: 5px; text-indent: 0px;}
.TMSCats td {border: 0px none; color: #3B3B3B; text-decoration: none; text-align: left;}
.TMSCats td.left  {width: 55%; padding-left: 0px;}
.TMSCats td.right {width: 45%; padding-left: 0px;}
.TMSCats ul {margin: 0px; padding-left: 10px;}
.TMSCats ul li 
{   
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
    font-size:small;
    font-weight:normal;
    background:  url('../Images/selectednavbullet.gif') no-repeat top left;
    padding-left: 10px;
}

table.DetailCats {font-size: small;  width: 100%;  border: 1px solid #cccccc;  background-color: #ffffff;}
.DetailCats thead { background-color:#EAEAEA;border-bottom: 2px solid #BDC0BC;}
.DetailCats thead h2{font-size:larger;color: #800000; margin-top: 4px; margin-bottom: 4px;}
.DetailCats thead td {padding:2px;}
.DetailCats thead th {text-align:left;padding:2px; text-decoration: none;color:#000000;}
.DetailCats tbody { background-color:#ffffff;font-weight:normal;color:#3B3B3B;}
.DetailCats tbody td {text-align:left;padding:2px;border: 1px solid #BDC0BC; }

/* Dropdown Commands */
.commandDropDownLabel
{
  background-position: right;
  display: block;
  padding: 2px;
  padding-right: 25px;
  text-align: right;
  background-image: url('../Images/dropdown_arrow.png');
  background-repeat: no-repeat;
  border: 1px solid #bdc0bc;
}


.commandMenuPanel
{
  border: 1px solid #bdc0bc;
  background: url(../Images/menu-bg.gif) repeat-y 0 0 #F5F5F5;
  cursor: default;
  padding: 1px 1px 0px 1px;
  width: 270px;
  font-size: 10pt;
}

.commandMenuPanel img
{
  padding: 3px;
  margin-top: 5px;
  vertical-align: top;
}

.commandMenuPanel .tip
{
  display: block;
  padding-left: 33px;
  color: #666666;
  font-style: italic;
}

.commandMenuPanel .breakdiv
{ background-color:#C5C5C5;
  width:100%;
  height: 1px;
  overflow:hidden;
  margin-top:5px;
}

a.commandMenuItem
{
  margin: 5px 0 1px 0;
  display: inline-block;
  color: #003399;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  padding: 4px 19px 4px 5px;
  white-space: nowrap;
}

a:hover.commandMenuItem
{
  background-color: Transparent;
  text-decoration: underline;
}
/* End Dropdown Commands*/

/* HELP */
.accordionHeader
{
  color: #ffffff; /*#0D56DE;*/
  background-color: #2E4D7B; /*#005996;466196;*/
  font-size: large;
  font-weight: bold;
  padding: 5px;
  margin-top: 5px;
  cursor: pointer;
}
#help_content .accordionHeader a
{
  color: #ffffff; /*color: navy;*/
  background: none;
  text-decoration: none;
}
#help_content .accordionHeader a:hover
{
  background: none;
  text-decoration: underline;
}
.accordionHeaderSelected
{
  border: 1px solid #666666;
  font-size: large;
  color: #ffffff;
  background-color: #5078B3; /*#005996;466196;*/
  font-weight: bold;
  padding: 5px;
  margin-top: 5px;
  cursor: pointer;
}
#help_content .accordionHeaderSelected a
{
  color: #ffffff;
  background: none;
  text-decoration: none;
}
#help_content .accordionHeaderSelected a:hover
{
  background: none;
  text-decoration: underline;
}
.accordionContent
{
  background-color: #fff;
  border: 1px dotted #666666;
  border-top: none;
  padding: 5px;
  padding-top: 10px;
  font-size: medium;
}
#help_content p
{
  text-align: justify;
  margin: 5px 20px 5px 20px;
}

/* Dropdown Commands ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.commandDropDownLabel 
{ 
    background-position: right; 
    display: block;
    padding: 2px; 
    padding-right: 20px; 
    text-align: center; 
    background-image: url('../Images/dropdown_arrow.png'); background-repeat: no-repeat; 
    border: 1px solid #bdc0bc;
    width:270px;
    color: #003399;
    font-weight: bold;
    background-color:#F5F5F5;
}

.commandMenuPanel
{
    border: 1px solid #bdc0bc; 
    background: url(../Images/menu-bg.gif) repeat-y 0 0 #fff;
    cursor: default;
    padding: 1px 1px 0px 1px;
    width:270px;
    font-size: 10pt;
}

.commandMenuPanel img
{
    padding: 3px;
    margin-top: 5px;
    vertical-align:top;
}

.commandMenuPanel .tip
{
    display: block;
    padding-left: 33px;
    color: #666666;
    font-style:italic;
    font-size: 8pt;
}

a.commandMenuItem
{
	margin: 5px 0 1px 0;
  display: inline-block;
	color: #003399;
	text-decoration: none;
  font-weight: bold;
	cursor: pointer;
	padding: 4px 19px 4px 5px;
	white-space: nowrap;
}

a:hover.commandMenuItem
{
    background-color: Transparent;
    text-decoration: underline;
}
/* End Dropdown Commands ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* End ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */