/* SMSkenteken */
* {
    margin: 0;
    padding: 0;
}

body {
    font: normal 1.0em "Trebuchet MS", Verdana, Sans-Serif;
    background: #B1B1B1 url(../images/background.gif) repeat-x top;
}

em {
    color: #F00;
}

h1, h2, h3, h4 {
    padding: 0.7em 0 0.3em;
    font-weight: normal;
    color: #019;
}

h1 {
    border-bottom: 2px solid #ABF;/*#019;*/
    margin-bottom: 0.5em;
}

h1 img, h2 img, h3 img, h4 img {
    vertical-align: middle;
    margin-right: 4px;
}

p, ul, ol {
    line-height: 1.3em;
    text-align: justify;
}

p {
    padding: 0.6em 0 0 0.2em;
}

a {
    text-decoration: none;
    color: #019;
    border-bottom: 1px dashed #019;
}

a:hover {
    color: #44F;
    border-bottom: 1px solid #44F;
}

a img {
    border: none;
}

a.clear {
    text-decoration: none;
    border: none;
}

p img {
    margin: 4px 0 4px 0;
}

ul {
    list-style: url(../images/arrow.gif);
    margin-left: 40px;
}

form button {
    cursor: pointer;
    background: #333 url(../images/buttonBg.gif) repeat-x scroll center top;
    color: #FFF;
    border: 1px solid #333;
    padding: 2px 9px 2px 9px;
    font-size: 1.1em;
}

div#trackButtonOff {
    background: transparent url(../images/track-ad.gif) no-repeat bottom;
    position: absolute;
    width: 500px;
    height: 294px;
}

div#trackButtonOn {
    position: absolute;
}

div#trackButtonOn a {
    display: block;
    background: transparent url(../images/track-ad.gif) no-repeat top;
    width: 500px;
    height: 294px;
    border: none;
}

div#registerButtonOff {
    background: transparent url(../images/kenteken-ad.gif) no-repeat bottom;
    position: absolute;
    top: 509px;
    width: 500px;
    height: 294px;
}

div#registerButtonOn {
    position: absolute;
    top: 509px;
}

div#registerButtonOn a {
    display: block;
    background: transparent url(../images/kenteken-ad.gif) no-repeat top;
    width: 500px;
    height: 294px;
    border: none;
}

div#poolButtonOff {
    background: transparent url(../images/pool-ad.gif) no-repeat bottom;
    position: absolute;
    top: 804px;
    width: 500px;
    height: 294px;
}

div#poolButtonOn {
    position: absolute;
    top: 804px;
}

div#poolButtonOn a {
    display: block;
    background: transparent url(../images/pool-ad.gif) no-repeat top;
    width: 500px;
    height: 294px;
    border: none;
}

#header {
    height: 151px;
    position: relative;
    margin-top: 28px;
    background: transparent url(../images/header.gif) no-repeat top center;
}

#header img.logo {
    width: 316px;
    height: 59px;
    position: absolute;
    top: 55px;
    left: 41px;
}

#header a.alert {
	text-decoration: underline;
	background: none;
	color: white;
	font-size: 1.4em;
	left: 559px;
	position: absolute;
	font-weight: bold;
	top: 46px;
}

#header ul {
    width: 540px;
    position: absolute;
    bottom: 14px;
    right: 0px;
    font-size: 95%;
}

#header li {
    display: inline;
    margin: 0;
    padding: 0;
}

#header a {
    float: left;
    background: url(../images/tab-left.gif) no-repeat left top;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
    border: none;
}

#header a span {
    float: left;
    display: block;
    background: url(../images/tab-right.gif) no-repeat right top;
    padding: 5px 15px 4px 6px;
    color: #000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {
    float: none;
}
/* End IE5-Mac hack */
#header a:hover span {
    color: #333;
}

#header a:hover {
    background-position: 0% -42px;
}

#header a:hover span {
    background-position: 100% -42px;
}

#container {
    width: 1000px;
    margin: 0 auto;
}

#content {
    float: left;
    width: 1000px;
    background: transparent url(../images/content.gif) repeat-y top center;
}

#contentTop {
    height: 34px;
    background: transparent url(../images/content-top.gif) repeat-y top center;
}

#left {
    width: 200px;
    font-size: 0.9em;
    float: left;
    padding-left: 18px;
}

#right {
    width: 200px;
    font-size: 0.9em;
    float: right;
    padding: 0 18px;
}

#main {
    width: 520px;
    float: left;
    padding: 0px 0px 0px 15px;
    font-size: 0.8em;
}

#main form {
    margin-top: 0.9em;
}

#main form div {
    padding: 0.1em;
}

#main form label {
    display: block;
    width: 40%;
    float: left;
}

#main form fieldset {
    border: none;
    overflow: auto;
}

#main form legend {
    display: none;
}

