ol {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px
}

li {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px
}

ul {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px
}

h1 {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 18px;
    font-weight : bold;
    color : #000000
}

h2 {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
    font-weight : bold ;
    font-style : normal ;
    color : #000000
}

h4 {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
    font-weight : bold ;
    font-style : normal;
    color : #000000
}

p {
    color : #000000
}

pb {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight : bold;
    margin-top : 0px;
    margin-bottom : 0px;
    padding-top : 0px;
    padding-bottom : 0px ;
    color : #000000
}

.smallnavlinks {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-weight : bold;
    color : #000000;
}

.largenavlinks {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    font-weight : bold;
    color : #000000;
}

.errorfont {
    text-align : left;
    margin-left : 0px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight : bold;
    color : #000000
}


a:link, a:visited {
    color : #000000;
}

a:active, a:hover {
    color : #FF6633;
}

body {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : #333333
}

td {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : #000000
}



/* ******** display.jar #C0C0C0; specific styles ********** */

table.table {
   background-color: #EBEEF5;
   border-collapse: collapse;
   target : "_top";

}

tr.tableRowHeader {
  font-family: Arial, Helvetica, Sans-Serif, monospace;
  font-size: 11px;
  font-weight: bold;
  background-color: #EBEEF5;
target : "_top";
}

td.tableCellHeader {
  font-family: Arial, Helvetica, Sans-Serif, monospace;
  font-size: 11px;
  font-weight: bold;
  color: black;
target : "_top";
}

th.tableCellHeader {
  font-family: Arial, Helvetica, Sans-Serif, monospace;
  font-size: 11px;
  font-weight: bold;
  color: black;
target : "_top";
}

tr.tablerowodd{
	font-family : Arial, Helvetica, Sans-Serif, monospace;
	font-size : 11px;
	background-color : lightyellow;
	line-height: 11pt;
	white-space : nowrap;
target : "_top";
}

tr.tableroweven{
	font-family : Arial, Helvetica, Sans-Serif, monospace;
	font-size : 11px;
	background-color : white;
	line-height: 11pt;
	white-space : nowrap;
target : "_top";
}

td.tablecell{
    font-family : Arial, Helvetica, Sans-Serif, monospace;
    line-height: 10px;
    white-space : nowrap;
target : "_top";
}

/********* end display.jar specific styles ***********/

/* Class selector section */
/* Class selectors can be used to select any HTML element that has a class attribute */

/* Basically used for (in GeoCenter anyway), the Welcome message in the left nav */
.leftNavMessage {
    font-weight : bold;
    color: #FF0000;
}

/* Headings for columns in reports and other "table" content */
.columnHeading {
    font-weight : bold;
    text-decoration: underline;
    color: #000000
}

/* Label for fields that require user entry */
.entryFieldLabel {
    font-weight : bold;
    color: #000000
}

/* Label for fields where we present uneditable data, such as on an order summary page */
.dataFieldLabel {
    font-weight : bold;
    color: #000000
}

.dataFieldLabelR {
	font-weight : bold;
	text-align: right;
    color: #000000
}

/* Label text next to a checkbox or radio button */
.radioCheckboxLabel {
    font-weight : bold;
    color: #000000
}

/* For text that we want to call special attention to, such as text that states that we're charging
   your credit card $X, or that you need to agree to the agreement, etc.  */
.alertText {
    font-weight : bold;
    color: #000000
}

/* Message back to user when an entered field is missing or wrong */
.errorMessage {
    font-weight : bold;
    color: #FF0000
}

/* Background color for a heading row */
.tableHeaderRow {
    font-weight : bold;
    background-color : #EBEEF5;
    color: #003798
}

/* Background color for an even numbered row to make it easier to read across rows in a table */
.tableEvenRow {
    background-color : #fffaf4 ;
}

/* Background color for a row we want to highlight for some reason */
.tableAlertRow {
    background-color : #FF0033 ;
}

/* Text for logged-in person's info */
.loginInfo {
    font-size : 10px;
    font-weight : bold;
    color: #000000
}

/* Label for above info */
.loginInfoLabel {
    font-size : 10px;
    font-weight : bold;
    color: #000000
}

/* Style for status messages */
.successMessage {
    font-weight : bold;
    color: #009900
}

a.blue_link:link {
    color :#003399;
}

a.blue_link:visited {
    color :#003399;
}

a.blue_link:active {
    color : #FF6633;
}

a.blue_link:hover {
    color : #FF6633;
}

/*
Start - Product Links - Need to be filled in
*/
A.brand_color:link{
}

A.brand_color:visited{
}

A.brand_color:hover{
}

A.brand_color:visited:hover{
}

A.brand_color:active{
}
.brand_color {
}
/*
End - Product Links - Need to be filled in 
*/
/*
Start - Logoff Link
*/
A.logoff
{ 
    font-size:10px;
    font-weight:bold;
    text-decoration:underline
}
    /*
End - Logoff Link
*/
/*
Not sure if we need to go with thawte blue or the color mentioned here
for the order page
*/
.order_brand_color {
    color:#0000ff;
}

/*Start - Used in Order Certificate Page*/
.terminate_button {
    background-color:darkblue;
    color:#FFFFFF;
    font-weight:bold;
    height:21px;
    width: 150px;
}
.contract_expired {
    color: red;
}
.contract_not_active {
    color: yellow;
}
.credit_card_expired {
    color: red;
}
/*End - Used in Order Certificate Page*/

/*Start - Edit Email Message Page*/
.editEmailMessageBar {
    background-color:LIGHTSTEELBLUE;
}

.editEmailMessageBarText {
	font-weight : bold;
	text-decoration: underline;
    color: #000000
}
.editEmailSubSection {
	font-weight : bold;
	background-color : #F0F0F0;
    color: #003798
}
/*End - Edit Email Message Page*/

/*Start - Left Nav Color*/
.leftNavBGColor {
    background-color : #ebeef5;
}
/*End - Left Nav Color*/
.prodSelectionBGColor {
    background-color : lightyellow;
}
.eol_message_block {
    border-style:solid; 
    border-color:#000000; 
    color: #FF0000; 
    border-width: 3px"
}

div.CAADiv {
	border-style: solid;
    border-width: 2px;
    border-color: #000000;
    width: 566px;
}

.failedMessage {
	color: red;
}

.failedCAAMessageWithBrandDisplay {
	color: red;
	font-size: 120%;
}

div.innerCAADiv {
	width: 560px;
	position: relative;
	left: 6px;
	right: 6px;
}

.font_14px_bold {
        font-weight:bold; 
        font-size:14px
}
.cookies_div_banner{
	z-index: 5000 !important;
    background-color: rgb(122, 140, 187) !important;
    color: #FFF !important;
    position: fixed;
    bottom: 0px;
    left: 0px;
    font: -WEBKIT-SMALL-CONTROL;
    width: 100%;
}
.cookies_div_banner_button{
	margin-left: auto !important;
    margin-right: auto !important;
    max-width: 80%;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}
.cookies_div_banner_text {
	line-height: 1.61538462 !important;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    color: #fff;
}
.cookies_notice_dismiss {
	margin-top: 0;
    margin-bottom: 0;
    margin: 4px;
    box-sizing: inherit;
}
.cookies_notice_goti_button {
	position: relative;
    padding: .8em 1em;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: #f3823d;
    outline: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    border-color: #aeaeae;
    box-shadow: 0 0 0 0 rgba(0,149,255,0);
    color: #fff;
    width: 75px;
}
.cookies_div_banner_text a {
color : #fff;
}
.cookies_div_banner_text a:visited {
color : #fff;
}