@charset "utf-8";
/* CSS Document */
/*@font-face {
			    font-family: 'calibri';
			    src: url('../resources/fonts/calibri.eot');
			    src: local('calibri'), 
			         local('calibri'), 
			         url('../resources/fonts/calibri.ttf') format('truetype'),
			         url('../resources/fonts/calibri.woff') format('truetype'),
			         url('../resources/fonts/calibri.svg#font') format('svg'); 
}*/

@font-face {
	font-family: Tahoma;
}


body {
	font-family: Tahoma, Helvetica, Arial, sans-serif !important;
	line-height: 1.28;
	/* color: #000000; */
}

.popupHeader
{
	height: 23px;
	color:#fff;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-top: 3px; 
	padding-left: 5px;
	background-color: #a1a1a1;
	width: 730px;
}


.leftCurve
{
	height: 26px;
	background-image: url(../resources/imgs/top-leftcurve.gif);
	width: 4px;
	border: none;
}

.rightCurve
{
	height: 26px;
	background-image: url(../resources/imgs/top-rightcurve.gif);
	width: 4px;
	border: none;
}

.verticalAlign
{
	vertical-align: top;
}

.popupResultTable{
	color:#666666;
	font-family:Tahoma;
	font-size:11px;
	vertical-align: top;
	border: inset 2px; 
	margin-bottom: 10px;
	width:100%
}

.popupResultTable th
{
	color:#fff;
	font-family:Tahoma;
	font-size:11px;
	padding:5px 1px 5px 6px;
}

.popupResultTable td
{
color:#666666;
font-family:Tahoma;
font-size:11px;
padding:5px 5px 5px 5px;
}

.popupResultRow
{
	color:#666666;
	font-family:Tahoma;
	font-size:11px;
	padding:5px 5px 5px 5px;
	border-width: none;	
}

.popupResultTable td a
{
	text-decoration: none;
}

.popupFooter
{
	background-color: #cccccc;
}

.modalPanelHeader{
}

.tableContents
{
font-family:Tahoma;
font-size:11px;
font-weight:normal;
color:#333333;
}

.tableContents th
{
text-align:left;
}

.tableContents td
{
text-align:left;
padding:3px 0px 3px 0px;
line-height:18px;
}

.colIndent {
	width: 5px;
}

.searchLabel {
	width: 155px;
	vertical-align: top;
}

.searchValue {
	vertical-align: top;
}

.searchHeader
{
	color:#960030;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}


.searchFooter
{
	background-color: #cccccc;
	align: right;
}

.upperButtonPanelClass{
	text-align: left;
}

/* Updated 3 classes for popup panel by rajendrap*/
*.rf-pp-hdr-cnt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: '';
    color: '';
    font-family: Tahoma, Helvetica, Arial, sans-serif !important;
    font-size: '';
    padding: 2px;
    padding-left: 10px;
}
*.rf-pp-hdr-cntrls {
    position: absolute;
    top: 2px;
    right: 2px;
    white-space: nowrap;
    cursor: default;
    font-weight: '';
    color: '';
    font-family: Tahoma, Helvetica, Arial, sans-serif !important;
    font-size: '';
    z-index: 100;
}
*.rf-pp-cnt {
    padding: 10px;
    color: '';
    font-family: Tahoma, Helvetica, Arial, sans-serif !important;
    font-size: '';
    border-bottom-left-radius: '';
    border-bottom-right-radius: '';
}
*.rf-pp-hdr-cnt {
    color: #000000;
    font-family: Tahoma, Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    padding-right: 31px;
    
}

.mirsalPopUpSubView > table{
	width:780px;
}
