/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* Setting of body preset sizes */
Body {
  font-family: Verdana;
  font-size: 75%;
}

*html Body {
  font-family: Verdana;
  font-size: 101%;
}


LI LI, LI P, TD P, BLOCKQUOTE P {
  font-family: Verdana;
  font-size: 1em;
}

p {
  font-family: Verdana;
  font-size: 1em;
  padding-left: 5px;
}

p.indentedText {
  font-family: Verdana;
  font-size: 1em;
  padding-left: 14.4pt;
}

/*Settings for the service boxes in 'GettingStarted' pages*/
div.overviewServices {
  border: 1px solid black; 
  float: right; 
  width: 153px;
  margin: 5px 20px 5px 10px;
  background-color: rgb(255, 255, 153);
  font-style: italic;
}

*html div.overviewServices {
  margin: 5px 10px 5px 10px;
}


/*Settings used in 'Getting Started' page to format the services boxes */
div.startedServices {
  border: 1px solid black; 
  float: right; 
  width: 153px;
  margin: 10px 20px 0px 10px;
  background-color: rgb(255, 255, 153);
  font-style: italic;
}

/* Settings used in 'Getting Started' page to format the blue heading divider*/
div.startedHdr {
  width: 100%;
  background-color: #336699;
  color: white;
  padding: 2px 0px 2px 5px;
  font-weight: bold;
  font-size: 1.25em;
  font-family: Verdana;
}

/*Handle formatting of soa box on Home page*/
div.soa {
  border: 1px solid #336699;
  width: 99%;
  padding: 5px 5px 15px 5px;
  margin-left: -5px;
}

*html div.soa {
  width: 105%;
  margin-left: -5px;
}

/*Setting of text sizes in paragraphs- shd be in all text/html modules*/
table p {
   font-family: Verdana;
   font-size: 1em;
}

table li {
  font-family: Verdana;
  font-size: 1em;
}

/*Undo inheritance for nested list - fix size to 12px*/
table li li {
  font-size: 1em;
}

/*Handle formatting of yellow info. box on Home page*/
div.efApproachText span{
  font-size: 0.8333em;
}

/*Not used anymore
  /*Settings at Contact page*/
  div.contacts {
    font-family: Verdana;
    font-size: 0.75em;
  }

  *html div.contacts {
    font-size: 1em;        /*something already takes precedence*/
  }
*/

/*Settings for SUM/SE/SG content pages*/
#kbTable {
  width: 100%;
  padding: 0px;
  border-spacing: 0px;
}

 .kbHeaderTop {
  border-bottom: 1px solid black;
}

 .kbHeaderBottom1 {
  border-bottom: 1px solid black;
}

 .kbHeaderBottom2 {
  border-right: 1px solid black; 
  border-bottom: 1px solid black;
  background-color: #e6e6e6;
}

.kbHeaderBG {
  background: url('/Portals/9/Images/Bevel_Sliver.gif');
  font-family: Verdana;
  font-size: 0.75em;   /*no paragraph settings here - so reduce size to 12px*/
  font-weight: bold; 
  color: white;
}

 .kbContent {
  border-left: 1px solid black; 
  border-right: 1px solid black; 
  padding: 10px 5px 10px 5px;
  background-color: #e6e6e6;
  font-family: Verdana;
  font-size: 0.75em;      
}

 .kbHeaderTop2 {
  border-left: 1px solid black; 
  border-bottom: 1px solid black;
  background-color: #e6e6e6;
}

 .kbContentBottom {
  border-left: 1px solid black; 
  border-right: 1px solid black; 
  border-bottom: 1px solid black; 
  padding: 5px;
  background-color: #e6e6e6;
  font-family: Verdana;
  font-size: 0.75em;   
}

table.serviceTable {
   width: 100%;
   font-size: 0.75em;
}

tr.sectionTitle {
  background: #336699;
  color: White;
  font-weight: bold;
}

table.classification {
   width: 100%;
   font-size: 1em;
}

*html table.classification {
   width: 100%;
   font-size: 1.3333em;
}

