﻿/* TITLE MENU BAR *********************************************************************************/
.nTitleMenuDMIS
{
	border-left: solid 20px #B2C6F1;
	font-family: Tahoma;
	font-size: x-small;
	color: Black;
}
.nTitleMenuSMIS
{
	font-family: Tahoma;
	font-size: x-small;
	color: Black;
}

/* TOOL BAR MENU *********************************************************************************/
.nToolbarSMIS
{
	font-family: Tahoma;
	font-size: 8pt;
	color: Black;
	border: solid 1px #D9DEE8;
}
.nToolbarSHS
{
	border: solid 1px #000000;
}


.hide
{
	display: none;
}



/*Modified by Khalid on 30 July 2008*/
.CellPaddingLeft5Px
{
padding-left:5px;	
}


.NewShadowGridHeaderStyle
{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	height: 11px;
	vertical-align: middle;
	/*background-image: url(http://localhost:2255/Web/App_Themes/Default/Images/grid_header_back.jpg);*/
	background-image: url(../../App_Themes/Default/Images/grid_header_back.jpg);
	/*background-image: url(../../Images/grid_header_back.jpg);*/
	border-style: none;
	color: Black;
}
.NewShadowGridItemBottomFooter
{
	border-bottom: solid 1px #CDD4E3;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	text-align: center;
}
.NewShadowGridItemBottomFooterLeft
{
	border-bottom: solid 1px #CDD4E3;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
}
.NewShadowGridItemBottomFooterRight
{
	border-bottom: solid 1px #CDD4E3;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	text-align: right;
}


.GridCellRightPadding
{
	border-bottom: solid 1px #CDD4E3;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	padding-right: 20px;
}
.GridHeaderRightPadding
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 8pt;
	padding-right: 20px;
}

.GridCellRightPadding5px
{
	border-bottom: solid 1px #CDD4E3;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	padding-right: 5px;
}
.GridHeaderRightPadding5px
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 8pt;
	padding-right: 5px;
}

.GridCellLeftPadding5px
{
	border-bottom: solid 1px #CDD4E3;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	padding-left: 5px;
}
.GridHeaderLeftPadding5px
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 8pt;
	padding-left: 5px;
}





.GridCellRightPadding5pxWithtoutBorder
{
	
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	padding-right: 5px;
}
.GridHeaderRightPadding5pxWithtoutBorder
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 8pt;
	padding-right: 5px;
}

.GridCellLeftPadding5pxWithtoutBorder
{
	
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	padding-left: 5px;
	padding-bottom:5px;
}
.GridHeaderLeftPadding5pxWithtoutBorder
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 8pt;
	padding-left: 5px;
}

.GridCellWithtoutBorder
{
	
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	padding-left: 5px;
}