/**
 * OrangeHRM is a comprehensive Human Resource Management (HRM) System that captures
 * all the essential functionalities required for any enterprise.
 * Copyright (C) 2006 OrangeHRM Inc., http://www.orangehrm.com
 *
 * OrangeHRM is free software; you can redistribute it and/or modify it under the terms of
 * the GNU General Public License as published by the Free Software Foundation; either
 * version 2 of the License, or (at your option) any later version.
 *
 * OrangeHRM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * See the GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along with this program;
 * if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 * Boston, MA  02110-1301, USA
 *
 */

/* Default Styles */
body {
	
	}
img {
	behavior:	url("include/pngbehavior.htc");
}



h5 {
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 1px;
	}

LI {
	LIST-STYLE-TYPE: square;
	margin-left: 6px;
	MARGIN-BOTTOM: 2px;
	}

UL {
	MARGIN-TOP: 2px;
	}

hr {
	height: 1px;
}
 a:link, a:visited {
	/*color: #444444;
	font-size: 12px;
/*	text-decoration: underline; */

	}
a:hover {
/*	color: #666666;
	text-decoration: underline; */
	}
/* Form Styles */

.button {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	background-image: url(../pictures/btn_bg.gif);
	}

.buttonOn {
	border: 1px solid #444444;
	background-color: #ffffff;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	}

input:not([type=image]),select {
	border: 1px solid #888888;
	font-size: 11px;
	background-color: #ffffff;
	}

textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #888888;
	font-size: 12px;
	background-color: #ffffff;
	}
.checkbox,.radio {
	border:0px;
	background-color: transparent;
	margin: 0px;
	vertical-align: bottom;
	}


