html
{
overflow-y: scroll;
}

body
{
background-color: #EAF3F7;
color: #000000;
font-family : Arial, Helvetica, sans-serif;
background-image: url(../img/background.png);
background-repeat: repeat-x;
}

img {
border: none;
}

.normal {
font-size : 10pt;
color : #000000;
font-style : normal;
background-color: #ffffff;
}

a:hover {
font-style : normal;
color : #ff0000;
}

a {
font-style : normal;
color : #003987;
}

.warn {
font-size : 8pt;
font-weight : bold;
color : #ff0000;
}

.desc {
font-size : 10pt;
color : #000000;
font-style : normal;
background-color : #d7e9f1;
font-weight : bold;
}


.gross {
font-size : 12pt;
font-style : normal;
color : #000000;
font-weight : bold;
}

.input {
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-family : Arial, Helvetica, sans-serif;
font-size : 8pt;
padding-left : 3px;
font-style : normal;
color : #000000;
border : 1px solid;
border-color : rgb(2, 168, 215);
}

.grkast {

font-size : 12pt;
font-style : normal;
color : #ffffff;
background-color : #999999;
font-weight : bold;
}

.rot {

font-size : 12pt;
font-weight : bold;
color : #ff0000;
}

.bold {

font-size : 12pt;
font-weight : bold;
}

.pagelink {

font-size : 10pt;
color : #31659c;
font-style : normal;
text-decoration : none;
}

.klein {

font-size : 8pt;
font-style : normal;
}

.minilink {

font-size : 8pt;
}

.activetab {
position: relative;

border-top : 1px solid black;
margin-left : 5px;
border-bottom: 2px solid #d7e9f1;
border-right : 1px solid black;
border-left : 1px solid black;
background-color : #d7e9f1;
padding-left : 5px;
padding-right : 5px;
}

.passivetab {
position: relative;
border-top : 1px solid black;
margin-left : 5px;
border-right : 1px solid black;
border-left : 1px solid black;
background-color : #ffffff;
padding-left : 5px;
padding-right : 5px;
}

.activetab2 {
position: relative;
margin-left : 5px;
background-color : #90D0E9;
padding-left : 5px;
padding-right : 5px;
}

.passivetab2 {
position: relative;
margin-left : 5px;
background-color : #ffffff;
padding-left : 5px;
padding-right : 5px;
}

#tab1:hover {
background-color : #d7e9f1;
}

#tab2:hover {
background-color : #d7e9f1;
}

#tab3:hover {
background-color : #d7e9f1;
}

#tab4:hover {
background-color : #d7e9f1;
}

.td {
background-color : white;
border-right:  black solid 1px;
}

.td2 {
background-color : #eaf3f7;
border-right:  black solid 1px;
}

.tabletitle {
background-color : #e1f1f9;
font-size : 10pt;
}

.tdlayout {
border : 1px solid #4a98bc;
}


ul {
margin-left : 3px;
padding-left : 15px;
text-indent : 0;
list-style-image : url(../img/bullet.png);
}

#mainmenuitems
{
list-style-type: none;
list-style-image : none;
margin: 0px;
padding: 0px;
}

#usermenuitems
{
list-style-type: none;
list-style-image : none;
margin: 0px;
padding: 0px;
}

#guestmenuitems
{
list-style-type: none;
list-style-image : none;
margin: 0px;
padding: 0px;
}

a.navilink {
display : block;
font-size : 11px;
font-weight : bold;
padding : 2px 0 2px 0;
color : #005d92;
width : 138px;
text-indent : 5px;
text-decoration : none;
margin: 1px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

a.navilinkactive {
display : block;
font-size : 11px;
background-color : #90d0e9;
font-weight : bold;
padding : 2px 0 2px 0;
color : #005d92;
width : 138px;
text-indent : 5px;
text-decoration : none;
margin: 1px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

a.navilink:hover {
background-color : #90d0e9;
}

h1 {
font-size : 28px;
text-align : center;
color : #044C7E;
margin-top : 8px;
margin-bottom : 5px;
}

h2 {
margin-top : 0;
font-size : 16px;
text-align : center;
color : #044C7E;
}

body {

font-size : 13px;
}

#container {
margin : auto;
width : 930px;
position: relative;
}

#c_head {
float : left;
text-align : left;
border : 1px solid #4a98bc;
background-image:url('../img/bannerback.png');
background-repeat: no-repeat;
margin : 5px;
padding : 3px;
width : 900px;
margin-bottom : 10px;
background-color : #eaf3f7;
min-height : 80px;
position: relative;
}

#c_left {
float : left;
margin : 5px;
padding : 0px;
}

#c_nav {
width: 100%;
margin : 5px;
padding : 0px;
}

.c_navigation {
padding : 5px;
width : 140px;
border : 1px solid #4a98bc;
text-align : left;
margin-right : 5px;
margin-left : 0px;
margin-bottom : 15px;
background-color : #eaf3f7;
font-size : 11px;
overflow: hidden;
}

