/* The first section contains type selectors */
/* Type selectors apply to all tags of the type specified */

OL {
	font-family: Arial, sans-serif, Helvetica;
	font-size : 11px;
}

LI {
	font-family: Arial, sans-serif, Helvetica;
	font-size : 11px;
}

UL {
	font-family: Arial, sans-serif, Helvetica;
	font-size : 11px;
}


H1 {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 18px;
	color: #003399;
	margin : 0px;
	font-weight : bold;
	border-bottom-width : 0px;
}

H2 {
font-family: Arial, sans-serif, Helvetica;
	font-size: 14px;
	color: #003399;
	margin : 0px;
	font-weight : bold;
	border-bottom-width : 0px;
}

/* don't use this for now */
H3 {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 13px;
	color: #000000;
	margin : 0px;
	font-weight : bold;
	border-bottom-width : 0px;
}

/* don't use this for now */
H4 {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 13px;
	color: #000000;
	margin : 0px;
	font-weight : bold;
	border-bottom-width : 0px;
}

p {
    color : #000000;
}

A:link {
	font-family: Arial, sans-serif, Helvetica;
	font-size : 11px;
	color : #003399;
}

A:visited {
	font-family: Arial, sans-serif, Helvetica;
	font-size : 11px;
	color : #003399;
}

A:hover, A:active {
	font-family: Arial, sans-serif, Helvetica;
	font-size : 11px;
	color : #FF6633;
}

A.logoff:link
{ color: #FF5000;
font-family:"Verdana", "Courier";
font-size:10px;
font-weight:bold;
text-decoration:underline}


A.logoff:visited
{ color:#FF5000;
font-family:"Verdana", "Arial", sans-serif;
font-size:10px;
font-weight:bold;
text-decoration:underline}


A.logoff:hover
{ color:#FF5000;
font-family:"Verdana", "Arial", sans-serif;
font-size:10px;
font-weight:bold;
text-decoration:underline;
}

A.logoff:visited:hover
{ color:#FF5000;
font-family:"Verdana", "Arial", sans-serif;
font-size:10px;
font-weight:bold;
text-decoration:underline;
}

A.logoff:active
{ color:#FF5000;
font-family:"Verdana", "Arial", sans-serif;
font-size:10px;
font-weight:bold;
text-decoration:underline}

BODY {
	font-family: Arial, sans-serif, Helvetica;
	font-size : 11px;
    color: #333333
}

TD {
	font-family: Arial, sans-serif, Helvetica;
	font-size : 11px;
    color: #000000
}


/* Basically used for (in GeoCenter anyway), the Welcome message in the left nav */
.leftNavMessage {                                                 
	font-weight : bold;
    color: #FF5000;
}

/* 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
}

/* color of prices displayed in validity period  */
.priceColor {
    color: #0000ff
}

/* 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: #FF0000
}

/* 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
}

/* ******** 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 ***********/

/*
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
*/
.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;
}
.no_matching_contract {
    color: red;
}
.eol_message {
    color: red;
}
.eol_message_block {
    border-style:solid; 
    border-color:#000000; 
    color: #FF0000; 
    border-width: 3px"
}

.pre-wrap {
	width: 540px;                          /* specify width  */
	white-space: pre-wrap;                 /* CSS3 browsers  */
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
	white-space: -pre-wrap;                /* Opera 4 thru 6 */
	white-space: -o-pre-wrap;              /* Opera 7 and up */
	word-wrap: break-word;                 /* IE 5.5+ and up */
	/* overflow-x: auto; */                /* Firefox 2 only */
	/* width: 99%; */		       /* only if needed */
}
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;
}