/*------------------------------------------------------------------
[Master Stylesheet : screen.css]

Project:      WTG Interface Style Guideline 
Version:      1.0 
Last change:  05/06/08 
Assigned to:  Name Surname (sn) 
Primary use:  website

[Table of contents]

01. Meyer's Reset 
02. Typography 
03. Layout 
04. Header 
04B. New Head
05. Navigation 
06. Content 
07. Footer

/*------------------------------------------------------------------
[01. Meyer's Reset]
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*------------------------------------------------------------------
[02. Typography]
*/
body {
    font: 75%/1.5em Arial, sans-serif;
    color: #80779b;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #111;
}
h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
}
h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
}
h3 {
    font-size: 1.5em;
    line-height: 1.5;
    margin-bottom: 1em;
}
h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
}
h5 {
    font-size: 1em;
    margin-bottom: 1.5em;
}
h6 {
    font-size: 1em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}
p {
    margin: 0 0 1.5em;
}
p img {
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
}
p img.right {
    float: right;
    margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
    text-decoration: underline;
}
a {
    color: #c007b5;
    text-decoration: none;
    font-weight: bold;
}
blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
}
strong {
    font-weight: bold;
}
em, dfn {
    font-style: italic;
}
dfn {
    font-weight: bold;
}
sup, sub {
    line-height: 0;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
}
address {
    margin: 0 0 1.5em;
    font-style: italic;
}
del {
    color: #666;
}
pre, code {
    margin: 1.5em 0;
    white-space: pre;
}
pre, code, tt {
    font: 1em 'andale mono' , 'lucida console' , monospace;
    line-height: 1.5;
}
/* Lists */
li ul, li ol {
    margin: 0 1.5em;
}
ul, ol {
    margin: 0 1.5em 1.5em 2em;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
dl {
    margin: 0 0 1.5em 0;
}
dl dt {
    font-weight: bold;
}
dd {
    margin-left: 1.5em;
}
/* Tables */
table {
    margin-bottom: 1.4em;
}
th {
    font-weight: bold;
}
th, td {
    padding: 4px 10px 4px 5px;
}
tr.even td {
    background: #E5ECF9;
}
/* Forms */
label {
}
fieldset {
}
legend {
    font-weight: bold;
    font-size: 1.2em;
}
input {
    font: 100% Helvetica, Arial, sans-serif;
    color: #80779B;
}
button {
    font: 100% Helvetica, Arial, sans-serif;
    color: #222;
}
input.text, input.title, textarea, select {
    color: #80779B;
}
input.text:focus, input.title:focus, textarea:focus, select:focus {
}
input.text, input.title {
    width: 300px;
    padding: 5px;
}
input.title {
    font-size: 1.5em;
}
textarea {
    width: 390px;
    height: 250px;
    padding: 5px;
}
.error, .notice, .success {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}
.error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}
.notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}
.success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}
.error a {
    color: #8a1f11;
}
.notice a {
    color: #514721;
}
.success a {
    color: #264409;
}
/* Extras */
tfoot {
    font-style: italic;
}
caption {
    background: #eee;
}
.small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}
.large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
}
.hide {
    display: none;
}
.quiet {
    color: #666;
}
.loud {
    color: #000;
}
.highlight {
    background: #ff0;
}
.added {
    background: #060;
    color: #fff;
}
.removed {
    background: #900;
    color: #fff;
}
.first {
    margin-left: 0;
    padding-left: 0;
}
.last {
    margin-right: 0;
    padding-right: 0;
}
.top {
    margin-top: 0;
    padding-top: 0;
}
.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

/*------------------------------------------------------------------
[03. Layout]
*/
.clear {
    clear: both;
}
body {
    text-align: center;
    min-width: 890px;
}
.container {
    width: 890px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
#id-selector {
}
#content {
    width: 890px;
    margin: 0 auto;
}

/*------------------------------------------------------------------
[04. Header]
*/
#header {
    width: 890px;
    margin: 0 auto;
}
#header form#search_form {
    border: none;
    line-height: normal;
    height: auto;
}
#header fieldset {
    display: inline;
}
#logo {
    padding: 26px 0 28px 16px;
}

