/* Our Styles */
/*
 *	WebFont Package Licensed to Unisys Corporation
 */


/* Tomato Grotesk Bold */
@font-face {
    font-family: Tomato Grotesk;
    src: url('/framework/fonts/woff2/Tomato Grotesk bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('/framework/fonts/woff/Tomato Grotesk bold.woff') format('woff'); /* Pretty Modern Browsers */
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Tomato Grotesk Regular */
@font-face {
    font-family: Tomato Grotesk;
    src: url('/framework/fonts/woff2/Tomato Grotesk Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/framework/fonts/woff/Tomato Grotesk Regular.woff') format('woff'); /* Pretty Modern Browsers */
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Tomato Grotesk Bold Slanted */
@font-face {
    font-family: Tomato Grotesk Slanted;
    src: url('/framework/fonts/woff2/Tomato Grotesk bold Slanted.woff2') format('woff2'), /* Super Modern Browsers */
    url('/framework/fonts/woff/Tomato Grotesk Bold bold.woff') format('woff'); /* Pretty Modern Browsers */
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* Tomato Grotesk Regular Slanted */
@font-face {
    font-family: Tomato Grotesk Slanted;
    src: url('/framework/fonts/woff2/Tomato Grotesk Regular Slanted.woff2') format('woff2'), /* Super Modern Browsers */
    url('/framework/fonts/woff/Tomato Grotesk Regular Slanted.woff') format('woff'); /* Pretty Modern Browsers */
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* Use to hide divisions on screen */
@media screen
{
	.printonly {display: none}
}

/* Use to hide divisions on screen */
@media handheld
{
	.printonly {display: none}
}
/* Use to hide and show divisions */
div.hide { 
	display: none
}

div.show {
	display: block
}

/** Base style */
body.oldbody {        
    background-color: #FFFFFF;
    margin: 11px 0pt 0pt 6px;
}
a.h4 {
    font-size: 16px;
    color: #003134 !important;
    font-weight: bold;
    padding-top: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
}
a.imglink {
    padding: 0px 0px 0px 0px !important;
    margin: 0px 2px 0px 0px !important;
    display: inline-block !important;
    height: 16px;
    vertical-align: middle;
}
.mobile-height
{
    height: 19px;
    margin: 0px 5px 0px 0px;
    vertical-align: middle;
    padding: 0px 0px 0px 0px;
}
/** Preformatted text base */
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 11pt;
    font-weight: normal;
}
    pre.sn {
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        border: 1px solid gray;
        padding: 5px 5px 5px 5px;
        border-radius: 5px;
        width: 755px;
        margin-top: 0;
        margin-bottom: 5px;
        overflow-x: auto;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    pre.snQ2Eng {
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        border: 1px solid gray;
        padding: 5px 5px 5px 5px;
        border-radius: 5px;
        width: 755px;
        margin-top: 0;
        margin-bottom: 5px;
        overflow-x: auto;
        white-space: pre-wrap;
        word-wrap: break-word;
        background-color: #e9e9ef;
        border-left: 3px solid #007173;
    }
    pre.snEng2Sn {
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        /*border: 1px solid #1B00EB;*/
        border: 1px solid gray;
        padding: 5px 5px 5px 5px;
        border-radius: 5px;
        width: 755px;
        margin-top: 0;
        margin-bottom: 5px;
        overflow-x: auto;
        white-space: pre-wrap;
        word-wrap: break-word;
        background-color: #e9e9ef;
        border-left: 3px solid #1B00EB;
    }
pre a {
	font-family: "Courier New", Courier, monospace;
	font-size: 11pt;
}

#left-sidebar 
{
	width: 240px;
	margin-right: 20px;
    float: left;
    background-color: #E9E9EF;
    
    /*margin-top: -19px;*/
}

#navSidebar {
    background-color: #E9E9EF;
}
#left-sidebar h2, #right-sidebar h2 {
    color: #999999;
}
#right-sidebar .sidebar-section {
    margin-top: -1px; /* to hide the top border */
    padding: 1em 0;
    overflow: hidden; 
    border-bottom: 1px solid #ccc;
}
#left-sidebar H2 {
    COLOR: #999999;
    padding-bottom: 2px;
    margin-bottom: 0px;
    border-bottom: 1px solid #E5E5E5;
}

/*CheckBox Hack - expand collapse menu*/
.dropdownDiv {
    display: block;
}

#left-sidebar input[type=checkbox] {
    display: none;
}

.dropdown input[type=checkbox] {
    display: none;
}

/*added as a shortcut bc I couldn't remember how I previously hid the home page checkboxes*/
.dropdownInvisibleCheckBox { 
    display: none;
}



input[type=checkbox]:checked + .dropdownDiv {
    display: none;
}

#navDisplayToggle {
    float: right;
    display: inline-block;
}

#navToggle {
    float: left;
}

#left-sidebar UL.collapsible-navigation-menu
{
    MARGIN-LEFT: 0px;
    MARGIN-RIGHT: 0px;
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px;
    PADDING-BOTTOM: 0px;
}
    #left-sidebar UL.collapsible-navigation-menu LI {
        LIST-STYLE-IMAGE: none;
        LIST-STYLE-TYPE: none;
        MARGIN-BOTTOM: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: 1px solid darkgrey;
    }
.sidebar-section h2
{
	font-size: 15px;
	font-weight: bold;
}
#left-sidebar .sidebar-section
{
    margin-left: 5px;
    /*PADDING-TOP: 20px;*/
}