/* Content Specific Styles */
	/* body text */
	.contentBox {
		background-color: #efefef;
		border: 1px #9e9e9e solid;
		padding: 5px;
	}
	.teamNoticeBox {
		background-color: #eeeeee;
		border: 1px #980000 solid;
		padding-left: 5px;
		padding-right: 5px;
		color: #00568C;
	}
	a.body:link, a.body:visited {
		/*color: #444444;
		font-size: 12px;
		text-decoration: underline;*/
		}

	a.body:hover {
/*		color: #666666;
		text-decoration: underline; */
		}

	/*for the main screen navigation tabs*/
	.currentTab {
		color: #333333;
		font-size: 12px;
		font-weight: bold;
		padding-top: 1px;
		}
	a.currentTab:link, a.currentTab:visited {
		color: #333333;
		text-decoration: none;
		}
	a.currentTab:hover {
		color: #666666;
		text-decoration: none;
		}

	.otherTab {
		font-size: 12px;
		font-weight: bold;
		}
	a.otherTab:link, a.otherTab:visited {
		color: #6e6e6e;
		text-decoration: none;
		}
	a.otherTab:hover {
		color: #3C3C3C;
		text-decoration: none;
		}

	.subMenuTDIcon {
		font-size: 11px;
		color: #ffffff;
		background-color: #efefef;
		padding-bottom: 2px;
		padding-top: 1px;
		padding-left: 3px;
		padding-right: 3px;
		border-right: 1px solid #fefefe;
		}
	.subMenuTD {
		font-size: 11px;
		color: #ffffff;
		background-color: #DFDFDF;
		padding-bottom: 2px;
		padding-top: 1px;
		border-bottom: 1px solid #EDEDED;
		}
	a.subMenuLink:link, a.subMenuLink:visited {
		color: #444444;
		text-decoration: none;
		border-bottom: 0px;
		padding-left: 0px;
		}
	a.subMenuLink:hover {
		color: #666666;
		text-decoration: none;
		border-bottom: 0px;
		}

	/*welcome user and date bar and last view*/
	.moduleTitle {
	border-bottom: 1px solid #aaaaaa;
	}
	.welcome {
		font-size: 12px;
		font-weight: bold;
		color: #333333;
		background-color: #FF9900;
		border-bottom: 1px solid #000000;
		padding-left: 10px;
		}
	.searchField {
		border: 1px solid #323232;
		font-size: 11px;
		background-color: #ffffff;
	}
	.search {
		color: #ffffff;
		background-color: #FF9900;
		border-bottom: 1px solid #000000;
		padding-right: 10px;
		text-align: right;
		}
	.searchButton {
		behavior:	url("include/pngbehavior.htc");
		background-color: transparent;
		border: 0px;
		padding-right: 10px;
		}

	.lastView {
		color: #666666;
		background-color: #dddddd;
		padding-left: 10px;
		border-bottom: 1px solid #cccccc;
		}

	a.lastViewLink:link, a.lastViewLink:visited {
		color: #444444;
/*		text-decoration: underline;*/
		border-bottom: 0px;
		padding-left: 0px;
		}
	a.lastViewLink:hover {
/*		color: #666666;*/
		text-decoration: none;
		border-bottom: 0px;
		}

	/*left column styles*/
	table.leftColumnModuleHead th {
		/*]
		font-size: 12px;
		color: #444444;
		text-align: left;
		padding: 0px;
		*/
	}


	/*right main content (suffix S1 stands for Style 1) */
	.listView {
		border: 1px solid #9E9E9E;
	}
	.listViewThS1 {
		font-size: 11px;
		color: #666666;
		font-weight: bold;
		text-align: left;
/*		background-image: url(images/listViewBg.png); */
		padding-left: 5px;
		padding-right: 5px;
		border-bottom: 1px solid #cccccc;

	}
	a.listViewThLinkS1:link, a.listViewThLinkS1:visited {
		color: #444444;
		font-weight: bold;
		text-decoration: none;
		}
	a.listViewThLinkS1:hover {
	color: #222222;
	text-decoration: none;
		}
	a.listViewTdLinkS1:link, a.listViewTdLinkS1:visited {
	font-size: 12px;
	color: #002780;
	text-decoration: none;

		}
	a.listViewTdLinkS1:hover {
/*	text-decoration: underline; */
		}
	.evenListRowS1 {
		font-size: 12px;
		color: #000000;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 4px;
		padding-top: 2px;
	}

	.oddListRowS1 {
		font-size: 12px;
		color: #000000;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 4px;
		padding-top: 2px;
	}

	.listViewHRS1 {
		background-color: #cccccc;
	}
	.pageNumbers {
		color: #444444;
	}
	.listViewPaginationTdS1 {
		font-size: 10px;
		color: #999999;
		background-color: #eeeeee;
		padding-right: 5px;
		padding-left: 5px;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #9E9E9E;
	}
	a.listViewPaginationLinkS1:link, a.listViewPaginationLinkS1:visited {
		color: #E90000;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		}
	a.listViewPaginationLinkS1:hover {
		color: #ff0000;
		font-size: 10px;
		text-decoration: none;
		}
	a.utilsLink:link, a.utilsLink:visited {
		color: #B20000;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;

		}
	a.utilsLink:hover {
		color: #FF0000;
		font-size: 11px;
		text-decoration: none;
		}

	/* main tab forms */

	.tabForm {
	padding: 0px;
	background-position: bottom;
	background-repeat : repeat-x;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}

	h4.dataLabel {
/*		color: #666666;  */
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 2px;
	}

	h5.dataLabel {
		color: #888888;
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 1px;
		margin-top: 1px;
	}
	.dataLabel {
		font-weight: bold;
		vertical-align : top;
	}
	.dataField {
		font-weight: normal;
		vertical-align : top;
	}


	/* main tab panel views */
	.tabDetailView {
		border: 1px solid #444444;
		background-color: #cccccc;
	}

	.tabDetailViewDF {
	font-size: 12px;
		color: #000000;
		background-color: #fafafa;
		font-weight: bold;
		padding-right: 4px;
		padding-left: 4px;
		padding-top: 2px;
		padding-bottom: 2px;
		vertical-align: top;
		font-weight: bold;
	}

	/* misc font displays */
	.required {
		color: #ff0000;
	}
	.error {
		color: #ff0000;
	}
	.success {
		color: #00ee00;
	}
	.dateFormat {
		font-weight: normal;
		font-style: italic;
		font-size: 10px;
	}

	.tm {
		font-size: 8px;
		font-family: Verdana;
	}

/* menu styles */
.rollmenu
{
	padding-right: 2px;
	display: block;
	padding-left: 2px;
	font-size: 11px;
	padding-bottom: 2px;
	color: #000000;
	line-height: normal;
	padding-top: 2px;
	border-top: #FFCE73 1px solid;
	border-left: #FFCE73 1px solid;
	border-right: #D8B114 1px solid;
	border-bottom: #D8B114 1px solid;
	font-family: "Arial", "Helvetica", "sans-serif";
	background-color: #FFCC00;
	text-decoration: none
}
.rollmenu:hover
{
	background-color: #EDC112;
	border-top: #FFCE73 1px solid;
	border-left: #FFCE73 1px solid;
	border-right: #D8B114 1px solid;
	border-bottom: #D8B114 1px solid;
	text-decoration: none
}
#menuhead
{
	background-color: #EDC112;
	font-weight:bold;
	padding-right: 2px;
	display: block;
	padding-left: 2px;
	font-size: 11px;
	padding-bottom: 2px;
	border-top: #FFCE73 1px solid;
	border-left: #FFCE73 1px solid;
	border-right: #D8B114 1px solid;
	border-bottom: #D8B114 1px solid;
	color: #000000;
	line-height: normal;
	padding-top: 2px;
	font-family: "Arial", "Helvetica", "sans-serif";
	text-decoration: none
}
#menu1
{
	left: 1px;
	visibility: hidden;
	position: absolute;
	top: 1px;
	background-color: transparent
}
#menu2
{
	left: 1px;
	visibility: hidden;
	position: absolute;
	top: 1px;
	background-color: transparent
}
#menu3
{
	left: 1px;
	visibility: hidden;
	position: absolute;
	top: 1px;
	background-color: transparent
}
#menu4
{
	left: 1px;
	visibility: hidden;
	position: absolute;
	top: 1px;
	background-color: transparent
}
/* menu styles */
.searchHeadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

#toggleContractLayerLink {
	background-position: left;
	background-image: url(../icons/contract_show.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	outline: none;
}

#toggleContractLayerLink.show {
	background-image: url(../icons/contract_show.png);
}