#main form textarea {
    padding: 0;
    vertical-align: top;
    margin: 2px 2px 1px 0;
}

#main form input {
    margin: 0 2px 0 0;
    padding: 2px 0 0 5px;
    border: #000 solid 1px;
}

#main form input[readonly] {
	background: #FFD;
    border: #888 solid 1px;
}

#main form input:hover, input:focus {
    border: #F00 solid 1px;
}

#main textarea {
    border: #000 solid 1px;
    margin: 0 2px 0 0;
    padding: 2px 0 0 5px;
}

#main textarea:hover, textarea:focus {
    border: #F00 solid 1px;
}

#main select {
    border: #000 solid 1px;
}

#main select:hover, select:focus {
    border: #F00 solid 1px;
}

#main form input.label {
    background: transparent;
    border: none;
    text-align: center;
}

#main form select {
    margin: 2px 2px 1px 0;
    padding: 0;
}

#main form img {
    vertical-align: top;
    margin: 1px 2px 1px 0;
}

#footer {
    height: 71px;
    clear: both;
    background: transparent url(../images/footer.gif) no-repeat center;
}

#footer a {
    text-decoration: underline;
    color: #FFF;
    border: none;
}

#footer a:hover {
    border: none;
}

#footer p.copyright {
    padding-top: 42px;
    color: #FFF;
    font-size: x-small;
    text-align: center;
}

#map {
    width: 500px;
    height: 300px;
    border: 1px solid #000;
}

table.simple {
    font-size: 0.9em;
    border: 1px solid #333;
    border-collapse: collapse;
    margin: 0px;
    width: 90%;
    overflow: auto;
}

table.simple th {
    background-color: #333;
    border-bottom: 1px #333 dashed;
    color: #FFF;
    font-weight: bold;
    text-align: left;
    padding-left: 8px;
}

table.simple td {
    border-bottom: 1px #333 dashed;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    padding: 4px 3px 4px 8px;
}

table.messages {
    border: none;
    border-collapse: collapse;
    margin: 0px;
    width: 100%;
    overflow: auto;
}

table.messages td {
    border-bottom: 1px #333 dashed;
    vertical-align: top;
    padding: 7px 3px 4px 8px;
}

table.messages .odd td {
    background-color: #FFD;
}

table td.recipient {
    width: 60px;
}

table td.mobileNumber {
    text-align: left;
    width: 80px;
}

table td.text {
    text-align: left;
}

table td.date {
    text-align: right;
    width: 80px;
    padding-right: 3px;
}

div.ads {
	padding-top: 12px;
}

div.inline {
    float: left;
    padding: 5px 10px 5px 10px;
}

div.pool {
    float: left;
    padding: 10px 10px 10px 10px;
    margin: 5px 5px 5px 5px;
    border: #DDD solid 2px;
}

div.poolBack {
    display: block;
    background: transparent url(../images/poolBack.gif) no-repeat left top;
    height: 66px;
}

div.poolBack span.desc {
    padding-top: 5px;
}

div.poolBack span.plateName {
    display: inline;
    float: left;
    font: normal 19px "Arial Black";
    color: #FFF;
    padding: 12px 0px 0px 25px;
}

div.poolBack span.plateDesc {
    display: inline;
    float: left;
    padding: 8px 0px 0px 47px;
}

div.poolExplanation {
	overflow: hidden;
	width: 530px;
}

.homeTop {
    height: 885px;
    margin-left: 15px;
}

.icon {
    vertical-align: middle;
    padding-right: 5px;
}

.center {
    text-align: center;
}

.terms {
    padding: 5px 0 5px;
    font-size: 0.8em;
    font-weight: bolder;
}

.captcha {
    border: #000 solid 1px;
}

.panel {
    margin-top: 0.1em;
    padding: 0.5em 0.5em 0.5em 0.5em;
    background: #FFE;
    font-size: 1.1em;
}

.note {
    color: #259;
    margin-top: 0.3em;
    font-size: .9em;
    font-style: italic;
}

.note img {
    vertical-align: middle;
}

div.loading {
	display: block;
	background: transparent url(../images/ajax-loader.gif) no-repeat 50% 50%;
	margin-top: 40px;
	height: 200px;
	text-align: center;
	color: #000;
}

div.paginator {
	margin-top: 16px;
	margin-bottom: 16px;
    font-size: 1.1em;
    text-align: center;
}

div.paginator a.page {
    border: 1px solid #999;
    color: #019;
    padding: 2px 6px;
	margin-right: 4px;
}

div.paginator a.page:hover {
    background-color: #FFD;
    border: 1px solid #000;
}

div.paginator .current {
    color: #000;
    font-weight: bold;
    padding: 2px 6px;
}

.box {
    width: 100%;
    background: url(../images/box1-body-r.gif) no-repeat bottom right;
    color: #FFF;
    font-size: .8em;
}

