
/*--------------------------------- ItemList Page ---------------------------------*/

.itemlist-category { 
	color: #8C1515;
	font-size: 15px;	
	font-weight: bold;
	padding-top:10px; 
	padding-bottom:5px;  
	}
	
.itemlist-subject { 
	color: #0B5A65;
	text-decoration: none;
	font-size: 12px;		 
	}

A:hover.itemlist-subject {
	color : #138594; 
	text-decoration: underline;
	}
	
.itemlist-morelink { 
	color: #0B5A65;
	text-decoration: none;	
	}

A:hover.itemlist-morelink {
	color : #138594; 
	text-decoration: underline;
	}

.itemlist-padding { 
	padding-bottom: 0px;	 
	}

table.itemlist-pic 	{ 
	border: 1px #8E8E8E solid;
	}
table.itemlist-pic td	{ 
	border: 2px #FFFFFF solid;
	}
	
.itemlist-searchbar { 
	background-color: none;
	font-size: 8px;	
	padding: 3px 4px 6px 4px;  
	}
	
.itemlist-searchtitle {
	color: #555555;
	font-size: 11px;	
	font-weight: bold;
	}
	
	
	
	
/*----------Portfolio  ItemList Page ---------------------------------*/

.pf-itemlist-category { 
	color: #0B5A65;
	font-size: 14px;	
	font-weight: bold;
	padding-top:10px; 
	padding-bottom:10px; 
	}
	
.pf-itemlist-item { 
	color: #3F3F3F;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;	
	padding-bottom:10px; 
	}

A:hover.pf-itemlist-item {
	color : #B31A0F;
	text-decoration: underline;
	}
	

.pf-itemlist-descr { 
	font-size: 12px;
	line-height: 135%;
	font-weight: normal;
	}
	
.pf-itemlist-morelink { 
	font-size: 10pt;
	color: #3F3F3F;
	font-weight: bold;
	text-decoration: none;
	padding-top: 17px;
	}

A:hover.pf-itemlist-morelink {
	color : #B31A0F;
	text-decoration: underline;
	}


/*--------------------------------- Item Page ---------------------------------*/

.item-title     {
	color: #B31A0F;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	}

.item-bullet-title  {
	color: #12529C;
	font-weight: normal;
	padding: 4px 8px 8px 0px;
	}
	
#item-imagebox td { 
	border: 0px solid #1A1A1A;
	padding: 3px;
	background-color: none;
	padding-left: 8px; 
	padding-bottom: 0px; 
	}
	
#item-thumbnails td { 
	padding: 1px;
	background-color: none;
	}

.thumbnail-box	{
	padding: 1px;
	background-color:none;
	}

.thumbnail-td     {
	border: 0px solid #FFFFFF;
	background-color: #D5D5D5;
	}
	
#item-featurebox td {
	padding: 0px 10px 10px 0px;
	}
	
	
/*-------------------slideshow.asp---------------------------------------------------*/

/*used for the slide heading in the slideshow page*/
.pf-slideheading    {
	color: #034573;
	font-size: 11pt;
	font-weight: bold;
}  

/*used for the slide caption in the slideshow page*/
.pf-slidecaption    {
	border:0px solid #8C8A8D;
	font-size: 9pt;
	background-color: transparent;
	height: 20px;
	text-align: center;
	color: #2F2F2F;
	font-weight: bold;
	padding-top: 4px;
}
	

/*-------------------portfolio gallery section---------------------------------------------------*/

/*used for the slide caption in the z_itemgallery page*/
.pf-gallerycaption    {
	border:0px solid #8C8A8D;
	font-size: 9pt;
	background-color: transparent;
	height: 20px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
}

/*--------------------------------- PDF ITem Page ---------------------------------*/
	
.pdf-bullet-title  {
	color: #034888;
	font-size: 10pt;
	line-height: 12px;
	font-weight: bold;
	}

.pdf-bullet-text  {
	color: #000000;
	}

.pdf-description {
	color: #000000;
	}
	
/*--------------------------------- Notifier Itemcontent Page ---------------------------------*/
/* subject*/
.item-subject     {
	color: #222222;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

/* date */
.item-date {
	color: #222222;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;		
}

/*--------------------------------- TOP Itemlist Page ---------------------------------*/
	
/* subject in the top newsletters and bulletins */
.item-top-subject     {
	line-height: 135%;
	font-weight: normal;
	color: #2F2F2F;
	text-decoration: none;
	vertical-align: bottom;
}

a:hover.item-top-subject {
	color : #138594;
	text-decoration: underline;
}

.item-top-text     {
	color: #2F2F2F;
	line-height: 140%;
}

.item-top-link {
	color: #991809;
	font-weight: normal;
	text-decoration: underline;
	vertical-align: top;	
}

a:hover.item-top-link {
	color : #DB200B;
	text-decoration: underline;
}



/*----------Contact Manager  ItemList Page ---------------------------------*/

.cm-itemlist-category { 
	color: #8C1515;
	font-size: 13px;	
	font-weight: bold;
	padding-top:10px; 
	padding-bottom:2px;  
	}
	
.cm-itemlist-item { 
	color: #0B5A65;
	text-decoration: none;	
	}

A:hover.cm-itemlist-item {
	color : #138594; 
	text-decoration: underline;
	}
	

.cm-itemlist-itemlink { 
	color : #807E57;
	font-size: 11px;	
	text-decoration: none;	
	}

A:hover.cm-itemlist-itemlink {
	color : #807E57;
	font-size: 11px;	
	text-decoration: underline;
	}

/* ************ LOGINACCOUNT Page ************* */

/* used for content box */
.box-content {
	padding:1px; 
	}

/* used for content box 2 */
.box2-content {
	padding:4px; 
	}
	
.box2-border {
	background-color:#CFCFCF;
	}
	
/* used for content box */
.box-header-title {
	padding-left: 8px; 
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #888888;
	}
	
/*--------------------------------- Software General Styles ---------------------------------*/

/* the bar color in pop up windows like Subscribe to newsletter,feedback form */
.page-topbar    {
	background-color: #9E180B;
	color: #FFFFFF;
	font-weight: normal;
}

/* a page heading or step title */
.page-heading    {
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
}

