/*
    Zero out everything (from Compass's "reset" rule). Some of our
    styles are then defined here, and some are defined in appl.js.
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

*:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: "" "";
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
}

img a {
    border: none;
}

/* ---------------------------------------------------------------- */
/* Our styles. */

body {
    width: 100%;
    background: #ccddee;
}

#main {
    width: 809px;
    height: 437px;
    margin-left: auto;
    margin-right: auto;
}

#cow_box {
    z-index: 5;
    position: absolute;
}

#cows {
    position: absolute;
}

#title {
    line-height: 1.5em;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

.cell_num {
    font-size: medium;
    font-weight: bold;
}

.arrows {
    z-index: 1;
    width: 756px;
    height: 437px;
    padding-top: 5px;
    padding-left: 5px;
}

.bitmap_text {
    position: absolute;
    z-index: 3;
}

#div_boxes {
    position: absolute;
}

#div_control {
    padding-top: 12px;
    color: black;
}

#language {
    color: black;
}

#intro {
    line-height: 1.3em;
    padding-top: 12px;
    padding-bottom: 12px;
    color: black;
}

#div_graphics {
    position: relative;
    padding: 10px;
}

#lang_fr, #lang_en {
    border: 2px solid #888;
    padding: 3px;
    margin: 2px;

}

