/* 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: #000000;
	margin : 0px;
	font-weight : bold;
	border-bottom-width : 0px;
}

H2 {
font-family: Arial, sans-serif, Helvetica;
	font-size: 14px;
	color: #000000;	
	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 : #1446A8;
	text-decoration:underline;
}

A:visited {
	font-family: Arial, sans-serif, Helvetica;
	font-size : 11px;
	color : #1446A8;
	text-decoration:underline;
}

A:hover, A:active {
	font-family: Arial, sans-serif, Helvetica;
	font-size : 11px;
	color : #1446A8;
}

A.logoff:link
{ color: #DD5500;
font-family:"Verdana", "Courier";
font-size:10px;
font-weight:bold;
text-decoration:underline}


A.logoff:visited
{ color:#DD5500;
font-family:"Verdana", "Arial", sans-serif;
font-size:10px;
font-weight:bold;
text-decoration:underline}


A.logoff:hover
{ color:#DD5500;
font-family:"Verdana", "Arial", sans-serif;
font-size:10px;
font-weight:bold;
text-decoration:none;
}

A.logoff:visited:hover
{ color:#DD5500;
font-family:"Verdana", "Arial", sans-serif;
font-size:10px;
font-weight:bold;
text-decoration:none;
}

A.logoff:active
{ color:#DD5500;
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: #000000;
}

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: #000000;
	background-color: #FECF71;
}

/* 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
}

/*Gray out disabled fields*/
.disabledField {
  BACKGROUND: #E5E5E5;
  BORDER-BOTTOM: #E5E5E5 1px solid;
  BORDER-LEFT: #E5E5E5 1px solid;
  BORDER-RIGHT: #E5E5E5 1px solid;
  BORDER-TOP: #E5E5E5 1px solid;
}

/* 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 on first page */
.priceColor {
    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: #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 : #F0F0F0;
    color: #003798
}

/* Background color for an even numbered row to make it easier to read across rows in a table */
.tableEvenRow {
	background-color : #F0F0F0;
}

/* Background color for a row we want to highlight for some reason */
.tableAlertRow {
	background-color : #FECF71;
}

/* 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: #000000
}

/* ******** display.jar #C0C0C0; specific styles ********** */

table.table {
   background-color: #F0F0F0;
   border-collapse: collapse;
   target : "_top";
}

tr.tableRowHeader {
  font-family: Arial, Helvetica, Sans-Serif, monospace;
  font-size: 11px;
  font-weight: bold;
  background-color: #F0F0F0;
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";
}

/*
Start - VeriSign Report Related Style, not available for GeoTrust - GeoCenter
*/
a.tableCellHeader:link {
  color: #DD5500;
}

a.tableCellHeader:visited {
  color: #DD5500;
}

a.tableCellHeader:hover {
  color: #DD5500;
}

a.tableCellHeader:visited:hover {
  color: #DD5500;
}

a.tableCellHeader:active {
  color: #DD5500;
}

td.tableCellAction a:link {
  color: #DD5500;
}

td.tableCellAction a:visited {
  color: #DD5500;
}

td.tableCellAction a:hover {
  color: #DD5500;
}

td.tableCellAction a:visited:hover {
  color: #DD5500;
}

td.tableCellAction a:active {
  color: #DD5500;
}
/*
End - VeriSign Report Related Style, not available for GeoTrust - GeoCenter
*/

tr.tablerowodd{
	font-family : Arial, Helvetica, Sans-Serif, monospace;
	font-size : 11px;
	background-color : #FFFFFF;
	line-height: 11pt;
	white-space : nowrap;
target : "_top";
}

tr.tableroweven{
	font-family : Arial, Helvetica, Sans-Serif, monospace;
	font-size : 11px;
	background-color : #FBF8A8;
	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";
}

/*Start - Footer Styles*/
A.linkStyle:link{
    text-decoration:none;
    color:#ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    vertical-align:middle;
    padding-left:3px;
    padding-right:7px;
}

A.linkStyle:visited{
    text-decoration:none;
    color:#ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    vertical-align:middle;
    padding-left:3px;
    padding-right:7px;
}

A.linkStyle:hover{
    text-decoration:none;
    color:#ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    vertical-align:middle;
    padding-left:3px;
    padding-right:7px;
}

A.linkStyle:visited:hover{
    text-decoration:none;
    color:#ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    vertical-align:middle;
    padding-left:3px;
    padding-right:7px;
}