table.verHist {
   width: 100%;
   font-size: 1em;
}

*html table.verHist {
   width: 100%;
   font-size: 1.3333em;
}

/*Alignment to each column in the classification section*/
td.vert {
  vertical-align: top;
  padding-bottom: 10px;
}

/*Setting the IP boxes at services content pages*/
table.ip1 {
  width: 80%;
  font-size: 0.75em;     /*set to 12px - <p> tag in table will reduce text size to 9px*/
  background: #ffff99;
}

*html table.ip1 {
  width: 80%;
  font-size: 1em;
  background: #ffff99;
}

table.ip2 {
  width: 90%;
  font-size: 0.75em;   /*set to 12px - <p> tag in table will reduce text size to 9px*/
  background: #ffff99;
}

*html table.ip2 {
  width: 90%;
  font-size: 1em;
  background: #ffff99;
}

/*Settings for right-hand side tag display*/
table.servicesUsed {
 width: 140px;
 font-size: 1em;     /*set to 12px*/
 font-type: Verdana;
}


/*Setting used to format table*/
table.tor td {
  padding: 5px;
  font-size: 0.75em;
}

.torHeader {
  font-weight: bold;
  background-color: #D9D9D9;
}


/* Settings on ModelAndTechnicalComponents-SUMs examples*/
table.sumExample {
  width: 90%;
  font-size: 1em;
}

*html table.sumExample {
  font-size: 1.3333em;
}

table.sumExample tr.exampleHdr {
  background-color: #D9D9D9;
  font-weight: bold;
}

table.sumExample td {
  padding: 5px;
}

/* Settings on ModelAndTechnicalComponents-SS, SE examples*/
table.sgExample, table.seExample {
  width: 90%;
  font-size: 1em;
}

*html table.sgExample,  table.seExample {
  font-size: 1.3333em;
}

table.sgExample td, table.seExample td {
  padding: 5px;
}

table.sgExample tr.exampleHdr, table.seExample tr.exampleHdr {
  background-color: #1d5892;
  color: white;
  font-weight: bold;
}

table.sgExample td.sg, table.seExample td.sg {
  background-color: #99ccff;
}

table.sgExample td.behaviour, table.seExample td.behaviour {
  background-color: #f3f3f3;
}

table.sgExample td.se, table.seExample td.se {
  background-color: #c0c0c0;
}

/*Settings on ServiceClassification page*/
#status td, #technical td {
  border: 1px solid #336699;
}

#status, #technical {
  border: 1px solid #336699;
}