.rounded
{
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

.logbook
{
    background-color: #FFFFFF;
    padding: 0px;
    margin-top: 0px;
    min-height: 500px;        
}

.roundedbottom
{
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
}

.shaded
{
-webkit-box-shadow: 2px 2px 7px #b0b0b0;
-moz-box-shadow: 2px 2px 7px #b0b0b0;
box-shadow: 2px 2px 7px #b0b0b0;
}


#c_content_index {
float:left;
width : 521px;
text-align : left;
min-height : 300px;
padding-left : 6px;
padding-right : 10px;
}

#c_content {
float : left;
width : 720px;
text-align : left;
min-height : 400px;
padding: 10px;
margin-left: 4px;
margin-top: 6px;
}

#c_right {
float : left;
margin : 0px;
margin-top: 5px;
padding : 0px;
width : 214px;
}

.c_info {
text-align : left;
border : 1px solid #4a98bc;
padding : 3px;
margin-left : 5px;
margin-right : 5px;
margin-bottom : 15px;
background-color : #eaf3f7;
font-size : 11px;

}

#c_footer {
clear : both;
width : 900px;
text-align : right;
margin : 5px;
font-size : 11px;
padding : 3px;
width : 900px;
padding-top: 15px;
}

#c_footer a {
	text-decoration: none;
}

table.dive {
border-collapse: collapse;
background-color: #ffffff;
}

table.dive th {
padding: 1px;
border: 1px solid black;
background-color : #d7e9f1;
font-weight : bold;
}

table.dive td {

font-size : 10pt;
border: 1px solid black;
padding: 0px;

}

table.divelist {
font-size : 10pt;
border: 1px solid black;
border-collapse:collapse;
}

table.userlist {
font-size : 10pt;
border-top: 1px solid black;
border-collapse:collapse;
}

table.divelist td {

font-size : 10pt;
padding: 2px;
border-color: black;
}

table.divelist_ifr {
font-size : 10pt;
border: 1px solid black;
border-collapse:collapse;
}

table.divelist_ifr td {

font-size : 10pt;
padding: 1px;
border-color: black;
}

#monthview td, #monthview th
{
    text-align: center;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

sub, sup 
{
    line-height: 0px;
    font-size: 80%;
}

.newsticker{
    overflow: hidden;
    text-indent: 0px;
    margin: 0px;
    padding: 0px;
}

.newsticker li{
    list-style:none; 
    text-indent: 0px;
    display: block;
    width: 140px;
    text-align: center;
 }
 
 #picturetable td
 {
	background-color: #FFF;
 }
 
 #userprofile
{
    margin-top: 6px;
    background-color: #fff;
    width: 650px;
    padding: 15px;
    min-height: 500px;    
}

#buddyadd
{
    position: absolute; 
    top: 0px; 
    left: 190px;
    padding: 5px;
    background-color: #eaf3f7;
    border: 1px solid #4a98bc;
	border-top: none;
}

#buddyaddinline
{
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    min-width: 150px;
    padding: 3px;
    background-color: #eaf3f7;
    border: 1px solid #4a98bc;
}

#invitation
{
    display: none;
    width: 150px;
    margin-bottom: 15px;
}

#indicator
{
    float: right;
    border: none;
    color: white;
    background-color: red;
    width: 14px;
    height: 14px;
    text-align: left;
    padding: 0px;
    text-indent: 4px;
    font-weight: bold;
    margin-right: 4px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#randompics li
{
    margin-bottom: 20px;
}

#logbooknav
{
    position: absolute; 
    bottom: 0px; 
    right: 0px; 
    text-align: right;    
    font-size: 14px;
    margin-bottom:-3px;    
}

#logbooknav a
{
    text-decoration: none;  
    margin-left: 2px;
    margin-right: 2px;  
}

#activefield
{
    margin: 0px;
    padding: 0px;
}

.qe:hover
{
    background-color: #FF8080;
    cursor: pointer;
}

.userlisting
{
	clear:both;
	padding:10px;
	height: 67px;
	border-top: 1px solid #d0d0d0;
	position:relative;
}

.userlisting:hover
{
	background-color: #f3f3f3;
}

.userlisting img
{
	vertical-align:bottom;
	padding-bottom: 4px;
}

.userlisting a
{
	text-decoration:none;
	font-size: 13pt;
	color: #005d92;
	font-weight: bold;
	
}

.userlisting .bio
{
	font: italic 13px/17px Georgia,"Times New Roman", serif;
	padding-top: 5px;
	
}

.userlisting .anz
{
	position:absolute;
	left: 265px;
	font: italic bold 30px Arial, Helvetica, sans-serif;
	margin-right: 0px;
	width: 75px;
	color: #c0c0c0;
	line-height: 30px;
}

.userlisting .anz .tg
{	
	font: italic 10px Arial, Helvetica, sans-serif;
}