/* updated 5/24/2010 to test implementation of image links from path/browse pages to specific HC Innovations resources (Becky)
The following innovation exchange files and preventive services use this css:
/clinic/prevenix.htm
/clinic/ppipix.htm
/clinic/uspstfix.htm
/clinic/commentqa.htm
/clinic/pcmfolio.htm
/clinic/tfcomment.htm
/qual/errorsix.htm
/research/womenix.htm 
/research/minorix.htm
changed margins to line up boxes 
added centering text with yellowbox_medium for prevenix.htm 
draftix.htm
rec_answerix.htm
*/
.underline_text
{text-decoration:underline;}

.text_c
{text-align:center;}

/* large  yellow box and right column */
.right_col_large {
float: right;
width: 320px;
background-color: #FFF8DC;
border: none;
margin-right: 10px;
_margin-right:10px;  /*  IE 6 hack */
margin-left: 10px;
_margin-left:10px;  /*  IE 6 hack */ 
   
}

.ybox_large 
{ 

width: 260px;	
background-color:#FFF8DC;
border:solid 1px #ffcc33; 
margin-top:4px;
_margin-top:4px;  /* IE 6 hack */
padding:4px;
_padding:4px;
}
/* medium  yellow box and right column*/
.ybox_medium 
{ 

width: 240px;	
background-color:#FFF8DC;
border:solid 1px #ffcc33; 
margin-top:4px;
_margin-top:4px;  /* IE 6 hack */
padding:4px;
_padding:4px;
}

.insidebox_medium  {

padding:2px;
_padding:2px;
padding-bottom:4px;
_padding-bottom:4px;


}
/*  cross browser solution for image as list item marker  */
.insidebox_medium ul {
list-style-type: none;
padding: 0px;
_padding: 0px;
margin: 0px;
_margin: 0px;
}
.insidebox_medium li {

background-image: url(/images/arrowyellback_rt.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
padding-left: 14px; 
}

.insidebox_small  {
float:left;   /*   float next to arrow */
padding:2px;
_padding:2px;
width: auto;
}

/*
.inexch_rightbox_medium {
	margin-top: 10px;
	_margin-top:10px;

	color: black;	
	width: auto; 
	
}*/
.right_col_medium {
float:right;
width: 250px;
border:none;
margin-right: 10px;
_margin-right:10px;  /*  IE 6 hack */
margin-left: 10px;
_margin-left:10px;  /*  IE 6 hack */ 
   
}

/* small  yellow box and right column*/
.ybox 
{ 

width: 190px;	
background-color:#FFF8DC;
border:solid 1px #ffcc33; 
margin-top:4px;
_margin-top:4px;  /* was 10 IE 6 hack */
padding:4px;
_padding:4px;
}

.rightbox {
margin-top: 4px;
_margin-top:4px;  /*  IE 6 hack */

color: black;	
width: auto;    /* was width: 200px;*/
	
}
.rightbox_w_border {
margin-top: 4px;
_margin-top:4px;  /*  IE 6 hack */
padding:6px;
_padding:6px;
color: black;	
width: auto;    /* was width: 200px;*/
background-color:#FFF8DC;
border:solid 1px #ffcc33;	
}
.rightbox_center {
margin-top: 4px;
_margin-top:4px;  /*  IE 6 hack */
/* centers the contents */
margin-left: auto;
_margin-left: auto;  
margin-right: auto;
_margin-right: auto;	
color: black;	
width: auto;    /* was width: 200px; */
	
}

.right_col {
float:right;
width: 200px;
border:none; 
margin-right: 10px;
_margin-right:10px;  /*  IE 6 hack */
margin-left: 10px;
_margin-left:10px;  /*  IE 6 hack */ 
}

/* as of 3/24/11 used in /qual/patientsafetyculture/ to highlight */
.ybox_l2 { 
	width: 320px;	
	background-color:#FFF8DC;  
	border:solid 1px #ffcc33; 
	margin-top:4px;
	_margin-top:4px;  /* IE 6 hack */
	padding:6px;
	_padding:6px;   /* IE 6 hack */}

.right_col_l2 {
float: right;
width: 320px;
border: none;
margin-right: 10px;
_margin-right:10px;  /*  IE 6 hack */
margin-left: 10px;
_margin-left:10px;  /*  IE 6 hack */
} 

/* End additional styles for /qual/patientsafetyculture/ */

.clear_float
{ clear:both;
}