.header {
  background: #336699;
  color: White;
  font-weight: bold;
  vertical-align: top;
  /*font-size: 15px;*/
   font-size: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.content {
  background: #e6e6e6;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;

}

/*Where is this used?*/
td.serviceLeft {
  background: #336699;
  color: White;
}

/*Settings for the right-hand side tags on services content pages*/
.news, .newsAlt {
  font-size: 0.75em;
}

*html .news,  *html .newsAlt {
  font-size: 1em;
}

.newsLink, .newsLinkAlt {
  font-weight: bold;
  font-family: Verdana;
  font-size: 1em;
  color: #336699;
}

div.serviceFeeds span {
  text-align: right;
  font-size: 0.75em;
}

div.startDef {
  border: solid black;
  width: 150px;
  padding: 5px;
}

/* background/border colors for the selected tab */
.TabBg {
}

.ContentPane {
  padding : 0px 3px 0px 3px;
  margin: 0px 5px 0px 5px;
}

.rightpane  { 
  padding : 0px 3px 0px 0px;
  visible:false;
  width:10%;
  text-align: left;
}

.LeftPane{
  padding : 0px 0px 0px 3px;
}

.TopPane{
  padding : 0px 3px 0px 3px;
}

.BottomPane{
  padding : 0px 3px 0px 3px;
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */

/* style for module titles */
.Head {
  font-family: Verdana; 
  font-size: 12px; /*Need to prefix the size*/
  font-weight : bold; 
  color : #333333; 
} 

/* style of item titles on edit and admin pages */
.SubHead    {
  color:#1D5892;
  font-family: Verdana;
  font-size: 12px; /*Need to prefix the size*/
}

table.SubHead{
  color:#1D5892;
}

span.SubHead{
  color:#1D5892;
}

div.SubHead{
  color:#1D5892;
}

td a{
  font-family: Verdana; 
}

td a SubHead{
 font-family: Verdana;
}

TD.SubHead    {
  color:#1D5892;
}

a.SubHead    {
  color:#1D5892;
  font-family: Verdana;
  font-size: 12px; /*Need to prefix the size*/
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal {
  font-family: Verdana;
  font-size: 12px; /*Need to prefix the size*/
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
}

.NormalRed {
}

.NormalBold {
}

/* text style for buttons and link buttons used in the portal admin pages - prefix size*/
.CommandButton {
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
} 
    
/* hyperlink style for buttons and link buttons used in the portal admin pages*/
A.CommandButton:link {
  font-family: Verdana;
  font-weight: bold;
}

A.CommandButton:visited {
}

A.CommandButton:active {
}

A.CommandButton:hover {
  text-decoration:none;
  color: #1D5892;
}
    

/* GENERIC */
H1  {
  font-family: Verdana;
  font-size: 1.583em;   /*~19px*/
  color: #000000;
}

H2  {
  font-family: Verdana;
  font-size: 1.417em;  /*~17px*/
  color: #000000;
}

H3  {
  font-family: Verdana;
  font-size: 1.25em;  /*~15px*/
  color: #000000;
}

H4  {
  font-family: Verdana;
  font-size: 1.0833em;  /*~13px*/
  color: #000000;
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}


/*Settings for links*/
A:link  {
  color:#1d5892;
}

A:visited   {
}

A:active {
}

a:hover {
  text-decoration: underline;
  color: #ff0000;
}


/*Where are these used?*/
SMALL {
}

BIG {
}

BLOCKQUOTE, PRE {
}


/*Setting list bullet style*/
UL LI   {
  list-style-type: square;
}

UL LI UL LI{
  list-style-type: disc;
}

UL LI UL LI UL LI{
  list-style-type: circle;
}

.blacktext{ 
  color:black;
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */
.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

.RadMenuItem, .RadMenuItemOver, .RadMenuItemClicked,  .RadMenuItem1, .RadMenuItemOver1, .RadMenuItemClicked1 {
  font-family: Verdana;
  font-style: normal;
  font-weight: normal;
}

/* Events Calendar */
.Event {
  width: 300px;
  height: 300px;
}

.EventTitle, .EventTitle td {
  font-weight: bold;
  color: white;
  background-color: #1D5892;
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link {
  color: white !important;
}

.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover {
  color: white !important;
}

/ *Repository form fix - not sure abt this*/


table.SubHead td label span {
  color:#1D5892;
}

.SubHead span{
  color:#1D5892;
} 


/*Name gives the impression that it shd control the breadcrumb section but no effect at all?*/
td.breadcrumb{
  font-size: 0.75em;
}

/* creates button - see newsletter */
.button_cell {
  border-style: ridge;
  background-color: #eeeeee;
  border-color: #eeeeee;
}

/*FAQ Answer table style*/
table.FAQtable {
  border-style:ridge;
  background-color: #E7AA7C;
  border-color: #eeeeee;
}

/*Where are these tags used?*/
.RootNode{
  font-weight: normal;
  font-size: 0.75em; 
  background-color: #9EB6CE;
}

.ParentNode{
  font-family: Verdana;
  font-size: 0.75em;
  font-weight : bold; 
}

.LeafNode{
  font-family: Verdana;
  font-size: 0.75em;
  font-weight : normal;  
  color : black; 
}


/******* news*******/
.NukeFeeds_FeedItem2{
  background-color: #F5DCC4;
}

.newstitle { 
  font-family : Verdana;  
  font-size : 0.75em; 
  font-weight : normal;
  color : #1D5892; 
} 

.newssummary p {
  font-family : Verdana;  
  font-size : 1em; 
}

.viewnewstitle {
  font-family : Verdana; 
  font-size : 0.9em; 
  font-weight : bold; 
  color : #1D5892; 
} 

.viewnewsarticle {
  font-family : Verdana; 
  font-size : 0.75em; 
}

/*Archive link section of news*/
.archivedisplaymonthlink{
  font-family : Verdana; 
  font-size : 0.75em; 
  font-weight : bold; 
}

/*Standardization news section*/
.NukeFeeds_ItemTitleDefault {
  font-family : Verdana;
  font-size : 0.75em;
}

.NukeFeeds_ItemContentDefault{
  font-family : Verdana; 
  font-size : 0.75em;
  font-weight : normal; 
}

.NukeFeeds_ItemDateDefault {
  font-family: Verdana;
  font-size: 0.5625em;    /*~9px*/
}


/*repository */
.RubricRepository td{
  font-size: 1em;
  font-family: Verdana; 
}

.RubricRepository{
  font-size: 1em;
  font-family: Verdana; 
}


/*footer fonts */
.RubricFooterText{
  text-decoration:none;
  font-family : Verdana;
  font-size: 0.75em;    /*~9px*/
  font-weight : bold;  
  color : #1d5892; 
}

*html .RubricFooterText{
  font-size : 1em; 
}

.RubricFooterText a:hover{
  font-family : Verdana; 
  font-weight : bold; 
  text-decoration:line;
  color: #1D5892;
}

.RubricFooterText span a{
  text-decoration:none;
  font-size : 0.75em; 
  font-family : Verdana; 
  font-weight : bold; 
  color : #1d5892; 
}

*html .RubricFooterText span {
  font-size: 1.1em;
}

.RubricFooterText a{
  text-decoration:none;
  font-family : Verdana; 
  font-size : 0.8333em;
  font-weight : bold;  
  color : #1d5892; 
}

*html .RubricFooterText a{
  font-size: 0.8333em;  /* need to push it back down to 10px*/
}

.RubricFooterText em {
  font-size: 1.4em;  /* set to ~11px*/
}

.FooterTable{
  width:100%;
  height: 40px;
  padding : 0px 0px 3px 0px;
}

.RubricFooterLeft{
  text-decoration:none;
  font-family : Verdana; 
  font-weight : bold; 
  color : #1d5892; 
  padding : 0px 5px 0px 0px;
  height: 40px;
  width: 35%;
}

.RubricFooterMiddle {
  font-family: Verdana;
  height: 40px;
  width: 37;
}

.RubricFooterRight {
  text-decoration:none;
  font-family : Verdana; 
  font-weight : bold;  
  color : #1d5892; 
  height: 40px;
  width: 28%;
}


/*related topics*/
.reltopics{
  font-family : Verdana; 
  font-size : 0.689em;   /*~11px*/
  font-weight : bold; 
  color : #1d5892; 
}

*html .reltopics{
  font-size : 0.9167em;  /*~11px*/
}

/*Where are these used?*/
.reltopics_norm{
  font-family : Verdana; 
  font-size : 0.75em; 
  color : #1d5892; 
}

.reltopics_head{
  font-family : Verdana; 
  font-size : 0.814em; 
}

/*registryItems - where are these used?*/
.ItemPage{
  background-color: #EEEEEE;
}

.ItemLine{
  font-weight: normal;
  font-size: 1em;
  background-color: #336699;
}


/*list of registry tags - where are these used?*/
.reg_toc{
  color: #FFFFFF;
}

div.reg_toc a{
  color: #FFFFFF;
}

.reg_toc a:active{
  color: #FFFFFF;
}

.reg_toc a:visited{
  color: #FFFFFF;
}

ol.letters {
  list-style-type: lower-roman
}


/*********SideMenu***************/
.inventua_sidemenu {
  width: 200px;
}

.MenuHdr {
  background-color: #336699;
  color: white;
  font-family: Verdana;
  font-size: 0.75em;
  cursor: default;
  padding-left: 17px;
  text-indent: -10px;
}

.MenuHdrOver {
  background-color: #CC6633;
  color: white;
  font-family: Verdana;
  font-size: 0.75em;  /*~12px*/
  cursor: default;
  padding-left: 17px;
  text-indent: -10px;
}

.MenuHdr A, .MenuHdr A:hover, .MenuHdr A:visited {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.MenuHdrOver A, .MenuHdrOver A:hover, .MenuHdrOver A:visited {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.MenuItem {
  padding-left: 25px;
  padding-right: 12px;
  padding-top: 1px;
  text-indent: -10px;
  background-color: #336699;
  font-family: Verdana;
  font-size: 0.689em;  
}

.MenuItemMouseOver {
  padding-left: 25px;
  padding-right: 12px;
  padding-top: 1px;
  text-indent: -10px;
  background-color: #CC6633;
  font-family: Verdana;
  font-size: 0.689em;
}

.MenuItem A, .MenuItem A:hover, .MenuItem A:visited
{
  color: white;
  text-decoration: none;
  display: block;
}

.MenuItemMouseOver A, .MenuItemMouseOver A:hover, .MenuItemMouseOver A:visited
{
  color: white;
  text-decoration: none;
  display: block;
}

#invsidemenu-Home {
  border-top: 5px solid #CC6633;
}

#invsidemenu-ContactInformation{
  border-bottom: 5px solid #CC6633;
  padding-bottom: 2px;
}

#invsidemenu-TechnicalModel{
 padding-left: 15px;
}

*html #invsidemenu-TechnicalModel{
  padding-left: 25px;
}

/*Chrome-Safari hack*/
body:nth-of-type(1) #invsidemenu-TechnicalModel{ padding-left: 25px;}

#invsidemenu-Authentication{
  padding-bottom: 2px;
}


/********Menu Images************/
.inventua_sidemenu img {
  border: 0px;
  padding-right: 5px;
}

#invsidemenu-TechnicalWalk-Through img {
  border: 0;
  float: right;
  clear: left;
  margin-right: 40px;
  margin-top: 3px;
}

*html #invsidemenu-TechnicalWalk-Through img {
  border: 0;
  float: right;
  margin-right: 55px;
  margin-top: 3px;
}

