/* CORE CSS 20040217 */

/* BODY */

body
{
    font-family: Arial, Helvetica, sans-serif; /* Base font family for most elements */
    font-size: 0.8em; /* Base size for all elements; other size definitions relates to this */
    background-color: #ffffff;
    margin: 0;
    padding: 1em;
}

/* HEADERS */

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    margin: 1em 0 0.5em 0;
    padding: 0;
}

h1
{
    margin-top: 0.5em;
    font-size: 1.8em;
}

h2
{
    font-size: 1.4em;
}

h3
{
    font-size: 1.1em;
}

h4, h5, h6
{
    font-size: 1em;
}

/* PARAGRAPHS */

p
{
    margin: 0.5em 0 0.5em 0;
    line-height: 1.25em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
}

/* LINKS */

a
{
    color: #315578;
    text-decoration: underline;
}

a:hover
{
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
}

a img
{
    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}

a#head-link
{
    position: absolute;
    top: 40px;
}

a#head-link:hover
{
    text-decoration: none;
}

/* PRE TEXT */

pre, code
{
    font-family: "Courier New", Courier, monospace; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
    font-size: 1em; /* Setting this exact size may also help visual consistency */
}

pre
{
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    margin: 1em 0 1em 0;
    padding: 0.2em;
}

/* TABLES */

table
{
    font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most others, but does no harm */
    margin: 0;
    padding: 0;
}

th, td
{
    padding: 0;
}

table.list, table.special
{
    width: 100%;
    margin: 1em 0 1em 0;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #f0f0f0;
    empty-cells: show;
}

.context-attributes table table.list, .context-attributes table table.special
{
}

table.list th, table.list td, table.special th, table.special td
{
    padding: 0.25em;
    text-align: left;
    vertical-align: top;
}

table.list td.number, table.special td.number
{
    text-align: right;
}

/* 'not available rate' */
table.list td.na-rate, table.special td.na-rate
{
    text-align: right;
    font-style: italic;
    color: #C0C0C0;
}

table.list th, table.special th
{
    color: #254b71;
    background-color: #c0c0c0;
    border: 1px solid #ececec;
    border-top-width: 2px;
    font-weight: normal;
    white-space: nowrap;
}

table.list td
{
    border-top: 1px solid #f0f0f0;
    font-weight: normal;
}

tr.bglight
{
    background-color: #f8f8f8;
}

tr.bgdark
{
    background-color: #f4f4f4;
}

table.list tr.bglight:hover, table.list tr.bgdark:hover
{
    background-color: #ffffff;
}

table.list tr.object-cannot-remove td
{
    color: #ff0000;
}

th.tight, td.tight
{
    width: 1%;
}

td.nowrap
{
    white-space: nowrap;
}

.context-attributes table.list th, .context-attributes table.special th, .mainobject-window table.list th, .mainobject-window table.special th
{
    color: #404040;
    background-color: #bfbfb7;
}

.context-attributes table table.list th, .context-attributes table table.special th, .onlineeditor th
{
    color: #404040;
    background-color: #dddddd;
}

/* ORDERED AND UNORDERED LISTS */

ul, ol
{
    padding: 0;
    margin: 0.75em 0 1em 2.5em;
}

ul ul, ol ul
{
    margin: 0.3em 0 0.5em 1.3em;
}

ul ol, ol ol
{
    margin: 0.3em 0 0.5em 1.9em;
}

ul, ul ul
{
    list-style-type: disc;
}

li
{
    margin: 0 0 0.3em 0;
    padding: 0;
    line-height: 1.25em;
}

/* DEFINITION LISTS */

dl
{
    padding: 0em;
    margin: 0.25em 0 0.25em 0;
}

dt, dd
{
    font-style: normal;
    margin: 0 0 0.25em 0;
}

dt
{
    font-weight: bold;
}

dd
{
    margin: 0 1em 0.5em 2.5em;
}

/* FORM ELEMENTS */

