/** The CSS applied to all themes **/

/* Fill screen */
html, body, table#main { height: 100%; }

/* Always want vertical scrollbar in Mozilla (like IE) */
body { overflow: -moz-scrollbars-vertical; }

/* Default font and body-margin */
body
{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 0px;
}

/* The content area */
td#content
{
        padding: 0px 20px;
}

/* Headers */
.header
{
        font-size: 14px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #FFFFFF;
}

/* Main heading - big with underline */
h1
{
        font-size: 24px;
        font-weight: normal;
        border-color: #000000;
        border-style: solid;
        border-width: 0px 0px 2px 0px;
        margin-top: 0px;
}

/* Lesser heading - italic */
h2
{
        font-size: 16px;
        font-style: italic;
        font-weight: normal;
}

/** Drop-in box **/
#dropinboxv2cover
{
        width: 320px; /*change width to desired */
        h/eight: 400px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
        position:absolute; /*Don't change below 4 rules*/
        z-index: 100;
        overflow:hidden;
        visibility: hidden;
}

#dropinboxv2
{
        width: 300px; /*change width to above width-20. */
        h/eight: 380px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
        padding: 4px;
        position:absolute; /*Don't change below 3 rules */
        left: 0;
        top: 0;
}

/* No images should have a border when is a link */
img { border-width: 0px; }