#header-right {
    float: right;
    text-align: right;
    margin: 56px 0 0 0;
}
.search_text {
    width: 250px;
    margin-right: 5px;
}
table#t1 {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    border: none;
    padding: 0;
    height: 0px;
}
table#t1 td {
    padding: 0;
}

/*------------------------------------------------------------------
[04B. New Head]
*/

/* template styles */
#container { width: 890px; margin-left:150px; margin: auto; position: relative; z-index: 2; padding:0px;}
/*{ border-left:1px solid #ccc; border-right:1px solid #ccc; width:770px; margin:auto; padding:0px; background-color:#fff; height:auto; }*/
#contentheader { background-color:#FFFFFF;  height:150px; margin:0px; padding:0px; }

/* logo */
#logo { float:left; margin-left:0px; margin-top:5px; display:block; }
#logo img { border:none; }

/* breadcrumb */
#breadcrumb { clear:both; float: left; width:890px; color:#666; padding:5px 0; margin-bottom:5px; border-top:2px solid #f1f1f1; text-align: left; }
#breadcrumb a { text-decoration:none; background-color:#f1f1f1; color:#069; background-color:transparent;  }
#breadcrumb a:hover { text-decoration:underline; background-color:#f1f1f1; color:#9f0000; background-color:transparent;  }
.blue { color:#666; font-weight:bold; }

/* formatting */
.noborder { border:none; }
.red { color:#f00; }

/* CSS for back to top link */	
.top { text-align:right; font-size:75%; margin-bottom:7px; }
.top a { text-decoration:none; background-color:#fff; color:#9f0000; }
.top a:hover { text-decoration:none; color:#069; }
	
/* bottomnav 
[Crown Copyright 2006 | Cymraeg | Freedom of Information | Sitemap] */
.clear { clear:both; }
#bottomnav { text-align:right; padding-bottom:10px; margin: auto; position: relative; padding-top:10px; border-top:3px solid #f1f1f1;
	width: 890px; }
	
/* -- Fixes for IE 6 and IE 7 to position footer/footer links correctly -- */
.ie7 #bottomnav {
    text-align:right; padding-bottom:10px; margin: auto; position: relative; padding-top:10px; border-top:3px solid #f1f1f1;
        width: 890px; top: 50px;
}
.ie6 #bottomnav {
    text-align:right; padding-bottom:10px; margin: auto; position: relative; padding-top:10px; border-top:3px solid #f1f1f1;
        width: 890px; top: -60px;
}
/* -- End Fixes -- */

#bottomnav ul { padding:0px; margin:0px; margin-bottom:0px; }
#bottomnav li { display:inline; list-style-type:none; padding-right:2px; color:#ccc; }
#bottomnav a { color:#666; background-color:#fff; text-decoration:none; padding:3px; }
#bottomnav a:hover { color:#9f0000; background-color:#fff; text-decoration:underline; padding:3px; }
#bottomnav img { border:none; vertical-align:middle; }
	
/* icon links at the bottom of the page */
#iconlinks 	{ text-align:right; font-size:80%; padding-bottom:10px; margin: auto; position: relative; width: 890px; }

/* -- Fixes for IE 6 and IE 7 to position footer/foter links correctly -- */
.ie7 #iconlinks      { text-align:right; font-size:80%; padding-bottom:10px; margin: auto; position: relative; top: 50px; width: 890px; }
.ie6 #iconlinks      { text-align:right; font-size:80%; padding-bottom:10px; margin: auto; position: relative; top: -62px; width: 890px; }
/* -- End Fixes -- */
l
#iconlinks ul { padding:0px; margin:0px; margin-bottom:0px; }
#iconlinks li { display:inline; list-style-type:none; padding-right:2px; color:#ccc; }
#iconlinks a { color:#069; background-color:#fff; text-decoration:none; padding:3px; }
#iconlinks a:hover	{ color:#9f0000; background-color:#fff; text-decoration:underline; padding:3px; }
#iconlinks img	{ border:1px solid #fff; vertical-align:middle; }


/*------------------------------------------------------------------
[05. Navigation]
*/
#top-navigation-holder {
    width: 890px;
    clear: both;
    border-top: solid 7px #cbc4de;
    border-bottom: solid 7px #cbc4de;
    border-left: none;
    border-right: none;
    background: url( "../images/nav-bck.jpg" ) repeat-x bottom;
    text-align: left;
    margin: 0px auto 10px auto;
    vertical-align: bottom;
}
#top-navigation {
    padding: 1px 0 9px 18px;
    margin: 0;
    height: 3.5em;
    position: relative;
    display: block;
}
#top-navigation li {
    list-style-type: none;
    display: block;
    float: left;
    font-size: 115%;
    font-weight: bold;
    line-height: 1.5em;
    color: #3b1f83;
    padding: 9px 7px 2px 7px;
    height: 2em;
}
#top-navigation li a {
    text-decoration: none;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    font-weight: bold;
}
#top-navigation li.selected {
    padding: 0;
    background-image: url( "../images/nav-arrow.gif" );
    background-position: 50% 100%;
    background-repeat: no-repeat;
    height: 60px
}
#top-navigation li.selected a {
    color: #fff;
    background-color: #3b1f83;
    padding: 13px 11px 6px 11px;
    margin: 0px;
}
#top-navigation li a:hover {
    background: #f0dbfb;
}
#top-navigation li.selected a:hover {
    background: #3b1f83;
}
#left-navigation {
    width: 184px;
    float: left;
    text-align: left;
    list-style: none;
    margin: 0 26px 0 0;
    line-height: normal;
    background: url("../images/nav-dots.gif") repeat-x bottom;
}
#left-navigation li {
    padding: 5px 0px 0px 6px;
    background: url("../images/nav-dots.gif") repeat-x top;
}
#left-navigation li a {
    font-size: 110%;
    text-decoration: none;
    color: #80779b;
    background: url( "../images/arrow-green-right.gif" ) no-repeat 0 0.4em;
    padding-left: 22px;
    padding-bottom: 7px;
    padding-top: 5px;
    display: inline-block;
}
#left-navigation li a:hover {
    text-decoration: underline;
}
#left-navigation li.selected {
    background-color: #3b1f83;
}
#left-navigation li.selected a {
    color: #fff;
    background-image: url( "../images/arrow-green-down_bck.gif" );
}
#left-navigation #left-sub-navigation {
    list-style: none;
    list-style-image: none;
    margin: 0px;
    width: 184px;
    margin-left: -6px;
}
#left-navigation #left-sub-navigation li {
    background: #f4f2f8 none;
    list-style: none;
    list-style-image: none;
}
#left-navigation #left-sub-navigation li a {
    color: #80779b;
    background: #f4f2f8 none;
    padding: 2px 0 3px 22px;
}
#location-breadcrumb {
    background: url( "../images/flag-icon.gif" ) no-repeat left;
    text-align: left;
    padding-left: 30px;
    position: absolute;
    top: -3px;
    left: 0px;
}
#location-breadcrumb a {
    border-right: solid 2px #7b7390;
    padding-right: 10px;
    margin-right: 10px;
}
/*------------------------------------------------------------------
[06. Content]
*/
.clear {
    clear: both;
}
.cleaner {
    clear: left;
    height: 0px;
}
.large {
    font-size: 150%;
    line-height: 1.5;
}
.hidden {
    display: none;
    visibility: hidden;
}
.access-text {
    display: none;
}
.no-margin {
    margin: 0 !important;
}
.right {
    float: right;
}
.break-bottom {
    padding-bottom: 8px;
    border-bottom: solid 7px #CBC4DE;
    margin-bottom: 18px;
    padding-top: 8px;
    border-top: solid 3px #CBC4DE;
    margin-top: 0px;
}
.thin-break-bottom {
    padding-bottom: 1em;
    border-bottom: solid 1px #CBC4DE;
    margin-bottom: 1em;
}