#testing {
    background-color: #E9E9EF;
}

#left-sidebar .sidebar-section A
{
    TEXT-DECORATION: none;
    outline: none;
    font-weight: bold;
    font-size: 13px;
}
#left-sidebar .sidebar-section A:visited
{
    TEXT-DECORATION: none;
    outline: none;
}
.dyn-nav-div
{
    margin-bottom: 10px;
}
.dyn-nav-div UL.collapsible-navigation-menu2
{
    list-style : none
}
.dyn-nav-div UL.collapsible-navigation-menu2
{
    MARGIN-LEFT: 0px;
    MARGIN-RIGHT: 0px;
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px;
    PADDING-BOTTOM: 0px;
}

.dyn-nav-div UL.collapsible-navigation-menu2 LI
{
    BORDER-TOP: #ccc 1px solid;
    BORDER-BOTTOM: #efeff1 1px solid;    
    LIST-STYLE-IMAGE: none;
    LIST-STYLE-TYPE: none;
    MARGIN-LEFT: 0px;
    MARGIN-RIGHT: 0px;
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px;
    PADDING-BOTTOM: 0px;
}

.dyn-nav-div UL.collapsible-navigation-menu2 LI A {
    DISPLAY: block;
    background: white;
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 10px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    MARGIN-LEFT: 0px;
    MARGIN-RIGHT: 0px;
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    COLOR: #007173;
    FONT-SIZE: 13px;
}
.dyn-nav-div UL.collapsible-navigation-menu2 LI A:hover {
    COLOR: #003134;
    outline: none;
    FONT-SIZE: 13px;
}
.dyn-nav-div UL.collapsible-navigation-menu2 LI A:visited
{
    TEXT-DECORATION: none;
    outline: none;
    FONT-SIZE: 13px;
    font-weight: bold;
}
.dyn-nav-div UL.collapsible-navigation-menu2
{
    list-style : none
}
.column
{
    FLOAT: left;
    POSITION: relative
}
#navmenu
{
    COLOR: #666;
    LINE-HEIGHT: 1.1em;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
}
 #navmenu UL.navigation-menu
{
    BORDER-TOP: #000000 1px solid;
    MARGIN-BOTTOM: 0px;
    MARGIN-TOP: 0px;
    MARGIN-LEFT: 0px;
    MARGIN-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    LIST-STYLE-IMAGE: none;
    LIST-STYLE-TYPE: none;
}
#navmenu UL.navigation-menu LI
{
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    MARGIN-BOTTOM: 0px;
    MARGIN-TOP: 0px;
    MARGIN-LEFT: 0px;
    MARGIN-RIGHT: 0px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
}
#navmenu UL.navigation-menu LI A
{
    DISPLAY: block;
    FONT-SIZE: 12px;
    BACKGROUND: #fcf5e0;
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 10px;
    PADDING-BOTTOM: 5px;
    PADDING-TOP: 5px; 
    FONT-WEIGHT: normal;
    COLOR: #000000;
    LIST-STYLE: none;
}
#navmenu UL.navigation-menu LI A:hover
{
    BACKGROUND: wheat;
}
#newmenu
{
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
}
#newmenu UL.navigation-menu
{
    BORDER: 2px solid #007173;
    MARGIN-BOTTOM: 0px;
    MARGIN-TOP: 0px;
    MARGIN-LEFT: 0px;
    MARGIN-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    LIST-STYLE-IMAGE: none;
    LIST-STYLE-TYPE: none;
    min-width: 320px;
    box-shadow: 0px opx 7px 0px rgba(0,0,0,0.47);
    z-order: 1000 important;
}
#newmenu UL.navigation-menu LI
{
    MARGIN-BOTTOM: 0px;
    MARGIN-TOP: 0px;
    MARGIN-LEFT: 0px;
    MARGIN-RIGHT: 0px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    HEIGHT: 30px;
    LINE-HEIGHT: 30px;
}
#newmenu UL.navigation-menu LI A
{
    DISPLAY: block;
    FONT-SIZE: 12px;
    BACKGROUND: white;
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: bold;
    LIST-STYLE: none;
    TEXT-DECORATION: none;
    Color: #007173;
}
#newmenu UL.navigation-menu LI A:hover
{
    color: white;
    background: #007173;
}
#site-name {
    height: 32px;
    padding-top: 18px;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 0px;
    float: left;
    color: #007173 !important;
    font-size: 16px;
    font-weight: bold;
    /* font-family: 'Open Sans', Verdana, Helvetica, Sans-Serif !important */
}
/*********** BEGIN Search Panel *********************/
#gsearch_panel
{
	background:#cacada;
	position:absolute;
	z-index:100;
    display: none;	
    text-align: left;
    width: 270px;				
	top: 115px;
    right: 10px;
    padding: 7px  7px 7px 7px;		
	-moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;	
}

#gclose_search 
{
    float:right; 
    cursor:pointer;

}
.sidivider
{
    color : blue;
    font-weight : bold;
    background-color : beige;
}
ul.square
{
    list-style-position: outside;
    list-style-image: url("/Framework/Image/blue-square.gif");
}
/** Table styles */
table.doc td{
    padding: 5px 0 0 0;
    margin: 0 0 0 0;
}
table.doc tr td.img, table.embedded tr td.img{
    padding-left:20px;
    vertical-align:middle;
    width:34px;
    white-space:nowrap;
    text-align:right
}
table.doc {
    width: 99%;
    margin-left: 12px;
}
table.doc tr.underline, table.embedded tr.underline {
    border-bottom: 1px solid #c6c6c6;
}
    table.doc tr.underline td, table.embedded tr.underline td {
        height: 1px;
        padding-bottom: 2px;
        padding-top: 0px;
    }