#invsidemenu-CaseStudies img {
  border: 0;
  float: right;
  clear: left;
  margin-right: 40px;
  margin-top: 3px;
}

*html #invsidemenu-CaseStudies img {
  border: 0;
  float: right;
  margin-right: 55px;
  margin-top: 3px;
}

#invsidemenu-TechnicalModel img {
  border: 0;
  float: right;
  clear: left;
  margin-right: 20px;
  margin-top: 3px;
}

*html #invsidemenu-TechnicalModel img {
  border: 0;
  float: right;
  margin-right: 20px;
  margin-top: 3px;
}

/***MISC***/
/*Setting used on EF Charter page*/
div.hr {
  height: 40px;
  background: #F1F6F8 url(/Portals/9/Images/eFw-HRv3.gif) no-repeat scroll center;
}

div.hr hr {
  display: none;
}

p.success {
  font-style: italic;
  margin-left: 10px;
  margin-bottom:5px;
}

p.success a {
  float: right;
  padding-right: 20px;
}

dd, dt {
  font-family: Verdana;
  font-size: 1em;
}

/*Settings for Service Registry tables*/
.serviceRegistryTable {
  font-size: 1em;
}

*html .serviceRegistryTable {
  font-size: 1.3333em;
}


ul.genres a {
  font-weight: normal;
}

