#body {
	margin-right: 10px;
	margin-bottom: 20px;
}

p {
    font-family: verdana,arial,helvetica;
    font-size: 11px;
}

td {
    font-family: verdana,arial,helvetica;
    font-size: 11px;
}

pre {
    font-size: 11px;
}

th {
    font-family: verdana,arial,helvetica;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
}

th.column {
    font-weight: bold;
}

h1 {
    color: #ad193b;
    font-family: verdana,arial,helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: lighter;
    margin-bottom: 10px;
}

h2 {
    font-family: verdana,arial,helvetica;
    font-size: 12px;
    color: #ad193b;
    margin-top: 10px;
    margin-bottom: 5px;
}

h3 {
    font-family: verdana,arial,helvetica;
    font-size: 9pt;
    color: #ad193b;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

a {
    color: #32386a;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    color: #32386a;
    text-decoration: underline;
}

.field {
    width: 100%;
}
  
.message {
    font-family: verdana,arial,helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #FF0000;
    text-decoration: none;
}

.highlight {
    font-family: verdana,arial,helvetica;
    font-size: 10px;
    color: #FF0000;
    text-decoration: none;
}

.highlight:hover {
    font-family: verdana,arial,helvetica;
    font-size: 10px;
    color: #FF0000;
    text-decoration: underline;
}

.logo {
    font-size: 14px;
    font-weight: bold;    
    background-color: #000000; 
    color: #FFFFFF;
}

.appName {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: right;
}

.copyright {
	font-size: 9px;
	color: #000000;
	text-align: right;
}

.abakusMenu0 {
    font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.abakusMenu0:hover {
    font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.abakusMenu0:visited {
    font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.abakusMenu1 {
    font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.abakusMenu1:hover {
    font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.abakusMenu1:visited {
    font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.productSearchResults {
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-color: black;
}

.tabTitle {
    color: #ad193b;
}

.activeTabTitle {
    color: #ad193b;
    font-weight: bold;
}

.locale {
    color: #32386a;
    font-size: 10px;
}
.locale:hover {
	text-decoration: underline;
}
.locale:visited {
	text-decoration: none;
}

iframe.results {
	width: 100%;
	height: 100%;
	border: 1px solid black;
}


table.calendar, td.calendar, th.calendar
{
    border-color: #000000;
    border-style: solid;
}

table.calendar
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

th.calendar
{
	font-weight: bold;
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}

td.calendar
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}

div.deleted {
	display: inline;
	padding: 10px;
	font-color: #ff0000;
	border: 1px solid black;
	background-color: #fbd29c;
	font-weight: bold;
}

td.richtext h1 {
     font-size: 12px;
     color: black;
     font-weight: bold;
}
