
.page #content div {
	border:0px;
}

#container {
	background-color:#e6f0fc;
	overflow:auto;
}

#logdata {
	background-color:#e6f0fc;
	overflow:auto;
}

*.nopad {
	padding:0px;
}

*.indent {
	padding-left:15px;
}

span.actionlink {
        /*color:#039;*/
        color:#3a6c9b;
        text-decoration:underline;
        cursor:pointer;
}

/* and for browsers that support hover, the following: */
span.actionlink:hover {
        text-decoration:none;
}

#searchresults {
	margin-left: 10px;
}

#msgtable {
	overflow:auto;
}

div.eighty {
	display:inline;
	width:80%;
}

div.ten {
	display:inline;
	width:10%;
}

div.fifteen {
	display:inline;
	width:15%;
}

div.twenty {
	display:inline;
	width:20%;
}

div.thirty {
	display:inline;
	width:30%;
}

div.forty {
	display:inline;
	width:40%;
}

div.fifty {
	display:inline;
	width:50%;
}

div.blank{
	float:left;
	clear:both;
}

*.left {
 	float:left;
}

div.right {
	float:right;
	clear:right;
	margin-right:0;
}

#controlstop {
	display:block;
}

*.hidden {
	display:none;
	visibility:hidden;
}

*.clearboth {
	float:left;
	clear:both;
	width:95%;
}

*.block {
	display:block;
}	

#searchresults {
	display:inline;
}

td {
	padding:10px;
}

td.handle {
	width:10%;
}

td.msg {
	width:78%;
}

td.date {
	width:10%;
}
