/*#menuoffset
{
    margin-left: 120px;
    width: 630px;
}*/
#subscribed_notice
{
    font-size: small;
    font-weight: bold;
    color: #FF0000;
    text-align: center;
}


/*ipd_init.aspx begin*/

#searchlinks
{
	width: 100%;
	text-align: center;
}

#additionallinks
{
}

.addtllink
{

}

.searchlink
{

}

#updatedate
{
	text-align: center;
	font-style: normal;
	font-size: small;
	margin-top: -20px;
}

#TabContainer1
{
	position: absolute;
	top: 0px;
    left: 0px;
    background-color:#FFFFFF;
    min-height: 350px;
}

#TabContainer1behindLinks
{
	z-index: -1;
	width: 100%;
	position: absolute;
	text-align: center;
	top: 60px ;
    left: 0px ;
    line-height:normal;
}

/*ipd_init.aspx end*/


/*ipd_icdcodesearch.aspx begin*/
#searchicdblock
{  margin-top: 20px; 
margin-bottom: 20px; 
margin-left: 20px}


/*ipd_icdcodesearch.aspx end*/


/*ipd_keywordsearch.aspx begin*/



#kwradioblk
{
    margin-top: 20px;
}

#searchforkeywordblock
{
    width:200px;
    float:left;
}

#newsearchblock
{
    width:200px;
    float:left;

}

#searchipdblock
{
    width:210px;
    float:right;
}


#lblEnterATerm
{
clear:left;
clear:right;
}

/*ipd_keywordsearch.aspx end*/

/*ipd_textsearch.aspx begin*/
#textradiobuttonblock
{
    width: 200px;
    padding-left: 0px;
    position: static;
    float: right;
    margin-top: 30px;
}

#searchtextblock
{
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    float: left;
    position: static;
}
/*ipd_textsearch.aspx end*/


.ICD_and_descrip
{
    background-color: #0099FF;
    padding: 10px;
    color: #FFFFFF;
    clear: both;
    border-top-color: #000000;
    border-top-style: solid;
    border-top-width: 1px;
}
.descrip_list
{
    font-weight: bold;
}
.ICD_list
{
    font-size: small;
}
.article_list
{
}
.article_title
{
    font-weight: bold;
}
.article_container
{
    margin: 0 5px 5px 5px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    padding-left: 15px;
    padding-top: 20px;
}
.keywords
{
    color: #666666;
    font-size: small;
}
.report_section_list
        {
    background-color: #FFFFFF;
    padding-left: 20px;
    padding-bottom: 20px;
    font-size: medium;
    padding-top: 10px;
    font-weight: bold;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
    border : buttonshadow;
	border-width : 1px;
	border-style : solid;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding: 1px;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
}




