﻿/*
Application or Page specific styles
*/
body
{
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
}
    /*
    main body style
    */
#titleBar1
{
    background-color: #336699;
    border-right: solid 50px #ccddee;
    overflow: hidden;
}
    /*
    page title bar colour - add titleBar2, titleBar3 etc. as required
    */
#titleBar1TextImage
{
    overflow: hidden;
    background: url(../App_Images/title_bar_1.jpg) no-repeat right;
}
    /*
    page title bar text and image - add titleBar2, titleBar3 etc. as required
    */
#mainGraphic
{
    background: url(../App_Images/nightingale_building.jpg) no-repeat center;
    height: 288px;
}
    /*
    homepage graphic
    */
#domainLoginContainer
{
	border: solid 1px #cccccc;
	margin: 24px 24px 24px 24px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: small;
    line-height: 140%;
    width: 40%;
    padding: 12px 12px 12px 12px;
}
    /*
    domain login example container
    */
.bold
{
	font-weight: bold;
}
    /*
    set emphasis style
    */