@charset "UTF-8";

.td_img_back {
    background-color: #dfe0cc;
    text-align: center;
    vertical-align: center;
}

.index_grid:hover {
    background-color: #ffc;
}

.current_page {
    color: #990000;
    font-weight: bold;
}

.current_page:hover {
    text-decoration: none;
}

.box {
    color: #000000;
    border-radius:8px;
   -moz-border-radius:8px;
   -webkit-border-radius:8px;
    padding:0.5em;
    margin:0.5em;
    overflow:hidden;
    float: right;
    cursor: pointer;
}

.box_highlight,
.box:hover {
    color: #000000;
    border-radius:8px;
   -moz-border-radius:8px;
   -webkit-border-radius:8px;
    padding:0.5em;
    margin:0.5em;
    overflow:hidden;
    float: right;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.06, rgb(175,165,140)),
        color-stop(0.53, rgb(210,198,168))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(175,165,140) 6%,
        rgb(210,198,168) 53%
    );
    cursor: pointer;
}

select {
    float: left;
    display: inline;
    margin: 1px 5px 0px 2px;
    padding:0px;
    border: 1px solid #cccccc;
}

.metaaction {
    font-weight: bold;
}

.web2py-menu-active a {
    background-color: #ffffff;
}

.menucell {
    padding:0px;
    padding-left:5px;
    vertical-align: bottom;
}

.ack_1 {
    text-decoration:line-through;
}

.ack {
    display: none;
    background: #000000;
    color: #ffffff;
}

.hidden {
    display: none;
}

.toolbar {
    background: transparent;
}

.invisible_div {
    visibility: hidden;
}

.cell1 {
    background: #eeeeee;
}

.cell2 {
}

.status_n\/a {
    opacity: 0.5;
}

.status_up, .status_ok {
    color: #009900;
}

.status_down, .status_err {
    color: #990000;
}

.status_warn {
    color: #777700;
}

.status_t {
    text-align: center;
}

.status {
    border-bottom: solid 1px #dddddd;
    text-align: center;
    font-weight: bold;
}

body, table, tr, td, th, thead, tfoot, label, h1, h2, h3, h4, h5, h6, p, ul, li, ol, pre, input, button, textarea {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
    font-size: 100%;
}

