/*********   comments CSS     *********/
	
	.articlesDivClose{
		text-align:left; padding-left:10px;;
	} 
	
	.send-bt-bubble { width:70px; height:22px; background:url(snd_button_global.png) left top no-repeat; text-align:center;}
	.send-bt-bubble a:link {color:#131f29; text-decoration:none; font-size:9pt;}
	.send-bt-bubble a:visited {color:#131f29; text-decoration:none; font-size:9pt;}
	.send-bt-bubble a:active {color:#131f29; text-decoration:none; font-size:9pt;}
	.send-bt-bubble a:hover {color:#ee3c1e; text-decoration:none; font-size:9pt;}
	
	a.msgSubTitle:link    {font:10pt Arial; color:#636363; text-decoration:none;}
	a.msgSubTitle:visited {font:10pt Arial; color:#636363; text-decoration:none;}
	a.msgSubTitle:active  {font:10pt Arial; color:#636363; text-decoration:none;}
	a.msgSubTitle:hover   {font:10pt Arial; color:#f25218; text-decoration:none;}
	
	a.orange:link    {font:9pt Arial; color:#f25218; text-decoration:underline;}
	a.orange:visited {font:9pt Arial;color:#f25218;text-decoration:underline;}
	a.orange:active  {font:9pt Arial;color:#f25218;text-decoration:underline;}
	a.orange:hover   {font:9pt Arial;color:#636363;text-decoration:underline;}
		
	a.articleUser:link    {font:bold 11pt Arial; color:#f25218; text-decoration:none;}
	a.articleUser:visited {font:bold 11pt Arial; color:#f25218; text-decoration:none;}
	a.articleUser:active  {font:bold 11pt Arial; color:#f25218; text-decoration:none;}
	a.articleUser:hover   {font:bold 11pt Arial; color:#636363; text-decoration:none;}
/*********   End  Articles CSS      *********/


/*********   Err / Success Blocks     *********/

.errMessageTR{
	font:bold 10pt Arial;
	color:#CC3300;
	background-color:#E8C9BF;
	background-image:url(close.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:20px;
	padding-left:5px;
}

.messageTR{
	font:bold 10pt Arial;
	/*color:#000099;*/
	color:#0E3A03;
	background-color:#E2F0C5;
	background-image:url(yes.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:20px;
	padding-left:5px;
}


/*********   fonts     *********/

.giantTitle{
	font:bold 24px Tahoma; color:#636363;
}

  
.errTxt{font:8pt Arial;
	color:red;
	text-align:right;
}

/********* user Manage *****/	
	.userDetailLabel{
		font-size: 9pt;
		color: #29447d;
		font-family: "arial, sans-serif";
		font-weight:bold;
		float:right;
		margin-left:4px;
	}
	.userDetailTextField{
		font-family:Arial;
		font-size:8pt; 
		color:#000000;
		width:180px;
	}
	td.userDetailCell{
		vertical-align:middle;
		text-align:right;
		padding-top:4px;
		width:200px;
	}
	
/********* End user Manage *****/	