﻿.cellSessionTimeoutText
{
	text-align:center;
	color:#e55c00;
	font-weight: bold;
	padding: 12px;
}

.cellSessionTimeoutButton
{
	text-align:center;
	padding: 12px;
}

.buttonSessionTimeOut
{
	border: none;
	background: transparent url(../../Images/session-timeout-sprite.gif) no-repeat left top;
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	height: 26px;
	width: 127px;
}
.buttonSessionTimeOut:hover 
{
    background-position: left -26px;
}
.dialogSessionTimeOut
{
   background-color: #FFF;
}

.tableSessionTimeOut
{
  border: none;     
  z-index: 10001;
  background: transparent url(../../Images/session-timeout-background.gif) no-repeat center center;
}