body {
    background: transparent;
    width:100%;
    min-width: 600px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

label,
th,
td {
    text-align: left;
    vertical-align: middle;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.3em;
    padding-bottom: 0.2em;
}

th,
thead td,
tfoot td {
    font-weight: bold;
    text-align: center;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

pre {
    font-size: 0.8em;
    font-family: monospace, courier;
    padding-left: 2em;
    padding-top: 1em;
    color: #222200;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

tt {
    font-size: 1em;
    font-family: monospace, courier;
    color: #222200;
}

h1 {
    padding-top: 0.7em;
    font-size: 2em;
}

h2 {
    padding-top: 0.6em;
    font-size: 1.5em;
    color: #222200;
}

h3 {
    padding-top: 0.5em;
    font-size: 1.25em;
    font-style: italic;
    color: #555500;
}

p {
    padding-top: 0.5em;
    text-align: justify;
}

ol,
ul {
    padding-top: 0.3em;
    padding-left: 1.5em;
}

label {
    font-weight: bold;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input,
textarea {
    border: 1px #dddddd solid;
}

button {
    background: url('menu.jpg');
}

input:focus,
textarea:focus {
    background: #edccb1;
}

html {
    font-size: 10pt;
    font-family: 'Ubuntu', Arial, Sans, Georgia, Times new Roman;
    color: #333333;
    background: url('background.gif') repeat-x #3A3A3A;
}

a {
    color: #000000;
}

.flash {
    z-index: 2;
    position: absolute;
    bottom: 0px;
    right: 20%;
    width: 60%;
    height: 20px;
    opacity: 1.00;
    margin: 0 auto;
    text-align: center;
    clear: both;
    color: black;
    font-size: 11pt;
    cursor: pointer;
    background: yellow;
   -moz-border-radius-topleft:8px;
   -moz-border-radius-topright:8px;
   -webkit-border-top-left-radius:8px;
   -webkit-border-top-right-radius:8px;
}

div.error {
    background-color: red;
    color: white;
    padding: 3px;
}

.warn {
    background-color: yellow;
    color: black;
    padding: 5px;
}

.info {
    background-color: #E5FFE5;
    color: black;
    padding: 5px;
}

.error {
    background-color: red;
    color: white; padding: 5px;
}

.wrapper {
    padding: 15px;
}

.layout {
    width: 100%;
    padding: 0;
    border-radius: 10px;
   -moz-border-radius:8px;
   -webkit-border-radius:8px;
    border-spacing: 0;
    background: #fff;
    z-index: 1;
}

.header {
    color: white;
    border-bottom: 1px #eee solid;
}

.statusbar {
    background: url('menu.gif');
    border-bottom: 1px #eee solid;
}

.footer {
    color: #888;
    border-top: 1px #eee solid;
}

.column1 {
    border-right: 0px #eee solid;
    vertical-align: top;
}

.column2 {
    padding: 1em 1em;
}

.width10em {
    width: 10em;
    background: transparent;
}

.expandable {
    background: transparent;
}

ul.web2py-menu,
ul.web2py-menu ul,
ul.web2py-menu li,
ul.web2py-menu a
{
    display: block;
    margin: 0;
    padding: 0;
}

ul.web2py-menu,
ul.web2py-menu li,
ul.web2py-menu ul
{
    list-style: none;
}

ul.web2py-menu ul
{
    display: none;
}

ul.web2py-menu li
{
    position: relative;
    z-index: 1;
}

ul.web2py-menu li:hover
{
    z-index: 999;
}

ul.web2py-menu li:hover > ul
{
    display: block;
    position: absolute;
}

ul.web2py-menu-horizontal li
{
    float: left;
    width: auto;
}

ul.web2py-menu-hRight li
{
    float: right;
}

ul.web2py-menu-vertical li
{
    float: none;
}

ul.web2py-menu-vertical,
ul.web2py-menu-vertical ul
{
    width: 10em;
}

ul.web2py-menu-wide
{
    width: 100%;
}

ul.web2py-menu-vRight
{
    float: right;
}

ul.web2py-menu-lFloat
{
    float: left;
}

ul.web2py-menu-noFloat
{
    float: none;
}

div.web2py-menu-center ul.web2py-menu
{
    float: left;
    position: relative;
    left: 50%;
}

div.web2py-menu-center ul.web2py-menu li
{
    position: relative;
    left: -50%;
}

div.web2py-menu-center ul.web2py-menu li li
{
    left: auto;
}

ul.web2py-menu-horizontal ul
{
    top: auto;
    right: auto;
    left: auto;
    margin-top: -1px;
}

ul.web2py-menu-vertical ul
{
    left: 60%;
    right: auto;
    top: auto;
    margin-top: -0.5em;
}

ul.web2py-menu-vRight ul,
ul.web2py-menu-hRight ul.web2py-menu-vertical ul,
ul.web2py-menu-dRight,
ul.web2py-menu-dRight ul
{
    left: -60%;
    right: auto;
    top: auto;
    margin-top: -0.5em;
}

ul.web2py-menu-hRight ul
{
    left: auto;
    right: 0;
    top: auto;
    margin-top: -1px;
}

ul.web2py-menu li a
{
    border-left: solid 1px #dddddd
}

ul.web2py-menu-horizontal li
{
    margin-bottom: -1px;
    margin-left: -1px;
}

ul.web2py-menu-horizontal
{
    padding-left: 1px ;
}

ul.web2py-menu-vertical li
{
    margin-left: 0;
    margin-top: -1px;
}

ul.web2py-menu-vertical
{
    border-top: solid 1px #fff;
}

ul.web2py-menu li a
{
    padding: 2px 15px 3px;
}

ul.web2py-menu li a:link,
ul.web2py-menu li a:hover,
ul.web2py-menu li a:visited,
ul.web2py-menu li a:active
{
    text-decoration: none;
}

ul.web2py-menu li.sfhover a:active,
ul.web2py-menu li:hover a:active
{
    color: #fff;
    background-color: #c00;
}

ul.web2py-menu li
{
    background-color: #eee;
}

ul.web2py-menu li:hover,
ul.web2py-menu li.sfhover
{
    background-color: #eda;
}

ul.web2py-menu li a:hover
{
    background-color: #ffc;
}

ul.web2py-menu li.web2py-menu-expand a,
ul.web2py-menu li.web2py-menu-expand li.web2py-menu-expand a,
ul.web2py-menu li.web2py-menu-expand li.web2py-menu-expand li.web2py-menu-expand a
{
    padding-right: 25px;
    /*
    background-image: url("expand-right.gif");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    */
}

ul.web2py-menu-vRight li.web2py-menu-expand a,
ul.web2py-menu-vRight li.web2py-menu-expand li.web2py-menu-expand a,
ul.web2py-menu-vRight li.web2py-menu-expand li.web2py-menu-expand li.web2py-menu-expand a,
ul.web2py-menu-hRight li.web2py-menu-expand a,
ul.web2py-menu-hRight li.web2py-menu-expand li.web2py-menu-expand a,
ul.web2py-menu-hRight li.web2py-menu-expand li.web2py-menu-expand li.web2py-menu-expand a
{
    padding-right: 5px;
    padding-left: 20px;
    /*
    background-image: url("expand-left.gif");
    background-repeat: no-repeat;
    background-position: -5px 50%;
    */
}

ul.web2py-menu-horizontal li.web2py-menu-expand a
{
    padding-left: 5px;
    padding-right: 15px;
    /*
    background-image: url("expand-down.gif");
    background-position: 100% 50%;
    */
}

ul.web2py-menu li.web2py-menu-expand li a,
ul.web2py-menu li.web2py-menu-expand li.web2py-menu-expand li a,
ul.web2py-menu li.web2py-menu-expand li.web2py-menu-expand li.web2py-menu-expand li a
{
    background-image: none;
    padding-right: 5px;
    padding-left: 5px;
}

* html ul.web2py-menu
{
    display: inline-block;
    display: block;
    position: relative;
    position: static;
}

* html ul.web2py-menu ul
{
    float: left;
    float: none;
}

ul.web2py-menu ul
{
    background-color: #ddd;
}

* html ul.web2py-menu-vertical li,
* html ul.web2py-menu-horizontal li ul.web2py-menu-vertical li
{
    
    width: 100%;
    float: left;
    clear: left;
}

*:first-child+html ul.web2py-menu-vertical > li:hover ul
{
    min-width: 0;
}

ul.web2py-menu li a
{
    position: relative;
    min-width: 0;
}

* html ul.web2py-menu-horizontal li
{
    width: 6em;
    width: auto;
}

* html div.web2py-menu-center
{
    position: relative;
    z-index: 1;
}

html:not([lang*=""]) div.web2py-menu-center ul.web2py-menu li a:hover {
    height: 100%;
}

html:not([lang*=""])  div.web2py-menu-center ul.web2py-menu li a:hover {
    height: auto;
}

* html ul.web2py-menu ul
{
    display: block;
    position: absolute;
}

* html ul.web2py-menu ul,
* html ul.web2py-menu-horizontal ul,
* html ul.web2py-menu-vertical ul,
* html ul.web2py-menu-vRight ul,
* html ul.web2py-menu-hRight ul.web2py-menu-vertical ul,
* html ul.web2py-menu-hRight ul
{
    left: -10000px;
}

* html ul.web2py-menu li.sfhover
{
    z-index: 999;
}

* html ul.web2py-menu li.sfhover ul
{
    left: auto;
}

* html ul.web2py-menu li.sfhover ul ul,
* html ul.web2py-menu li.sfhover ul ul ul
{
    display: none;
}

* html ul.web2py-menu li.sfhover ul,
* html ul.web2py-menu li li.sfhover ul,
* html ul.web2py-menu li li li.sfhover ul
{
    display: block;
}

* html ul.web2py-menu-vertical li.sfhover ul
{
    left: 60%;
}

* html ul.web2py-menu-vRight li.sfhover ul,
* html ul.web2py-menu-hRight ul.web2py-menu-vertical li.sfhover ul
{
    left: -60%;
}

* html ul.web2py-menu iframe
{
    
    
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    min-width: 0;
    display: inline-block;
    display: block;
}

* html .clearfix
{
    height: 1%;
}

.wwwimg {
    border-style: dotted;
    border-width: 1px;
    border-color: #555500;
}

.video {
    background: transparent url('video.png') no-repeat;
    padding-left: 24px;
}

.box_highlight a {
    padding-left: 24px;
}

.bubble {
    float: left;
    min-height: 16em;
    min-width: 15em;
    width: 31%;
    margin: 1%;
}
.bubble li {
    //list-style-position:inside;
    list-style-type:square;
    padding: 0.1em;
}
.bubble h3 {
    padding: 1em;
    height: 1.3em;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.06, rgb(230,230,230)),
        color-stop(0.53, rgb(250,250,250))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(230,230,230) 6%,
        rgb(250,250,250) 53%
    );
   -moz-border-radius:8px;
   -moz-border-radius:8px;
   -webkit-border-radius:8px;
   -webkit-border-radius:8px;
}
div.spacer {
    height: 0px;
    clear: both;
}

.news_title {
    background: transparent url('feedIcon.png') no-repeat;
    padding: 0;
    padding-left: 36px;
}

// admins
admin {
}

div.admin {
    float: left;
    width: 40em;
}

.admin > div {
    float: left;
    padding: 2em;
    padding-bottom: 1em;
}

.admin > div > img {
    padding: 0em;
    border-radius: 15px;
    max-height: 130px;
    max-width: 70px;
    min-width: 70px;
}

.admin_table {
    display:table;
}

.admin_table > div {
    display:table-row;
}

.admin_table > div > div {
    display:table-cell;
    padding:0 0.5em 0 0;
    vertical-align: middle;
    height: 1.5em;
    width: 20em;
}

.search {
    float: right;
    padding:0.2em;
}
.search h3 {
    border-bottom:2px solid darkorange;
}
.search input {
    color: black;
    padding-left: 18px;
    background: white url('search.png') no-repeat;
    width: 10em;
}
.search input:focus {
    background: #edccb1 url('search.png') no-repeat;
}
.search p {
    font-weight: bold;
    white-space: nowrap;
}
.search img {
    vertical-align: top;
    padding-right: 0.2em;
    padding-top: 0.2em;
}
.search a {
    padding-right: 0.5em;
    white-space: nowrap;
}