#toggleContractLayerLink.hide {
	background-image: url(../icons/contract_hide.gif);
}

#toggleJobHistoryLayerLink {
	background-position: left;
	background-image: url(../icons/contract_show.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	outline: none;
}

#toggleJobHistoryLayerLink.show {
	background-image: url(../icons/contract_show.png);
}

#toggleJobHistoryLayerLink.hide {
	background-image: url(../icons/contract_hide.gif);
}

/*
table.historyTable th {
    border-width: 0px;
    padding: 3px 3px 3px 5px;*/
}

.tableTopLeft {
	background:url(../pictures/table_r1_c1.gif) no-repeat top right;
	width:12px;
	height:11px;
}

.tableTopMiddle {
	background:url(../pictures/table_r1_c2.gif) repeat-x top;
	height:11px;
}

.tableTopRight {
	background:url(../pictures/table_r1_c3.gif) no-repeat top left;
	width:12px;
	height:11px;
}

.tableMiddleLeft {
	background:url(../pictures/table_r2_c1.gif) repeat-y top right;
	width:13px;
	height: 4px;
}

.tableMiddleMiddle {
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}

td {
	vertical-align: top;
}

.tableMiddleRight {
	background:url(../pictures/table_r2_c3.gif) repeat-y top left;
	width:13px;
}

.tableBottomLeft {
	background:url(../pictures/table_r3_c1.gif) no-repeat bottom right;
	width:12px;
	height:15px;
}

.tableBottomMiddle {
	background:url(../pictures/table_r3_c2.gif) repeat-x bottom;
	height: 15px;
}

.tableBottomRight {
	background:url(../pictures/table_r3_c3.gif) no-repeat bottom left;
	width:12px;
	height:15px;
}

.addPane {
	display: none;
}
.sitBackimg{
background-image:url(../../images/homeImages/bg_02.gif);
}
.headTableCol{background:url(../../images/lftmn/tg_01.gif);
 font-family:Tahoma; 
 font-size:14px; 
 line-height:normal;
 padding-top:6px;
 }
.middleTableCol{background:url(../../images/lftmn/bg_01.gif);
	
vertical-align:middle;

}
.middleTableColmenu{background:url(../../images/lftmn/bg_01.gif);
	
vertical-align:middle;
  padding-right:8px;


}
.middleTableColLink  
{
	 font-family: Tahoma;
	color: #444444;
	font-size: 11px;
	text-align:center;
	padding-top:6px;
	padding-bottom: 2px;
	font-weight:bold;
	
	
	text-decoration:none;

	}
	.middleTableColLinkk
	{
	 font-family: Tahoma;
	color:#444444;
	font-size: 11px;
	text-align:center;
	padding-top:6px;
	padding-bottom: 2px;
	font-weight:bold;
	
	
	text-decoration:none;

	}
	.middleTableColLinktableHead
	{
	font-family:Tahoma;
	font-size:16px;
	color: rgb(128, 0, 128);
	text-align:center;
	padding-top:6px;
	padding-bottom: 2px;
	font-weight:bold;
	text-decoration:none;
		
		}
