﻿
.gridViewFilter {
	background-color: #efefef;
	padding: 4px 8px;
	border: solid 1px #cccccc;
	border-bottom: none;
}

.gridViewFilter .filterLabel {
	padding: 0 8px;
}

.gridViewIconLink {
	margin: 3px 0;
	padding: 0;
	display: block;
	text-align: center;
}

.Wcl_StandardGridView td,
.Wcl_StandardGridView th {
	margin: 0;
	padding: .4rem;
	vertical-align: middle;
}
.Wcl_StandardGridView td,
.Wcl_StandardGridView th {
	border: solid 1px #cccccc;
}
.Wcl_StandardGridView td,
.Wcl_StandardGridView td div,
.Wcl_StandardGridView td span {
	font-size: 11px;
	line-height: 13px;
	font-family: Arial, Tahoma, Arial, Verdana, helvetica;
}

.Wcl_StandardGridView td.titled {
	background-image: url(../../embedded-image.aspx?name=icon_dots_cccccc.png);
	background-position: left top;
	background-repeat: no-repeat;		
}
.Wcl_StandardGridView td .cellDiv {
	padding: 1px 5px;
}
.Wcl_StandardGridView tr.selected {
	background-color: #EAF1F3;
}

.Wcl_StandardGridView td .textbox {
	line-height: 13px;
	padding: 2px 2px;
}

.Wcl_StandardGridView td .hoverable {
	padding: 0 0 0 10px;
	background-image: url(embedded-image.aspx?name=icon_arrow.png);
	background-position: left 4px;
	background-repeat: no-repeat;
}

.Wcl_StandardGridView th {
	vertical-align: middle;
}

/*
	Tables
*/

.standardTable,
.standardTable2 {
	width: 100%;
	border: solid 1px #cccccc;
}
.standardTable tr,
.standardTable2 tr {
	background-color: #ffffff;
}
.standardTable .selected,
.standardTable2 .selected {
	background-color: #EAF1F3 !important;
}
.standardTable tr:hover,
.standardTable tr.alternateRow:hover,
.standardTable2 tr:hover,
.standardTable2 tr.alternateRow:hover {
	background-color: #fcfce2 !important;	
}
.standardTable td,
.standardTable th,
.standardTable td a,
.standardTable th a,
.standardTable2 td,
.standardTable2 th,
.standardTable2 td a,
.standardTable2 th a {
	color: #666666;
	font-size: 11px;
	line-height: 20px;
	font-family: Arial, Tahoma, Arial, Verdana, helvetica;
	vertical-align: middle;
}
.standardTable th,
.standardTable thead tr td,
.standardTable2 th,
.standardTable2 thead tr td {
	padding: 2px 4px 3px 4px;
	color: #777777;
	line-height: 18px;
	font-weight: bold;
	background-color: #e5e5e5;
	line-height: 18px;
}
.standardTable th,
.standardTable td,
.standardTable2 th,
.standardTable2 td {
	border: 1px solid #cccccc;
}
.standardTable th a,
.standardTable th a:link,
.standardTable th a:visited,
.standardTable th a:hover,
.standardTable2 th a,
.standardTable2 th a:link,
.standardTable2 th a:visited,
.standardTable2 th a:hover {
	font-family: Tahoma, Helvetica, Verdana, Arial;
	color: #777777;
}

.standardTable td .cellDiv {
	padding: 1px 3px;
	color: #666666;
	font-size: 11px;
	font-family: Arial, Tahoma, Arial, Verdana, helvetica;
}

.standardTable tr.alternateRow,
.standardTable2 tr.alternateRow {
	background-color: #f7f7f7 !important;	
}

.standardTable2 td {
	padding: 1px 4px;
}

.standardTable td a,
.standardTable2 td a {
	color: #528fac;
}

.standardTable input,
.standardTable2 input {
	margin: 3px 0 2px 0;
	padding: 1px 0;
	line-height: 13px;
	text-align: center;
	background-color: #ffffff;
	border: solid 1px #aaaaaa;
}
.standardTable input.selected,
.standardTable2 input.selected {
	background-color: #ffffec;
	border: solid 1px #336699;
}
.standardTable input.invalid,
.standardTable2 input.invalid {
	line-height: 13px;
	background-color: #FFF2F2;
	border: solid 1px #cc0000;
}

/*
	-----
*/

.cleanTable,
.cleanTable tr,
.cleanTable th,
.cleanTable td {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	background-color: transparent;
}
.cleanTable tr:hover {
	background-color: transparent;
}