/*
This is a style sheet for this deployment - it is used to provide
deployment specific styles.

It will NOT be overwritten during upgrades.

Copy the style you want to alter from the style.css document
and then modify it in this file.
*/

/* The image to be displayed to the right of the Uni logo. */

.MstDiv {
	background-image:url(../images/other/dot.gif);background-repeat:repeat-x;background-position:left top;background-color:#095E2D;
}

/* */

.MstTblEnd {
	background: url(../images/other/dot.gif);background-color: #095E2D;height: 1px;
}

/* The bar below the masthead is the masttable. */

td.MstTblEndImg {
        background-color: #666;
	background: url(../images/other/dot.gif);
        height: 1px;
        font-size:1px;
/*
	background: url(../images/uoy/yidm.bmp) no-repeat right;
*/
}

/* The logo at the top-right of the page. */

td.MstTdLogo {
        width: 31px;
        height: 55px;
        /*background: url(../images/other/logo.jpg) no-repeat 5px;*/
        background: url(../images/other/javalogo.gif) no-repeat 5px;
        /*background: url(../images/other/dot.gif) no-repeat 5px;*/
}

/* The little vertical bar that separates the main masthead and the image on the top-right of the page. */

td.MstTdSep {
        width: 1px;
        height: 61px;
        /*background: url(../images/other/dot.gif) no-repeat center;*/
        /*background: url(../images/masthead/statusarea-separator.jpg) no-repeat center;*/
        background: url(../images/other/dot.gif) no-repeat 5px;
}

/* The University logo. vertical-align:bottom causes the 'Logged in as' message to appear below it. */

td.MstTdTtlProdNam {
        background: url("../images/uoy/home_logo_screen.gif") no-repeat;
        padding:10px 10px 0px 10px;
        vertical-align:bottom;
        white-space:nowrap;
        height: 75px;
        width: 350px;
}

div#loginFormDiv {
        background: url(../images/other/dot.gif);
        height: 1px;
        font-size:1px;

/*
        background: url(../images/uoy/uoy_greencurve2.bmp) no-repeat;
        margin-left: -10px;
        padding: 0px 10px 0px 280px;
        width: 360px;
        height: 435px;
*/
}