form
{
    padding: 0;
    margin: 0;
}

label
{
    font-weight: bold;
    padding-right: 0.5em;
    display: block;
    white-space: nowrap;
}

input, select
{
    font-family: Arial, Helvetica, sans-serif; /* Needs to be set for some browsers */
    font-size: 0.9em;
}

input.box, input.halfbox
{
    font-size: 1em;
}

textarea
{
    font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 1em; /* Needs to be specified for IE */
}

optgroup
{
    font-weight: bold;
    font-style: normal;
}

input.button
{
    font-size: 0.9em;
    font-weight: normal;
    color: #000000;
    border: 2px solid #ffffff;
    border-bottom: 2px solid #404040;
    border-right: 2px solid #404040;
    background-color: #e0e0e0;
    background-repeat: repeat-x;
    background-position: top;
    padding: 0em 0.25em 0em 0.25em;
}

input.button-disabled
{
    font-size: 0.9em;
    font-weight: normal;
    color: #808080;
    border: 2px solid #f0f0f0;
    border-bottom: 2px solid #b0b0b0;
    border-right: 2px solid #b0b0b0;
    background-color: #e0e0e0;
    background-image: url(../images/inputbutton-disabled-bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    padding: 0em 0.25em 0em 0.25em;
}

input.box, textarea.box
{
    width: 100%;
}

input.halfbox, textarea.halfbox
{
    width: 48%;
}

td input.halfbox, td textarea.halfbox
{
    width: 98%;
}

fieldset
{
    border: 1px solid #ccccc3;
    padding: 0.5em;
}

legend
{
    font-weight: bold;
    color: #000000;
    padding: 0 0.25em 0 0.25em;
}

fieldset label
{
    color: #000000;
}

fieldset input.button
{
    margin-top: 0.5em;
}

/* PAGE DIVIDERS */

.block /* Use this style around groups of objects which are connected in some way */
{
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    clear: both;
}

.block .element, .buttonblock .element /* Use this style if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em !important;
    float: left;
}

.block .left, .viewbar .left
{
    text-align: left;
    float: left;
    clear: left;
}

.block .right, .viewbar .right
{
    text-align: right;
    float: right;
    clear: right;
}

.break /* Used this style to terminate floating elements, to clear all floating attributes */
{
    clear: both;
    font-size: 1px;
    height: 1px;
}

.button-left
{
    float: left;
}

.button-right
{
    float: right;
}

/* MESSAGES TO THE USER */

.message-confirmation, .message-feedback, .message-warning, .message-error
{
    margin: 0.5em 0 1em 0;
    padding: 0.25em 1em 0.75em 1em;
    border: 6px solid #000000;
    background-color: #f8f8f4;
}

.box-content .message-confirmation, .box-content .message-feedback, .box-content  .message-warning, .box-content  .message-error
{
    margin-top: 0;
    padding: 0.25em 0.5em 0.25em 0.5em;
    border: none;
    background-color: transparent;
}

.message-feedback
{
    border-color: #7ed376;
}

.message-feedback h2
{
    padding: 0.25em 0.5em 0.5em 2.5em;
}

.message-warning
{
    border-color: #d9d978;
}

.message-warning h2
{
    padding: 0.25em 0.5em 0.5em 2.5em;
}

.message-error
{
    border-color: #d98078;
}

.message-error h2
{
    padding: 0.25em 0.5em 0.5em 2.5em;
}

.message-feedback span.time, .message-warning span.time, .message-error span.time
{
    font-size: 0.8em;
    margin-top: 0.15em;
    display: block;
    float: right;
}

label.message-error, legend.message-error
{
    color: #ff0000;
}

/* MISC STYLES */

hr /* General formatting for all hr's */
{
    color: transparent; /* Color must be set to the same as the background color to hide default formatting in IE */
    border: none; /* All borders must be removed as they are default for Opera */
    border-top: 1px solid #e0e0e0;
    height: 1px;
    margin: 0.35em 0 0.35em 0;
}

.small
{
    font-size: 85%;
}

.hide, .invisible
{
    display: none;
}

.spamfilter
{
    display: none;
}

p.text-left, td.text-left, th.text-left, *.text-left
{
    text-align: left;
}

p.text-right, td.text-right, th.text-right, *.text-right
{
    text-align: right;
}

p.text-center, td.text-center, th.text-center, *.text-center
{
    text-align: center;
}

p.text-justify, td.text-justify, th.text-justify, *.text-justify
{
    text-align: justify;
}

.object-left
{
    float: left;
    clear: left;
}

.object-right
{
    float: right;
    clear: right;
}

.object-center
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.oe-window
{
    clear: both;
}

/*Multioption datatype */
table.multioption, table.multioption table
{
    width: 100%;
    margin: 0;
    border-top: 1px solid #ecece4;
    border-left: 1px solid #ecece4;
}

table.multioption table
{
    margin-top: 0.5em;
}

table.multioption th, table.multioption td
{
    padding: 0.25em;
    border-right: 1px solid #ecece4;
    border-bottom: 1px solid #ecece4;
    vertical-align: top;
    text-align: left;
}

table.multioption th
{
    background-color: #bfbfb7;
}

table.multioption .controlbar .block
{
    padding: 0;
}

table.multioption input.box
{
    width: 98%;
}

fieldset.multioption label
{
    font-weight: bold;
    margin: 0.5em 0 0.5em 0;
}

option.disabled
{
    color: #a0a0a0;
}

.attribute-multioption ul
{
    margin: 0 0 0 1em;
    padding: 0;
}

.attribute-multioption li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/* SITE CSS Jan */

body
{
    padding: 0;
    background-image: url("../images/bg-body.gif");
    color: #474344;
}

a
{
    text-decoration: none;
    color: #862614;
}

a:hover
{
    text-decoration: underline;
}

a.selected
{
    color: #862614;
}

#allcontent
{
    width: 830px;
    margin: 0 auto 0 auto;
    background-color: #fdf5e8;
}

h1, h2, h3, h4, h5
{
    font-weight: bold;
    margin-top: 0.2em;
}

h1
{
    font-size: 1.2em;
}

h2
{
    font-size: 1.1em;
}


/* GMaps */

.map-midi
{
    width: 455px;
    height: 400px;
    float: left;
    overflow: hidden;
}

.WTitle, .WText, .WLink
{
    width: 280px;
    overflow: hidden;
}

.WTitle p, .WText p, .WLink p
{
    margin: 0.25em 0 0.25em 0;
}

.WTitle
{
    font-weight: bold;
}

.WTabs p
{
    margin: 0 0 0.25em 0;
}

.WTabZoom
{
    height: 180px;
}

.WContent
{
    height: 210px;
}

#map-rightpanel-dynamic
{
    background-color: #f5e8ca;
    width: 185px;
    height: 390px;
    float: right;
    overflow: auto;
    padding: 5px 0 5px 3px;
}

#map-rightpanel-dynamic p
{
    margin: 0 0 7px 20px;
}

#map-rightpanel-dynamic img
{
    width: 11px;
    height: 15px;
    float: left;
}

.map-mini
{
    width: 200px;
    height: 230px;
    overflow: hidden;
}


/* Boxen */

.box-left
{
    margin: 10px 10px 0  10px;
    padding: 1px 0 0 0;
    background-image: url('../images/bg-ruler.gif');
    background-position: top;
    background-repeat: repeat-x;
}

.box-right
{

}

.box-right ul
{
    margin: 0 0 0 1.2em;
}

#adds-vert, #adds-horiz
{
    background-color: #f5e8ca;
}

#adds-vert
{
    padding: 5px 10px 15px 15px;
    background-image: url('../images/bg-ruler.gif');
    background-position: left;
    background-repeat: repeat-y;
}

#adds-horiz
{
    padding: 3px 0 3px 0;
    background-image: url('../images/bg-ruler.gif');
    background-position: top;
    background-repeat: repeat-x;
    text-align: center;
}

#adds-horiz p
{
    margin: 0 0 3px 5px;
    text-align: left;
}


/* PAGE HEADER */

#header
{
    padding: 0;
}

#header h1
{
    font-size: 1.4em;
    margin: 0;
    padding: 0.2em;
}


/* TOP MENU */

#topmenu
{
    padding: 10px 10px 0 0;
    text-align: right;
}

#topmenu-top ul
{
    float: right;
}

#topmenu li
{
    border-right: 1px solid;
    border-color: #ffffff;
    display: inline;
    margin: 0;
    padding: 0 5px 0 5px;
    white-space: nowrap;
}

#topmenu li.last
{
    border-right: none;
    padding-right: 0;
}

#topmenu a
{
    color: #ffffff;
}


/* Edit Menu */

#editmenu, .maincontentheader.edit-object h1
{
    background-color: #e5effd;
    width: 100%;
    text-align: center;
    padding: 5px 0 5px 0;
    margin: 5px 0 0 0;
    border: 1px solid #abc6dd;
    -moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius: 3px;
}

#editmenu select {
    -moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius: 3px;
}

