﻿/*
Application or Page specific styles
*/
#titleBar1
{
    background-color: #ff9900;
    border-right: solid 50px #ffcc66;
    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
    */
#leftColumn .content A.eblGroup
{
    display: block;
    padding: 1px 3px 1px 3px;
    text-align: center;
}
    /*
    set left column ebl group link style
    */
#leftColumn .content A:hover.eblGroup
{
    background-color: #ffcc00;
    text-decoration: none;
}
    /*
    set left column ebl group link hover style
    */
    
    
    
    
    
#rightColumn .content UL.auditStatus
{
    list-style: square outside;
    color: #666666;
}
#rightColumn .content UL.auditStatus A
{
    padding: 2px 2px 2px 2px;
    display: block;
}
#rightColumn .content UL.auditStatus A:hover.link1
{
    background-color: #009933;
    color: #ffffff;
    text-decoration: none;
}
#rightColumn .content UL.auditStatus A:hover.link2
{
    background-color: #ff9900;
    color: #ffffff;
    text-decoration: none;
}
#rightColumn .content UL.auditStatus A:hover.link3
{
    background-color: #ff0000;
    color: #ffffff;
    text-decoration: none;
}
#rightColumn .content UL.auditStatus A:hover.link4
{
    background-color: #3399cc;
    color: #ffffff;
    text-decoration: none;
}
#rightColumn .content UL.auditStatus A:hover.link5
{
    background-color: #ffcc00;
    color: #ffffff;
    text-decoration: none;
}
#yourPlacements H1
{
    margin: 15px 0px 0px 0px;
    padding: 1px 3px 1px 3px;
    background-color: #666666;
    color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    text-align: left;
}
#yourPlacements H2
{
    margin: 10px 0px 0px 0px;
    padding: 1px 3px 1px 3px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
}
#yourPlacements H2.status1
{
    background-color: #009933;
	color: #ffffff;
}
#yourPlacements H2.status2
{
    background-color: #ff9900;
	color: #ffffff;
}
#yourPlacements H2.status3
{
    background-color: #ff0000;
	color: #ffffff;
}
#yourPlacements H2.status4
{
    background-color: #3399cc;
	color: #ffffff;
}
#yourPlacements H2.status5
{
    background-color: #ffcc00;
	color: #ffffff;
}
#yourPlacements A
{
    display: block;
    text-decoration: none;
}
#yourPlacements A:hover
{
    background-color: #cccccc;
}
.topOfPage
{
    background-color: #eeeeee;
    font-size: x-small;
    border-top: solid 1px #666666;
    border-bottom: solid 1px #666666;
}
#yourPlacements .topOfPage A:hover
{
    text-decoration: underline;
}
#eblGroupStudents .studentRow
{
    background-color: #666666;
    color: #ffffff;
    font-weight: bold;
    padding: 1px 3px 1px 3px;
    border-top: solid 15px #ffffff;
}
#eblGroupStudents .studentRowFields
{
    font-weight: normal;
}
#eblGroupStudents .studentRowSubFields
{
    font-size: x-small;
}
#eblGroupStudents A
{
    display: block;
    text-decoration: none;
}
#eblGroupStudents A:hover
{
    background-color: #cccccc;
    text-decoration: underline;
}
#reports
{
    border: solid 1px #666666;
    padding: 2px 2px 2px 2px;
    width: 50%;
}
#reports UL
{
    list-style: square outside;
    color: #666666;
    line-height: 200%;
}

.xsmall
{
    font-size: x-small;
}
#EOPProcesses
{
    border: solid 1px #666666;
    padding: 5px 5px 5px 5px;
}
#MPProcesses
{
    border: solid 1px #666666;
    padding: 5px 5px 5px 5px;
}
.pageButtons
{
    text-align: right;
}
#placementAreaMap
{
	padding: 2px;
	border: solid 1px #bbbbbb;
	float: left;
	margin-right: 10px;
}