.box .boxHead {
    background: url(../images/box1-head-r.gif) no-repeat top right;
    margin: 0;
    padding: 0;
    text-align: left;
}

.box .boxHead h2 {
    margin: 0;
    padding: 19px 30px 14px;
    font-size: 1.1em;
    color: #FFF;
    background: url(../images/box1-head-l.gif) no-repeat top left;
}

.box .boxHead h2 a {
    color: #FFF;
    border-color: #FFF;
}

.box .boxHead h2 a:hover {
    color: #FFF;
}

.box .boxBody {
    background: url(../images/box1-body-l.gif) no-repeat bottom left;
    margin: 0;
    padding: 5px 30px 31px;
    color: #000;
}

.box .boxBody .fixed {
    width: 140px;
    height: 250px;
    overflow: auto;
}

.box .boxBody .fixed.small {
    height: 150px;
}

.mainBox {
    background: url(../images/box3-body-r.gif) no-repeat bottom right;
}

.mainBox .boxHead {
    background: url(../images/box3-head-r.gif) no-repeat top right;
}

.mainBox .boxHead h2 {
    background: url(../images/box3-head-l.gif) no-repeat top left;
}

.mainBox .boxBody {
    background: url(../images/box3-body-l.gif) no-repeat bottom left;
}

.userBox {
    background: url(../images/box2-body-r.gif) no-repeat bottom right;
}

.userBox .boxHead {
    background: url(../images/box2-head-r.gif) no-repeat top right;
}

.userBox .boxHead h2 {
    background: url(../images/box2-head-l.gif) no-repeat top left;
}

.userBox .boxBody {
    background: url(../images/box2-body-l.gif) no-repeat bottom left;
}

.box fieldset {
    border: none;
}

.box legend {
    display: none;
}

.box label {
    font-size: x-small;
    font-weight: bold;
}

.box textarea, input {
    margin-bottom: 5px;
    padding: 2px 5px;
    border: 1px solid #661133;
    font: normal 1.0em "Trebuchet MS", Verdana, Sans-Serif;
}

.box p {
    overflow: hidden;
    padding: 2px 0 3px 0;
}

.box .privacy {
    margin-top: 7px;
    font-size: .7em;
}

.box span {
    font-size: 1.1em;
    vertical-align: top;
}

.box img {
    vertical-align: middle;
    margin-right: 4px;
}

.box a img {
    border: none;
}

.box .errors {
    font-weight: normal;
}

.errors {
    font-weight: bold;
    margin-bottom: 5px;
    color: #F00;
}

.poolExplanation img {
	vertical-align: middle;
}

.poolExplanation span {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	vertical-align: middle;
}

.exclamation {
    font-weight: bold;
    border: 1px #000 solid;
    padding: 10px 10px 10px 10px;
    background: #FFE;
}

.exclamation img {
    vertical-align: middle;
}

.toolTipHead {
    font-weight: bolder;
    border-top: 1px groove #333;
    border-left: 1px groove #333;
    border-right: 1px groove #333;
    width: 450px;
    padding: 3px;
    color: #000;
    font-size: 0.9em;
    background: #FFD;
    filter: alpha(opacity=75);
    opacity: 0.75;
}

.toolTipBody {
    border-bottom: 1px groove #333;
    border-left: 1px groove #333;
    border-right: 1px groove #333;
    width: 450px;
    padding: 3px;
    color: #000;
    font-size: 0.9em;
    background: #FFD;
    filter: alpha(opacity=75);
    opacity: 0.75;
}

/* Wordpress */
blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.socialBookmarks {
    float: right;
    text-decoration: none;
    margin: 8px 0px 0px 10px;
}

.socialBookmarks a {
    border: none;
    padding: 0px 0px 0px 0px;
}

.socialBookmarks a:hover {
    color: #888;
    border: none;
}

.socialBookmarks img {
    vertical-align: middle;
}

.entry {
    width: 100%;
    margin-bottom: 10px;
}

.entry p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 16px;
    color: #000000;
    padding: 10px 15px 10px 15px;
}

.entry h2 {
    font-weight: bold;
    padding: 10px 10px 0 10px;
}

.entry li {
    margin-left: 25px;
}

.entry li ul {
    list-style-type: lower-latin;
    list-style-image: none;
}

.entry div.blogDate {
    display: inline;
    float: left;
    height: 59px;
    width: 59px;
}

.entry div.dateText {
    background: transparent url(../images/dateBg.gif) no-repeat scroll left center;
    color: #FFFFFF;
    display: inline;
    float: left;
    height: 49px;
    text-align: center;
    width: 49px;
}

.entry .day {
    font-size: 18px;
    font-weight: normal;
    padding: 5px 0pt 0pt;
}

.entry .monthYear {
    font-size: 10px;
    font-weight: normal;
}

.entry small {
    color: #666;
}

