body
{
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    --background: url('/otapsRev2/images/otaps_watermark.jpg') #ffffff bottom right no-repeat fixed;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 12pt;
}
		  
span.red
{
    color: #DA1F00;
    font-weight: bold;
}

span.green
{
    color: #035704;
    font-weight: bold;
}

/* used as an inside div to get margins */
.innertube
{
    position: relative;
    margin: 0 18px 18px 18px;
}

/* .nowrap {white-space: nowrap;}  */

.thinborder { border: 1px solid; }

/* Header: */
#otheader
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
    background-color: #333;
}

/* Container for logo image and text: */
#otcaption
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-left: 3px;
}

    #otcaption > img
    {
        position: absolute;
        left: 20px;
        top: 12px;
        width: 76px;
        height: 76px;
        border-radius: 38px;
    }

    #otcaption > .captionspanwrapper
    {
        position: absolute;
        left: 110px;
        top: 26px;
    }
        #otcaption > .captionspanwrapper > span.otcaption
        {
            font-size: 24pt;
            font-weight: 500;
            color: White;
            --white-space: nowrap;
            text-align: left;
        }

        #otcaption > .captionspanwrapper > span.otcaption span
        {
            font-weight: 100;
        }
            				 
nav.buttons
{
    width: 100%;
    height: auto;
    margin: 18px 0 0 0;
    padding: 0 18px;
}
/* end of header */

/* start of main content */
#otdata { }

/* normal page content div */

#otcontent
{
    overflow: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 18px;
    padding-top: 24px;
    border-top: 1px solid black;
}


/* end of main content */

/* start of link buttons */
input.iput
{
    margin: 0;
    padding: 8px 12px;
    border: none;
    border-right: 1px solid Black;
    background: Transparent;
    font-weight: 700;
    color: black;
    font-size: 14pt;
    white-space: nowrap;
}

input.iput:last-of-type
{
    border-right: none;
}
						
input.iput:hover
{
    background: #640800;
    color: #ffffff;
    font-weight: bolder;
    cursor: url("/otapsRev2/images/nipper.cur"), pointer;
}

input.diput {
    margin: 0;
    padding: 8px 12px;
    border: none;
    border-right: 1px solid Black;
    background: #CCC;
    font-weight: 700;
    color: black;
    font-size: 14pt;
    white-space: nowrap;
}

input.diput
{
    cursor: url("/otapsRev2/images/nipper.cur"), pointer;
}
/* end of link buttons */
					 
#siteup {position:absolute;
    right:5px;
    bottom:0px;
    height:13px;
}
#spansiteup {
    font-size:xx-small;
    bottom:0px;
    height:32px;
}
		
/* hover popup strings*/
.autopop {color:#218868;
    cursor:url("/otapsRev2/images/nipper.cur"), help;
    text-decoration: underline;
    background-color: transparent;
    border-color: #218868;
    border-bottom-width: 3px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-style: dotted;
}
					
.showtip {cursor:help;}

.center {text-align:center;}

.ulnipper {list-style-image:url(/otapsRev2/images/nipper_trans.gif);}

/* links page boxes */
div.linksnews
{
    position: relative;
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: AntiqueWhite;
    color: #000000;
    overflow: auto; /* Clearfix hack */
}

h1
{
    font-weight: 700;
}

h3
{
    font-size: 12pt;
    font-weight: 500;
    margin:0;
    padding:3px;
    --background: #640800;
    background-color: black;
    color: White;
    text-align: left;
    padding: 3px 15px 5px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

p
{
    margin: 8px 0;
    line-height: 1.25em;
    text-align: left;
}

div.linksnews p
{
    margin: 12px 15px;
}

div.linksnews li {
    margin: 3px 15px 3px 0;
    list-style-position: outside;
}

/* header box */
div.otcpationborder {
    width: 100%;
    margin-bottom: 8px;
    background: #87CEEB;
}
/* end of links page boxes */

div.mapimg {
    width: 500px;
    height: 300px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    box-shadow: #A9A8A8 0.4em 0.4em 0.6em;
}