.ie6 .thin-break-bottom {
   /*clear: left;*/
   /*float:left;*/
   border-bottom: 1px solid #CBC4DE;
   position: relative;
}
l

.thin-break-top {
    padding-top: 1em;
    border-top: solid 1px #CBC4DE;
    margin-top: 1em;
}
.thin-break-bottom-top-margin {
    padding-bottom: 2em;
    border-bottom: solid 1px #CBC4DE;
    margin-bottom: 1em;
    margin-top: 5px;
}

#main {
    padding-top: 23px;
    position: relative;
    width: 890px;
    margin: 0 auto;
}
#home-content {
    width: 400px;
    float: left;
    padding-right: 10px;
    font-size: 175%;
    line-height: 125%;
    color: #9488b9;
    text-align: left;
    margin: 0 0 40px 0;
}
#home-content strong {
    color: #3b1f83;
}
#home-content-news {
    width: 660px;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 120%;
    line-height: 125%;
    color: #7F7F7F;
    text-align: left;
    margin: 0 0 40px 0;
    background: #eee;
}
#home-content-news strong {
    color: #3b1f83;
}
.button {
    background-color: #ccc;
    border: none;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}
.button-right {
    background-color: #ccc;
    border: none;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    float: right;
}
form select {
    margin-right: 20px;
}
input.button:hover {
    color: #3a3250;
    font-weight: bold;
    text-decoration: underline;
    padding-right: 19px;
    margin-left: -1px;
}
.search-button-right input.button:hover {
    color: #3a3250;
    font-weight: bold;
    text-decoration: underline;
    padding-right: 19px;
    margin-left: -1px;
}
.link-icon {
    vertical-align: middle;
}
.link-icon-right {
    vertical-align: middle;
    float: right;
}
a.small-link, input.small-link {
    padding: 0px 20px 0px 0px;
    background: url( "../images/arrow-grey-small.gif" ) no-repeat right;
    text-align: right;
    color: #7d7691;
    text-decoration: none;
    font-weight: normal;
}
#header a.small-link:hover {
    font-weight: normal;
    text-decoration: underline;
}
.first_sentence {
    font-size: 1.5em;
    line-height: 1.4em;
    color: #3B1F83;
}
#main-body {
    width: 890px;
    text-align: left;
    float: left;
}
/* -- Fixes for IE 6 and IE 7 to position main-body correctly below breadcrumb -- */
.ie6 #main-body {
    width: 890px;
    text-align: left;
    float: left;
    position: relative;
    top: -36px;
}

