/*-- mrkt_bar_common.css --*/

/*---- side_bar_box ----*/

.tableError p {
 margin:0; 
}

.gray_gradient {
 	background: #e6e6e6;
 	/*background: #FAFAFA;*/
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#ebebeb));
	background: -webkit-linear-gradient(#FFFFFF, #ebebeb);
	background: -moz-linear-gradient(#FFFFFF, #ebebeb);
	background: -ms-linear-gradient(#FFFFFF, #ebebeb);
	background: -o-linear-gradient(#FFFFFF, #ebebeb);
	background: linear-gradient(#FFFFFF, #ebebeb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#ebebeb',GradientType=0);
}


html.ie8andlower .gray_gradient {		
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
}	


.side_bar_box {
	
	height: 5.233em;
	width: 22.500em;		
	/*background:#FAFAFA;*/
	
	position: relative;	
	border: 0.083em solid #c2c2c2;
	-webkit-border-radius: 0.500em;
	-moz-border-radius: 0.500em;
	border-radius: 0.500em;

	margin: auto;
    *margin: 0;/* IE7 */
	padding-right:15px;
	padding-left:15px;
	padding-top:1.0em;
	padding-bottom:1.0em;
		
}


.no-boxshadow .side_bar_box{ border:1px solid #ccc;}
		
.side_bar_box img.imgpikandhes{
	border:none;
}
.side_bar_box img.newsticker{
    left: -3px;
	position: absolute;
	top: -6px;
	border:none;				
}

.bar_separator {
	padding: 0.25em;
}

.sidebar-header {
	color:#448a22;
	font-size:1.667em;
	display:block;
	margin-top: 0.1em; 
}


.sidebar-header-gray:hover{
	color:#448a22;
}

.sidebar-header-gray:hover + #arrowImg{
	background-image: url(../Images/Common/left_green_arrow.png);
}

.sidebar-header-gray {
	color:#444444;
	font-size:1.083em;	
	display:inline;	
}

	
.arrow_img{
	display: inline;
	margin: 0;
	padding-right: 1.250em;
	background-image: url(../Images/Common/left_black_arrow.png);
	height: 10px;
	width: 5px;
	background-repeat: no-repeat;	
}

.arrow_img:hover{
	background-image: url(../Images/Common/left_green_arrow.png);
}
	
.lock_img{
	display: inline;
	margin-left: 3.000em;
	top: 20%;
	position: absolute;
}

	
.sidebar-header, .sidebar-header-gray {
	font-family:Arial;	
	font-weight:bold;
	border:none; 
	text-align:right;
}

#support_box1 {
 font-size:1.083em;
 color:#448a22;
 margin-bottom:4px;
}

#line_content_box1_b {
	padding-top:0.5em;
}

.text-box-content:hover {
	cursor: pointer; 
}

/*	buttons */







.side_bar_box:hover h3{text-decoration:underline;}
#dafNose .generalHeader{width:100%;}