/*  Copyright (c) WEBCOM ART | http://webcoma.net/  */

                /* common styles */

body{
                margin-left: 0px; 
                margin-top: 0px; 
                margin-right: 0px; 
                margin-bottom: 0px;
                }
table, td{
                border-collapse: collapse;
                border-spacing: 0;
                font-family: verdana, tahoma, sans-serif; 
                font-size:16px;
                color:#000000;
                }
th{
                text-align: left;
                }
a:link,
a:visited{
                color:#0970D8;
                text-decoration: underline;
                }
a:active,
a:hover{
                color:#FF781E;
                text-decoration: underline;
                }
input,
textarea{
                border-width: 1px;
                border-color: #aaaaaa;
                }
input.checkbox{ 
                border-style: none;
                }
form{
                margin: 0px;
                }
h1,h2,h3,h4{
                font-size: 12px;
                margin: 0px;
                }
.tbl{           
                border-style: solid; 
                border-color: #ffffff; 
                border-width: 1px;
                }
.gb{           
                border-style: solid; 
                border-color: #eeeeee; 
                border-width: 1px;
                }
.dash{          
                border-bottom: #cccccc 1px dashed;
                }

                /* individual styles */

#splash-0{
                height: 100%;
                width: 100%;
                text-align: center;
                margin-top: 12%;
                }
#splash-l{
                height: 100%;
                width: 100%;
                background: url('/images/splash1.gif') no-repeat left top;
                }
#splash-r{
                height: 100%;
                width: 100%;
                text-align: center;
                vertical-align: middle;
                padding-top: 20%;
                background: url('/images/splash3.gif') no-repeat right bottom;
                }
td.nav-left{
                background: #ffffff url('/images/vts-3x1.gif') no-repeat left top;
                }
td.content{
                background: #999999 url('/images/vts-3x2.gif') repeat-y left top;
                vertical-align: top;
                }
div.content{
                margin: 20px;
                width: 80%;
                height: 100%;
                /* float: left; */
                }
#rb{
                width: 200px;
                margin: 20px;
                /* display: expression( document.body.clientWidth > 1200 ? 'block' : 'none' ); */
                }
input.search{   
                width: 130px;
                }
#nav th{
                padding: 0px;
                text-align: right;
                }
#nav td{
                text-align: right;
                padding-right: 5px;
                }
#nav a:link,
#nav a:visited{
                color: #000000;
                text-decoration: none;
                font-family: arial;
                }
#nav a:active,
#nav a:hover{
                color: #ff0000;
                text-decoration: none;
                font-family: arial;
                }
#nav h2{
                font-weight: bold;
                margin: 4px 10px 4px 0px;
                padding: 6px 10px 6px 6px;
                font-size: 14px;
                }
#nav h1{
                font-weight: bold;
                margin: 0px;
                font-size: 12px;
                }
h2.none-selected{
                background: #cccccc;
                }
h2.menu-selected{
                color: #ff0000;
                background: #ffcccc;
                }
h1.menu-selected{
                color: #ff9279;
                }
#coord{
                padding: 0px 0px 0px 20px;
                font-size: 12px;
                }