.ie7 #main-body {
    width: 890px;
    text-align: left;
    float: left;
    position: relative;
    top: 53px;
}
/* -- End Fixes for IE 6 and IE 7 -- */
#main-body li {
    padding-bottom: 0.5em;
}
#main-body ul, #main-body ol {
    margin-left: 4em;
}
#main-body h1, #main-body-decisions h1 {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #3B1F83;
}
#main-body h2, #main-body-decisions h2 {
    font-size: 1.3em;
    font-weight: bold;
    color: #3B1F83;
    line-height: normal;
}
#main-body div.heading_top {
    height: 3em;
}
#main-body h2.top_head2 {
    width: 400px;
    margin-bottom: 0;
    float:left;
}
#main-body p.toplink {
    float: right;
    vertical-align: top;
}
#main-body h3, #main-body-decisions h3 {
    font-size: 115%;
    font-weight: bold;
    color: #80779B;
}
#main-body h4, #main-body-decisions h4 {
    font-size: 100%;
    font-weight: bold;
    color: #80779B;
    line-height: normal;
}
#main-body h3.publication {
    color: #655a84;
    margin-bottom: 0.2em;
}
#main-body p.publication-description {
    margin-bottom: 0;
}
#main-body a.publication-link {
    color: #c007b5;
    text-decoration: none;
    font-weight: bold;
}
#main-body form {
    margin-bottom: 1.5em;
}
#main-body-decisions {
    width: 890px;
    margin: 0 auto;
    text-align: left;
}
#body_tab_bottom {
    clear: left;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #C73C95;
    font-size: .75em;
    margin: 0;
}
#body_tabs {
    border-bottom: solid 7px #CBC4DE;
    margin-bottom: 1.5em;
}
ul#body_tab_list {
    font-weight: bold;
    list-style: none;
    margin: 0;
    background-color: #fff;
}
#body_tab_list li {
    margin: 0;
    padding: 0;
    border-right: 1px solid #FFF;
    display: inline;
    width: 100%;
}
#body_tab_list a {
    color: #3B1F83;
    text-decoration: none;
    font-size: 115%;
    display: inline-block;
    background: url( "../images/tab-inactive-bck.jpg" ) repeat-x bottom left;
    padding: 0.5em 0.8em;
}
#body_tab_list a:hover {
    text-decoration: underline;
}
#body_tab_list li.selected a {
    color: #fff;
    background: url( "../images/tab-active-bck.jpg" ) repeat-x bottom left;
}
#body_tab_list li.selected a:hover {
    text-decoration: none;
}
#body-tab-list a:hover {
    text-decoration: underline;
}
#right-hand-feature-block-column {
    margin: 0 0 15px 0;
    border-left: 20px solid #fff;
    float: right;
    width: 190px;
}
#right-hand-feature-block-column .right-hand-feature-block {
    background: #f6f6f1 url( "../images/topbar-right-panel.gif" ) repeat-x top;
    text-align: left;
    padding: 7px 10px 10px 14px;
    margin-bottom: 1px;
}
#right-hand-feature-block-column .right-hand-feature-block img {
    display: inline;
    vertical-align: bottom;
    padding: 0px 10px 0px 4px;
}
#right-hand-feature-block-column .right-hand-feature-block h3 {
    display: inline;
    color: #3b1f83;
    vertical-align: bottom;
    font-size: 1.5em;
}
#right-hand-feature-block-column .right-hand-feature-block h3 a {
    color: #3b1f83; /*text-decoration: none;*/
    background: url( "../images/arrow-purple.gif" ) no-repeat right;
    padding-right: 20px;
}
#right-hand-feature-block-column .right-hand-feature-block p {
    font-size: 115%;
    font-weight: bold;
    margin: 0px;
    color: #515151;
    padding-top: 7px;
}
.home-feature-block {
    clear: left;
    width: 330px;
    border-top: solid 2px #edede7;
    padding-top: 1px;
    text-align: left;
    float: left;
    margin-right: 20px;
}
.home-feature-block-right {
    width: 330px;
    border-top: solid 2px #edede7;
    padding-top: 1px;
    text-align: left;
    float: left;
}
.home-feature-block h3, .home-feature-block-right h3 {
    padding: 7px 0px 7px 12px;
    color: #fff;
    margin-bottom: 0;
}
.home-feature-block h3#landlords {
    background-color: #e09f12;
}
.home-feature-block-right h3#tenants {
    background-color: #55a525;
}
.home-feature-block h3#leaseholders {
    background-color: #4263b8;
}
.home-feature-block-right h3#local-authorities {
    background-color: #c231b3;
}
.home-feature-block ul, .home-feature-block-right ul {
    list-style-type: none;
    margin: 0px 0px 19px 0px;
}
.home-feature-block ul li, .home-feature-block-right ul li {
    padding: 0.5em 0 0.5em 12px;
    border-bottom: solid 2px #edede7;
}
.home-feature-block ul li a, .home-feature-block-right ul li a {
    width: 298px;
    display: block;
    font-size: 130%;
    font-weight: bold;
    color: #515151;
    text-decoration: none;
    background: url( "../images/arrow-grey.gif" ) no-repeat;
    background-position: 97% 50%;
    padding-right: 20px;
    line-height: 1.4em;
}
#hero-image {
    display: inline;
    float: left;
    padding-top: 8px;
}
#main-body-content p {
    margin: 0;
}
#main-body-content p.last {
    margin-bottom: 1em;
}
#main-body-content h2 {
    margin-bottom: 0.3em;
}
#main-body-content h3 {
    margin: 0 0 0.3em 0;
}
#main-body-content .date {
    font-weight: bold;
}
#main-body-content #news-footer-links {
    border-top: solid 7px #CBC4DE;
    width: 100%;
    height: 3em;
    line-height: 3em;
}
#forms-content {
    padding-bottom: 1em;
    line-height: 1.5em;
}
#forms-content h2 {
    margin-top: 1em;
}
#forms-content h3 {
    margin-top: 1em;
    margin-bottom: 0;
}
#forms-content p {
    margin-bottom: 0;
}
#decisions-search-box {
    width: 25em;
}
#quick_search_form {
    border-top: solid 7px #CBC4DE;
    border-bottom: solid 7px #CBC4DE;
    height: 4em;
}
#quick_search_form label, #quick_search_form select, #quick_search_form img, #quick_search_form input.small-link {
    line-height: 4em;
    vertical-align: middle;
}

