/* stylesheet for the eVLBI page(s)
 * (c) H. Verkouter 
 */

/* generic classes */
*.large {
    font-size: 3.0em;
    text-shadow: 0.1ex 0.1ex grey;
}

*.italic {
    font-style: italic;
}
*.center {
    margin: 0px auto;
}
*.bold {
    font-weight: bold;
}
*.grey {
    color: rgb(128,128,128);
}

*.mono {
    font-family: mono;
}

*.strng {
	font-weight: bold;
	font-size: 14pt;
	font-style: italic;
}
*.offset {
	position: relative;
	left: 1cm;
	font-size: 12pt;
}

/* the nice big title at the top of the page */
div.pghdr {
	width: 90%;
	margin: 0px auto; /* centered */
}
div.pghdr span {
    font-size: 3.0em;
    font-style: italic;
    text-shadow: 0.1ex 0.1ex grey; /* eye-candy for browsers that dig it! */
}

/* force a scrollbar always? so the page doesn't 
 * actually seem to change if the usr. clicks an image
 */
html {
    overflow: scroll;
}
/* define defaults for the page */
body {
    background: #FF9933;
    color: #000000;
    font-size: 11pt;
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    display: block;
    text-align: justify;
}

/* how links should look like */
a, a:link, a:visited, a:active {
      color: #000000;
      font-style: italic;
      text-decoration: none;
      border-bottom: 2px dotted red;
      cursor: pointer;
}
a:hover {
      color: #ffffff;
      font-style: italic;
      border-bottom: 2px dotted red;
      text-decoration: none;
      cursor: pointer;
}
/* anchors for use with imglinks (leaves out the decoration etc) */
a.imlnk, a.imlnk:link, a.imlnk:visited, a.imlnk:active {
    cursor: pointer;
    border: none;
}
a.imlnk:hover {
    cursor: pointer;
    border: none;
}

/* main content div - this is the workable area */
div#content {
    width: 780px;
    margin: 0px auto 0 auto;
    background: #ffcc33;
    padding: 0 1ex 0 1ex;
    /*border: 1px solid white;*/
    border: none;
    overflow: hidden;
}

div#actual_content {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: none;
    /*border: 1px solid green;*/
}

div#zoomdiv {
    width: 100%;
    visibility: visible;
    display: block;
    border: none;
    /*border: 1px solid black;*/
}
img.zoomimg {
    width: 0;
    height: 0;
    visibility: hidden;
    z-index: -1;
    /*margin: 0px auto;*/
    /*float: right;*/
}

/* hah, the navigat0r tabl3 */
table#menu {
    /*border: 1px dotted black;*/
    border: none;
    background: #ffcc33;
    width: 100%;
    margin: 2ex 0 0 0;
    border-spacing: 0;
    font-weight: bold;
}
table#menu tr#items td {
    border-bottom: 2px solid black;
    height: 2em;
    text-align: center;
    cursor: pointer;
}
table#menu td.section {
    background: #FF6600;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    height: 2em;
    font-weight: normal;
    font-style: italic;
}
table#menu span#section_title {
    padding-left: 2ex;
}



/* how section headings should look like */
h1 {
    font-weight: normal;
    font-style: normal;
    width: 100%;
    margin: 1ex 0 1ex 0;
    /*padding: 2px 2px 2px 2px;*/
    /*background: rgb(192, 192, 192);*/
    border-bottom: 3px dotted black;
}

h2 {
    font-weight: normal;
    font-style: normal;
    width: 90%;
    margin: 1ex 1ex 1ex 1ex;
    padding: 2px 2px 2px 2px;
    border-bottom: 1px dotted rgb(128, 128, 128);
}


/*
 * specific list styles: with and without marker
 */
ul.nomarker {
    list-style-type: none;
}
ul.nomarker li {
    margin: 0 0 1ex 0;
}
ul.marker {
    list-style-image: url("./dash.png");
}

/* spacer <div> */
div.spacer {
    height: 1cm;
    width: 100%;
    margin: 0 0 0 0;
    clear: both;
    /*border: 1px solid red;*/
    border: none;
}

/* div for boxes with text */
div.shout {
    padding: 0.8ex 1ex 1.2ex 1ex;
    font-size: 120%;
}

/* 'compressed div: p tags get less margin at top & bottom */
div.compressed p {
    margin: 1ex 0 0 0;
}

/* resolvingpower table */
table#resolvingpower {
    width: 98%;
    margin: .5cm auto;
    border-spacing: 0;
}
table#resolvingpower th#ama {
    width: 50%;
    /*text-align: left;*/
    text-align: center;
    border-bottom: 1px solid black;
}
table#resolvingpower th#pro {
    width: 50%;
    /*text-align: left;*/
    text-align: center;
    border-bottom: 1px solid black;
    padding-bottom: .5ex;
}

table#resolvingpower td {
    vertical-align: top;
}

table#resolvingpower caption {
    caption-side: top;
    text-align: center;
    border: 1px solid black;
    background: rgb(192,192,192);
    margin: 0px auto;
    padding: .5ex 0 .5ex 0;
}

