/* ===== tables ============================================================= */
th.green {
    background-color: #004bcc;
    color: #ffffff;
    border-collapse: separate;
    border-bottom: 2px solid #002f80;
    border-right: 2px solid #002f80;
    border-top: 1px solid #80aeff;
    border-left: 1px solid #80aeff;
    white-space:nowrap;
    margin:0px;
    padding-top:4px;
    padding-bottom:4px;
    text-align:center;
}

/* ===== containers ========================================================= */
div.titlebar {
    font: 16px/20px "Verdana",Tahoma, sans-serif;
    font-weight: 700;
    color: #fcfba9;
    text-align: center;

    display: inline-block;
    padding-top: 4px;
    margin-top: 20px;
    margin-bottom: 8px;
    min-width: 210px;

    width: 100%;
    height: 30px;
    background-color: #fcfba9;
    box-shadow: 3px 3px 5px #888888;
    border-radius: 8px;
    background: -moz-linear-gradient(#0041b3, #1a6eff, #003899); /* Firefox 3.6+ */
    background: -webkit-linear-gradient(#0041b3, #1a6eff, #003899); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0041b3, #1a6eff, #003899); /* For Opera 11.1 to 12.0 */
    background: linear-gradient(#0041b3, #1a6eff, #003899); /* Standard syntax */
}
div.titlemessage {
    color: #002f80;
    font-size: 200%;
    font-weight: bold;
}
#loginbox {
    width:500px;
    padding: 40px 40px;
    margin: 20px;
    background-color: #99beff;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ccdfff;
    border-left: 1px solid #ccdfff;
    border-right: 2px solid #004bcc;
    border-bottom: 2px solid #004bcc;
}
#summarybox {
	width:100%; 
	background-color: #004bcc; 
	margin: 10px 0px 10px 0px; 
	display: inline-block; 
	border-radius: 10px;
    border: solid #00286e 1px;
}
#inviteheader {
	display: inline-block; 
	background-color: #ff9a4d; 
	width: 25%; 
	height: 90px; 
    border-collapse: separate;
    border-bottom: 2px solid #e66300;
    border-right: 2px solid #e66300;
    border-top: 2px solid #ffd4b3;
    border-left: 2px solid #ffd4b3;
	padding: 0px 15px 0px 15px;
}
#invitebody {
	text-align: left; 
	display: inline-block;  
	background-color: white; 
	width: 25%; border: 
	1px solid #ff6e00; 
	padding: 15px;
}
#header-logo {
/*    background-image: url("/images/SurePaySLogo.png");
    height: 48px;
    width: 150px; */
    
    background-image: url("/images/surepay-orange.png");
    height: 48px;
    width: 150px;
    margin: 0 0 20px 20px;
    background-size: 150px 48px; 
}

#header-plain-logo {
    background-image: url("/images/SurePaySLogo.png");
    height: 48px;
    width: 150px;
}

