/*
 * TogoDB CSS
 *
 *= require_self
 */

body {
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    font-family: "Trebuchet MS",arial,sans-serif;
    font-size: 75%;
}

a:link, a:visited {
    color: #4297d7; /* blue */
    text-decoration:none;
}

a:hover, a:active {
    color: #6fa7d1; /* blue */
    text-decoration: none;
}

/* TogoDB header */
#togodb_page_header {
    background: #ffffff url("/assets/Nautica08/bg-515aaa5c.jpg") top center repeat-x;
    padding: 8px 10px 0px 10px;
}

#togodb_menu {
    width: 100%;
    margin: 0px auto;
    padding: 0 0 5px 0;
    font-size: 1.1em;
    line-height: 1.2em;
}

#togodb_menu a {
    color: #ffffff;
    text-decoration: none;
}

#togodb_menu a:hover {
    color: #87b6d9; /* bule */
    text-decoration: none;
}

#togodb_title {
    color: #ffffff;
    positon: relative;
    padding-left: 5px;
}

#togodb_title .bold {
    font-weight: bold;
}

#togodb_title .dim {
    font-color: #999999;
}

#togodb_navi {
    positon: relative;
    float: right;
    color: #999999;
}

#togodb_user {
    margin-top: 5px;
    text-align: right;
}

/* TogoDB main */

#togodb_page_contents {
    margin: 10px;
}

#togodb_page_contents .contents_title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 5px;
}

#togodb_page_contents .contents_subtitle {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 15px;
}

/* TogoDB footer */

#togodb_page_footer {
    margin: 10px;
}

/* TogoDB show table */

table#togodb_show_table {
    border-collapse: collapse;
}

table#togodb_show_table .record_name {
    background: #cccccc;
    text-align: left;
    padding: 5px;
}

table#togodb_show_table .column_label {
    background: #eeeeee;
    font-weight: bold;
    border: solid #cccccc;
    border-width: 0px 0px 1px 0px;
    padding: 5px;
}

table#togodb_show_table .column_value {
    background: #ffffff;
    border: solid #cccccc;
    border-width: 0px 0px 1px 0px;
    padding: 5px;
}

/* TogoDB database list */

table.datatables td.right {
    padding-right: 30px;
    text-align: right;
}

/* TogoDB luxury search */

table.togodb_table {
    border: 1px solid black;
    border-collapse: collapse;
    border-spacing: 0pt;
    margin: 0pt;
    padding: 0pt;
}

table.togodb_table thead a {
    display: inline;
    color: #5496FC;
    background-color: #C6DBFF;
}

table.togodb_table thead th {
    background: #666666 repeat scroll 0%;
    border: 1px solid #999999;
    color: #FFFFFF;
    font-size: 12px;
    padding: 4px 5px;
    text-align: left;
}

table.togodb_table th {
    background: url("/assets/togodb/bg_th-8581c675.jpg") repeat-x;
    border: 1px solid #999999;
    padding: 2px 5px;
    white-space: nowrap;
}

table.togodb_table td {
    border: 1px solid #999999;
    text-align: center;
    padding: 4px 5px;
    background: #FFFFFF;
}

/* Page header and footer */

.togodb-page-header {
    display: none;
}

.togodb-page-footer {
    display: none;
}

.togodb-header-footer-switcher {
  margin-bottom: 10px;
}

ul.togodb-header-footer-switcher-selector {
  list-style: none outside none;
}

ul.togodb-header-footer-switcher-selector li {
  float: left;
}

ul.togodb-header-footer-switcher-selector li a {
  background: none repeat scroll 0 0 #F0F0F0;
  border: 1px solid #E0E0E0;
  font-family: Verdana,sans-serif;
  font-weight: bold;
  padding: 3px 6px;
  text-decoration: none;
  cursor: pointer;
}

ul.togodb-header-footer-switcher-selector li a.current {
  background: none repeat scroll 0 0 #1F80FF;
  color: #FFFFFF;
}


/* misc */

div.error_message {
    color: #FF0000;
}

div.warning_message {
    color: #A52A2A;
}

div.notice_message {
    color: #006400;
}

div.action-message {
    margin-top: 5px;
}

.togodb_sequence {
    font-family: monospace;
    /* word-break: break-all; */
    word-wrap: break-word;
    /* width: 95% ; */
    width: 50em;
    font-size: 1em;
}

div.horizontal_wrapper {
}

div.horizontal_wrapper > div {
    display: table-cell;
    vertical-align: middle;
}

/* IE 6 */
* html div.horizontal_wrapper > div {
    display: inline;
    zoom: 1;
}
 
/* IE 7 */
*:first-child+html div.horizontal_wrapper > div {
    display: inline;
    zoom: 1;
}