table.doc td, table.embedded td{
    padding: 5px 0 0 0;
    margin: 0 0 0 0;
}

table {
}
table.center {
    margin-left:auto; 
    margin-right:auto;
    text-align:center;
}
table.right {
    margin-left:auto; 
    margin-right:0;
    text-align:right;
}

th {
    vertical-align: bottom;
}
th, td {
	text-align: left;
	font-weight: normal;
    padding: 2px;
}
td {
    vertical-align: top;
}


/* This is the style for Tabs in Product Support. */
.webtabbodies
{
	border-right: #c7a8d1 1px solid; 
	border-top: white 0px; 
	border-left: #c7a8d1 1px solid; 
	border-bottom: #c7a8d1 1px solid; 
	padding-right: 6px; 
	padding-top: 6px; 
	padding-left: 6px; 
	padding-bottom: 6px; 
	background-color: white
}
table.tabheader {
    border-collapse: separate !important;
    overflow: hidden;
    perspective: 1px;
}
table.tabheader td{
	border-top: #cacada 1px solid; 
	border-left: #cacada 1px solid; 
	border-right: #cacada 1px solid; 
    height: 28px;
    color: #002e5f;
    text-align: center;
    vertical-align: middle;
    border-top-left-radius: 10px 15px;
    border-top-right-radius: 10px 15px;
}
table.tabheader td.tabopen {
	border-bottom-width: 0px;
    /* font-weight : bold; */
    color: #002e5f;
    padding-left : 5px;
    padding-right : 5px;
	/* border-top: #cacada 1px solid; 
	border-left: #cacada 1px solid; 
	border-right: #cacada 1px solid; */
    }
    table.tabheader td.tabdisabled {
        border-bottom: #cacada 1px solid;
        font-weight: normal;
        font-size: 9pt;
        background-color: #efeff1;
        padding-left: 5px;
        padding-right: 5px;
        color: silver;
    }
table.tabheader td.tabopen a {
    font-size: 9pt;
    TEXT-DECORATION: none;
    color: #002e5f;
}
    table.tabheader td.tabsiopen {
        /* font-weight :bold; */
        background-color: white;
        /* font-family: Verdana, Sans-Serif;*/
        font-size: 9pt;
        color: #000000;
        height: 20px;
        text-align: center;
        padding-right: 1px;
        padding-left: 1px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        border-bottom: none 0px white;
        border-top-left-radius: 0px 0px;
        border-top-right-radius: 0px 0px;
        white-space: nowrap;
    }

table.tabheader td.tabsiopen a {
    TEXT-DECORATION: none;
    color: #000000;
    font-size: 9pt;
 /*   font-weight: bold; */
    margin-left: 5px;
    margin-right: 5px;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
 }
    table.tabheader td.tabsi {
        background-color: #fcf5e0;
        /* font-family: Verdana, Sans-Serif;*/
        font-size: 9pt;
        color: #000000;
        height: 10px;
        text-align: center;
        padding-right: 1px;
        padding-left: 1px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        border: solid 1px #cacada;
        border-top-left-radius: 0px 0px;
        border-top-right-radius: 0px 0px;
        white-space: nowrap;
    }