.middleTableCol :hovder { background:url(../../images/lftmn/bg_02.gif);
}

.footerTableCol{
background:url(../../images/lftmn/bg_04.gif);
}
.tableContextBorders{

	font-weight:bold;
	padding-right: 2px;
	display: block;
	padding-left: 2px;
	font-size: 14px;
	padding-bottom: 2px;
	border-top:#B19170 1px solid;
	border-left:#FFFFFF 1px solid;
	border-right:#FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	color: #000000;
	line-height: normal;
	padding-top: 2px;
	font-family: "Arial", "Helvetica", "sans-serif";
	text-decoration: none;
	background-color:White;
	
}
.NewstableTopLeft {
	/*background:url(../pictures/table_r1_c1.gif) no-repeat top right;*/
	background:url(../pictures/panelBoxHeaderStartLight.png) no-repeat top right ;
	width:12px;
	height:11px;
}

.NewstableTopMiddle {
	/*background:url(../pictures/table_r1_c2.gif) repeat-x top;*/
	background:url(../pictures/panelBoxTopBackgroundLight.png);
	height:11px;
}

.NewstableTopRight {
	/*background:url(../pictures/table_r1_c3.gif) no-repeat top left;*/
	background:url(../pictures/panelBoxHeaderEndLight.png) no-repeat ;
	
}

.NewstableMiddleLeft {
	/*background:url(../pictures/table_r2_c1.gif) repeat-y top right;*/
		background:url(../pictures/menuTabsEnabledBackground.png) repeat-y top left;


}

.NewstableMiddleMiddle {
	border-bottom: 2px solid #CCCCCC;
	vertical-align: top;
	padding-top:4px;
	padding-bottom:4px;
	
}

Newstd {
	vertical-align: top;
}

.NewstableMiddleRight {
	/*background:url(../pictures/table_r2_c3.gif) repeat-y top left;*/
	
	background:url(../pictures/menuTabsEnabledBackground.png) repeat-y top right ;

}

.NewstableBottomLeft {
	/*background:url(../pictures/table_r3_c1.gif) no-repeat bottom right;*/
	background:url(../pictures/panelBoxHeaderBackgroundMedium.png) repeat-x bottom;
	
	height:15px;
}

.NewstableBottomMiddle {
	/*background:url(../pictures/table_r3_c2.gif) repeat-x bottom;*/
	background:url(../pictures/panelBoxHeaderBackgroundMedium.png) repeat-x bottom;
	height: 15px;
}

.NewstableBottomRight {
	/*background:url(../pictures/table_r3_c3.gif) no-repeat bottom left;*/
	background:url(../pictures/panelBoxHeaderBackgroundMedium.png) repeat-x  bottom;
	
	height:15px;
}
.Newsheadine
{ font-family:Verdana; 
	
	}
/*llllllllllllllllll*/
.relatedNewstableTopLeft {
	/*background:url(../pictures/table_r1_c1.gif) no-repeat top right;*/
	background:url(../pictures/leftTop.png) no-repeat top right ;
	width:12px;
	height:11px;
}

.relatedNewstableTopMiddle {
	/*background:url(../pictures/table_r1_c2.gif) repeat-x top;*/
	background:url(../pictures/panelBoxTopBackgroundMedium.png);
	height:11:px;
}

.relatedNewstableTopRight {
	/*background:url(../pictures/table_r1_c3.gif) no-repeat top left;*/
	background:url(../pictures/righttop.png) no-repeat top left ;
	
}

.relatedNewstableMiddleLeft {
	/*background:url(../pictures/table_r2_c1.gif) repeat-y top right;*/
		background:url(../pictures/bg_16m.GIF) repeat-x;


}
.relatedNewstablehedMiddleLeft {
	/*background:url(../pictures/table_r2_c1.gif) repeat-y top right;*/
		background:url(../pictures/midll.gif) repeat-y left ;


}
.relatedNewstablehedMiddleright {
	/*background:url(../pictures/table_r2_c1.gif) repeat-y top right;*/
		background:url(../pictures/midlr.gif) repeat-y right;


}


.relatedNewstableMiddleMiddle {
background:url(../pictures/bg_16.gif) repeat-x;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}
.relatedNewstableMidleFormView {
background:url(../pictures/Gradient.jpg) repeat bottom;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}


