/***************************************
 * TITLE: Prosimii Screen Stylesheet   * 
 * URI  : prosimii/prosimii-screen.css *
 * MODIF: 2004-Apr-28 21:43 +0800      *
 ***************************************/

form
{
    margin: 0;
    padding: 0;
    border: 0;
}

/* ##### Common Styles ##### */

body
{
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 73%; /* Enables font size scaling in MSIE */
    margin: 0;
    padding: 0;
    background-color: rgb(239,239,239);
}

html > body
{
    font-size: 9pt;
}

acronym, .titleTip
{
    border-bottom: 1px dotted rgb(61,92,122);
    cursor: help;
    margin: 0;
    padding: 0 0 0.4px 0;
}

a
{
    color: rgb(61,92,122);
    background-color: transparent;
    text-decoration: underline;
    margin: 0;
    padding: 0 1px 2px 1px;
}

a:hover
{
    color: rgb(117,144,174);
    text-decoration: none;
}

ol
{
    margin: 1em 0 1.5em 0;
    padding: 0;
}

ul
{
    list-style-type: square;
    margin: 1em 0 1.5em 0;
    padding: 0;
}

dl
{
    margin: 1em 0 0.5em 0;
    padding: 0;
}

ul li
{
    line-height: 1.5em;
    margin: 1.25ex 0 0 1.5em;
    padding: 0;
}

ol li
{
    line-height: 1.5em;
    margin: 1.25ex 0 0 2em;
    padding: 0;
}

dt
{
    font-weight: bold;
    margin: 0;
    padding: 0 0 1ex 0;
}

dd
{
    line-height: 1.75em;
    margin: 0 0 1.5em 1.5em;
    padding: 0;
}

.doNotDisplay
{
    display: none !important;
}


.smallCaps
{
    font-size: 117%;
    font-variant: small-caps;
}


/* ##### Header ##### */

#header
{
    background-color: rgb(61,92,122);
}

.superHeader
{
    color: rgb(130,128,154);
    background-color: rgb(33,50,66);
    text-align: right;
    margin: 0;
    padding: 0.5ex 10px;
}

.superHeader span
{
    color: rgb(195,196,210);
    background-color: transparent;
    font-weight: bold;
    text-transform: uppercase;
}

.superHeader a
{
    color: rgb(195,196,210);
    background-color: transparent;
    text-decoration: none;
    margin: 0;
    padding: 0 0.25ex 0 0;
}

.superHeader a:hover
{
    color: rgb(193,102,90);
    background-color: transparent;
    text-decoration: none;
}

.midHeader
{
    color: white;
    background: rgb(61,92,122) url(images/top_background.png) no-repeat top right;
    margin: 0;
    padding: 8px 10px;
    height: 80px;
    position: relative;
}

.headerTitle
{
    font-size: 300%;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: white;
}

.headerTitle a
{
    color: White;
    text-decoration: none;
}

.headerSubTitle
{
    font-size: 151%;
    font-weight: normal;
    font-style: italic;
    margin: 0 0 1ex 0;
    padding: 0;
}

.headerLinks
{
    text-align: right;
    margin: 0;
    padding: 0 0 2ex 0;
    position: absolute;
    right: 250px;
    top: 3.5em;
}

.headerLinks a
{
    color: white;
    background-color: transparent;
    text-decoration: none;
    margin: 0;
    padding: 0 0 0.5ex 0;
    display: block;
}

.headerLinks a:hover
{
    color: rgb(195,196,210);
    background-color: transparent;
    text-decoration: underline;
}

.subHeader
{
    color: white;
    background-color: rgb(117,144,174);
    margin: 0;
    padding: 0;
    padding-left: 10px;
    padding-top: 5px;
    clear: both;
    height: 21px;
    position: relative;
}

.subHeader a
{
    color: white;
    font-size: 110%;
    font-weight: bold;
    text-decoration: none;
    padding: 1em;
}

.subHeader a:hover
{
    color: rgb(255,204,0);
    background-color: transparent;
    text-decoration: none;
}

.subHeader a.active
{
    position: relative;
    color: rgb(61,92,122);
    background-color: #fff;
    padding-bottom: 10px;
    padding-top: 8px;
}

