﻿div.casesBody
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #014984;
	line-height: 18px;
}
#caseBrowserDiv
{
    width: 200px;
    height: 600px;
    overflow: auto;
    overflow-x: hidden;   
}
#caseBrowserWrapper
{
    width: 200px;
    background-image: url(../Images/img_ombre_droite.jpg);
    background-repeat: no-repeat;
    background-position:right top;
}
.attachments
{
    background-color: #DFE9EB;
}
#sideHeader
{
    background-color: #5A7D9B;
    color: White;
    width: 200px;
    padding-left: 18px;
    padding-bottom: 3px;
}
#sideHeader span.TitleSpan
{
    color: #DFE9EB;
    background-color: #5A7D9B;
    font-size: 17px;
    line-height: 30px;
    display: block;
    width: auto;
}
table.radCaseBrowser input
{
    margin-top: 10px;
    width: 10px;
    display: block;
    float: left;
}
table.radCaseBrowser label
{
    font-size:10px;
    margin-top: 10px;
    padding-left: 5px;
    width: 50px;
    display: block;
    float: left;
}
.actionCommands
{
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 2px white;
}
.actionCommands span
{
    margin-top: -5px;
}
.btnsubmitticket
{
    margin-left: 200px;
    margin-top: 5px;
}
a.btnsubmitticket
{
    display: block;
    height: 24px;
    width: 110px;
    background: url(Images/btn_submit.png) no-repeat;
    background-position: 0px 0px;
}
a.btnsubmitticket:hover, a.btnsubmitticket:focus
{
    background: url(Images/btn_submit.png) no-repeat;
    background-position: 0px -24px;
}
a.modifyprofile
{
    display: block;
    height: 22px;
    width: 136px;
    background: url(Images/btn_modify_profile.png) no-repeat;
    background-position: 0px -22px;
    margin-left: 32px;
}
a.modifyprofile:hover, a.modifyprofile:focus
{
    background: url(Images/btn_modify_profile.png) no-repeat;
    background-position: 0px -44px;
}
div.updateCase
{
    padding: 15px 15px 15px 15px;
    background-color: White;
}
a.updateCase_on
{
    display: block;
    cursor: pointer;
    height: 22px;
    width: 136px;
    background: url(Images/btn_update.png) no-repeat;
    background-position: 0px -22px;
}
a.updateCase_off
{
    display: block;
    height: 22px;
    width: 136px;
    background: url(Images/btn_update.png) no-repeat;
    background-position: 0px 0px;
}
a.updateCase_on:hover, a.updateCase_on:focus
{
    background: url(Images/btn_update.png) no-repeat;
    background-position: 0px -44px;
}
a.takeownership_on
{
    display: block;
    cursor: pointer;
    height: 22px;
    width: 136px;
    background: url(Images/btn_onwership.png) no-repeat;
    background-position: 0px -22px;
    margin-top: 15px;
}
a.takeownership_off
{
    display: block;
    height: 22px;
    width: 136px;
    background: url(Images/btn_onwership.png) no-repeat;
    background-position: 0px 0px;
    margin-top: 15px;
}
a.takeownership_on:hover, a.takeownership_on:focus
{
    background: url(Images/btn_onwership.png) no-repeat;
    background-position: 0px -44px;
}
a.solveticket_off
{
    display: block;
    height: 22px;
    width: 136px;
    background: url(Images/btn_solve_case.png) no-repeat;
    background-position: 0px 0px;
}
a.solveticket_on
{
    display: block;
    cursor: pointer;
    height: 22px;
    width: 136px;
    background: url(Images/btn_solve_case.png) no-repeat;
    background-position: 0px -22px;
}
a.solveticket_on:hover, a.solveticket_on:focus
{
    background: url(Images/btn_solve_case.png) no-repeat;
    background-position: 0px -44px;
}
a.escalate_off
{
    display: block;
    height: 22px;
    width: 136px;
    background: url(Images/btn_escalate.png) no-repeat;
    background-position: 0px 0px;
}
a.escalate_on
{
    display: block;
    cursor: pointer;
    height: 22px;
    width: 136px;
    background: url(Images/btn_escalate.png) no-repeat;
    background-position: 0px -22px;
}
a.escalate_on:hover, a.escalate_on:focus
{
    background: url(Images/btn_escalate.png) no-repeat;
    background-position: 0px -44px;
}
a.requestacall_off
{
    display: block;
    height: 22px;
    width: 136px;
    background: url(Images/btn_request_callback.png) no-repeat;
    background-position: 0px 0px;
}
a.requestacall_on
{
    display: block;
    height: 22px;
    width: 136px;
    background: url(Images/btn_request_callback.png) no-repeat;
    background-position: 0px -22px;
}
a.requestacall_on:hover, a.requestacall_on:focus
{
    background: url(Images/btn_request_callback.png) no-repeat;
    background-position: 0px -44px;
}
div.popup
{
    width: 500px;
    background-color: White;
    padding: 10px 10px 10px 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #014984;
	line-height: 18px;
}
div.actionsReadonlyText
{
    border:solid 1px #A5ACB2;
    height:180px;
    overflow-y:auto;
    width:400px;
    padding:4px 4px 4px 4px;
    color: Black !important;
    font-family:Courier New !important;
}