@charset "UTF-8";
/* Undo inherited mess from 100-system_ar.css */

html, body {
	margin: 0;
	background-color: #ffffff;
	font-family: Times, serif;
	font-size: 16px;
	}

h2 {
	float: none;
	color: #000000;
	text-transform: none;
	padding-top: 0;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height:28px;
	}

h3 {
	font-size: 24px;
	font-family: Times, serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
	font-weight:bold;
	line-height: 29px;
	}

#navigation {
	font-size: 12px;
	font-family: BureauGrotesqueThreeSeven, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
#breadcrumb {
	padding-top: 14px;
	padding-bottom: 16px;
	padding-left: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

table {
	border-collapse: separate; 
	border: 0;
	margin: 5px;
	width: auto;
	}

table tr th {
	padding: 0px;
	border-bottom-width: 0px;
	border-bottom:solid 0px #ffffff;
	color: #000000;
	background-color: #ffffff;
	}

table tr td {
	padding: 1px;
	text-align: left;
	vertical-align: top;
	border-top:solid 0px #aaaaaa;
	border-bottom:solid 0px #ffffff;
	}

table tr:hover td {
	cursor: default;
	background-color: transparent;
	}


fieldset {
	width: auto !important;
	display: inline-block !important;
	padding: 0;
	border: solid 3px #aaa;
	}

legend {
	padding: 2px;
	color: #000;
	}
	
input {
	margin: 2px;
	border: solid 1px #eeeeee;
	border-style: inset;
	padding: 1px;
	padding-left: 2px;
	}
