html {
    overflow: -moz-scrollbars-vertical;
}

body {
    background: white;
}

body,
table,
input {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    color: black;
    margin: 0px;
}


#canoo-logo-right {
    position: absolute;
    left: 750px;
    top: 30px;
    width: 165px;
    height: 35px;
}

img {
	border: none;
}

#page {
    position: relative;
    min-height: 600px;
    width: 949px;
    margin: auto;
    background-image: url("../images/background.png");
    background-repeat: repeat-y;
    border: #999999 solid 1px;
}

#header {
    width: 949px;
    height: 88px;
    margin: auto;
    background: url(../images/header.png);
}

#navigation-top {
    width: 949px;
    height: 17px;
    margin: auto;
    border-top: white solid 1px;
    border-bottom: white solid 1px;
	background: red;
    font-size: 11px;
    letter-spacing: 0px;
}

#navigation-top ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#navigation-top li {
    padding: 0px;
    margin: 0px;
    float: left;
    border-right: white solid 1px;
}

#navigation-top li.current,
#navigation-top a {
    display: block;
    width: 89px;
    height: 15px;
    padding: 2px 0px 0px 5px;
    margin: 0px;
    color: white;
  	text-decoration: none;
}

#navigation-top a:hover {
	background: #CC0000;
}

#navigation-top a:link,
#navigation-top a:visited,
#navigation-top a:active {
    color: white;
    text-decoration: none;
}

#navigation-top li.current,
#navigation-top a.current,
#navigation-top a.current:link,
#navigation-top a.current:visited,
#navigation-top a.current:active,
#navigation-top a.current:hover {
    color: black;
    background: white;
}

#main {
    width: 949px;
	color: black;
}

#main-right {
    float: right;
    padding-top: 20px;
    width: 189px;
}

.table-cell-width-left {
    width: 55px;
    padding-left: 10px;
}

.table-cell-width-left2 {
    width: 180px;
    padding-left: 10px;
}

.main-right-separator {
    border-bottom: #999999 solid 1px;
}

#image {
	margin: auto;
	display: block;
	padding: 15px 0px 15px 0px;
    width: 350px;
    height: 255px;
}

#copyright {
    text-align: left;
    font-size: 9px;
    line-height: 12px;
    padding-left: 10px;
    padding-top: 10px;
}

#content {
    width: 660px;
    padding: 5px 42px 10px 42px;
}

#content h1 {
    width: 660px;
    padding-top: 10px;
    padding-bottom: 5px;
	border-bottom: red solid 1px;
    font-size: 24px;
    font-weight: bold;
    color: red;
}

#content h2 {
    font-size: 15px;
    font-weight: bold;
	line-height: 1px;
	padding-top: 15px;
	color: red
}

#content ul {
}

table a:link,
table a:visited,
table a:active,
#content a:link,
#content a:visited,
#content a:active {
	color: red;
	text-decoration: none;
}

table a:link:hover,
table a:visited:hover,
table a:active:hover,
#content a:link:hover,
#content a:visited:hover,
#content a:active:hover {
	color: red;
	text-decoration: underline;
}

#flash {
	border: 1px solid #999999;
	background-color: #D7D7D7;
	padding: 3px;
    margin-top: 1em;
}

div.entry,div.hit {
    margin-top: 1em;
    margin-bottom: 1em;
}

div.entryTitle,div.hitTitle {
    font-size: 122%;
}

div.entryDetails,div.hitInfo {
    font-size: 85%;
    color: gray;
    margin-bottom: 2px;
}

div.entryInfo {
    font-size: 85%;
    color: gray;
    margin-top: 3px;
}

div#searchCrumbs {
	text-align: center;
	margin-bottom: 2em;
}

div#searchCrumbs li {
	list-style-type: none;
	display: inline;
	margin-left: 1em;
}

div#searchBody {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

span.highlight {
	font-weight: bold;
}

#newFeed {
    margin: 0em;
    padding: 1em;
    border: 1px solid black;
    background-color: #D7D7D7;
}

#blog-title-column {
    width: 200px;
}

#blog-description-column {
    width: 300px;
}

#blog-registered-column {
    width: 80px;
}

#blog-lastPolled-column {
    width: 80px;
}