/* ===== buttons ========================================================= */
.submitb-form {
    background: #595959;
    background-image: -webkit-linear-gradient(top, #595959, #333333);
    background-image: -moz-linear-gradient(top, #595959, #333333);
    background-image: -ms-linear-gradient(top, #595959, #333333);
    background-image: -o-linear-gradient(top, #595959, #333333);
    background-image: linear-gradient(to bottom, #595959, #333333);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: 2px 1px 3px #474747;
    -webkit-box-shadow: 2px 1px 4px #666666;
    -moz-box-shadow: 2px 1px 4px #666666;
    box-shadow: 2px 1px 4px #666666;
    font-family: "Verdana",Tahoma, sans-serif;
    font-weight: bold;
    color: #fcfba9;
    font-size: 16px;
    padding: 6px 26px 6px 26px;
    margin:2px 4px 2px 4px;
    border: solid #333333 1px;
    text-decoration: none;
    white-space: nowrap;
    text-align:center;
}
.submitb-form:hover {
    background: #808080;
    background-image: -webkit-linear-gradient(top, #808080, #404040);
    background-image: -moz-linear-gradient(top, #808080, #404040);
    background-image: -ms-linear-gradient(top, #808080, #404040);
    background-image: -o-linear-gradient(top, #808080, #404040);
    background-image: linear-gradient(to bottom, #808080, #404040);
    text-decoration: none;
    color: #fff;
}
.submitg-form {
    background: #07a602;
    background-image: -webkit-linear-gradient(top, #07a602, #055e02);
    background-image: -moz-linear-gradient(top, #07a602, #055e02);
    background-image: -ms-linear-gradient(top, #07a602, #055e02);
    background-image: -o-linear-gradient(top, #07a602, #055e02);
    background-image: linear-gradient(to bottom, #07a602, #055e02);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: 2px 1px 3px #474747;
    -webkit-box-shadow: 2px 1px 4px #666666;
    -moz-box-shadow: 2px 1px 4px #666666;
    box-shadow: 2px 1px 4px #666666;
    font-family: "Verdana",Tahoma, sans-serif;
    font-weight: bold;
    color: #fcfba9;
    font-size: 16px;
    padding: 6px 26px 6px 26px;
    margin:2px 4px 2px 4px;
    border: solid #066601 1px;
    text-decoration: none;
    white-space: nowrap;
    text-align:center;
}
.submitg-form:hover {
    background: #4cdb25;
    background-image: -webkit-linear-gradient(top, #4cdb25, #148200);
    background-image: -moz-linear-gradient(top, #4cdb25, #148200);
    background-image: -ms-linear-gradient(top, #4cdb25, #148200);
    background-image: -o-linear-gradient(top, #4cdb25, #148200);
    background-image: linear-gradient(to bottom, #4cdb25, #148200);
    text-decoration: none;
    color: #fff;
}
.submit-form {
    background: #ff6e00;
    background-image: -webkit-linear-gradient(top, #ffa866, #994200);
    background-image: -moz-linear-gradient(top, #ffa866, #994200);
    background-image: -ms-linear-gradient(top, #ffa866, #994200);
    background-image: -o-linear-gradient(top, #ffa866, #994200);
    background-image: linear-gradient(to bottom, #ffa866, #994200);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: 2px 1px 3px #474747;
    -webkit-box-shadow: 2px 1px 4px #666666;
    -moz-box-shadow: 2px 1px 4px #666666;
    box-shadow: 2px 1px 4px #666666;
    font-family: "Verdana",Tahoma, sans-serif;
    font-weight: bold;
    color: #fcfba9;
    font-size: 16px;
    padding: 6px 26px 6px 26px;
    margin:2px 4px 2px 4px;
    border: solid #994200 1px;
    text-decoration: none;
    white-space: nowrap;
    text-align:center;
}
.submit-form:hover {
    background: #ffb84d;
    background-image: -webkit-linear-gradient(top, #ffc599, #ff6e00);
    background-image: -moz-linear-gradient(top, #ffc599, #ff6e00);
    background-image: -ms-linear-gradient(top, #ffc599, #ff6e00);
    background-image: -o-linear-gradient(top, #ffc599, #ff6e00);
    background-image: linear-gradient(to bottom, #ffc599, #ff6e00);
    text-decoration: none;
    color: #fff;
}

/* ===== text ============================================================= */
label {
    color: #083346;
    font-weight: normal;
    margin-bottom: 0px;
    max-width: 100%;
}
.highlightOn {
    background-color:#e0e0e0;
    cursor:pointer;
    border: 2px solid #E20536; /* #F3F336; */
}
.highlightOff {
    background-color:transparent;
    cursor:auto;
    border: none;
}
.finddate {
	background-color: #ff6e00; 
	border-radius: 8px; 
	color: white; 
	text-align: center;
}
.label-left {
    color: #001c4d;
    font-weight: normal;
    white-space: nowrap;
    padding: 4px 8px;
    margin-right:2px;
}
h3 {
    color:#002f80;
    font-weight:600;
    text-align:left;
    margin-bottom:4px;
    /* text-shadow: 2px 2px 1px rgba(0,0,0,0.3); */
}
h4 {
    color:#002f80;
    font-weight:600;
    font-size: 15px;
    text-align:left;
    margin-bottom:8px;
    /* text-shadow: 2px 2px 3px rgba(0,0,0,0.3); */
}
h5 {
    color:#002f80;
    font-weight:600;
    font-size: 15px;
    text-align:left;
    margin-bottom:8px;
    text-indent: 30px;
}
span.separator {
    font-size: 15px;
    font-weight: bold;
    color: #002f80;
    margin: 0px 14px 0px 14px;
    padding: 0 8px 0 8px;
}
hr {
    clear:both;
    margin:0 0 6px 0;
    background-color: #004bcc;
    padding: 1px;
}
a {
    color: #004bcc;
    text-decoration: none;
    font-weight: normal;
    text-shadow: 0px 1px 1px #002f80;
}
a:hover {
    color: #80aeff;
}

/* ***** Navigation Menu ************************************************************ */
#cssmenu {
    margin-top:15px;
	vertical-align: middle;
	text-align: left;
}
#cssmenu ul {
    list-style: none;
    position: relative;
    float: right;
    margin: 0;
    padding: 0;
    border: 1px solid #001c4d;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #001c4d;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
#cssmenu ul a {
    display:block;
    text-decoration:none;
    font-weight:700;
    font-size: 14px;
    font-family:"Verdana",Tahoma, sans-serif;
    line-height:32px;
    padding:0 15px;

}
#cssmenu ul li {
    position:relative;
    float:left;
    margin:0;
    padding:0;

    background-color: #004bcc;
    color: #fff;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    padding: 2px 18px 2px 18px;
    border-left: 1px solid #80aeff;
    border-right: 1px solid #002f80;

}
#cssmenu ul li.current-menu-item {
    background-color: #004bcc;
    color: #001c4d;
}
#cssmenu ul li:hover {
    background-color: #4d8eff;
    color: #001c4d;
}
#cssmenu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #004bcc;
    color: #fff;
    padding: 0;
    border-top: none;
}
#cssmenu ul ul li {
    float: none;
    width: 200px;

    height: 36px;
    line-height: 36px;
    z-index: 4;
    background-color: #004bcc;
    border-right: 1px solid #002f80;
    border-bottom: 1px solid #002f80;
    border-top: 1px solid #80aeff;
    border-left: 1px solid #80aeff;
}
#cssmenu ul ul a {
    line-height:120%;
    padding:10px 15px;
    border-right: 1px solid #002f80;
}
#cssmenu ul ul ul {
    top:0;
    left:100%;
}
#cssmenu ul li:hover > ul {
    display:block;
}
#cssmenu span {
    display: inline-block;
    vertical-align: middle;
}
#logged-title {
    margin: 0px;
    padding: 0px;
    padding-top: 4px;
    font-size: 10px;
    text-indent: 3px;
    white-space: nowrap;
    color:#669eff;
    line-height: 13px;
}
#logged-name {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    color: #80aeff;
}