.eButton {
    border-width: 4px;
    border-color: RoyalBlue;
    padding: 20px;;
    margin-top: 5px;
    margin-bottom:20px;
    border-radius: 4px;
    border-style:outset;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size:16pt;
    font-weight:700;
    color:DarkMagenta;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color : #EFEFEF;
	max-width:  1200px;
	min-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.boldbutton {
    font-weight: 700;
    color:black;
}

button, input[type=button], input[type=submit], input[type=reset], input[type=file], input[type=select], ::-webkit-file-upload-button {
	font-weight: 500;
	border:  2px outset;
	border-radius: 3px;
	border-color: #fcfcfc;
    color:black;
    background-color: whitesmoke;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
    color:black;
    background-color: white;    
}

a.link {
    color: aqua;
}

a.visited {
    color: aqua;
}

a.hover {
    color: blue;
}

hr {
    margin-left: 10%;
    margin-right: 10%;
}

.c40 {
    margin-left: 30%;
    margin-right: 30%
}
	 
.cteal {color:#008080}

.cIndent {
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
}

.cThin {
    margin-left: 10%;
    margin-right: 10%;
}

.cUnder{
    border-bottom: thin solid;
}

.cStrike {
    text-decoration: line-through;
}

.cCenter {
    text-align:center;
}


.cTitle {
    font-size: 16px;
    text-align: center; 
    font-style: italic; 
}
.cSpaced {
    margin-left: 5%;
    margin-right: 5%;
}


.cMenuTitle {
    background-color: #afeeee;
    padding-bottom: 2px;
    color: blue;
}
.cMenuItem    {
    cursor:pointer;
    font-size:13px; 
    font-family:Arial, Helvetica, sans-serif; 
    padding-left:10px; 
    text-decoration:none; 
    left:2px; 
    width:159px; 
    height:1.4em;
    line-height:1.4em
} 
.cMenuHeader {
    color: blue;
}
a.cHiddenLink {
    text-decoration: none;
    color: black;
}
.cLink {
    border: 3px ridge;
    text-decoration: none;
    padding: 0px 4px 4px;
}
.aLink {
    text-decoration: none;
    color: black;	
}
.cLinkButton {
    width: 100%;
    margin-top: 5px;
    border-style: ridge;
    padding-left: 2px;
    padding-right: 2px;
    vertical-align: middle;
}

.cBorderTable {
    border-width: thick;
    border-style: groove;
}
.cRegForm {
    display: inline-block;
    width: auto;
    border-width: thick;
	border-radius: 2px;
}
.cSurveyForm{
    margin-left:  10%;
    text-align:  left;
}
.cShowReg {
    margin-left: 20%;
    border: 3px;
    border-style: double;
}
.cRight {
    text-align: right;
    margin-right: 2%;
}
.cLeft {
    text-align: left;
    margin-left: 2%;
}
.cBorderDiv {
    border-width: 2px;
}
.stdTableBorder {
    width: 80%;
    border-width: 10px;
    border: double;
}
.cAutoBlock {
    display: inline-table;
}
/* Style a thin viewport */
.cThinPort {
    border-style: solid;
    border-width: 3px;
    border-color: #ff0000;
    padding: 10px;
    margin-left: 25%;
    margin-right: 25%;
}
/* Style a viewport for embedded documents */
.cEmbedView {
    width:800px;
    height:500px;
    border-style: solid;
    border-width:3px;
    border-color: #cfcfcf;
    padding:10px;
}

/* Standardize style for all footers */
.cFooter{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: central;
    background-color: #04A6ED;
    color: white;
    font-size: 15px;
    width:100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top:10px;
}
/* Standardize highlight color */
.highlight mark {
	background-color: #ffff87;
}

									/* Menu hierachy styling stuff */
/* create a white arrow that points down */
span.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    font-size: 0;
    line-height: 0;
}

/* create a white arrow that points right */
span.arrow-right {
    width: 0; 
    height: 0; 
    border-bottom: 5px solid transparent;  /* left arrow slant */
    border-top: 5px solid transparent; /* right arrow slant */
    border-left: 5px solid white; /* bottom, add background color here */
    font-size: 0;
    line-height: 0;
    float:right;
}

/*	28-Nov-2018 KWB Add z-index to keep menus on (or near) top*/
#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	z-index: -1;
}

