File: /home/mykensington.co.uk/public_html/v2/resources/css/basis.css
/*
* ------------------------------------ The most common routines
*/
html, body {
padding:0;
margin:0;
}
body {
font-family:Helvetica, Arial, Tahoma, Verdana, sans-serif;
background:white;
color:black;
/*
font-size:1em;
*/
font-size:12px;
}
/*
:root body {
font-size:1.05em;
}
html>body {
font-size:0.95em;
}
*/
a {
color:navy;
}
a:hover {
color:red;
}
a.visited {
color: #800080;
}
a.visited:hover {
color: #F00;
}
a img {
border:none;
}
em {
font-style:normal;
color:red;
}
p {
/*
font-size:0.8em;
*/
font-size:12px;
}
table {
border-collapse:collapse;
border:none;
}
td {
vertical-align:top;
}
img.info_tip {
position:relative;
top:4px;
}
#tooltip {
background: #FCF5E1;
border: 1px solid #000000;
margin:0px;
padding: 2px 5px;
position:absolute;
text-align: justify;
visibility:hidden;
/*
font-size:0.8em!important;
*/
font-size:12px!important;
}
h2.page_title {
color:navy;
font-weight:normal;
font-size:23px;
margin-bottom:0!important;
padding-bottom:0!important;
}
p.page_title {
color:navy;
font-weight:normal;
font-size:23px;
margin-bottom:0!important;
padding-bottom:0!important;
margin-top: 20px!important;
padding-top: 0!important;
}
p.page_description {
margin:5px 0!important;
padding:0!important;
}
p.page_bread_crumbs {
margin-bottom:13px!important;
}
div.page_info_block {
padding:0;
margin:0;
}
#hiddenlinks {
margin: -10000px 0px 0px -10000px;
position: absolute;
}
iframe.citylist {
height:1px;
width:1px;
border:none;
position:absolute;
top:-1000px;
left:-1000px;
display:block;
}
input.onEnter {
position: absolute;
top: -2000px;
left: -5000px;
}
input.loginSubmit {
position: absolute;
top: 0em;
left: 0em;
z-index: -10;
}
.clear {
clear: both;
width: 1px;
height: 1px;
}
.nobr {
white-space: nowrap;
}