#leftPanel {
	float:right;
	width:170px;
	margin-top: 10px;
}


/*********************************/

/* 2011 Buttons  */

/*********************************/



/* Button with speech tail*/
.speechbuttonholder{
	position:relative;
	top:-30px;
	width:700px;
	z-index:15;
	
}

.speechbubblebutton	{
	width:135px;
	height:124px;
	color:#000000;
	background-image:url('../img/misc/speech-bubble.png');
	padding:10px;
	padding-left:5px;
	float:right;
	font-size:1.8em;
	overflow:hidden;
	text-align:center;
	vertical-align:bottom;
}

/* RHS Buttons */

.lowerlineheight	{
	line-height:1em;
}
.rhsbuttonholder	{
	position:relative;
	text-align:center;
	width:210px;
	top:10px;
	left:0px;
	/*outline:1px solid #000000;*/
}


	
.rhsbutton	{
	font-size:1.8em;
	
	line-height:1em;
	
	background-image: url('../img/misc/button1.jpg');

	background-repeat: no-repeat;

	text-align: center;

	vertical-align: top;

	width: 175px;

	background-position: top center;

	margin-botttom:0px;

	height:105px;
	
	padding-top:5px;
	
	color:#FFF;
	
	overflow:visible;
	
	margin-right:20px;
	/*outline:1px solid #000000;*/
	
}
.singleline	{
	padding-top:20px;
	margin-bottom:-10px;
}

/*********************************/

/* Left Side Button Style Start  */

/*********************************/



/* Button*/

 

table.button {
    text-align:center;
	border: none;
	padding: 0px;
	margin:0px;
	
 }

 table.button  td{

	background-image: url('../img/misc/button1.jpg');

	background-repeat: no-repeat;

	text-align: center;

	vertical-align: top;

	width: 175px;

	background-position: top center;

	border:none;

	margin:0px;

	height:90px;
	

	

}
div.buttonlink{
height:40px;
padding-top:20px;

}

table.button td a{


	
	font-size:16px;

	text-decoration: none;

	font-family: 'Nobile', arial, serif, verdana;

	color: white;

	border-bottom: none;

	font-style: normal;

	font-weight:bold;

}  

 





table.button  td:hover{

 
 cursor:pointer;
 
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
-khtml-opacity: 0.7;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*--IE 8 Transparency--*/
	
 

}





table.button  td.noButton{
	cursor:default;
	background:none;

	height: 20px;
	
	width: 20px;

	margin:0px;
	padding: 0px;

}

 

table.button td.noButton2 {

	background:none;

	height: 10px;
	
	width: 10px;

	margin: 0px;

	padding: 0px;

}


/********************************/

/*	Horizontal Buttons 			*/

/********************************/

#bottomPanel	{

	border: none;
	padding: 0px;
	float:right;
	margin: 0px;
}

table.horizontalbutton
{
	width:380px;
	border: none;
	padding: 0px;
	margin: 0px;
}

 table.horizontalbutton  td{

	background-image: url('../img/misc/button1.jpg');

	background-repeat: no-repeat;

	text-align: center;

	vertical-align: middle;

	width: 180px;

	background-position: center;

	border:none;

	height:90px;

	padding-bottom: 30px;

	

}



table.horizontalbutton td a{



	font-size:16px;

	text-decoration: none;

	font-family: 'arial black', 'arial', verdana;

	color: white;

	border-bottom: none;

	font-style: normal;

	font-weight:normal;

}  

 





table.horizontalbutton  td:hover{

	background-image: url('../img/misc/button2.jpg');

}





table.horizontalbutton  td.nohorizontalbutton{

	background:none;

	height: 20px;
	
	width: 20px;

	margin: 5px;

	padding: 0px;

}

 

table.horizontalbutton td.nohorizontalbutton2 {

	background:none;

	height: 10px;
	
	width: 10px;

	margin: 0px;

	padding: 0px;

}

/*******************************/

/* Left Side Button Style End  */

/*******************************/