#primary_nav_wrap ul a
{
	display:block;
	color:white;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:24px;
	padding: 0 13px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    border-style: outset;
    border-width: 2px;
    border-radius: 5px;
    border-color:paleturquoise;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	background: #04A6ED;
}

#primary_nav_wrap ul li.current-menu-item
{
	background: #0584ba;
}

#primary_nav_wrap ul a:hover {
    color:black;
}

#primary_nav_wrap ul li:hover >ul
{
	background: #04A6ED;
	display: block;
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:180px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
        padding-left: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul ul ul li {
    width:150px;
}


												/* Masthead stuff */
.cNewMastContainer {
    position: relative;
    width: auto;
    background-color: #04a6ed;
    height:110px;
}

.cMastBottomLeft, .cMastBottomLeft_print {
	position:  absolute;
	top:  80px;
    left: 5px;
	color: whitesmoke;
	font-size: 14pt;
	font-weight: 700;
	z-index: 1000;
}

.cMastMessage {
    position: absolute;
    top:20px;
    left:640px;
    color: whitesmoke;
    font-weight:800;
}

.cMastHelp {
    position:absolute;
    top:80px;
    right:12px;
}

.cHOAdiv, .cHOAdiv_print {  /* HOA link container */
    position:absolute; 
    top:12px; 
    width:100%;
}

.cHOA {     /* HOA link button */
    float:right; 
    margin-right:5px; 
    background-color: #05a4ef; 
    color: white;
    font-weight:700;
    padding:10px 15px;
}

/* Styling for id chips */
.chip {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f1f1f1;
}

.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.chip span {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 15px;
    cursor: pointer;
}

.chip span:hover {
    color: #000;
}

.hButton, .hButton_print {
    /*Styling for the HELP button*/
    width: 24px;
    height: 24px;
    border-width: 2px;
    border-color: #fcfcfc;
    padding: 2px;
    border-radius: 2px;
    border-style:outset;
    vertical-align: middle;
}

@media print {
	.no-print, .hButton, .cHOAdiv, .cMastBottomLeft { display:  none; }
	.cThin { margin-left: 5%; margin-right: 5%; }
	body { 
        font-size: 12pt;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

tinybody {
	background-color: red;
}

.cEasyMenu {
    float:left;
    font-size: 8pt;
    margin-top:00px;
    margin-left:5px;
    padding: 1px;
    border: 1px solid WhiteSmoke;
    border-radius: 4px;
}

#LogoBar {
    background-image: url('/CONCUR_fnl.gif');
    height: 110px;
}

.lbtn {
    /* A fancier button for a LinkButton */
    border: 3px outset #fcfcfc;
    padding: 4px;
    border-radius: 8px;
    /*vertical-align: middle;*/
    background-color: whitesmoke;
    /* Changes to use <a class="lbtn"...> */
    text-decoration:none;
    font-size: 0.95rem;
    margin: 10px 0;
    font-weight:700;
}

.lbtn_large {   /* Put some emphasis on a button */
    font-size: 1.2rem;
    font-weight:700;
}

/* Auto logoff additions */
#autologoff_modal_div {         /* The background */
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(4,4,4); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

.autologoff_modal_content {     /* Modal Content */
    background-color: #ffc8c8;
    margin: 10%;
    padding: 20px;
    border: 1px solid red;
    border-radius: 25px;
    text-align:center;
}

/* Highlight for an email address that has opted-out */
.cOptout { background-color: MistyRose; }