.relatedNewstd {
	vertical-align: top;
}

.relatedNewstableMiddleRight {
	/*background:url(../pictures/table_r2_c3.gif) repeat-y top left;*/
	
	background:url(../pictures/bg_16m.GIF) repeat-x  ;

}

.relatedNewstableBottomLeft {
	/*background:url(../pictures/table_r3_c1.gif) no-repeat bottom right;*/
	background:url(../pictures/leftbot.png) no-repeat bottom right;
	
	height:20px;
}

.relatedNewstableBottomMiddle {
	/*background:url(../pictures/table_r3_c2.gif) repeat-x bottom;*/
	background:url(../pictures/midbot.png) repeat-x bottom;
	height: 20px;
}

.relatedNewstableBottomRight {
	/*background:url(../pictures/table_r3_c3.gif) no-repeat bottom left;*/
	background:url(../pictures/rightbot.png) no-repeat  bottom left;
	
	height:20px;
}
/************************************************/
/************************************************************************/

.BannertableMiddleLeft {
	/*background:url(../pictures/table_r2_c1.gif) repeat-y top right;*/
		background:url(../pictures/menuTabsEnabledBackground.png) repeat-y top left;


}

.BannertableMiddleMiddle {
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}

Bannertd {
	vertical-align: top;
}

.BannertableMiddleRight {
	/*background:url(../pictures/table_r2_c3.gif) repeat-y top left;*/
	
	background:url(../pictures/menuTabsEnabledBackground.png) repeat-y top right ;

}

.BannertableBottomLeft {
	/*background:url(../pictures/table_r3_c1.gif) no-repeat bottom right;*/
	background:url(../pictures/panelBoxHeaderBackgroundMedium.png) repeat-x bottom;
	
	height:15px;
}

.BannertableBottomMiddle {
	/*background:url(../pictures/table_r3_c2.gif) repeat-x bottom;*/
	background:url(../pictures/panelBoxHeaderBackgroundMedium.png) repeat-x bottom;
	height: 15px;
}

.BannertableBottomRight {
	/*background:url(../pictures/table_r3_c3.gif) no-repeat bottom left;*/
	background:url(../pictures/panelBoxHeaderBackgroundMedium.png) repeat-x  bottom;
	
	height:15px;
}
/*llllllllllllllllll*/
.relatedBannertableTopLeft {
	/*background:url(../pictures/table_r1_c1.gif) no-repeat top right;*/
	background:url(../pictures/BannerTopLeftCorner.png) no-repeat ;
	width:6px;
	height:6px;
}

.relatedBannertableTopMiddle {
	/*background:url(../pictures/table_r1_c2.gif) repeat-x top;*/
	background:url(../pictures/BannerBottomEdge.gif);
	height:11:px;
}

.relatedBannertableTopRight {
	/*background:url(../pictures/table_r1_c3.gif) no-repeat top left;*/
	background:url(../pictures/BannerTopRightCorner.png) no-repeat top left ;
	
}

.relatedBannertableMiddleLeft {
	/*background:url(../pictures/table_r2_c1.gif) repeat-y top right;*/
		background:url(../pictures/BannerLeftEdge.gif) repeat-y;


}
.relatedBannertablehedMiddleLeft {
	/*background:url(../pictures/table_r2_c1.gif) repeat-y top right;*/
		background:url(../pictures/BannerLeftEdge.gif) repeat-y left ;


}
.relatedBannertablehedMiddleright {
	/*background:url(../pictures/table_r2_c1.gif) repeat-y top right;*/
		background:url(../pictures/midlr.gif) repeat-y right;


}


.relatedBannertableMiddleMiddle {
background:url(../pictures/BannerTopEdge2.GIF) repeat-x bottom;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}

.relatedBannertd {
background:url(../pictures/Gradient.jpg) repeat;
}

.relatedBannertableMiddleRight {
	/*background:url(../pictures/table_r2_c3.gif) repeat-y top left;*/
	
	background:url(../pictures/BannerRightEdge.gif) repeat-y  ;

}

.relatedBannertableBottomLeft {
	/*background:url(../pictures/table_r3_c1.gif) no-repeat bottom right;*/
	background:url(../pictures/BannerBottomLeftCorner.png) no-repeat bottom;
	
	height:6px;
}

.relatedBannertableBottomMiddle {
	/*background:url(../pictures/table_r3_c2.gif) repeat-x bottom;*/
	background:url(../pictures/BannerBottomEdge.gif) repeat-x bottom;
	height: 6px;
}