#editmenu input.button
{
    margin: 0;
}

/* PATH */

#path
{
    margin: 10px 10px 10px 10px;
    height: 1.3em;
    overflow: hidden;
}

#path p
{
    margin: 0;
}


/* Searchbox */

#searchbox
{
    width: 100%;
    text-align: center;
}


/* COLUMNS */

#columns
{
    padding-bottom: 15px;
}

#leftcontent
{
    background-image: url("../images/bg-ruler.gif");
    background-position: right;
    background-repeat: repeat-y;
    float: left;
    width: 160px;
    padding-bottom: 15px;
    overflow: hidden;
}

#maincontent
{

}

.maincontent-noright
{
    margin-left: 170px;
    margin-right: 10px;
}

#fix /* This style breaks the unwanted connection between the content of the maincontent box and the menues on the left and right in some browsers */
{
/*
    float: left;
    width: 100%;
*/
}


/* TREE MENUE */

#treemenu
{
    padding: 15px 0 15px 0;
    overflow: hidden;
}

#treemenu ul
{
    margin: 0 0 0 0;
}

#treemenu .menu-entry
{
    padding: 3px 3px 3px 10px;
}

.menu-entry.menu-level-1
{
    margin-left: 10px;
}

.menu-entry.menu-level-2
{
    margin-left: 20px;
}