table.tabheader td.tabsi a {
    TEXT-DECORATION: none;
    color: #000000;
    font-size: 9pt;
    font-weight: normal; 
    margin-left: 5px;
    margin-right: 5px;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
}
table.tabheader td.tabsidisabled {
    background-color:#fcf5e0;
    /* font-family: Verdana, Sans-Serif; */
    font-size:9pt;
    color:silver;
    height:10px;
    text-align:center;
    padding-right:1px;
    padding-left:1px;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
    border:solid 1px #c7a8d1;
    border-top-left-radius: 0px 0px;
    border-top-right-radius: 0px 0px;
    white-space:nowrap;
}
table.tabheader td.tab {
	border-bottom: #cacada 1px solid; 
    font-size: 9pt;
    /* font-weight : bold; */
    background-color: #efeff1;
    padding-left : 5px;
    padding-right : 5px;
}
table.tabheader td.tab a {
    TEXT-DECORATION: none;
    color: #002e5f;
}
table.tabheader td.tab a:hover{
    color: #002e5f;
}
table.tabheader td.tabspace {
	border-collapse: collapse;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom: #cacada 1px solid; 
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
table.tabcontent {
	border-collapse: collapse;
	border-top-width: 0px;
	border-left-color: #cacada;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #cacada;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #cacada;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
table.tabcontent td {
    padding-left : 5px;
}
table.default {
    width: 600px;
}
table.important {
    border: 3px solid #00486d;
}
/* Standard style table, use for all tables */
/* Note: Borders look best in IE */
table.standard {
	border-collapse: collapse;
	border-top-color: gray;
	border-top-style: solid;
	border-top-width: 2px;
	border-left-color: gray;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
table.standard th,td.th { /* BE SURE TO CHANGE NEXT ONE */
	background-color: #e9e9ef !important; /* light gray */
	border-bottom-color: gray !important;
	border-bottom-style: solid;
	border-bottom-width: 2px !important;
	border-right-color: gray !important;
	border-right-style: solid;
	border-right-width: 2px !important;
	font-weight: bold !important;
	padding: 2px 4px 2px 4px;
	text-align: center !important;
	vertical-align: bottom !important;
}
table.standard th.left { /* BE SURE TO CHANGE NEXT ONE */
	background-color: #e9e9ef; /* light gray */
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 2px;
	font-weight: bold;
	padding: 2px 4px 2px 45px;
	text-align: left;
	vertical-align: bottom;
}

table.standard tr.th td { /* So a tr can look like a th */
	background-color: #e9e9ef;	/* light gray */
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 2px;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	text-align: center;
	vertical-align: bottom;
}
table.standard td {
	background-color: white; /* white */
	border-bottom-color: gray !important;
	border-bottom-style: solid;
	border-bottom-width: 2px !important;
	border-right-color: gray !important;
	border-right-style: solid;
	border-right-width: 2px !important;
	padding: 2px 4px 2px 4px;
	vertical-align: top;
}
table.standard td.middle {
	background-color: white; /* white */
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 2px;
	padding: 2px 4px 2px 4px;
	vertical-align: middle;
}
table.standard td.allmiddle {
	background-color: white; /* white */
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 2px;
	padding: 2px 4px 2px 4px;
	vertical-align: middle;
    text-align : center;
}
table.standard td.grid-item {
	background-color: white; /* white */
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 2px;
	padding: 1px 3px 1px 3px;
	vertical-align: top;
}
table.standard td.grid-item-small {
	background-color: white; /* white */
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 2px;
	padding: 1px 3px 1px 3px;
	vertical-align: top;
    font-size: 9pt ! important
}
table.standard tr.small td { 
	font-size: 9pt ! important
}
table.standard tr.smallalternate td { 
	font-size: 9pt ! important;
	background-color: #efeff1; 
}
table.standard tr.smallth td { 
	font-size: 9pt ! important;
	background-color: #e9e9ef;	/* light gray */
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}
table.standard tr.smallLightGreen td { 
	font-size: 9pt ! important;
	background-color: #90EE90;
}
table.standard tr.smallAqua td { 
	font-size: 9pt ! important;
	background-color: #33ffcc;
}
table.standard tr.smallLightGrey td { 
	font-size: 9pt ! important;
	background-color: #e9e9ef;
}
table.standard tr.smallLightYellow td { 
	font-size: 9pt ! important;
	background-color: #FFFFE0;
}
table.standard tr.smallLightBlue td { 
	font-size: 9pt ! important;
	background-color: #ADD8E6;
}

table.standard td.item-vertical-middle
{
	vertical-align: middle;
}

/* Use within standard table for action type data (edit, delete, etc.) */
table.standard td.center {
	text-align: center
}
table.standard td.action {
	background-color: #FFFFE0; /* light yellow */
}
/* Use within standard table for code type data */
table.standard td.code {
	font-family: "Courier New", Courier, monospace;
}
/* Use within standard table for a dark background on a whole row */
table.standard tr.dark td {
	background-color: #e9e9ef; 
}
/* Use within standard table for a dark background */
table.standard td.dark {
	background-color: #e9e9ef; 
}
/* Use within standard table for a light yellow background (generally for webupdate information)*/
table.standard td.webupdate {
	background-color: #fafad2; /* LightGoldenRodYellow */
}
table.standard td.beige {
	background-color: #F5F5DC;
}
table.standard td.yellow {
	background-color: #FAFAD2; 
}
table.standard td.lime {
	background-color: Lime; 
}
table.standard td.salmon {
	background-color: #FBBBB9; 
}
/* Use within standard table for a dark background on a whole row */
table.standard tr.dark td {
	background-color: silver; /* silver */
}
table.standard td.webupdatecenter {
	background-color: #fafad2; /* LightGoldenRodYellow */
	text-align: center
}
/* Use within standard table for a heading background */
table.standard td.heading {
	background-color: #E5E5E5; /* light gray */
	color: #AA2000; /* maroon */
}
/* Use within standard table for an alternate background color */
table.standard td.alternate {
	background-color: #efeff1; 
}
/* Use within standard table for an alternate row background color */
table.standard tr.alternate td {
	background-color: #efeff1;
}
table.standard tr.alternate td.grid-item table.standard tr td.grid-item{
	background-color: white;
}
table.standard tr.alternate td.grid-item table tr td{
	background-color: #efeff1;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 1px;	
}
table.standard tr td.grid-item table tr td{
	background-color: white;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 1px;
}
table.standard tr.alternate td.grid-item table.standard tr.alternate td.grid-item{
	background-color: #efeff1;
}
table.standard tr.alternate td.grid-item {
	background-color: #efeff1;
}
/* Use within standard table for action data within alternate colored rows */
table.standard tr.alternate td.action {
	background-color: #FFFFE0; /* light yellow */
}
/* Use within standard table for heading data within alternate colored rows */
table.standard tr.alternate td.heading {
	background-color: #E5E5E5; /* light gray */
	color: #AA2000; /* maroon */
}
/* Use within standard table for a heading row in WebTrack */
table.standard tr.heading td {
	background-color: #E5E5E5; /* light gray */
	font-weight: bold;
}
table.standard table td {
	border-bottom-style: none !important;
	border-bottom-width: 0px !important;
	border-right-style: none !important;
	border-right-width: 0px !important;
	padding: 0px 0px 0px 0px;
}
table.standard table.normal td {
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	padding: 2px 2px 2px 2px;
}
table.standard td.inside {
	background-color: white; /* white */
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 0px;
	padding: 0px 0px 0px 0px;
}
table.standard td.inside table {
	border-collapse: collapse;
	border-top-color: gray;
	border-top-style: solid;
	border-top-width: 0px;
	border-left-color: gray;
	border-left-style: solid;
	border-left-width: 0px;
}
table.standard td.inside table th {
	background-color: #E5E5E5; /* light gray */
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 2px;
	color: #AA2000; /* maroon */
	/*font-size: 9pt;*/
	font-weight: normal;
	padding: 2px 5px 2px 5px;
}
table.partial {
	border-collapse: collapse;
	border-top-color: gray;
	border-top-style: solid;
	border-top-width: 0px;
	border-left-color: gray;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 0px;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 0px;
}
table.partial tr.alternate td {
	background-color: #efeff1;
}
table.partial tr.alternate td.no-border {
	background-color: white;
}
table.partial td.no-border {
	background-color: white; /* white */
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 0px;
	border-left-width : 0px;
	border-top-width: 0px;
	padding: 2px 2px 2px 2px;
	vertical-align: top;
}
table.partial td {
	background-color: white; /* white */
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 2px;
	border-left-color: gray;
	border-left-style: solid;
	border-left-width : 2px;
	border-top-color: gray;
	border-top-style: solid;
	border-top-width: 2px;
	padding: 2px 2px 2px 2px;
	vertical-align: top;
}
table.partial th,td.th { /* BE SURE TO CHANGE NEXT ONE */
	background-color: #E5E5E5; /* light gray */
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 2px;
	border-left-color: gray;
	border-left-style: solid;
	border-left-width : 2px;
	border-top-color: gray;
	border-top-style: solid;
	border-top-width: 2px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	text-align: center;
	vertical-align: bottom;
}

/* Intro table: Used mainly in SPI documents */
table.intro {
	color: #000000;
	border-collapse: collapse;
	border-top-color: gray;
	border-top-style: solid;
	border-top-width: 2px;
	border-left-color: gray;
	border-left-style: solid;
	border-left-width: 2px;
	/*margin-left: 10%;*/
	margin-bottom: 12px;
	width: 80%;
}
table.intro th {
	background-color: #F5F5DC;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 2px;
	padding: 2px 5px 2px 5px;
	vertical-align: bottom;
}
table.intro th.emergency {
	color: #d31145;
}
table.intro td {
	background-color: white; /* white */
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 2px;
	color: blue;
	padding: 10px 10px 10px 10px;
	text-align: center;
	vertical-align: top;
}
/* System table: Used to represent a system layout */
table.system {
	color: #000000;
	border-collapse: collapse;
	border-top-color: gray;
	border-top-style: solid;
	border-top-width: 2px;
	border-left-color: gray;
	border-left-style: solid;
	border-left-width: 2px;
}
table.system td {
	background-color: #F5F5DC;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 2px;
	color: blue;
	font-size: 9pt ! important;
	padding: 2px 5px 2px 5px;
	text-align: center;
	vertical-align: middle;
}
table.system td.top {
	font-size: 10pt! important;
	font-weight: bold;
}
table.standard td.inside table td {
	background-color: white; /* white */
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 2px;
	padding: 1px 5px 1px 5px;
}

/* Currently used for FAQ display */
tr.gray {
	background-color: #efeff1; /* gray */
}
tr.gray td {	
	padding-top: 2px;
	padding-bottom: 2px;
}
tr.gray td.underline {
	border-bottom-color: #BDBDBD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
tr.gray td table tr td {	
	border-bottom-width: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* General data table (no borders) */
table.data {
  	width: 720px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/* List for inside a table (ie. Product Category page) */
ul.embedded {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;

 } 
ul.embedded li
{	
	margin-top: 0px;
    margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
blockquote.embedded
{	
	margin-top: 3px;
	margin-bottom: 3px;
}
/** General classes */
/* Provide same look as table.standard td.action */
.action {
	background-color: #FFFFE0; /* light yellow */
}
/* Provide same look as table.standard tr.alternate */
.alternate {
	background-color: #efeff1; 
}
.returnToTop {
	font-size: 9pt;
	text-align: right;
}

/** Web_Track */
SPAN.ERROR {	
	color: red;
	font-weight: bold;
}
SPAN.SUCCESS {
	color: Blue;
	font-weight: bold;
}
.PFIELD /* The style for a protected field */
{
	background-color: #efeff1;
}
.RFIELD /* The style for a required field */
{
	background-color: #90EE90;
}
.TABBODIES {
	border-right: black 1px solid; 
	border-top: #fafad2 0px; 
	border-left: black 1px solid; 
	border-bottom: black 1px solid; 
	padding-right: 6px; 
	padding-top: 6px; 
	padding-left: 6px; 
	padding-bottom: 6px; 
	background-color: #fafad2;
}
input[type=text].PROTECTED 
{ 
	BACKGROUND-COLOR: #e9e9ef;
}
.PROTECTED 
{ 
	BACKGROUND-COLOR: #e9e9ef;
}

/***************************
BUTTON HEIGHT
WHAT'S NEW LIST
RELEASES
NAVIGATION LIST
*/

/* GRID HEADER */
.grid-header 
{
	color:Black;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-top: 1px;
	vertical-align: bottom;
}

.grid-item
{
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-top: 5px;
	margin: 1px;
	vertical-align: top;
}
.grid-item-vertical-middle
{
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-top: 1px;
	margin: 1px;
	vertical-align: middle;
}


/* ALTERNATING ROW GRID CELL */
.grid-alt-item
{
	background-color: #efeff1;
/*	background-color:#fcf5e0; */
}

.grid-separator
{
	border-bottom: #cccccc 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 1px;
}
textarea.standard {
    COLOR: #444444;
	font-size: 10pt;}
textarea.htmlinput {
	font-size: 10pt;
}
textarea.fixedfont {
	font-family: "Courier New", Courier, monospace;
	font-size: 11pt;
    font-weight: normal;
}
textarea.sn {
    border: 1px solid gray;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    overflow: hidden;
    width: 755px;
    resize: vertical
}
textarea.snnoborder {
    border: 1px solid red;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    width: 755px;
    resize: vertical
}
div.sn {    border: 1px solid gray;
    padding: 5px 5px 5px 5px;
    border-radius: 10px;
    overflow: hidden;
    width: 775px;
    resize: none
}
span.circle {
    border: 1px solid #007173;
    border-radius: 50%;
    background: #007173;
    color: white;
    font-weight: bold;
    font-family: 'Courier New';
    font-size: 14px;
    width: 20px;
    line-height: 20px;
    height: 20px;
    text-align: center;
}
/* GRAY TEXT */
.TextLight
{
	COLOR: #666666;
}

/* SMALLER THAN NORMAL */
.TextSmall
{
	FONT-SIZE: 10pt;
}
.highlight
{
    background-color:#C6F6D7;
}
a.pionly
{
	COLOR: red !important;
}
#pionly
{
	COLOR: red !important;
}
a.unisysonly
{
	COLOR: navy !important;
}
#unisysOnly
{
	COLOR: navy;
}
#unisysonly H4
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    COLOR: navy;
    PADDING-TOP: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
}
#unisysOnly td
{
	COLOR: navy;
}
#unisysOnly ul.embedded
{
	COLOR: navy;
}
#unisysOnly a:link, a.unisysOnly.link {
    color: navy;
    TEXT-DECORATION: none;
}

#unisysOnly a:visited, a.unisysOnly:visited {
    color: navy;
    TEXT-DECORATION: underline;
}

#unisysOnly a:hover, a.unisysOnly:hover {
    COLOR: red;
}
a.unisysOnly:link, a.unisysOnly.link
{
    color: navy;
    TEXT-DECORATION: none;
}
a.unisysOnly:visited
{
    color: navy;
    TEXT-DECORATION: underline;
}
a.unisysOnly:hover {
    COLOR: #003134;
}
a.home:link, a.home:visited, a.home:hover, a.home
{
    MARGIN-LEFT: 0px;
    TEXT-DECORATION: none;
    COLOR: #003134;
    font-weight: bold;
}
a.home:hover {
    COLOR: #007173;
}

    .home {
        MARGIN-LEFT: 0px;
        margin-top: 5px;
        TEXT-DECORATION: none;
        COLOR: #003134;
        font-weight: bold;
        display: inline-flex;
    }

    .home:hover {
        COLOR: #007173;
    }

    .navHeader:hover {
        COLOR: #007173;
    }

.docframe
{
    width: 100%;
    height: 480px;
    margin-top: 10px;
}
.doclink
{
    margin-left: 5px;
    display: inline-block !important;
}
    
/* Styles from Corporate */
html {
    /* font-family: sans-serif; */
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    /*-webkit-text-size-adjust: 100%; */
    /* 2 */
}
body {
    margin: 0;
    font-family: "Tomato Grotesk",Arial,sans-serif !important;
    font-weight: normal;
    font-size: 14px;
    color: #003134;
    letter-spacing: .01em;
}

p {
    margin: 0px;
    padding: 0px;
}
a {
    background: transparent;
    font-weight: bold;
}
 /**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
        outline: 0 thin dotted;
    }

a:link,
a.link,
a:visited {
    color: #007173;
    TEXT-DECORATION: none;
}

a:hover,
a:active {
    /* TEXT-DECORATION: underline; */
    color: #003134;
}
a.underline:visited{
    color: gray;
}

hr
{
    border-top-color: #007173;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 120%;
    /* font-family: 'Open Sans', sans-serif !important;*/
    margin-top: 0px;
    margin-bottom: 0px;
}

/* border-box */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#s4-workspace {
    width: 100% !important;
    height: inherit !important;
    min-height: 600px;
/*    overflow:hidden; */
    position:relative;
    /*    overflow: hidden !important; */
}
/*for content block heading alignments*/
#contentBlock {
    margin: 0;
}

