/**
 * CSS Settings proper to the SIRS IR Project
 *
 */
 
.employerIdType {
	background-color: #cae8ea;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 5px;
	padding: 0px 5px 0px 5px;
	width: 50%;
	text-align: center;
}

/* Monthly Overview Settings */

.monthlyoverview {
    color: #4f6b72;
    background-color: #fff;
    width: 99%;
    font-size: 95%;
    font-style: normal;
    padding: 0;
    margin: 0;
}	

.monthlyoverview th, .monthlyoverview td {
    padding: 0px 5px 1px 5px;
}

.monthlyoverview th {
    border-top: 1px solid #C1DAD7;
    text-transform: uppercase;
	text-align:center;
    background-color: #CAE8EA;
}

.monthlyoverview td {
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    margin: 0; 
    width: 14%;
    height: 80px;
}

.monthlyoverview a img {
    border: none;
}

.monthlyoverview td.weekend {
	background-color: #8C92AC;
	vertical-align: top;
}

.monthlyoverview td.outsidemonth {
	background-color: gray;
	vertical-align: top;
}


/* Wave Item Settings */

.waveslist {
    height: 55px; /* 72px; */
    overflow: scroll;
    overflow-x:hidden; 
    overflow-y:auto;
}

.waveslist ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: top;
    text-align: center;
}

.newwave {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: bottom;
    text-align: center;
}

.waveslist li, .newwave li {
    margin: 0px;
    padding: 0px;
    display: inline;
    list-style-type: none;
    float: top;
}

.waveslist a, .newwave a {
    text-decoration: none;
    display: block;
    border: 1px solid #ddd;
    padding: 4px 20px 0px 20px;
    margin: 4px 0 0 0;
    height: 24px;
}

.waveslist a {
    color: green;
	background-color: #ACE1AF;
	border-bottom: 2px solid #228B22;
	border-top: 2px solid #228B22;
}

.waveslist a:hover {
	background: #A5FF7F;
}

.waveslist li.notOwner a {
    color: white; /*#C71585; */
	background-color: #DF73FF;
	border-bottom: 2px solid #9966CC;
	border-top: 2px solid #9966CC;
}

.waveslist li.notOwner a:hover {
	background-color: #FF00FF;
}

.newwave a {
    color: #666;
	background-color: #f3f3f3;
}

.newwave a.inactive {
    color: white;
	background-color: white;
	border: 1px solid white;
}

.newwave a:hover {
    color: #000;
    background-color: #FFFFFF;
}

.newwave a.inactive:hover {
    color: white;
	background: white;
	cursor: default;
}

/* Status Type Images */
.waveslist a.CREATED {
	background-image: url("img/lifecycle/CREATED.png");
	background-position: center left;
	background-repeat: no-repeat;
}

.waveslist a.FINALISED {
	background-image: url("img/lifecycle/FINALISED.png");
	background-position: center left;
	background-repeat: no-repeat;
}

.waveslist a.REPORTED {
	background-image: url("img/lifecycle/REPORTED.png");
	background-position: center left;
	background-repeat: no-repeat;
}

.waveslist a.VALIDATED {
	background-image: url("img/lifecycle/VALIDATED.png");
	background-position: center left;
	background-repeat: no-repeat;
}

.waveslist a.CLOSED {
	background-image: url("img/lifecycle/CLOSED.png");
	background-position: center left;
	background-repeat: no-repeat;
}

/* Infraction Mgmt Screen */
td.buttonrow {
	text-align: right;
	height: 18px; 
	width: 10%;
}
