/*  Copyright (c) WEBCOM ART | http://webcoma.net/  */

                /* common styles */

body{
                margin-left: 0px; 
                margin-top: 0px; 
                margin-right: 0px; 
                margin-bottom: 0px;
                }
img{            border: 0;
                }
table, td{
                border-collapse: collapse;
                border-spacing: 0;
                font-family: verdana, tahoma, sans-serif; 
                font-size:12px;
                color:#000000;
                }
th{
                text-align: left;
                }
a:link,
a:visited{
                color:#0970D8;
                text-decoration: underline;
                }
a:active,
a:hover{
                color:#FD610C;
                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 */
#nav{
                padding-top: 10px;
                vertical-align: top;
                }
#nav a:link{
                color: #323382;
                text-decoration: none;
                }
#nav a:visited{
                color: #323382;
                text-decoration: none;
                }
#nav a:active,
#nav a:hover{
                color: #FD610C;
                text-decoration: underline;
                }
.menu-selected{
                color: #FD610C;
                text-decoration: underline;
                }
#nav h1{
                margin: 4px 10px 4px 10px;
                font-family: verdana, tahoma;
                font-size: 12px;
                }
#nav h2{
                margin: 3px 10px 3px 40px;
                font-family: verdana, tahoma;
                font-size: 11px;
                font-weight: normal;
                }
#nav h3{
                margin: 3px 10px 3px 50px;
                font-family: verdana, tahoma;
                font-size: 11px;
                font-weight: normal;
                }
#navigator{
                border-bottom: #dfdfdf 1px solid;
                border-right: #dfdfdf 1px solid;
                padding-left: 15px;
                }
#content{
                padding: 15px;
                border-right: #dfdfdf 1px solid;
                }
#zag{
                padding-left: 40px;
                }
#counters{
                padding-left: 35px;
                text-align: center;
                }
#label{
                padding-left: 7px;
                font-size: 10px;
                }


