/********** TABLE APPLICATION **********/

/********** SEARCH AND DROPDOWNS **********/

#table-app-options {
   margin-bottom:15px;
}

#table-app-selects {
   float:right;
}

select.app-select {
	font-family: sans-serif;
	font-size: 13px;
	float: left;
	border: 1px solid #a0a0a0;
	margin: 0 0 0 3px;
	padding: 4px;
	background: #eeeeee;
}

/********** TABLE **********/

table.app {
	width: 100%;
	color: #383838;
	padding: 0;
	margin: 0;
   border:1px solid #c9c9c9;
}

table.app tr {
	width: 100%;
	font-family: sans-serif;
	font-size: 10pt;
	color: #505050;
	line-height: 18px;
	background: #fafafa;
}
 
table.app tr.hover {
	color: #222222;
	background: #ebebeb;
}
 
table.app tr.default {
	background: #fafafa;
}
 
table.app tr.alt {
	background: #f2f2f2;
   font-weight: bold;
}
 
table.app th {
	line-height: 18px;
	text-align: left;
	background: #e7e7e7;
	color: #222222;
	font-weight: bold;
	padding: 3px 10px 7px 10px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #d9d9d9;
	border-left: 0px;
}
 
table.app td {
   cursor: pointer;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-top: 0px;
   border-bottom: solid 1px #e3e3e3;
	border-left: 0px;
	border-right: 1px solid #ebebeb;
}
 
table.app td.nolink {
   cursor: default;
}

table.app td.right {
   border-right: 0px;
}

table.app td.pages {
   font-size: 12px;
	text-align: center;
	background: #e7e7e7;
	color: #222222;
	font-weight: normal;
	padding: 6px 10px 6px 10px;
	border-right: 0px;
	border-left: 0px;
}

table.app td.top {
   padding-bottom:3px;
}

table.app td.pages a {
   color: #454545;
}

table.app td.pages a:hover {
	color: #d4740c;
}

table.app th a {
   color: #222222;
}

table.app th a:hover {
	color: #d4740c;
}

