/*   Ticket(s): 499 Change listing pages to retain search values */

/* Style for history pages */

#HistoryPageLegend {
    margin-left: 4%;
	width: 95%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
    font-weight: bold;
}

#HistoryPageAddButton {
	padding: 10px 0px 0px 590px;
}

#HistoryPageSearch {
    clear: both;
    text-align: center;
    padding: 20px 0px 10px 0px;
}

#HistoryPagePrevNext {
    float: right;
    text-align: right;
/*	background-color: #80ffcc; /* ### */
}

#HistoryPageTitle {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	
	float: left;
    text-align: left;
    font-size: 1.5em;
    font-weight: Bold;
/*	background-color: #ccffcc; /* ### */
}

/* !!! Should we make all of these id-based instead being classes? */

.HistoryTitle {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Styles for history page tables */

.HistoryTable {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    background-color: white;
}

.HistoryTable, .HistoryTable th, .HistoryTable td {
    border: solid 2px #354A63;
    padding: 2px;
}

.HistoryTable th {
    color: white;
    background-color: #537499;
	vertical-align: middle;
}

.HistoryTable td {
    margin-left: 0px;
    margin-right: auto;
}

.HistoryTable a {
	color: white;
	text-decoration: none;
}
/* Styles for history page tables */
.EmbeddedHistoryTable {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    background-color: white;
	width: 99%;
}

.EmbeddedHistoryTable, .EmbeddedHistoryTable th, .EmbeddedHistoryTable td {
    border: solid 2px #354A63;
    padding: 2px;
}

.EmbeddedHistoryTable th {
    color: white;
    background-color: #537499;
	vertical-align: middle;
}

.EmbeddedHistoryTable td {
    margin-left: 0px;
    margin-right: auto;
}

.TextboxClearIcon {
    font-size: 10pt;
    color: gray;
    text-decoration: none;
    width: 0px;
    display: inline-block;
    position: relative;
    left: -16px;
    top: 2px;
}

.NoMsClear::-ms-clear {
    display: none;
}
