﻿.InsetListWrapper
{
	position: relative;
	/*background-color:#eee;*/
	/*margin-left:-13px;*/
}

	.InsetListWrapper .title
	{
		font-size: 125%;
		color: #727272;
		font-family: RamblaRegular, Calibri, Sans-Serif;
	}

.InsetListTitle
{
	padding: 1% 1% 1% 0;
}

.InsetListContent
{
	border-left: 3px solid #998FB5;
	padding-left: 5px;
	margin-left:2px;
}

.InsetListTable
{
	width: 100%;
	font-size: 85%;
}

.InsetListTable Caption
{
      font-weight:bold;
}


.InsetListTitle
{
	white-space: nowrap;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.InsetListHeader
{
}

.InsetListPager
{
}

.InsetListInput
{
}

.InsetListInputButton
{
}

.InsetListRowOne
{
	vertical-align: top;
}

.InsetListRowTwo
{
	vertical-align: top;
}

.InsetListRowHighlight
{
}

.InsetListHeader, .InsetListHeader a
{
	color: #2A70A6;
}

	.InsetListHeader, .InsetListHeader th
	{
		border: 0;
		text-align: left;
		font-family: RamblaRegular, Calibri, Sans-Serif;
		vertical-align: bottom;
		padding-top: 15px;
		padding-bottom: 10px;
		text-transform: uppercase;
		font-size: 100%;
		text-decoration: none;
		font-weight:normal;
	}

		.InsetListHeader th:hover
		{
			text-decoration: underline;
		}

.InsetListPager
{
	/*background: #b6b6b6;*/
}

.InsetListWrapper .pager
{
	color: #bbb;
	font-size: 80%;
}

	.InsetListWrapper .pager input[type=text]
	{
		border: 1px solid #bbb;
		width: 40px;
	}

.InsetListInput
{
}

.InsetListInputButton
{
}

.InsetListRowOne
{
	/*background: #F1F1F5;*/
}

.InsetListRowTwo
{
	/*background: #f2f2f2;*/
}

.InsetListRowHighlight
{
	background-color: #FFD064;
}

.InsetListTable .InsetListRowOne > td, .InsetListTable .InsetListRowTwo > td, .InsetListTable .InsetListRowHighlight > td
{
	/*border-right: 1px solid white;*/
	padding: 1.5% 1px 1.5% 1px;
	min-width: 50px;
	border-top: 1px solid #e0e0e0;
}

	.InsetListTable .InsetListRowOne > td:last-child, .InsetListTable .InsetListRowTwo > td:last-child
	{
		border-right: 0;
	}

/* edges */
/*.InsetListTable tr:first-child td {
    border-top: 0;
}
.InsetListTable tr:last-child td {
    border-bottom: 0;
}
.InsetListTable td:first-child, .InsetListTable th:first-child {
    border-left: 0;
}
.InsetListTable td:last-child, .InsetListTable th:last-child {
    border-right: 0;
}*/

/* corners */
/*.InsetListTable tr:first-child td:first-child {
    border-top-left-radius: 5px;
}
.InsetListTable tr:first-child td:last-child {
    border-top-right-radius: 5px;
}
.InsetListTable tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}
.InsetListTable tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}*/

.InsetListDescription
{
	padding-top: 5px;
	display: inline-block;
	color: gray;
}

.InsetListTable.SearchTable
{
	margin: 0px 0px;
}

.InsetListTitle .PageIndexer
{
	float: none;
	margin-right:20px;
}

.InsetListTitle .PageSizer
{
	float: none;
	margin-right:20px;
}

.highlight
{
	background-image: url('../../Images/Custom/Highlight.png');
}

.InsetListWrapper .expander
{
	margin-right: 5px;
}