h1 {
        font-size: 28px;
        color: #003134 !important;
        font-weight: bold;
        margin: 0px;
        line-height: 1.1 !important;
        padding-top: 4px;
        padding-bottom: 0px;
    }

h2 {
    font-size: 22px;
    color: #003134 !important;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 14px;
}

h3 {
    font-size: 18px;
    color: #003134 !important;
    font-weight: bold;
    padding-top: 3px;
}

h4 {
    font-size: 15px;
    color: #003134 !important;
    font-weight: bold;
    padding-top: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
}

h5 {
    font-size: 14px;
    color: #003134 !important;
    font-weight: bold;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-bottom: 0px;
    margin-top: 0px;
}

img {
    border: 0;
}

.clip {
    height: 16px;
    width: 16px;
    vertical-align: middle
}

header,
section,
nav {
    display: block;
}

.inner-margin {
    margin: 0 auto ;
    padding: 0;
/*    max-width: 980px; 
    min-width: 500px; */
}
#welcome, #welcome a,  #header #topbar .inner-margin #welcome,  #header #topbar .inner-margin #welcome a {
    font-size: 14px;
    line-height: 20px;
}

/*
#welcome,  #header #topbar .inner-margin #welcome {
    padding: 0 10px;
}
*/
header {
    border-bottom: 1px solid #007173;
    min-width: 620px; 
}
#header {
    border-bottom: 1px solid #cacada;
    width: 100%; 
    min-width: 620px;
    margin: auto; 
}
    header #topbar, #header #topbar {
        background: #007173;
        border-bottom: 1px solid #cacada;
        min-height: 20px;
    }

        header #topbar .inner-margin, #header #topbar .inner-margin {
            position: relative;
        }

        header #topbar p, #header #topbar p {
            border: 1px solid #007173;
            border-top: 0;
            border-bottom: 0;
            display: inline-block;
            float: left;
            margin: 0;
            padding: 4px 20px;
            color: #000;
        }

        header #topbar a, #header #topbar a, li#contactUsli a {
            color: white; 
            font-weight: normal;
        }
        header #topbar ul#contactUs, ul#contactUs {   /* Brian added */
            display: inline-block;
            list-style-type: none;
            padding-left: 5px;
            padding-right: 5px;
        }
        header #topbar li#contactUsli, li#contactUsli {
            color: white;
            display: inline;
            font-size: 14px;
            font-weight: normal;
            line-height: 20px;
            border-left: 1px solid #007173;
            border-right: 1px solid #007173;
            padding-left: 10px;
            padding-right: 10px;
        }
    header #header, #header #header {
       /* height: 52px; */
    }
    header #header2 {
        height: 52px;
        min-width: 620px;
        vertical-align: middle;
    }
    #header #header2 {
        height: 52px;
        /* width: 960px; */
        min-width: 620px;
        width: 100%;
    }

        header #header2 .logo, #header #header2 .logo {
            margin: 12px;
            float: left;
        }
 
        header #header .logo, #header #header .logo {
            margin: 12px;
            float: left;
        }

        header #header form#search, #header #header form#search {
            float: right;
            padding: 12px 0 12px 12px;
        }

            header #header form#search span.icon-search, header #header form#search span.icon-search {
                cursor: pointer;
                /* font-family: 'FontAwesome'; */
                font-size: 12px;
                color: #8c8c9d;
                position: relative;
                top: 1px;
                left: 259px;
            }

            header #header form#search input, #header #header form#search input {
                height: 24px;
                font-size: 11px;
                width: 250px;
                border: 1px solid #cacada;
                padding-left: 10px;
            }