#treemenu li
{
    list-style-type: none;
}

#treemenu li a
{
    text-decoration: none;
}

#treemenu li a:hover
{
    text-decoration: underline;
}

#treemenu li.menu-level-0 a
{
    font-weight: bold;
}

#treemenu li.menu-level-1 a
{
    font-weight: normal;
}

#treemenu li.menu-level-2 a
{
    font-weight: normal;
}


/* NAVIGATORS */

.content-navigator
{
    display: block;
    clear: both;
}

.content-navigator div
{
    display: inline;
    text-align: center;
}

.content-navigator .content-navigator-separator, .content-navigator .content-navigator-separator-disabled
{
    padding-left: 4px;
    padding-right: 4px;
}

.content-navigator .content-navigator-arrow
{
    font-size: 150%;
}

.pagenavigator
{
    width: 97%;
    border: 1px solid #fdf5e8;
}


/* FOOTER */

#footer
{
/*    border-top: 1px solid lightgrey;  */
    clear: both;
    padding: 0 0 10px 0;
    text-align: center;
}

#footer address
{
    font-style: normal;
}

#footer a
{
    text-decoration: none;
}


/* GENERAL TABLE */

table.list, table.special {
    border-bottom:1px solid #f5e8ca;
    border-left:1px solid #f5e8ca;
    border-right:1px solid #f5e8ca;
}

table th
{
    background-color: #d9e5f2;
}