.logo_top, .logo_bottom
{
    margin: 0;
    border: 0;
    padding: 0;
    position: absolute;
    right: 0;
}

.logo_top
{
    bottom: 0;
}

.logo_bottom {
    top: 0;
}


/* ##### Main Copy ##### */

#main-copy
{
    margin: 0;
    padding: 0.5em 10px;
    clear: left;
    background-color: rgb(255,255,255);
}

#main-copy h1, #main-copy h2
{
    color: rgb(117,144,174);
    font-family: "trebuchet ms" , verdana, helvetica, arial, sans-serif;
    font-size: 200%;
    margin: 0;
    padding: 0;
}

#main-copy h1.withImage img, #main-copy h2.withImage img
{
    float: left;
    position: relative;
    top: -16px;
    padding-right: 5px;
}

#main-copy h1.withImage a img, #main-copy h2.withImage a img
{
    float: none;
    top: 0;
}

#main-copy h1.withImage, #main-copy h2.withImage
{
    height: 72px;
    vertical-align: middle;
    padding-top: 16px;
}

#main-copy h3
{
    color: rgb(61,92,122);
    font-family: "trebuchet ms" , verdana, helvetica, arial, sans-serif;
    font-weight: normal;
    font-size: 151%;
    margin: 0;
    padding: 1ex 0 0 0;
}

#main-copy p
{
    line-height: 1.75em;
    margin: 1em 0 1.5em 0;
    padding: 0;
}

.newsHeading
{
    color: rgb(61,92,122);
    font-family: "trebuchet ms" , verdana, helvetica, arial, sans-serif;
    font-size: 145%;
    text-decoration: none;
    margin: 0;
    padding: 1ex 0 0 0;
    display: block;
}

.newsHeading:hover
{
    color: rgb(117,144,174);
    text-decoration: underline;
}

.newsDate
{
    font-style: italic;
    margin: 0 !important;
    padding: 0;
}

.newsSummary
{
    margin: 1.5ex 0 2.5ex 0.75ex !important;
    padding: 0;
}

.more
{
    text-align: right;
    margin: 0;
    padding: 0.5em 0;
}

.more a
{
    color: rgb(61,92,122);
    font-size: 92%;
    text-decoration: underline;
    margin: 0;
    padding: 0.25ex 0.75ex;
}

.more a:hover
{
    color: rgb(117,144,174);
    text-decoration: none;
}

.rowOfBoxes
{
    overflow: hidden;
    width: 99%;
    padding-top: 1em;
    margin-bottom: 1em;
}

.quarter, .oneThird, .half, .twoThirds, .threeQuarters, .fullWidth
{
    float: left;
    border-left: 1px solid rgb(204,204,204);
    padding: 0 1em;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
}

.threeQuarters
{
    width: 70%;
}

.quarter
{
    width: 23%;
}

.oneThird
{
    width: 31%;
}

.half
{
    text-align: justify;
    width: 46%;
}

.twoThirds
{
    text-align: justify;
    width: 63%;
}

.fullWidth
{
    text-align: justify;
    width: 96%;
    border-left: none;
}

.noBorderOnLeft, .borderOnRight
{
    border-left: none;
}

.borderOnRight
{
    border-right: 1px solid rgb(204,204,204);
}

.dividingBorderAbove
{
    border-top: 1px solid rgb(204,204,204);
}

img.shim
{
    float: right;
    width: 1px;
    height: 500px;
}

/* ##### Footer ##### */

#footer
{
    color: rgb(51,51,102);
    background-color: rgb(239,239,239);
    font-size: 87%;
    text-align: center;
    line-height: 1.25em;
    margin: 1em 0 0 0;
    padding: 1ex 5px;
    clear: left;
}

#footer a
{
    color: rgb(0,68,204);
    background-color: transparent;
    text-decoration: underline;
}

#footer a:hover
{
    text-decoration: none;
}

/* Misc */

img.userPhoto
{
    padding: 1px;
    border: 1px solid rgb(150,150,150);
    margin: 1ex 1em .5em 0;
}

/* VS Mock up */

.vstext {
    font-family: Courier New, Andale Mono, Lucidatypewriter, monospace;
    color: Black;
}

.vsstr {
    color: Red;
}

.vscomment, .vscomment a {
    color: Green;
}

.vskeyword {
    color: Blue;
}