.float-left {
    float: left;
}

.float-right {
    float: right;
}
.float-right-inline {
    float: right;
    display: inline;
    margin-right: 10px;
}

.pt15 {
    padding-top: 12px !important;
    padding-bottom: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    height: 37px;
    display: inline;
}

#BreadCrumbbrd {
    padding: 10px 0px 10px 10px;
    border-bottom: 1px solid #007173;
    color: #004b97 !important;
    font-size: 9pt;
    min-width: 620px;
    margin: auto;
}

#BreadCrumb {
}

#BreadCrumb a:link, #BreadCrumb a:visited {
    padding: 0px 5px;
    color: #007173;
    font-size: 13px;
    font-weight: bold;
}
#BreadCrumb a:hover {
    TEXT-DECORATION: none;
    color: #003134;
}

.subbody {
    margin: 0px auto;
/*    width: 980px; */
}

.rightbody {
/*    min-width: 620px;  */
    min-height: 400px;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ms-rtestate-field TABLE,.ms-rtestate-write TABLE
{
    border-collapse:collapse;

}

.ms-rtestate-field h1,
.ms-rtestate-field h2
{
    line-height:1.4;
/* [ReplaceColor(themeColor:"ContentAccent1")] */ color:#0072C6;
}
.ms-rtestate-field h3
{
    line-height:1.4;
}
.ms-rtestate-field h4
{
   line-height:1.2;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-rtestate-field p,
p.ms-rteElement-P
{
    margin:0px 0px 10px 0px;
    line-height:1.4;
}
#logo2 { 
        display: inline-block;
        float: left;
        margin: 3px 20px 0px 0px;
        }
footer, #footer {
    /*    background: #e9e9ef; */
    color: #003134;
    clear: both;
    min-width: 620px;
    width: 100%;
    line-height: 22px;
}
footer #copyright2, #copyright2 {
    /* background: #e9e9ef; */
    color: #003134;
    text-align: left;
    padding-top: 3px;
    font-size: 9pt;
    margin-left: 18px;
}
footer #copyright2 a, #footer #copyright2 a {
    font-weight: normal;
}
#subfooter {
    color: #003134;
    margin-left: 12px;
    margin-right: auto;
}

