/*--------------------------------- ItemList Page ---------------------------------*/

.itemlist-category { 
	color: #84C02B;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;	
	padding-bottom: 0px;
	}
	
.itemlist-subject { 
	font-size: 11px;
	color: #7D7D7D;
	font-weight: bold;
	text-decoration: none;		 
	}

A:hover.itemlist-subject {
	color : #84C02B;
	text-decoration: underline;
	}
	
.itemlist-morelink { 
	font-size: 11px;
	color: #84C02B;
	font-weight: bold;
	text-decoration: none;
	padding-top: 7px;
	}

A:hover.itemlist-morelink {
	color : #84C02B;
	text-decoration: underline;
	}
	
.itemlist-padding { 
	padding-bottom: 0px;	 
	}
	
	
/*----------Portfolio  ItemList Page ---------------------------------*/
.pf-itemlist-category { 
	color: #696969;
	font-size: 14px;	
	font-weight: bold;
	background-color: none;
	height: 16px;
	text-decoration: none;
	vertical-align : bottom;
	padding-bottom:5px;
	padding-top:5px; 
	}
	
.pf-itemlist-item { 
	color: #458587;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	}

A:hover.pf-itemlist-item {
	color : #666666;
	text-decoration: underline;
	}

.pf-itemlist-descr { 
	color: #7D7D7D;
	font-size: 11px;
	line-height: 140%;
	font-weight: normal;
	}
	
.pf-itemlist-morelink { 
	font-size: 10px;
	color: #84C02B;
	font-weight: bold;
	text-decoration: none;
	padding-top: 17px;
	}

A:hover.pf-itemlist-morelink {
	color : #84C02B;
	text-decoration: underline;
	}


/*-------------------slideshow.asp---------------------------------------------------*/

/*used for the slide heading in the slideshow page*/
.pf-slideheading    {
	color: #458587;
	font-size: 14px;
	font-weight: bold;
}  

/*used for the slide caption in the slideshow page*/
.pf-slidecaption    {
	border:0px solid #FFFFFF;
	font-size: 11px;
	background-color: #A7BFBF;
	height: 18px;
	text-align: center;
	color: #696969;
	font-weight: bold;
	padding-top: 4px;
}

	
/*--------------------------------- Item Page ---------------------------------*/

.item-title     {
	color: #696969;
	font-size: 12px;
	font-weight: bold;
	padding-bottom:5px;
	}

.item-bullet-title  {
	color: #A8C8C7;
	font-size: 8pt;
	font-weight: bold;
	padding-top:2px;
	padding-bottom:5px;
	}
	
#item-imagebox td { 
	padding-left: 8px; 
	padding-bottom: 6px; 
	}
	
#item-thumbnails td { 
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	}

#item-featurebox td {
	text-align: right; 
	padding-bottom: 10px;
	}

	

/*--------------------------------- TOP Itemlist Page ---------------------------------*/
	
/* subject in the top newsletters and bulletins */
.item-top-subject     {
	font-weight: bold;
	color: #222222;
	text-decoration: none;
	vertical-align: bottom;
}

a:hover.item-top-subject {
	color : #E49F27;
	text-decoration: underline;
}

.item-top-text     {
	font-weight: normal;
}

.item-top-link    {
	color: #7E2C14;
	text-decoration: none;
	font-weight: bold;	
}

A:hover.item-top-link {
	color : #C0370F;
	text-decoration: underline;
	}
	

/*--------------------------------- Software General Styles ---------------------------------*/

/* the bar color in pop up windows like Subscribe to newsletter,feedback form */
.page-topbar    {
	background-color: #619C9E;
	color: #FFFFFF;
	font-weight: normal;
}




