.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

.top-border-gray {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.menu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.messagesTab {
	background-color: ECE9D8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: ACA899;
	border-right-color: ACA899;
	border-left-color: ACA899;
	padding: 2px;
	height: 22px;
	width: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: ECE9D8;

}
.messagesTabBk {
	background-color: ACA899;
	border-width: 1px;
	border-style: solid;
	border-color: ACA899;
	padding: 2px;
	height: 18px;
	width: 110px;

}
.messagesTabBkRed {
	background-color: FF0000;
	border-width: 1px;
	border-style: solid;
	border-color: ACA899;
	padding: 2px;
	height: 18px;
	width: 110px;

}
.messagesTabBk:hover {
	background-color: ECE9D8;
	border-width: 1px;
	border-style: solid;
	border-color: ACA899;
}

.messagesTabView {
	background-color: B8DCFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: ACA899;
	border-right-color: ACA899;
	border-left-color: ACA899;
	padding: 2px;
	height: 22px;
	width: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: ECE9D8;

}

.messagesTabInac {
	background-color: F4F2EA;
	border-width: 1px;
	border-style: solid;
	border-color: ECE9D8;
	padding: 2px;
	height: 18px;
	width: 100px;

}

.syndicate {
	background-color: 739AC2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 003366;
	padding: 2px;
	height: 30px;
	width: 250px;
	color: FFFFFF;
	text-decoration: none;

}
.syndicate:hover {
	background-color: 336699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 003366;
	padding: 2px;
	height: 30px;
	width: 250px;
	color: FFFFFF;
	text-decoration: none;

}
.syndicate-view {
	background-color: 336699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 003366;
	padding: 2px;
	height: 30px;
	width: 250px;
	color: FFFFFF;
	text-decoration: none;

}
.user-highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 2px;
	height: auto;
	width: 120px;
}
.user-highlight:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF00;
	padding: 2px;
	height: auto;
	width: 120px;
}
.found {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: 336699;
	height: 10;
	width: 10;

	font-weight: bold;
}
.notfound {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #739AC2;
	background-color: 336699;
	height: 10;
	width: 10;

	font-weight: bold;
}
#tasks {
    margin:0 0 10px 0;
}
#tasks td {
    padding:3px 5px;
    font-size:10px;
}
#tasks .toprow td {
    font-size:11px;
    background:lightyellow;
}
#tasks .heading td {
    font-size:11px;
    background:#DDD;
}
.row_2 {
    background:#F7F9FA;
}
.row_1 td, .row_2 td {
    border-bottom:solid 1px #DDD;
}