/*Google Search module CSS settings*/
.GCSearchButton {
  margin:0px; 
  margin-top:3px;
  padding:0px;
  border:none;
  width:30px;  /*Same as Background Image's Width */
  height:25px; /*Same as Background Image's Height */
  background-image: url('/Portals/9/Images/goButton2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}

.GCSearchBox {
  margin-left: 10px;
}

/**********SiteMap**********/
table.SiteMap{
  background-color: #EEEEEE;
}

#sitemap ul li {
  font-size: 1em;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
}

#sitemap ul li li {
  font-size: 1em;
  font-weight: normal;
  padding-bottom: 1px;

}

#sitemap ul li {
  list-style-image: url('/Portals/9/Images/sitemap-single.gif');
}

*html #sitemap ul li {
  list-style-image: url('/Portals/9/Images/sitemap-single_IE.gif');
}

#sitemap li.under {
  list-style-image: url('/Portals/9/Images/sitemap-under.gif');
}

*html #sitemap li.under {
  list-style-image: url('/Portals/9/Images/sitemap-under_IE.gif');
}

/*Settings to tweak the file list links to display in a bigger size*/
.FileManager_FileList a {
  font-size: 1.1111em;
}

/*Settings to be used for code snippets*/
div.codeSnippet {
  padding: 0.5em;
  margin:0.5em;
  background-color: #c0c0c0;
  font-family: Verdana;
  font-size: 1.2em;
}

