﻿.collapsePanel
{
	width:100%;
	height:0px;
	overflow:hidden;
}

.collapsePanelHeader
{
	width:100%;
}

.barImage
{
	background-image:url('../images/barslice.jpg');
	background-repeat:repeat-x;
}

.barImage3
{
	background-image:url('../images/barslice3.jpg');
	background-repeat:repeat-x;
}

.popupMenu
{
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
	z-index:100;
}
.headline
{
	font-size:x-large;
	font-family:Comic Sans MS;
}

/*---This css button class is only used to display hyperlink into button look and feel--------*/
.button_green  {padding-top: 2px;
			    padding-right: 10px;
			    padding-bottom: 4px;
			    padding-left: 10px;
			    background-attachment: scroll;		
			    background:url(../images/buttons/button_green_80x20_normal.png) 0 0 no-repeat ;    			
			    height:auto !important;    			
			    font-size: 11px;
			    line-height:14px;
			    color:#FFF;
			    text-decoration: none;
			    font-family:Arial;
			    font-weight:bold;
			    cursor: pointer;
			    }
.button_green span {background: url(../images/buttons/button_green_80x20_normal.png) no-repeat top left; color:#FFF;}
.button_green:hover {background: transparent url(../images/buttons/button_green_80x20_hover.png) 0 0  no-repeat; color:#FFF;}
.button_green:hover span {background: transparent url(../images/buttons/button_green_80x20_hover.png) no-repeat; color:#FFF;}
.button_green:active {background: transparent url(../images/buttons/button_green_80x20_pressed.png) 0 0  no-repeat; color:#FFF;}
.button_green:active span {background: transparent url(../images/buttons/button_green_80x20_pressed.png) no-repeat; color:#FFF;}

/*--Class to display Hyperlinks as a Big Button--*/
.hyperlink_button  {padding-top: 5px;
		            padding-right: 20px;
		            padding-bottom: 12px;
		            padding-left: 20px;
		            background-attachment: scroll;		
		            background:url(../images/buttons/generic_button_normal.png) 0 0 no-repeat ;    			
		            height:auto !important;    			
		            font-size: 13px;
		            line-height:13px;
		            color:#FFF;
		            text-decoration: none;
		            font-family:Arial;
		            font-weight:bold;
		            cursor: pointer;}
.hyperlink_button span {background: url(../images/buttons/generic_button_normal.png) no-repeat top left; color:#FFF;}
.hyperlink_button:hover {background: transparent url(../images/buttons/generic_button_pressed.png) 0 0  no-repeat; color:#FFF;}
.hyperlink_button:hover span {background: transparent url(../images/buttons/generic_button_pressed.png) no-repeat; color:#FFF;}
.hyperlink_button:active {background: transparent url(../images/buttons/generic_button_pressed.png) 0 0  no-repeat; color:#FFF;}
.hyperlink_button:active span {background: transparent url(../images/buttons/generic_button_pressed.png) no-repeat; color:#FFF;}