#subfooter2 {
    color: #999999;
    float: right;
    margin-left: auto;
    margin-right: 20px;
}
#subfooter2 ul {
    padding: 7px 0 0 0;
    margin: 0 0 0 0;
    text-align: right;
    height: 34px;
}

#subfooter2 ul li {
    margin-right: 5px;
    padding-right: 5px;
    padding-left: 25px;
    list-style: none;
    float: right;
}

#subfooter2 ul li a {
    color: #007173;
    outline: none;
    TEXT-DECORATION: none;
    font-weight: normal;
}

#subfooter2 ul li a:hover {
    TEXT-DECORATION: underline;
}
#subcopyright2 {
    float: left;
    height: 34px;
    display: block;
    padding-top: 7px;
}
.tbl-footer {
    height: 58px;
    /* background-color:#25282a; */
    width: 100%;
    min-width: 620px;
    border-top: 1px solid #007173;
    border-bottom: 1px solid #007173;
}
.tbl-footer td {
    vertical-align:middle;
}
.mob-footer {
    width: 100%;
    border-top: 1px solid #007173;
    border-bottom: 1px solid #007173;
}
.mob-footer td {
    vertical-align:middle;
    text-align:center;
}
.mob-footer td a{
    color: #007173;
    font-weight: normal;
}
.inline-navigation-list {
    overflow: hidden;
    padding: 0;
    margin: 0;
}
    .inline-navigation-list li {
        display: inline;
    }
        .inline-navigation-list li a {
            TEXT-DECORATION: none;
            font-size: 12px;
        }
