@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700");

body {
	background-color : #ffffff;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
body, td, th, p, input, div, select, textarea, .ui-widget,  .ui-widget button, .ui-selectonemenu-label {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

input {
	background-color: transparent;
	color : #000000;
}

select {
	color : #000000;
	background-color : white;
}

textarea {
	color : #000000;
	background-color : white;
}


h1 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #b6282b;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 0;
}

h2 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4b4b4b;
	font-weight: normal;
}

a, a:visited {
	/*color: #225875;*/
    color: #b6282b;
    font-weight: bold;
    text-decoration: none;
}

a:hover { 	
	color: #b6282b;
}

.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing:0;
    font-weight:bold;
}

.footer {
	background-color: #fff;
    border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d1d1d1;
}

.orange
{
	color: #ff7200;
}
.step
{
	background-color: #ffffff;
	color: #000000;
}
.step table tr td
{
	background-color: #FFFFFF;
	color:silver;
}
.stepActive
{
	background-color: #b6282b;
	color: #FFFFFF;
}
.stepActive table tr td
{
	background-color: #b6282b;
	color: #FFFFFF;
}
.stepVisited
{
	background-color: #f6f6f6;
	color: white;
}
.stepVisited table tr td
{
	background-color: #f6f6f6;
	color: white;
}

.formLabel
{
    line-height:140%;    
    color: #000000;
    font-weight:normal;
}



.formSectionTitle
{
    color: #000000;
    font-weight:bold;
}

.grey {
	color: #EFF2F3;
	visibility: hidden;
}


a.navigationButton, span.navigationButton {
    text-decoration:none;
    border: 1px solid #b6282b;
    padding:3px 20px 3px 20px;
    font-weight:bold;
    background-color: #b6282b;
    color: #ffffff;
}

a.navigationButton:hover {
    border: 1px solid #b6282b;
    background-color: #b6282b;
    color: #ffffff;
}

.popup {    
    padding:10px;
    width:200px;
    border-style:solid;
    border-width:1px;
    border-color:black;
    background-color:#ffffff;
}

/* What follows is to be added to all domains that have tangible benefits activated */
th.tableHeader {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color:#445d9e;
    border-right: 1px solid #c6d1db;
	border-bottom: 1px solid #c6d1db;
	border-top: 1px solid #c6d1db;
    padding-left:4px;
    background: #dbe4e5 url(/images/table/bg_header.jpg) no-repeat;
}

.tableHeader {
    font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
    color:#445d9e;
}

.table {
    border-style: solid;
	border-color: #dce4e6;
	border-width: 1pt;
}

.absRight {
    text-align:right;
    margin:0 0 0 auto;
}

.calendarImage{
    margin:1px 1px 3px 2px;
}

.layoutTopSteps
{
    border-top:#eeeeee solid 1px;
    border-bottom:#eeeeee solid 1px;
}

.ui-autocomplete-multiple-container {
    width: auto;
}
/*Top menu adjustment  for portal domains with a top background. Chrome and FF manage top-menu's height differently and this makes sure
it's standardized across those browsers. It's not needed for portal domains without top backgrounds */
/*.top-menu {*/
    /*height: 20px !important;*/
    /*font-size: 11px !important;*/
/*}*/

/* Mimic the Omega-styling of File Uploader in WQ
 */
.ui-button, button.ui-button.ui-state-default, .ui-button.ui-state-default {
    border-radius: 5px;
    border: 1px solid #489cef;
    color: #fff;
    background: #489cef;
}

.ui-widget-content .ui-icon {
    background-image: url("/javax.faces.resource/images/ui-icons_222222_256x240.png.seam?ln=primefaces-omega");
}

.ui-widget-header .ui-icon {
    background-image: url("/javax.faces.resource/images/ui-icons_222222_256x240.png.seam?ln=primefaces-omega");
}

.ui-state-default .ui-icon {
    background-image: url("/javax.faces.resource/images/ui-icons_454545_256x240.png.seam?ln=primefaces-omega");
}

.ui-button .ui-icon {
    background-image: url("/javax.faces.resource/images/ui-icons_ffffff_256x240.png.seam?ln=primefaces-omega");
}