#quick_search_form input#searchtext {
    vertical-align: middle;
}

div.search_result {
    margin: 1em 0;
}
form#feedback label{
    display: block;
    font-weight: bold;
    margin-bottom: 1em;
}
textarea.message-box {
    margin-bottom: 1.1em;
}
input.sender-email-box {
    background-color: Transparent;
    width: 402px;
    border: solid 1px #80779b;
}
/* DW - The next section relating to main-body-decisions is a real mess but I'm trying to change some styles of heavily nested 
elements whos mark-up I cannot change - the decisions Indexes pages */

div#main-body-decisions {
    position: relative;
    padding-top: 22px;
}
div#main-body-decisions p {
    margin: 0 0 0;
    position: relative;
}
div#main-body-decisions p#location-breadcrumb {
    position: absolute;
}
div#main-body-decisions p#location-breadcrumb a {
    display: inline;
}
div#main-body-decisions p a {
    display: block;
    margin-bottom: 20px;
}
body div#main-body-decisions table {
    margin-top: 20px;
    border-collapse: separate;
}
#main-body-decisions table th, #main-body-decisions table td {
    border: none;
    padding: 0;
}
#main-body-decisions table td {
    text-align: left;
}
#main-body-decisions table th {
    padding-bottom: 1em;
}

/*------------------------------------------------------------------
[07. Footer]
*/