.group:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

input,
select,
textarea,
label,
button,
option
{font-family:inherit;font-size:inherit;color:inherit;vertical-align:middle;}

input[type=password],
input[type=text],
input[type=file],
select,
textarea
{
    border:1px solid #ababab;
    background-color:#fff;
    background-color:rgba( 255,255,255,0.85 );
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px;
    margin-bottom:2px;
}
input[type=password],
input[type=text],
input[type=file],
textarea
{
padding:2px 5px;
}
input[type=button],
input[type=reset],
input[type=submit],
button
{
    min-width:4em;
    padding:7px 5px;
    border:1px solid #ababab;
    background-color:#dddddd;
    margin-left:5px;
    margin-bottom: 2px;
    margin-top:2px;
    /* font-family:Arial; */
    font-size:12px;
    color: #444444;
}
input[type=password]:focus,
input[type=text]:focus,
select:focus,
textarea:focus
{
border-color:#2a8dd4;
}
input[type=button]::-moz-inner-focus,
input[type=reset]::-moz-inner-focus,
input[type=submit]::-moz-inner-focus,
button::-moz-inner-focus
{
    border-color:#444444;
}
input[type=password]:hover,
input[type=text]:hover,
input[type=file]:hover,
textarea:hover
{
    border-color:#92c0e0;
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
button:hover
{
    border-color:#92c0e0;
    background-color:#e6f2fa;
    background-color:#e6f2fa;
}
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active,
button:active
{
    border-color:#2a8dd4;
    background-color:#92b7d1;
    background-color:#92c0e0;
}
.ms-srch-sb
{
    display:inline-block;
    background-color:#fff;
    background-color:rgba( 255,255,255,0.85 );
}

.ms-srch-sb input {
    height: 24px;
    width: 150px;
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: normal;
    font-size: 12px;
    display:inline-block;
    border-style:none;
    outline-style:none;margin:0px 0px 0px 5px;
    padding:0px 1px 0px 0px;
    background-color:transparent;
}

.ms-srch-sb-border {
    border: 1px solid #007173;
    display: inline-block;
    vertical-align: middle;
    height: 24px;
}
.ms-srch-sb-border:hover
{
    border:1px solid #92c0e0;
}
.ms-helperText,
input.ms-helperText
{
    color:#777;
    font-size: 12px;
}
select.ms-helperText
{
    height:24px
}

@media print {
    .screenonly {
        display: none;
    }

    .nav {
        display: none
    }

    pre {
        font-family: "Courier New", Courier, monospace;
        font-size: 1.3em;
        font-weight: 500;
        line-height: 1.3em;
    }

}
/* Styles for timeout pop up*/
/* Some default button styles */
button {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button {
    line-height: normal;
    *overflow: visible;
}

button {
    cursor: pointer;
    -webkit-appearance: button;
}

button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 1px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: #333333;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    padding: 5px 10px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

    .button:hover, button:hover {
        text-decoration: none;
        background-position: 0 -15px;
    }

    .button:focus, button:focus {
        -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
        outline: none;
    }

/* Timeout Dialog Styles */
.ui-dialog {
    padding: 15px;
    position: absolute;
    background: #eeeeee url("/framework/image/timeout-icon.png") no-repeat 15px 25px;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .ui-dialog .ui-dialog-title {
        font-size: 16px;
        font-weight: bold;
        display: block;
        padding: 0 0 15px 0;
        margin-left: 80px;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        display: none;
    }

    .ui-dialog .ui-dialog-buttonpane {
        margin-top: 15px;
    }

    .ui-dialog ~ .ui-widget-overlay {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #000;
        filter: alpha(opacity=40);
        -khtml-opacity: 0.4;
        -moz-opacity: 0.4;
        opacity: 0.4;
    }

    .ui-dialog p {
        margin: 0 0 5px 80px;
    }

#timeout-keep-signin-btn {
    color: #FFF;
    background-color: #0f5895;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #377bb2, #0f5895);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #377bb2), color-stop(100%, #0f5895));
    background-image: -webkit-linear-gradient(top, #377bb2, #0f5895);
    background-image: -o-linear-gradient(top, #377bb2, #0f5895);
    background-image: linear-gradient(top, #377bb2, #0f5895);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: none;
    margin: 5px 10px 5px 0;
}

#timeout-sign-out-button {
    color: #FFF;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
.    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #000000;
    text-shadow: none;
    margin: 5px 0;
}

#timeout-countdown {
    font-weight: bold;
}