.relatedBannertableBottomRight {
	/*background:url(../pictures/table_r3_c3.gif) no-repeat bottom left;*/
	background:url(../pictures/BannerBottomRightCorner.png) no-repeat  bottom left;
	
	height:6px;
}
.noImage{
background:url(../pictures/NoImage.gif)  no-repeat center;

}
/**********************************************************/
/*ramadi */
/*llllllllllllllllll*/
.growntableTopLeft {
	/*background:url(../pictures/table_r1_c1.gif) no-repeat top right;*/
	background:url(../pictures/rpHeaderLeftEdge.png) no-repeat bottom right ;
	width:23px;
	height:27px;
}

.growntableTopMiddle {
	/*background:url(../pictures/table_r1_c2.gif) repeat-x top;*/
	background:url(../pictures/rpHeaderContent.png) repeat-x bottom;
	height:27px;
}

.growntableTopRight {
	/*background:url(../pictures/table_r1_c3.gif) no-repeat top left;*/
	background:url(../pictures/rpHeaderRightEdge.png) no-repeat bottom left ;
		width:23px;
	
}

.growntableMiddleLeft {
	/*background:url(../pictures/table_r2_c1.gif) repeat-y top right;*/
		background:url(../pictures/rpLeftEdge.png) repeat-y right;

width:23px;
}
.growntablehedMiddleLeft {
	/*background:url(../pictures/table_r2_c1.gif) repeat-y top right;*/
		background:url(../pictures/rpLeftEdge.png) repeat-y left ;

width:23px;
}
.growntablehedMiddleright {
	/*background:url(../pictures/table_r2_c1.gif) repeat-y top right;*/
		background:url(../pictures/midlr.gif) repeat-y right;


}


.growntableMiddleMiddle {
background:url(../pictures/rpContent.png) repeat-x bottom;
	
	vertical-align: top;
}

.growntd {
background:url(../pictures/Gradient.jpg) repeat;
}

.growntableMiddleRight {
	/*background:url(../pictures/table_r2_c3.gif) repeat-y top left;*/
	
	background:url(../pictures/rpRightEdge.png) repeat-y  ;
   width:23px;
}

.growntableBottomLeft {
	/*background:url(../pictures/table_r3_c1.gif) no-repeat bottom right;*/
	background:url(../pictures/rpBottomLeftCorner.png) no-repeat top right;
	width:23px;
	height:23px;
}

.growntableBottomMiddle {
	/*background:url(../pictures/table_r3_c2.gif) repeat-x bottom;*/
	background:url(../pictures/rpBottomEdge.png) repeat-x top;
	  
	  height:23px;
}

.growntableBottomRight {
	/*background:url(../pictures/table_r3_c3.gif) no-repeat bottom left;*/
	background:url(../pictures/rpBottomRightCorner.png) no-repeat  top left;
	  width:23px;
height:23px;
}


.grownDownLeft{background:url(../pictures/downrpHeaderRightEdge.png) no-repeat  top right;
width:23px;
height:27px;
}
.grownDownMiddle{
background:url(../pictures/downrpHeaderContent.png) repeat-x top ;


}
.grownDownRight{

background:url(../pictures/downrpHeaderLeftEdge.png) no-repeat top left ;
}
.noImage{
background:url(../pictures/NoImage.gif)  no-repeat center;

}
.leftDocs{
background:url(../pictures/leftDoc.png) no-repeat bottom right; 
width:8px;
height:65px !Important;
}
.middleDoc{
background:url(../pictures/midlleDoc.PNG) repeat-x bottom ;

vertical-align:middle;
text-indent:7;
/*padding-top:5;*/

}
.rigthDoc{
background:url(../pictures/rigthDoc.PNG) no-repeat bottom left;
width:8px;

}
.dnleftDocs{
background:url(../pictures/dnleftDoc.png) no-repeat bottom right; 
width:8px;
height:65px !Important;
}
.dnmiddleDoc{
background:url(../pictures/dnmidlleDoc.PNG) repeat-x bottom ;

vertical-align:middle;
text-indent:7;
/*padding-top:5;*/

}
.dnrigthDoc{
background:url(../pictures/dnrigthDoc.PNG) no-repeat bottom left;
width:8px;

}
.Footer
{
	background:url(../../../images/footer-bg.jpg) repeat-x;
	
	}