A.linkStyle:active{
    text-decoration:none;
    color:#ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    vertical-align:middle;
    padding-left:3px;
    padding-right:7px;
}

.linkBottom {
	text-decoration:none;
	color:#666666;
	width:760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:5px;
    text-align:left;
}

.editedFooterBar {
	background-color : #8e908f;
	background-repeat:repeat-x;
	height:20px;
    vertical-align:middle;
    color:#FFFFFF;
	font-size:10px;
    padding-top:2px;
    text-align:center;
}
/*End - Footer Styles*/
/********* end display.jar specific styles ***********/

/*Start - Header Style*/
.headerBar {
	background-image:url(images/bg_redbar_verisign.gif);
	background-repeat:repeat-x;
	width:730px;
	height:20px;
}

.header_links {
	color: #1446a8;
	font-size: 11px;
}
/*End - Header Style*/
/*
Start - Product Links
*/
A.brand_color:link{
    color:#DD5500;
}

A.brand_color:visited{
    color:#DD5500;
}

A.brand_color:hover{
    color:#DD5500;
}

A.brand_color:visited:hover{
    color:#DD5500;
}

A.brand_color:active{
    color:#DD5500;
}
.brand_color {
    color:black;
}
/*
End - Product Links
*/
.order_brand_color {
    color:#DD5500;
}
/*Start - Used in Order Certificate Page*/
.terminate_button {
    background-color:#DD5500;
    color:#FFFFFF;
    font-weight:bold;
    height:21px;
    width: 150px;
}
.contract_expired {
    color: #DD5500;
}
.contract_not_active {
    color: #DD5500;
}
.credit_card_expired {
    color: maroon;
}
/*End - Used in Order Certificate Page*/


/*Start - Edit Email Message Page*/
.editEmailMessageBar {
    background-color:#DD5500;
}

.editEmailMessageBarText {
	font-weight : bold;
	text-decoration: underline;
    color: #FFFFFF
}
.editEmailSubSection {
	font-weight : bold;
	background-color : #F0F0F0;
    color: #000000;
}
/*End - Edit Email Message Page*/

/*Start - Left Nav Color*/
.leftNavBGColor {
    background-color : #F0F0F0;
}
/*End - Left Nav Color*/
.prodSelectionBGColor {
    background-color : lightyellow;
}
.no_matching_contract {
    color: red;
}

.pickUpHeader {
    font-family:Trebuchet MS;
    text-align:left;
    font-weight:normal;
    font-size:27px;
    font-style:normal;
    text-decoration:none;
    color:#333333;
}

.pickupSubtitle {
    font-family:Arial;
    text-align:left;
    font-size:13px;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    color:#333333;
    word-wrap:normal;
}

.pickupLegal {
    font-family:Arial;
    text-align:left;
    font-size:11px;
    font-style:normal;
    text-decoration:none;
    color:#333333;
}

.backgroundImage {
    background-image: url('images/white_1.png');
}

.requiredStar {
    font-family:Arial;
    font-size:13px;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    color:#9B0033;
    text-align:right;
    word-wrap:normal;
}

.inputTextBox {
    width:180px;
    height:25px;
    text-align: left;;
    font-family:'Arial';
    font-size: 13px;
    color:#000000;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
}


.fieldLabel {
    font-family:Arial;
    font-size:13px;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    color:#333333;
    text-align:right;
    word-wrap:normal;
}

.tcxAgreementContainerStyle {

    background-color:#e6e6e6;
    width:620px;
    margin-botton:15px;

}

.tcxAgreementHeaderStyle {

    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;color:#000000;
    margin-left:10px;
    margin-top:15px;

}

.tcxAgreementTextContainerClass {


    font-family:Arial;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    margin-left:10px;

}

.tcxAgreementTextStyle {


    text-decoration:none;
    color:#000000;

}

.tcxAgreementLinkClass {

    text-decoration:underline;
    color:#424242;

}

.authPageHeadingStyle {

    font-family:Trebuchet MS;
    font-size:27px;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    color:#333333;

}

.tcSysErrBrowserHeadingClass {

	font-family:Arial;
	font-size:21px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#333333;
}

.tcSysErrBrowserTextListStyle {

	color:#CE6200;
	margin-top:20px;
}

.tcSysErrBrowserTextClass {

	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#333333;
}

