







    


    







































.xv-error {
	background: #c04000;
    color: white;
    font-weight: bold;
}

.xv-warning {
	background: #ffc040;
    color: white;
    font-weight: bold;
}

.xv-info {
	background: #40c000;
    color: white;
    font-weight: bold;
}

.xv-messages {
	background: #e0e0e0;
	margin: 0px;
}

.xv-messages ul {
    margin: 4px 0px 4px 0px;
    padding: 0px 0px 0px 20px;
}

.xv-messages li {
    margin: 0px;
    padding: 0px;
}

table tr.xv-messages td, table tr td.xv-messages {
    padding: 0;
    margin: 0;
}

.xv-messages ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}

.xv-messages ul li {
    padding-left: 20px;
    background-image: url(/tiles/xv/layout/gfx/message-bullet.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

table.xv-form tr.xv-found td, table.xv-form tr td.xv-found {
	background: #ca0d24;
    color: #ffffff;
    font-weight: bold;
}

/********** Table form **********/

table.xv-form {
    border-style: solid;
    border-width: 3px;
    background-color: #ca0d24;
    border-color: #ca0d24;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

table.xv-form table.xv-form {
    border: none;
}

table.xv-form th, table.xv-form thead td {
    text-align: left;
    white-space: nowrap;
    background: #ca0d24;
    color: white;
    padding: .4em;
    font-weight: bold;
}

table.xv-form th.xv-nowrap, table.xv-form thead td.xv-nowrap {
    white-space: nowrap;
}

table.xv-form th.xv-wide, table.xv-form thead td.xv-nowrap {
    width: 100%;
}

table.xv-form th a, table.xv-form th a:link, table.xv-form th a:visited, table.xv-form thead td a, table.xv-form thead td a:link, table.xv-form thead td a:visited {
    text-decoration: none;
    color: white;
}

table.xv-form th a:hover, table.xv-form thead td a:hover {
    text-decoration: underline;
    color: white;
}

table.xv-form td {
    padding-left: .4em;
    padding-right: .4em;
    vertical-align: top;
}

table.xv-form td.xv-formbody {
    padding: 0;
    margin: 0;
}

table.xv-form tr.xv-odd td.xv-even {
    background: white;
}

table.xv-form tr.xv-odd td.xv-odd, table.xv-form tr.xv-odd td {
    background: #f9e6e9;
}

table.xv-form tr.xv-even td.xv-even, table.xv-form tr.xv-even td, table.xv-form td {
    background: #f4ced3;
}

table.xv-form tr.xv-even td.xv-odd {
    background: #efb6bd;
}

table.xv-form tr td.xv-selected, table.xv-form tr.xv-even td.xv-selected, table.xv-form tr.xv-odd td.xv-selected {
    background: #e48612;
}

td.xv-selected input {
    background: #ffffbf;
}

td.xv-selected input.xv-selected {
    background: #ffff00;
}

table.xv-form tr.xv-buttons td, table.xv-form tr td.xv-buttons {
    background: #888888;
    padding: 4px;
}

table.xv-form td.empty {
	background: white;
    border: none;
	padding: 0px;
}

table.xv-form caption {
    text-align: left;
    font-weight: bold;
}

table.xv-form form {
    display: inline;
}

/********** Table form lite **********/

table.xv-form-lite {
    border-style: none;
    border-width: 0px;
    padding: 0;
    margin: 0;
}

table.xv-form-lite tr.xv-head {
    display: none;
}

table.xv-form-lite td {
    padding: 0;
    margin: 0;
}

/********** View tabs **********/

table.xv-view-tabs
{
    width: 100%;
    margin: 0;
    margin-bottom: .5em;
    white-space: nowrap;
    height: 2em;
}

table.xv-view-tabs td.xv-view-tab-unselected
{
    border: solid 1px black;
    background: #f9e6e9;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap;
}

table.xv-view-tabs td.xv-view-tab-selected
{
    border: solid 1px black;
    border-bottom: none;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    font-weight: bold;
    white-space: nowrap;
}

td.xv-view-tab-spacer
{
    width: 1%;
    border-bottom: solid 1px black;
}

td.xv-view-tab-fill
{
    width: 100%;
    border-bottom: solid 1px black;
}

table.xv-view-tabs a
{
    color: #8d0919;
    font-weight: normal;
    text-decoration: none;
}

/********** Object attributes **********/

table.xv-object-attributes
{
    margin: 0;
    white-space: nowrap;
}

table.xv-object-attributes td
{
    border: none;
    background: #ffffff;
    text-align: left;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 10px;
}

table.xv-object-attributes caption {
    text-align: left;
    white-space: nowrap;
    font-weight: bold;
}

/********** Miscellaneous **********/

div.xv-screenshot {
  border: dotted 1px black;
  padding: .7em;
  margin-left: 10em;
  margin-right: 10em;
  display: block;
  text-align: center;
}

/********** Vertical menu **********/

.xv-menu-y-default {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

.xv-menu-y-default ul {
    list-style-type: none;
	/* does not work: ? list-style-position: 0; */
    margin: 0;
    padding: 0;
}

.xv-menu-y-default li {
    list-style-type: none;
    margin: 0 0 0 12px;
    padding: 1;
}

.xv-menu-y-default li a:link, .xv-menu-y-default li a:visited, .xv-menu-y-default li a:hover {
    display: block;
    margin: 0;
    padding: 1 1 1 20;
}

.xv-menu-y-default li.xv-opened a:link, .xv-menu-y-default li.xv-opened a:visited {
    display: block;
    background: url(/tiles/xv/layout/gfx/map-opened.gif);
    background-repeat: no-repeat;
    background-position: center left;
    text-decoration: none;
    color: #ffffff;
}

.xv-menu-y-default li.xv-opened a:hover {
    display: block;
    background: url(/tiles/xv/layout/gfx/map-opened-hover.gif);
    background-repeat: no-repeat;
    background-position: center left;
    text-decoration: none;
    color: #f0d0d0;
}

.xv-menu-y-default li.xv-selected a:link, .xv-menu-y-default li.xv-selected a:visited {
    display: block;
    background: url(/tiles/xv/layout/gfx/map-opened-selected.gif);
    background-repeat: no-repeat;
    background-position: center left;
    text-decoration: none;
    color: #e0a090;
}

.xv-menu-y-default li.xv-selected a:hover {
    display: block;
    text-decoration: none;
    color: #e0a090;
}

.xv-menu-y-default li.xv-closed a:link, .xv-menu-y-default li.xv-closed a:visited {
    display: block;
    background: url(/tiles/xv/layout/gfx/map-closed.gif);
    background-repeat: no-repeat;
    background-position: center left;
    text-decoration: none;
    color: #ffffff;
}

.xv-menu-y-default li.xv-closed a:hover {
    display: block;
    background: url(/tiles/xv/layout/gfx/map-opened-hover.gif);
    background-repeat: no-repeat;
    background-position: center left;
    text-decoration: none;
    color: #f0d0d0;
}

/********** Horizontal menu **********/

.xv-menu-x-default a {
    color: #c63010;
}

.xv-menu-x-default .xv-delimiter {
    color: #c63010;
}

.xv-menu-x-default a:link, .xv-menu-x-default a:visited {
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}

/********** Inputs **********/

input.xv-spin-button {
    width: 1.2em;
}

input.xv-selected {
    background: #ffff00;
}

select.xv-selected {
	background: #ffff00;
}

option {
	background: white;
}

div.xv-input-file-relative {
	position: relative;
}

div.xv-input-file-absolute {
	position: absolute;
	top: 0px;
	left: 0px;
}

input.xv-input-file-hidden {
	position: relative;
	-moz-user-select: none;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
}

/********** Links **********/

a img {
	border: 0;
}

a:link    {color: blue}
a:active  {color: blue}
a:visited {color: blue}
a:hover   {color: red }

