body * {
margin: 0;
padding: 0;

}

img {
border: 0;
}

.small {
font-size: 10px;
}

.medium {
font-size: 16px;
}

.error {
color: red;
font-style: italic;
}

.red {
color: red;
}

span.account_info_left {
margin-left: 2px;
}

span.account_info {
margin-left: 60px;
}

.company {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #000099;
}

.label {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: none;
	font-style: normal;
	text-decoration: none;
}

.Heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #000000;
}

.BottomOnly {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000099;
}

tr.BottomOnly td{
	border-width: 0 0 1px 0;
	border-style: solid;
	border-bottom-color: #000099;
}

.DataElement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #000066;
	background-color: #FFFFFF;
	text-align: left;
	padding: 2px;
	float: none;
	margin: 2px;
	clear: none;
	clip: rect(auto auto auto auto);
	text-decoration: none;
	border: 1px solid #000099;

}
.tab{
	margin-bottom: -4px
}


.ReadOnly {
	background-color: #EAEAEA;
}
.listitem {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;

}
.BottomThin {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-bottom-color: #000000;
}

tr.BottomThin td{
	padding-top: 2px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-bottom-color: #000000;
}

.DataElementProper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #000066;
	background-color: #FFFFFF;
	text-align: left;
	padding: 2px;
	float: none;
	margin: 2px;
	clear: none;
	clip:       rect(auto auto auto auto);
	text-decoration: none;
	text-transform: capitalize;
	border: 1px solid #000099;

}

.style1 {
	font-weight: bold;
}

.style6 {
	font-size: xx-small;
	height: 2px;
	margin: 0px;
}

.style10 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.white {
color: #fff;
}

.Currency {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #000066;
	background-color: #FFFFFF;
	text-align: right;
	padding: 1px;
	float: none;
	margin: 2px;
	clear: none;
	clip: rect(auto auto auto auto);
	text-decoration: none;
	border: 1px solid #000099;
}

th#menu_row a:link, th#menu_row a:active,th#menu_row a:hover,th#menu_row a:visited {
color: #000066;
text-decoration: none;
}

/* Sortable tables */
table.sortable a.sortheader {
    background-color:#eee;
    color:#000;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

select#old_address {
	margin-right: 10px;
}

input#reported {
	font-weight: bold;
	margin-bottom: 2px;
}

select.score {
	width: 40px;
}

table.report_page {
	page-break-after: always;
}

/*
#menu_pad {
position: absolute;
left: 620px;
top: 50px;
width: 150px;
height: 75px;
padding-bottom: 20px;
}

#menu {
position: absolute;
left: 630px;
top: 60px;
width: 130px;
background: #eee;
display: none;
z-index: 100;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 130px;
float: left;
}

#menu ul li {
margin: 0;
border: 1px solid black;
padding-left: 5px;
}

#menu a {
display: block;
}

#menu a:link,#menu a:active,#menu a:hover,#menu a:visited {
color: black;
font-weight: bold;
}

#menu ul li:hover {
background: #fff;
}
*/