/*Settings for Glossary section*/
div.glossaryBox {
  padding: 0.5em;
  margin: 0.5em;
  width: 92%;
  background-color: #FFFFCC;
  font-family: Verdana;
}

div.glossaryBox2 {
  padding: 0.5em;
  margin: 0.5em;
  width: 95%;
  background-color: #FFFFCC;
  font-family: Verdana;
}

hr.glossaryTermSeparator {
  border: 0;
  color: #CC6633;
  background-color: #CC6633;
  height: 2px;
}

.glossaryFilters {
  word-spacing: 4px;
}

.glossaryFilters a:link, .glossaryFilters a:active, .glossaryFilters a:hover,
.glossaryFilters a:visited {
  text-decoration:underline;
}

.glossaryFontSize {
  font-family: Verdana;
  font-size: 0.75em;
}

*html .glossaryFontSize {
  font-size: 0.75em;
}


/*Settings to correct the text font in the online submission form*/
.TextXMOD {
  font-family: Verdana;
  font-size:1em;
}


/*Settings to create the Attach button in the online submission form*/
A.CommandButtonXMOD:link, A.CommandButtonXMOD:active, 
A.CommandButtonXMOD:visited, A.CommandButtonXMOD:hover{
  height: 15px;
  vertical-align: 2%;
  text-align:bottom;
  width: auto;
  padding:5px 7px 0px 7px;
  border-top: 1px outset white;
  border-left: 1px outset white;
  border-right: 2px outset #B0B0B0;
  border-bottom: 2px outset #B0B0B0;
  background-color: #d4d0c8;
  text-decoration: none;
  font-size: 11px;
  text-align: bottom;
  font-family: Arial;
  color: black;
}


*html A.CommandButtonXMOD:link, *html A.CommandButtonXMOD:hover,
*html A.CommandButtonXMOD:visited, *html A.CommandButtonXMOD:active {
  height: 19px;
  vertical-align: 5%;
  text-align:bottom;
  padding:2px 7px 0px 7px;
  border-top: 2px outset white;
  border-left: 2px outset white;
  border-right: 2px outset #B0B0B0;
  border-bottom: 2px outset #B0B0B0;
}


/*Settings to add a border for the technical diagram thumbnail links*/
.TechDiagramLinks {
  width: 155px;
  height: 245px;
  padding: 5px;
}

.TechDiagramLinks a:link {
  display: block;
  width: 155px;
  height: 245px;
  padding: 5px;
  text-decoration: none;
  border: 1.5px solid #1d5892;
  background-color: #ffffff;
}

.TechDiagramLinks a:visited {
  display: block;
  width: 155px;
  height: 245px;
  padding: 5px;
  text-decoration: none;
  border: 1.5px solid #1d5892;
  background-color: #ffffff;
}

.TechDiagramLinks a:hover {
  color: red;
  border: 2px solid #1d5892;
}

/*'Last updated at' versioning information for all web pages*/
.LastUpdatedAt {
  font-family: Verdana;
  font-size: 0.75em;
  text-align: right;
}

.Disclaimer {
  font-family: Verdana;
  font-size: 0.75em;
}

/*Technical Model pages - glossary terms*/

.techModelGlossary {
  font-family: Arial;
  font-size: 0.9em;
  font-style: italic;
}

