@charset "utf-8";

table.prettytable {
	border-color: #ccc;
	font-size: 1.1em;
	width: 100%;
	border: 1px solid #ccc;
	margin: 0px 0px 10px;
}

table.scrolltable {
	width: 700px;
	margin: 0px;
	margin-left: 1px;
}

div.filtertable-form {
	text-align: right;
	width: 700px;
	margin: 0px 0px 5px;
}

div.scrolltable-scroller{
	width: 720px;
	height: 150px;
	overflow: auto;
	margin: 0px 0px 10px;
	border: none;
}

table.innertable {
	width: 700px;
	margin-left: 1px;
}

table.prettytable th {
	background: #fff;
    height: 25px;
	color: #2971a7;
	font-weight: bold;
    font-size: 1.1em;
    text-transform: capitalize;
}

table.prettytable th a {
	color: #fff;
}

table.prettytable th a:hover {
	color: #ccc;
}

table.prettytable td {
	border-bottom: 1px solid #ccc;
}

table.prettytable td * {
}

table.prettytable tr.alt td {
	background: #efefef;
}

table.prettytable tr.over td {
	background: #cddce8;
    color: #000;
	cursor: pointer;
}

table.prettytable .icon {
    padding: 0px;
    margin: 0px;
}

table.prettytable tr.active td {
	font-weight: bold;
	background: #E0E9EF;
    color: #000;    
}

#contact-viewlist td a {
    color: #000000;
}

#contact-viewlist td a:hover {
    color: #990000;
}

#contact-viewlist td a.inactive {
    color: #999999;
}

#contact-viewlist td a.inactive:hover {
    color: #444444;
}

/* tooltips */

#tooltip.contact {
    background: #990000;
}

#tooltip.contact h3 {
    color: white;
    font-size: 1.3em;
}

#tooltip.contact div.body {
	color: #bbbbbb;
	font-size: 1.2em;
}
