/* common styles
----------------------------------------------- */
body {
        background: #ffffff;
        font-family: helvetica, sans-serif;
        margin: 0px;
        padding: 0px;
        color: #222;
}

/* border of the search results table */
div.border {
        border: 1px #666 solid;
}

div.debug {
        font-size: 6px;
	color: #ffffff;
}

div.navbar {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 15px;
        margin-bottom: 15px;
}

div.login {
        padding-left: 12px;
        padding-right: 15px;
        padding-top: 3px;
        margin-bottom: 10px;
	font-size: 12px;
	color: #222;
}

span.loginlink {
        padding-left: 0px;
        padding-right: 15px;
	font-size: 14px;
	color: #222;
}

div.loggedin {
        padding-left: 12px;
        padding-right: 15px;
        padding-top: 3px;
        margin-bottom: 10px;
	color: #222;
}

div.loggedin p {
	font-size: 14px;
}

div.loggedin h1 {
	font-size: 16px;
}

div.login h1 {
	margin: 1px;
	padding: 0px;
        font-size: 16px;
	color: #222;
}

div.login p {
	margin: 1px;
	margin-bottom: 2px;
        font-size: 16px;
	color: #222;
}

span.tiny {
        font-size: 9px;
        margin: 0px;
	padding: 0px;
	color: #222;
}

span.small {
	font-size: 12px;
	margin-top: 7px;
}

span.copy {
	font-size: 10px;
	color: #fff;
}

span.copy a:link {
	color: #fff;
}

span.copy a:visited {
	color: #fff;
}


span.date {
        font-size: 9px;
        color: #222;
}

div.links {
        padding-left: 12px;
        padding-right: 15px;
        padding-top: 13px;
        margin: 0px;
        border-top-width: 1px;
        border-top-color: #000;
        border-top-style: solid;
}

div.links p {
	font-size: 14px;
}

div.mainpage a {
	color: #222;
}

div.maintext a:link {
	color: #555;
}

div.maintext a:visited {
	color: #555;
}

div.maintext a:hover {
	color: #ff9933;
}

div.navbar a {
	color: #222;
}

div.navbar a:link {
	color: #222;
}

div.navbar a:visited {
	color: #222;
}

div.navbar a:hover {
        color: #ddd;
}

div.mainpage {
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
}

div.maintext {
/*        vertical-align: top;   unnecessary ? */
        margin: 15px;
        font-size: 13px;
}

div.maintext ul {
        list-style-type: square;
}

div.maintext h1 {
        font-size: 18px;
	font-weight: 300;
}

div.maintext h2 {
        font-size: 15px;
	font-weight: 300;
}

div.maintext p {
        font-size: 13px;
}

/* only used for table headers in search results */
th.search {
        text-align: left;
        font-size: 13px;
        background-color: #666;
        color: #fff;
	padding-top:2px;
	padding-bottom:2px;
}

th.searchsmall {
        text-align: left;
        font-size: 12px;
        background-color: #666;
        color: #fff;
        padding-top:2px;
        padding-bottom:2px;
}


th.showride {
        text-align: left;
        font-size: 13px;
        color: #666666;
        border-bottom: 1px solid #000;
}

td.showride {
	font-size: 13px;
	padding-top: 3px;
}

td.form {
	font-size: 13px;
}

.resultlines {
        font-size: 13px;
}

.resultlinessmall {
	font-size: 11px;
}

.resultlines > a:hover {
        color: #18d;
}

pre, code, tt {
  font-family: monospace;
  line-height: 100%;
  white-space: pre;
}

/* login form elements */
.loginf {
        font-family: helvetica, sans-serif;
        font-size: 13px;
        background-color: #fff;
        color: #222;
        border: 1px inset #000;
}

/* login button */
.loginba {
        font-family: helvetica, sans-serif;
        font-size: 10px;
        text-transform: uppercase;
        background-color: #ccc;
        color: #333;
        font-weight: bold;
	border: 1px solid #333;
}

.loginb {
        font-family: helvetica, sans-serif;
        font-size: 10px;
}



/* search form */
div.search {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px;
        border: 1px solid #000;
        padding-top: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 8px;
}

/* google ads in main part of page */
div.ad {
	margin-left: 5px;
        margin-right: 5px;
        margin-top: 15px;
        border: 0px;
        padding-top: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 8px;
/*	position: bottom;   */
}

/* search form */
div.sendmail {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
	border-top: 1px solid #000;
        margin-left: 15px;
        margin-right: 15px;
	margin-top: 15px;
        padding: 8px;
}

/* search form subsections */
div.searchsub {
        padding: 5px;
        border: 1px dotted #000;
}

/* topless */
div.searchsubtl {
	padding: 5px;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

/* search form subsections, centered (button) */
div.searchsubc {
        text-align: center;
        padding: 8px;
        border: 1px dotted #000;
}

/* search form elements */
.searchf {
        font-family: helvetica, sans-serif;
        font-size: 13px;
/*        background-color: #fff; */
        color: #000;
        font-weight: normal;
/*        border-width: 2px;
        border-style: inset;
        border-color: #fff; */
        padding-left: 2px;
}

/* search button */
.searchba {
        font-family: helvetica, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        background-color: #ccc;
        color: #333;
        font-weight: bold;
	border: 1px solid #333;
}

/* for vertically aligning the calendar image behind the date entry field */
.ttopalign {vertical-align: middle;}

strong {
	font-weight: 700;
}

div.posted {
	margin:5px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	font-weight:700;
}
div.selectcountry {
	color:#000;
}
div.selectcountry a:link {
	color:#000;
	text-decoration:underline;
}
div.selectcountry a:visited {
	color:#000;
	text-decoration:underline;
}
div.selectcountry a {
	color:#000;
	text-decoration:underline;
}
div.selectcountry a:hover {
	color:#ff6600;
	text-decoration:underline;
}
.strikeThrough {
	text-decoration: line-through;
}