.tcSysErrBrowserTextFooterContainerClass {

	margin-top:30px;
}

.tcSysErrBrowserTextClass1 {

	font-weight:bold;
	color:#CE6200;

}

.tcSysErrBrowserLinkClass {

	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#000000;
}

.tcxTextClass {

	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#333333;
}

.tcxAgreementUserCBClass {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#000000;
}

.tcxInstallCompleteTextClass {

	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#333333;
}

.tcxInstallCompleteAddBookmarkClass {

	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
	color:#0000FF;

}

.tcxInstallCompleteButtonTextClass {

	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#333333;

}

.tcxInstallCompleteHeaderClass {
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#000000;

}

.tcxAuthCompletedHeadingClass {

    font-family:Arial;
    font-size:18px;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    color:#333333;

}


.tcxAuthCompletedSubHeadingClass {

    font-family:Arial;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    color:#333333;
    font-size:14px;

}

.tcxAuthCompletedTextClass {

    font-size:12px;
    font-family:Arial;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    color:#333333;
}

.tcxAuthCompletedLinkClass {

    font-size:12px;
    font-weight:bold;
    text-decoration:underline;
    color:#0000FF;
    font-family:Arial;
    font-style:normal;
}

.tcxAuthCompletedOrderedListClass {

    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    color:#333333;

}

.tcxAuthRequiredFieldTextClass {

    font-family:Arial;
    font-size:13px;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    color:#666666;
}

.tcxNetscapeOrderedListClass {

    font-size:12px;
    font-family:Arial;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    color:#333333;

}

.tcxAuthCompletedBoldTextClass {

    font-size:12px;
    font-family:Arial;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    color:#333333;

}

.tcxAuthCompletedButtonClass {

    font-size:12px;
    font-family:Arial;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    color:#333333;

}

.tcSysErrTextClass {

	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color: #ff0000;
}

.tcSysErrLinkClass {

     font-size:12px;
    font-weight:normal;
    text-decoration:underline;
    color:#0000FF;
    font-family:Arial;
    font-style:normal;

}


.tcxErrorTextClass {

	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

.tcxErrorTextClass {

	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
    color: #ff0000;
}

.tcxErrorHeadingClass {

	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
    color: #ff0000;
}

.tcxKeySizeClass {
	
	font-size:12px;
    font-family:Arial;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    color:#333333;
    margin-right:50;
	
}

.tcxTextBoldClass {

	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#333333;
}

.tcxLinkTextClass {

	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#000000;
}

.tcxLinkClass {

    font-size:12px;
    font-weight:bold;
    text-decoration:underline;
    color:#0000FF;
    font-family:Arial;
    font-style:normal;
}

.tcxTextClass {

    font-size:12px;
    font-family:Arial;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    color:#333333;
}

.tcxPageHeadingClass {

    font-family:Arial;
    font-size:18px;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    color:#333333;

}

.tcxAuthCompletedErrorClass {

	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color: #000000;
}

.tcxNoDevDriverErrorClass {

	font-family:Arial;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color: red;
}

.tcxEnrolleeKeySizeRecommondationClass {
    font-size:12px;
    font-family:Arial;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    color:#333333;
	margin-left: 20px;
}

.tcxImportantWordInOrangeClass {
	font-weight: bold;
	color: #FF9900;
}

.tcxEnrolleeAuthTextClass {

    font-size:13px;
    font-family:Arial;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    color:#333333;
}

.tcxImportCertFailedTextClass {
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#333333;
}

.tcxImportCertFailedLinkClass {
    font-size:13px;
    font-weight:normal;
    text-decoration:underline;
    color:#0000FF;
    font-family:Arial;
    font-style:normal;
}

A.tcxImportCertFailedLinkClass {
	font-family: Arial, sans-serif, Helvetica;
	font-size : 13px;
	color : #1446A8;
	text-decoration:underline;	
}
.tcxAuthFieldTextBoxClass {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 13px;
	color: #000000;	
}

.tcxAuthFieldPasswordBoxClass {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 13px;
	color: #000000;	
}

.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
}
.required {
		color: #9B005A;
}

.warning {
			color: red;
}
.cookies_div_banner{
	z-index: 5000 !important;
    background-color: rgb(253, 191, 58) !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: #333;
}
.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: #333;
    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 : #333;
}
.cookies_div_banner_text a:visited {
    color : #333;
}