/************** Body, basic font settings **************/

body, td, li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

div.backOrExit {
    float: right;
}

.caption {
    font-size: 70%;
}

textarea {
    background-color: #FFEBC0;
    font-size: 100%;
}

* html textarea {
    font-size: 80%;
}

/************** Inline elements *************************/

a {
    color: #000000;
}

/* e.g. "top of page" links */
a.internal {
    font-size: 90%;
}

a.powerWord_ref {
    /* font-variant: small-caps; */
   font-weight: bold;
}

a.gloss_ref {
}

a.strategy {
}

a.longdesc {
}

/************** Pretty HR's **************/

div.hr {
   background-repeat: no-repeat;
   background-position: center;
   margin-top: 0.5ex;
   margin-bottom: 0.5ex;
}

/* HACK: IE draws a border around hr's with bgimage, so have 
   to put a div around it (see above) and make the hr itself 
   not display */

div.hr hr {
  display: none;
}

/************** Coaches **************/

table.agent, table.agent_and_lang {
    border: 0;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
}

table.agent td {
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

table.agent_and_lang td.agent {
    text-align: center;
    vertical-align: middle;
    width: 50%;
}

table.agent_and_lang td.lang {
    text-align: center;
    vertical-align: middle;
    width: 50%;
}

table.agent_and_lang td img {
    vertical-align: middle;
}

/************************* logging *******************/

#fvlogger {
    display: none;
    padding: 0;
    padding-left: 3px;
    border: solid 1px black;
    background-color: #FFFFFF;
    color: #990000;
    font-size: 70%;
    font-family: courier monospace;
    overflow: auto;
}

#fvlogger p {
    padding: 0;
    margin: 0;
    margin-bottom: 0.25ex;
    border-bottom: 1px solid #9999FF;
}

img {
    border: 0;
}

/************************* IE PNG support *******************/

* html img {
    behavior: url(/putr/indira/app/straps/etc/_bs5on_indirapng.htc);
}

* html input {
    behavior: url(/putr/indira/app/straps/etc/_bs5on_indirapng.htc);
}


