	div#calls-leftcolumn {
		float: left;
		text-align: left;
		width: 560px;
		}
	div#calls-rightcolumn {
		float: right;
		padding-top: 40px;
		text-align: left;
		width: 180px;
		}


	table.calls-table {
		background-color: #F2F2F1;
		border: #FFFFFF solid 1px;
		font-size: 11px;
		font-family: Verdana, sans-serif;
		width: 100%;
		}

		table.calls-table td {
			border-top: #DBDAD7 solid 1px;
			font-weight: bold;
			padding: 6px;
			vertical-align: middle;
			}

		table.calls-table tr:first-child td {
			border-top: none;
			}

		table.calls-table td.calls-date {
			border-right: #DBDAD7 solid 1px;
			padding-right: 8px;
			text-align: right;
			white-space: nowrap;
			}

		table.calls-table td.calls-title {
			padding-left: 8px;
			text-align: left;
			}

			table.calls-table td.calls-title a {
				border-bottom: #C59C6E dotted 1px;
				color: #1989B7;
				font-size: 12px !important;
				font-weight: bold;
				text-decoration: none;
				}

				table.calls-table td.calls-title a:hover {
					border-bottom-style: solid;
					}