#footer-holder {
    clear: both;
    width: 890px;
    margin: 0 auto 0 auto;
    padding: 5px 0px 0px;
    text-align: left;
    border-top: solid 7px #cbc4de;
    font-weight: bold;
}
#copyright-text {
    float: right;
    color: #cbc4de;
}
#footer-holder a {
    float: left;
    color: #80779b;
    padding-right: 20px;
    text-decoration: none;
}
#footer-holder a.selected {
    color: #3a3250;
}
#footer-holder a:hover {
    text-decoration: underline;
}

/*------------------------------------------------------------------
[08. jQuery Autocomplete]
*/
body .ui-autocomplete {
 background: #fff;
 text-align: left;
}

body .ui-autocomplete li a {
  font-weight: normal;
}

label.indent {
	padding-right: 20px;
}

.search-button-right {
	background: url( "../images/search_icon.gif" ) no-repeat left;
	float: right;
	padding-left: 20px;
}

.small-link-searchresults{
	float: right;
	padding-right: 87px;
}

.aright{
	float:right;l
	padding-top: 1px;
	padding-right: 86px;
	padding-bottom: 20px;
}

.searchsummary{
	width: 460px;
	border: 1px solid #fff;
}

/*------------------------------------------------------------------
[09. jQuery Tooltip]
*/
a.case-number-help {
	text-decoration: underline;
	/*float: right;*/
    position: absolute;
    left: 520px;
	cursor: pointer;
	display: inline;
	z-index: 1;
}

.region_p {
    position: relative;
}

.region_info_text_label {
        text-decoration: none;
    /*position: relative;*/
    position: absolute;
    left: 520px;
    top: 0px;
margin-bottom:0px;
        z-index: 1;
}

.ie6 .region_info_text_label {
        text-decoration: none;
    position: relative;
    left: 470px;
    top: 2px;
    width:400px;
margin-bottom:0px;
        z-index: 1;
}

.ie7 .region_info_text_label {
    text-decoration: none;
    width:350px;
    margin-bottom:0px;
    z-index: 1;
}

#cluetip {
    display: none;
    width: 250px;
    background: #fff;
    /*background: url( '../img/bg-elis-home-page-tooltip.gif' ) no-repeat 0 100% #f7fbf0;*/
    padding: 11px;
    color: #303030;
    border: solid 1px #3b3b3b;
    margin: 0 0 0 0 !important;   
	line-height: 1.3em;
	z-index: 10;
}

#cluetip-close {
	text-align: right;
	padding-bottom: 12px;
}

.tip-text {
	text-align: left;
}

input[disabled] {
	background-color: lightgray;
}


