/* Social Bookmarking and Tell a Friend Blocks
 * Ana Herrera - 05/2009
 */
 
.BlueBlock{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
    color: #fff;
	background-color: #1a5191;
	position:relative;
	margin:0 0 1em;
	padding:0;
	background: #1a5191 url(../images/topright_BlueBlock.png) top right no-repeat;
	color: #FFFFFF;
}

.BlueBlock div {background: url(../images/topleft_BlueBlock.png) top left no-repeat;}
.BlueBlock div div {background: url(../images/botleft_BlueBlock.png) bottom left no-repeat; height:1%;}
.BlueBlock div div div {background: url(../images/botright_BlueBlock.png) bottom right no-repeat;padding:10px;}
.BlueBlock div div div div {background:none;}

.BlueBlock a:link, .BlueBlock a:visited, .BlueBlock a:link{
	font-size: 11px;
	text-decoration:none;
	font-weight:normal;
	color: #fff;
	
	}
	
.BlueBlock a:hover, .BlueBlock a:visited:hover {
	text-decoration:underline;
	font-weight:normal;
	color:#EBF1F7;
	}
	




	
	
.OrangeText{
	font-weight: bold;
	color: #9f6613;
}

.BGBlueBlock{
	font-weight: bold;
	color: #1A5191;
	background-color: #93B6DA;
	text-align:center;
}

/* 2010-04-12
 * Added by Roshan for UL and Li
 */

ul {

	color:#424242;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	line-height:14px;

  }
  

li {


	color:#424242;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	line-height:14px;
	
}
  