/* the webcam stuff */
table#webcams {
    width: 95%;
    margin: 0px auto;
}
table#webcams img {
    width: 250px;
    height: 188px;
	margin-top: 0;
}
td.wc_station {
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	overflow: visible;
	text-align: left;
	vertical-align: top;
}
td.wc_refresh {
	width: 4ex;
	text-align: right;
	vertical-align: top;
}

span.rpower {
    font-weight: bold;
    font-size: 120%;
}

/* the table with the on-the-fly images */
table#otfimg {
    width: 95%;
    margin: 0px auto;
}
table#otfimg img {
    width: 180px;
    /*height: 188px;*/
	margin-top: 0;
    border-collapse: collapse;
    border: none;
}
table#otfimg a, table#otfimg  a:hover, table#otfimg a:visited, table#otfimg a:link, table#otfimg a:active {
    border-bottom: none;
}

td.spacer {
    width: 2ex;
}
div.tptext {
    width: 92%;
    position: relative;
    left: 5%;
    font-style: italic;
    clear: both;
    margin-top: 1ex;
}
span.time {
    font-family: Arial, Sans;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    font-size: 12pt;
}

/* the vlbi versus evlbi table */
table#vlbievlbi {
    width: 90%;
    margin: 0 auto;
    border-spacing: 0;
}
table#vlbievlbi th#vlbi {
    width: 50%;
    text-align: left;
    border-bottom: 1px solid black;
}
table#vlbievlbi th#evlbi {
    width: 50%;
    text-align: left;
    font-style: italic;
    border-bottom: 1px solid black;
}

table#vlbievlbi td {
    vertical-align: top;
}


/* settings for images/anchors */
img.link {
    cursor: pointer;
    display: block;
    border: none;
}

/* the on-the-fly navigation stuff */
div#otfdiv {
    width: 95%;
    margin: 1ex auto;
    font-weight: normal;
    font-size: 20pt;
    border-bottom: 3px dotted black;
}
div#otfdiv a, div#otfdiv  a:hover, div#otfdiv a:visited, div#otfdiv a:link, div#otfdiv a:active {
    border-bottom: none;
}

table#otfnav {
    width: 95%;
    margin: 1ex auto;
    border: 1px solid black;
    clear: both;
    vertical-align: center;
    text-align: center; 
}
table#otfnav a, table#otfnav  a:hover, table#otfnav a:visited, table#otfnav a:link, table#otfnav a:active {
    border-bottom: none;
}
td.prev, td.next, td.prevest, td.nextest, td.begin, td.end {
    width: 3ex;
    height: 3ex;
    font-size: 3ex;
    font-weight: bold;
}
td.nav {
    width: 70%;
    margin: 0px auto;
    font-weight: bold;
    font-size: 200%;
    text-align: center; 
}

/* settings for individual images */

img#spectrum_jpg {
    float: right;
    width: 300px;
    height: 200px;
    margin: 0 0 2px 2px;
    vertical-align: top;
}

img#evn_map_rmc {
    float: left;
    width: 400px;
    /*height: 400px;*/
    height: 237px;
    margin: 0 1ex 0 0;
    vertical-align: top;
}

img#effelsberg {
    float: right;
    width: 200px;
    margin: 0 0 2px 1ex;
    vertical-align: top;
}

img#day_night {
    float: right;
    width: 200px;
    height: 200px;
    margin: 1ex 0 0 1ex;
    vertical-align: top;
}
img#interference {
    float: left;
    width: 200px;
    height: 200px;
    margin: 0 1ex 0 0;
    vertical-align: top;
}

img#transport {
    width: 200px;
    float: left;
    vertical-align: top;
    margin: 0 1ex 0 0;
}
img#worldmap {
    /*width: 400px;
    height: 237px;*/
    float: right;
    vertical-align: top;
    margin: 0px 0px 1ex 1ex;
}

img#wavefront {
    width: 146px;
    height: 205px;
    float: right;
    vertical-align: top;
}
img#largelens {
    width: 300px;
    height: 195px;
    margin: 0 0 5px 5px;
    float: right;
}

img#diffraction {
    width: 200px;
    height: auto;
    float: left;
    margin: 0 1ex 0 0;
    vertical-align: top;
}
img#diffraction1 {
    width: 200px;
    float: right;
    margin: 0 0 0 5px;
    vertical-align: top;
}
img#diffraction2 {
    width: 200px;
    float: left;
    margin: 0 1ex 0 0;
    vertical-align: top;
}

img#interference1 {
    width: 200px;
    float: right;
    margin: 0 0 0 5px;
    vertical-align: top;
}

img#interf1 {
    width: 250px;
    height: 189px;
    float: right;
    margin: 0 0 0 5px;
    vertical-align: top;
}
img#fringe {
    width: 200px;
    height: 150px;
    margin: 0 1ex 0 0;
    float: left;
    vertical-align: top;
}
img#concept {
    width: 300px;
    height: 290px;
    margin: 0 0 0 1ex;
    float: right;
    vertical-align: top;
}

img#vri {
    width: 200px;
    height: 171px;
    float: right;
    margin: 0 0 1ex 1ex;
}

img.uitleg {
    width: 390px;
    height: 294px;
    vertical-align: top;
    margin: 0 0 0 0;
}
img#one {
    float: left;
}
img#three {
    float: left;
}
