/* $Id: style.css 63 2018-05-29 06:30:00Z xwakar@GU.GU.SE $ */

HTML,BODY {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size : 11px;
	line-height : 17px;
	color : #000000;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
}

TD {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size : 11px;
	line-height : 17px;
	color : #000000;
}

.rotate {
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    
    float: left;
}

.tab {
    margin-left: 45px;
}

.graph-alert {
    margin-left: 55px;
    border: 1px solid red;
    width: 580px;
    padding: 3px;
    margin-bottom: 10px;
}

a:link {
       font-size : 12px;
       color: #004b89;
       text-decoration: none;
}      
a:visited {
	font-size : 12px;
	color: #004b89;
        text-decoration: none;
}  
a:hover {
	color: #004b89;
       text-decoration: underline;
}  

a:active {
	 color: red;
       text-decoration: underline;
}  


.loven-gu-logo {
    padding: 0px;
    border-spacing: 0px;
    align: center;
    width: 100%;
}

.gu-logo {
    padding-left: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
 }

.gu-blue {
  background-image:url('images/banner_bkgrd.jpg'); 
  background-repeat:repeat;
}

.loven-menu {
       font-family: Verdana, Arial, Geneva, sans-serif;
       font-size: 12px;
       padding-left: 18px;
       padding-top: 0.3em;
       padding-bottom: 0.3em;

}

.loven-main {
       width: 800px;
}


.loven-sjokort {
       font-family: Verdana, Arial, Geneva, sans-serif;
       font-size: 12px;
       padding: 0.3em;
       background-image:url('images/sjokort.jpg'); 
       background-position:right 0px; 
       background-repeat:no-repeat;
       width: auto;
       max-width: 800px;   
}


.loven-header {
       font-family: Verdana, Arial, Geneva, sans-serif;
       font-size: 12px;
       cursor: pointer;	     
       color: white;
       background-color: black;
       padding-left: 18px;
       padding-right: 0.3em;
       padding-top: 0.3em;
       padding-bottom: 0.3em;
}

.loven-footer {
       font-size: 9px;
       cursor: pointer;	     
}

.time-header {
	font-family: Verdana, Arial, Geneva, sans-serif;
        font-size : 16px;
	font-weight : bold;
	color: #004b89;
}

.time-footer {
        font-size : 11px;
	color: #004b89;
}

.blue-text {
	color: #004b89;
}


.weather-data {
       font-size : 12px;
}

.index-hdr {	 	  
       font-size : 16px;
       font-weight : bold;
       border-bottom: thin #AFBCD0 double;
}

.wind-hdr {	 	  
       font-size : 12px;
       font-weight : bold;
       border-bottom: thin #AFBCBF double;
}
.wind-data {
       font-size : 14px;
       color: black;
}

.wind-chill {
       font-size : 9px;
       color: black;
}

.air-hdr {	 	  
       font-size : 12px;
       font-weight : bold;
       border-bottom: thin #AFBCBF double;
}
.air-data {
       font-size : 12px;
       cursor: pointer;	     
}

.rad-hdr {	 	  
       font-size : 12px;
       font-weight : bold;
       border-bottom: thin #AFBCBF double;
}
.rad-data {
/*       color: #CC7A02; */
       font-size : 12px;
       cursor: pointer;	     
}

.rain-hdr {	 	  
       font-size : 12px;
       font-weight : bold;
       text-align: right;
       border-bottom: thin #AFBCBF double;
}
.rain-data {
       font-size : 12px;
       cursor: pointer;	     
}

.sea-hdr {	 	  
       font-size : 12px;
       font-weight : bold;
       text-align: right;
       border-bottom: thin #AFBCBF double;
}
.sea-data {
       font-size : 12px;
       cursor: pointer;	     
}

.lab-hdr {	 	  
       font-size : 12px;
       font-weight : bold;
       text-align: right;
       border-bottom: thin #AFBCBF double;
}
.lab-data {
       font-size : 12px;
       cursor: pointer;	     
}

.error-data {
       font-size : 12px;
       cursor: pointer;	     
       color: #C02020;
}

.footnote {
       font-family: Verdana, Arial, Geneva, sans-serif;
       font-size: 10px;
}

.ctable {
    border-top: 1px solid;
    border-botton: 1px solid;
}
