/*These styles replace the ones found in the dojo wordwheel and multitool css files
We need to override them because we don't want to affect the CX and HCS styles that
use common code*/
/***** Below changes are done for the user story US85805/US85806/US85795 ******/
.IconList{
	height:145px;
	overflow:auto;
	overflow-x:none;
	overflow-y:scroll;
	border: solid 1px #D6D6D6;
	background-color:#fff;
	font-size:.8em;
	border-radius:4px;
}
/***** End of the changes for the user story US85805/US85806/US85795 ******/
.SynList{
height:53px;}

.ListWrapper div, .ListWrapper td
{
cursor:pointer;
margin:0 0 2px;
padding:2px 0 2px 2px;
background-position:5px 4px;
background-repeat:no-repeat;
font-size:.9em;}

.ListWrapper div span{
width:16px;
margin-right:2px;
font-weight:700;
display:block;
float:left;
font-size:1em;}

.ListWrapper div img{
float:left;
padding:0;
margin:0;
margin-right:2px;}
 /** fixed for add/remove popup defect*/
.IconList div.itemSelected, .PDXList div.itemSelected{
background-color:#0072ce !important;
color:#fff;}

.IconList div.itemHover,.PDXList div.itemHover{
background-color:#0072ce !important;}

.IconList tr.itemSelected, .PDXList tr.itemSelected{
background-color:#0072ce !important;
color:#fff;}

.IconList tr.itemHover,.PDXList tr.itemHover{
background-color:#0072ce !important;}

/***** Below changes are done for the user story US85805/US85806/US85795 ******/
/*.IconListLabel{
margin:0 0 5px;
color:#515355;
font-size:.9em;
font-weight:700;
width:300px;}*/

.SynListLabel{
	margin-top:10px;
	margin:0 0 5px;
	color:#515355;
	font-size:.9em;
	font-weight:700;
	width:300px;
}

/*.DrillDownBox{
font-size:1em;
margin:0 0 3px;
padding:0;
font-weight:700;}

.DrillDownBox input{
width:300px;
border-width:1px;
border-color:#25282a;}*/
/***** End of the changes for the user story US85805/US85806/US85795 ******/

div.NoData{
cursor:default;}

.wordWheelContainer{
border:1px solid #000;
padding:2px;
width:300px;
margin-top:10px;}

/** from MultiTools.css */
.multiToolTitle{
font-weight:700;
padding:4px 0;
color:#515355;
font-size:.9em;}

/***** Below changes are done for the user story US85805/US85806/US85795 ******/
.multiToolControls{
	float:left;
	padding-top:112px;
	width:42px;
	text-align:center;
}
/***** End of the changes for the user story US85805/US85806/US85795 ******/

.multiToolControls img{
border:none;}

.multiToolCtrlButton{
display:block;
width:18px;
height:18px;}

/***** Below changes are done for the user story US85805/US85806/US85795 ******/
/*.multiToolList{
float:left;}*/

.multiToolOptions{
	border: solid 1px #D6D6D6;
	background-color:#fff;
	height:260px;
	width:300px;
	overflow-x:hidden;
	overflow-y:auto;
	border-radius:4px;
}
/***** End of the changes for the user story US85805/US85806/US85795 ******/
.multiToolOptions div{
padding:2px;
font-size:.8em;
cursor:pointer;}

.multiToolNotes{
font-size:.8em;
color:#515355;
font-style:italic;}

.multiToolButtons{
text-align:right;
margin-top:5px;
font-size:.8px;
padding-top:3px;}

.multiToolBtnSubmit .multiToolButton,.smallPDXbtn{
width:80px;}
   /** fixed for add/remove popup color issuse*/
.multiToolOptionHighlight{
background-color:#0072ce !important;
color:#fff;}

.multiToolOption{
background-color:#fff;}

.multiToolTableWidth{
width:304px;}

/** Modified this class for the PDX list box in ToX & Drug Product Lookup Page */
.PDXList{
width:500px;
height:145px;
overflow:auto;
overflow-x:hidden;
overflow-y:auto;
border:solid 1px #D6D6D6;
background-color:#fff;
font-size:.8em;
margin-top:17px;
border-radius: 4px;}

#codeHDRline{
display:none;
visibility:hidden;}

.termLabel{
padding:5px;}

.PreElement {
	white-space:pre;
}
.ListWrapper td.RBCodeCol1 {
	width:110px;
	font-size: .9em;
	padding-bottom: 4px;
}
.ListWrapper td.RBCodeCol2 {
	width:295px;
	font-size: .9em;
	padding-bottom: 4px;
}
.ListWrapper td.RBCodeCol3 {
	width:165px;
	font-size: .9em;
	padding-bottom: 4px;
}
.ListWrapper td.RBCodeCol4 {
	width:80px;
	font-size: .9em;
	padding-bottom: 4px;
}

/** Added for Radio Button Alignment in Tox & Drug product LookUp Page */
.searchForMartindale {
	margin-left:-17px;
}

.listHead {
    font-size: 1em;
    text-decoration: none;
    font-weight: bold;
    background-color: #2E008B;
    color: #FFFFFF;
    border-width: 1px;
    border-collapse: collapse;
}

.inputButtonMedium {
    font-family: 'sans-serif','Arial','Geneva','Helvetica','Courier New';
    background: #0072CE;
    cursor: pointer;
    color: #FFFFFF;
    text-decoration: none;
    letter-spacing: .1em;
    font-weight: bold;
    height: 25px;
    width: 145px;
    border: #0072CE 3px double;
}

.inputButtonMediumPrint{
	background: url(../images/english/icon_print.png) no-repeat left center #0072CE;
	border:none;
	background-origin: content-box;
}