table.list th, table.special th {
    background-color: #fdf5e8;
    border-color: #f5e8ca;
    border-right: 1px solid #f5e8ca;
    border-style: solid;
    border-width: 2px 1px 1px;
    color: #474344;
    font-weight: bold;
}

tr.bgdark, tr.bglight {
    background-color: #fdf5e8;
}

table.list tr.bgdark:hover, table.list tr.bglight:hover {
    background-color: #fdf5e8;
}

table.list td {
    border-top: 1px solid #f5e8ca;
}

.edit-attribute table.list, .edit-attribute table.list th, .edit-attribute table.list td
{
    border-color: #abc6dd;
}

/* */

.warning
{
    background-color: #f5e8ca;
}

/* OE */

.oe-window {
    clear:none;
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 88px;
	height: 22px;
	background: transparent url(../images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* CLASSES Jan */

/* Edit Mode */
    /* Datatypes */
.published_from
{
    width: 260px;
    float: left;
}

.published_to
{
    width: 260px;
    clear: none;
    margin-left: 270px;
    margin-top: 1em;
}
    /* Hidding edit attribute */

.browse-mode .content-view-line .attribute-link,
.block.page_limit,
.block.published_from,
.block.published_to,
.block.enable_comments
{
    display: none;
}

/* GENERAL CLASS STYLES */

.right-col
{
    float: right;
    width: 200px;
}

.main-left-col
{
    margin-right: 215px;
}

.horiz-ruler
{
    height: 2px;
    line-height: 2px;
    width: 97%;
    font-size:2px;
    margin: 0;
    padding: 0;
    background-image: url('../images/bg-ruler.gif');
    background-position: top;
    background-repeat: repeat-x;
}

.horiz-ruler-dashed
{
    border-bottom: 1px dashed;
    height: 1px;
    width: 94%;
    border-color: lightgrey;
    font-size:1px;
    margin: 0;
    padding: 0;
}

.content-view-full
.class-gallery
.attribute-image
{
    float: left;
    margin: 0 20px 0 0;
}

.view-full h1
{
    margin-top: 0.2em;
}

.content-byline p
{
    font-style: italic;
}

/* Images */

.intro-image
{
    float: left;
    padding: 0 0.5em 0.5em 0;
}

.intro-margin
{
    margin-left: 110px;
}

.gallery-image
{
    margin: 0 -5px 5px 0;
    float: left;
    text-align: center;
    background-color: #efefef;
    border: 1px solid lightgrey;
    overflow: hidden;
}

.gallery-image img
{
    vertical-align: middle;
}

.imageleft
{
    float: left;
    margin-right:10px;
}

#adds-horiz .imageleft
{
    margin-right: 5px;
}

/* Views */

.content-view-line .attribute-link
{
    text-align: right;
    margin-right: 15px;
}

/* FORMS */

.block
{
    clear: none;
}

.element
{
    width: 46%;
    overflow: hidden;
}

input, select, textarea {
    background-color: #fef8ea;
    border: 1px solid #862614;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.edit-attribute input, .edit-attribute select, .edit-attribute textarea {
    background-color: #ffffff;
    border: 1px solid #abc6dd;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

input.button, input.defaultbutton {
    background-color: #f5e8ca;
    border: 1px solid #862614;
    margin: 0.5em 0.5em 0 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.edit-attribute input.button, .edit-attribute input.submit
{
    background-color: lightgrey;
    border: 1px solid darkgray;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

input.defaultbutton
{
    font-weight: bold;
}

input.box
{
    width: 95%;
}

.edit-attribute input.box
{
    width: 100%;
}

input.halfbox
{
    width: 46%;
}

textarea, .block textarea
{
    width: 95%;
}

.block span.textarea-small textarea
{
    height: 70px;
}

input.searchbutton
{
    border: 1px solid;
}

input.shopbutton
{
    border: 1px solid;
}

/* EMBEDDED TAGS IN XML FIELDS */

.factbox, .content-view-embed
{
    width: 14em;
}

.factbox-design, .content-view-embed
{
    padding: 0px;
    border: 1px solid;
}

#maincontent .factbox-design h2, #maincontent .content-view-embed h2
{
    font-size: 1.2em;
    margin-top: 0px;
    padding: 2px 0 3px 10px;
}

#maincontent .content-view-embed .content-view-children, .factbox-content, #maincontent .content-view-embed .content-body
{
    margin-top: 0;
    padding: 2px 10px 3px 3px;
}

#maincontent-design .content-view-embed h3
{
    font-size: 1em;
    margin: 0;
    text-decoration: underline;
}

blockquote
{
    width: 14em;
    padding: 0px;
}

.quote-begin
{
    margin: 0 0.2em 0.2em 0;
    float: left;
    width: 16px;
    height: 16px;
}

.quote-end
{
    margin: 0.2em 0 0 0.2em;
    float: right;
    width: 16px;
    height: 16px;
}

#maincontent-design blockquote p
{
    font-weight: bold;
    width: 14em;
    display: inline;
}

.object-right
{
    margin: 3px;
    float: right;
}

.object-left
{
    margin: 3px;
    float: left;
}

.object-center
{
/*    float: center;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.factbox h3
{
    font-size: 1em;
    margin: 0px;
}

.factbox .attribute-file p
{
    font-weight: normal;
}

/* SHOP TABLES */

.shop-basket table, .shop-confirmorder table, .shop-orderview table
{
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.shop-basket table th, .shop-confirmorder th, .shop-orderview th
{
    margin: 0px;
    padding: 3px;
}

.shop-basket table td, .shop-confirmorder td, .shop-orderview td
{
    margin: 0px;
    padding: 3px;
}

.shop-basket table td.product-details, .shop-confirmorder td.product-details, .shop-orderview td.product-details
{
    border-bottom: 1px solid;
}

.shop-basket table td.product-price, .shop-confirmorder table td.product-price, .shop-orderview table td.product-price
{
    text-align: right;
}

.shop-basket table td.product-subtotal, .shop-confirmorder table td.product-subtotal, .shop-orderview table td.product-subtotal
{
    border-bottom: 1px solid;
    text-align: right;
}

input.shop-basketbin
{
    width: 15px;
    height: 15px;
    background-image: url(../images/bin.gif);
    background-repeat: no-repeat;
}

/* RENDERED TABLE */

table.renderedtable td
{
    margin: 0px;
    padding: 3px;
    border-top: 1px solid;
    border-left: 1px solid;
}

table.renderedtable
{
    border-right: 1px solid;
    border-bottom: 1px solid;
}


/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */

html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_overlay {
    position: absolute;
    z-index:100;
    top: 0px;
    left: 0px;
    background-color:#000;
}

#TB_window {
    position: absolute;
    background: #ffffff;
    z-index: 102;
    color:#000000;
    border: 4px solid #525252;
    text-align:left;
}

#TB_closeAjaxWindow{
    padding:5px 10px 7px 0;
    margin-bottom:1px;
    text-align:right;
    float:right;
}

#TB_closeWindowButton
{
    font-weight: bold;
    color: #ffffff;
}

#TB_ajaxWindowTitle{
    float:left;
    padding:7px 0 5px 10px;
    margin-bottom:1px;
    font-weight: bold;
    display: none;
}

#TB_title{
    background-color:#ca6c36;
    background-image: url("../images/bg-map-title.jpg");
    background-position: left;
    background-repeat: no-repeat;
    height:35px;
}

#TB_load{
    position: absolute;
    display:none;
    height:100px;
    width:100px;
    z-index:101;
}

#TB_HideSelect{
    z-index:99;
    position:absolute;
    top: 0;
    left: 0;
    background-color:#fff;
    border:none;
}

#TB_iframeContent{
    clear:both;
    border:none;
}

/* IE6 */
* html #TB_iframeContent{
    margin-bottom:1px;
}
