*{
    font-size:11px;
}

a, a:visited {
    color:#3C63E2;
}

.static p {
    padding:5px;
}

.disabledLink {
    color: gray;
    text-decoration:underline;
}

*, html, body, table, tbody {
    font-family:verdana,arial,helvetica,sans-serif;
    margin:0;
    padding:0;
/*font-size:11px;*/
/*font-weight:normal;*/
}

.fieldError, .fieldError li,  .fieldError span{
    color:red;
    font-weight:bold;
    font-size:9px;;
}

.pageError, .pageError li,  .pageError span{
    color:red;
    font-weight:bold;
    /*font-size:9px;;*/
}

.highlighted{
    background-color:yellow;
}

h5 {
    font-size:12px;
    font-weight:bold;
}

h4 {
    font-weight:normal;

}

h3 {
    font-size:13px;
    font-weight:bold;
}

.label {
    color:#000000;
    font-family:arial;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:normal;
}

li {
    list-style:none;
}

.topDashedSeparator{
    border-top: 1px dashed rgb(0, 0, 0);
}

ul.classicList{
    padding-left: 7px;
}

ul.classicList li{
    list-style-type:disc;
    padding-left: 7px;
    margin-left:18px;
}

ul.classicList ul.classicList li{
    list-style-type:circle;
    padding-left: 7px;
}

ul.normalList{
    padding-left: 7px;
}

ul.normalList li, ol ul.normalList li{
    list-style-image:url(./../../img/bullet_black.gif);
    list-style-position:outside;
    margin-left:18px;
}

ul.arrowList{
    padding-left: 7px;
}

ul.arrowList li, ol ul.arrowList li{
    list-style-image:url(./../../img/bullet_arrow.gif);
    list-style-position:outside;
    margin-left:18px;
/*margin-left:30px;*/
/*padding-left:5px;*/
/*vertical-align:top;*/

}

ul.subList {
    padding-left: 7px;
}

ul.subList li {
    list-style-image:url(./../../img/bullet_bluedash.gif);
    list-style-position:outside;
    margin-left:18px;
}

.borderMargins{
    margin:5px;
    /*width:100%;*/
}

.borderPaddings{
    padding:5px;
    /*width:100%;*/
}

/*.contentBlockWrapperTd{*/
    /*width:100%;*/
    /*padding-right:5px;*/
/*}*/

.doubleBorderMargins{
    /*width:100%;*/
    margin:10px;
}

.doubleBorderPaddings{
    /*width:100%;*/
    padding:10px;
}

.blueBackground{
    background-color:#CEDFEF;
}

.button_normal {
    -x-system-font:none;
    color:#000000;
    font-family:px arial;
    font-size:11px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}

.buttonFlat {
    -x-system-font:none;
    background:#CCCCCC none repeat scroll 0 0;
    border:0 outset;
    color:#000000;
    cursor:pointer;
    font-family:arial;
    font-size:10px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    height:18px;
    line-height:normal;
    text-align:center;
    width:50px;
}
/*------------------------------------------------------*/
/*Sortable table*/
table.sortable {
    border-color:#000000;
    border-style:solid;
    border-width:1px;
}

.sortable th {
    background-color:#CEDFEF;
    border-color:#000000;
    border-style:solid;
    border-width:0 1px 1px 0;
    font-size:11px;
    font-weight:bold;
    padding:4px;
    position:relative;
    text-align:left;
    text-decoration:underline;
    vertical-align:top;
}

.sortable td {
    border-color:#000000;
    border-style:solid;
    border-width:0 1px 1px 0;
    padding:4px;
    vertical-align:top;
}

table.formTable td{
    padding:4px;
}

td.formTable {
    padding:4px;
}
/*Sortable table END*/
/*------------------------------------------------------*/

/*------------------------------------------------------*/
/*Selectable box*/

.large div.selectBox{
    height:300px;
}

.medium div.selectBox{
    height:150px;
}

.small div.selectBox{
    height:30px;
}

div.selectBox{
    overflow-y:scroll;
    height:300px;
    /*font-size:9px;*/

    /*border:2px beige groove;*/
    /*background-color:beige;*/

    border:2px #f4fbfb groove;
    background-color:#f4fbfb
}

.selectBox a, .selectBox a:visited{
/*display:*/
    display:block;
    color:black;
    text-decoration:none;
    /*font-size:9px;*/
/*border:1px green solid;*/
/*border-top:1px burlywood solid;*/
/*border-bottom:1px burlywood solid;*/
/*border:none;*/

}

.selectBox ul li {
    padding:2px;
    padding-bottom:1px;
    padding-top:0px;
    /*font-size:9px;*/

/*border-top:1px burlywood solid;*/
    /*border-bottom:1px burlywood solid;*/
        border-bottom:1px #CEDFEF solid;
/*border:1px transparent solid;*/
/*border:none;*/
}
.selectBox ul li.selected, .selectBox ul li.selected a,
.selectBox ul li.selected a:visited{
    background-color:blue;
    color:white;
    /*font-size:9px;*/
}
/* selectable box END*/
/*------------------------------------------------------*/



/*------------------------------------------------------*/
/*TOC menu*/
ul.toc, ul.toc ul {
    padding-left:7px;
}
ul.toc li{
    list-style-image:url(./../../img/bullet_black.gif);
    list-style-position:outside;
    margin-left:18px;
}
ul.toc li a {
    color:#3A70DC;
    font-size:11px;
    line-height:16px;
}

ul.toc li ul li a:hover {
    list-style-image:url(./../../img/bullet_bluedash.gif);
    list-style-position:outside;
    text-decoration:underline;
}
ul.toc li ul li a {
    list-style-image:url(./../../img/bullet_bluedash.gif);
    list-style-position:outside;
    font-size:10px;
    line-height:15px;
    text-decoration:none;
}
/*TOC menu END*/
/*------------------------------------------------------*/

/*------------------------------------------------------*/
/*top menu*/
.topMainMenu, .topSubMenu {
    margin:10px 0 0;
}

.topMainMenu a, .topMainMenu a:visited {
    color:#000000;
    text-decoration:none;
}

.topMainMenu a:hover {
    text-decoration:underline;
}

.topMainMenu .selectedClass a, .topMainMenu .selectedClass a:visited {
    color:#E3292B;
    font-weight:bold;
}

.topMainMenu ul {
    border-bottom:2px solid #000000;
    padding-bottom:2px;
    padding-left:5px;
}

.topMainMenu ul li {
    background-color:#EAEAEA;
    border: 1px solid #000000;
    border-bottom-width: 2px;
    display:inline;
    font-size:11px;
    font-weight:normal;
    list-style: none outside none;
    margin-left:10px;
    padding:2px 7px;
}

.topMainMenu ul li.selectedClass {
    background-color:#FFFFFF;                                                               
    border: 2px solid #000000;
    border-bottom-color: #FFFFFF;
    display:inline;
    font-size:12px;
    font-weight:bold;
    list-style: none outside none;
}

.topSubMenu a, .topSubMenu a:active, .topSubMenu a:visited, .topSubMenu a:hover {
    color:#E3292B;
}

.topSubMenu .selectedClass a, .topSubMenu .selectedClass a:active,
    .topSubMenu .selectedClass a:visited, .topSubMenu .selectedClass a:hover {
    font-weight:bold;
    text-decoration:none;
}

.topSubMenu a:hover {
    text-decoration:none;
}

.topSubMenu ul {
    border-bottom:2px solid #000000;
    padding-bottom:2px;
    padding-left:5px;
}

.topSubMenu ul li {
    display:inline;
    font-size:11px;
    font-weight:normal;
    list-style: none outside none;
    margin-left:5px;
    padding:2px 7px;
    text-align:center;
}

.topSubMenu ul li {
    display:inline;
    font-size:11px;
    font-weight:normal;
    list-style: none outside none;
    margin-left:5px;
    padding:2px 7px;
    text-align:center;
}

/*--top menu END---*/
/*------------------------------------------------------*/

/*------------------------------------------------------*/
/*---header--*/
#headerMenu {
    color:#FFFFFF;
    font-size:10px;
    margin-right:10px;
    text-decoration:none;
    text-align:right;
    line-height:15px;
}

#headerMenu *{
    color:#FFFFFF;
    font-size:10px;
    text-decoration:none;
    text-align:right;
    line-height:15px;
}

/*--header END---*/
/*------------------------------------------------------*/


/*------------------------------------------------------*/
/*---footer--*/
#footer {
    border-color:#000000;
    border-style:solid;
    border-width:1px 0 0;
    clear:both;
    color:#000000;
    font-size:10px;
}

#footer a {
    font-size:10px;
    color:#3A70DC;
    text-decoration:none;
}

#footer a:hover {
    text-decoration:underline;
}

td.copyright {
    padding:0 10px;
    vertical-align:top;
}

#footer .copyrighttext {
    font-size:10px;
    color:#B8B8BE;
}

/*--footer END---*/
/*------------------------------------------------------*/


/*------------------------------------------------------*/
/*---content block wrapper--*/

.contentBlock {
    margin-bottom:2px;
    margin-top:7px;
    margin-left:7px;
    margin-right:12px;
    /*padding-bottom:2px;*/
    /*padding-top:7px;*/
    /*padding-left:7px;*/
    /*padding-right:12px;*/
    border:1px solid #04359A;
}
/*.contentBlock .contentBlockBody{*/
    /*border:1px solid #04359A;*/
/*}*/

.contentBlock .title{
    padding-left:2px;
    background-color:#04359A;
    color:#FAFBD5;
    font-size:11px;
    font-weight:bold;
    height:20px;
    vertical-align:middle;
}

.contentBlock .title .contentBlockButton td{
    padding:0;
}

.contentBlock .title .contentBlockButton td.value{
    padding-left:6px;
    padding-right:6px;
    padding-top:1px;
    padding-bottom:1px;
    text-decoration:none;
    font-weight:bold;
    font-size:9px;
    line-height:9px;
    color:rgb(4, 53, 154);
}

.contentBlock .title a.contentBlockButton{
    text-decoration:none;
}




.contentBlock td.body {
/*padding: 5px;*/
}

.contentBlock .title td{
    padding:3px 3px 3px 4px;
}


/*---content block wrapper END--*/
/*------------------------------------------------------*/


/*Expandable menus start*/
.dropmenuVisible .dropmenu{
    display:block;
}
.dropmenuHidden .dropmenu{
    display:none;
}
/*Expandable menus end*/

/*---popups---*/
/*------------------------------------------------------*/
a.actuator {
    color:#3A70DC;
    font-size:11px;
    line-height:16px;
}

ul.tabulator li {
    list-style-image:url(./../../img/bullet_arrow.gif);
    list-style-position:outside;
    margin-left:18px;
}

p {
/*padding:5px;*/
}

ol {
    line-height:16px;
}

ol.lalpha li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:lower-alpha;
    margin-left:30px;
    padding-left:5px;
    vertical-align:top;
}

ol.ualpha li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:upper-alpha;
    margin-left:30px;
    padding-left:5px;
    vertical-align:top;
}

ol.lroman li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:lower-roman;
    margin-left:30px;
    padding-left:5px;
    vertical-align:top;
}

ol.uroman li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:upper-roman;
    margin-left:30px;
    padding-left:5px;
    vertical-align:top;
}

ol.decimal li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:decimal;
    margin-left:30px;
    padding-left:5px;
    vertical-align:top;
}
/*------------------------------------------------------*/
/*---popups END---*/

/*----- styles for tables in TC, CPS and PSC -----*/
table.contentTable {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px #000 solid;
    width:100%;

}

.contentTable td {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #000;
    padding: 4px;
}

.contentTable td.norowsep {
    border-bottom: 0px;
}

.contentTable th {
    background-color: #CEDFEF;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #000;
    font-size: 11px;
    font-weight: bold;
    padding:4px;
    vertical-align:bottom;
    position:relative;
}

.contentTable th.norowsep {
    border-bottom: 0px;
}
/* ----- tables end ----- */

/* ----- equations - start ----- */
table.equation {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0px;
    width: auto;

}

.equation td {
    /*border-width: 0 1px 1px 0;*/
    /*border-style: solid;*/
    /*border-color: #000;*/
    padding: 4px;
}

.equation td.norowsep {
    border-bottom: 0px;
}
/* ----- equations - end ----- */

/* ----- scrollable tables - start ----- */
div.tablecontainer {
    clear: both;
    overflow: auto;
    width: 450px;
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    border-left: #000 1px solid;
    border-bottom: #000 1px solid;
    margin-bottom:10px;
    height: 450px;
}
html div.tablecontainer {
    width: 650px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px
}

div.tablecontainer table {
    float: left; width: 100%
}
html div.tablecontainer table {
    margin: 0px -16px 0px 0px;
}
/* ----- scrollable tables - end ----- */

/* ----- Navigation links  ----- */
table.navLinks {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    border: 0px;
}

.navLinks td {
    padding: 3px;
}
/* ----- Navigation links - end ----- */


/* ----- Copyright, dislcaimer and related ----- */
.copyright, .note
{
    font-size: 10px;
    font-style: italic;
}

/* ----- the advisory style is for the HC Alerts ----- */
.advisory {
    padding: 0px;
    margin: 0px;
    border: 1px solid #000;
}
.advisory th {
    background-color: #CEDFEF;
    border-bottom: 1px solid #000;
    font-size: 10px;
    font-weight: bold;
    text-align:left;
    padding:4px;
}
.advisory td ul li {
    color: #C00;
    font-size: 10px;
    padding:4px;
}
.advisory td ul li a {
    font-size: 10px;
}

.eval_question{
    color:green;
    font-weight:bold;
}
/* ----- end HC Alerts ----- */

/* ----- Style for CFP HC Alerts ----- */
.cfp {

}

.cfp td {
    padding: 4px;
}

.cfp td.links {
    background-color: #EFF7FF;
    border-bottom: 1px solid #CEDFEF;
}
/* ----- End style for CFP HC Alerts ----- */


/*IE6 hacks to show table properly in div with margings or paddings*/
* html .contentBlock,
* html .borderPaddings,
* html .borderMargins,
* html .doubleBorderMargins,
* html .doubleBorderPaddings {
    width:100%;
}

/* ----- Styles for TC Chapters ----- */
.sectiontitle
{
    font-size: 13px;
    font-weight: bold;    
}
/* ----- Styles for TC Chapters - end ----- */

/* ----- Styles for TC Drug Tables Navigation ----- */
.button
{
	color: #000000;
	background:#CEDFEF;
	border:0;
	text-align:center;
	width: 105px;
	height: 18px;
	cursor:pointer;
	border-style: outset;
	font: bold 10px arial;
	filter: progid:DXImageTransform.Microsoft.dropShadow(Color=8292B2,offX=2,offY=2,positive=true);
}

/* this style is used for the help button in drug table navigation and the buttons found on the rest of the portal (Sign-in, Find, Download, etc)*/
.button1
{
	color: #000000;
	background:#CCCCCC;
	border:0;
	text-align:center;
	width: 50px;
	height: 18px;
	cursor:pointer;
	border-style: outset;
	font: bold 10px arial;
	filter: progid:DXImageTransform.Microsoft.dropShadow(Color=8292B2,offX=2,offY=2,positive=true);

}

.button2
{
	color: #000000;
	background:#CCCCCC;
	border:0;
	text-align:center;
	width: 50px;
	height: 18px;
	cursor:pointer;
	border-style: outset;
	font: bold 10px arial;
	filter: progid:DXImageTransform.Microsoft.dropShadow(Color=8292B2,offX=2,offY=2,positive=true);
}
/* ----- Styles for TC Drug Tables Navigation- END ----- */


/* ----- Styles for CPS Monographs ----- */
.brandname
{
   font-family: Verdana;
   font-size: 16px;
   font-weight: bold;
}

.therapeuticclass
{
   font-family: Verdana;
   font-size: 12px;
}

.genericname 
{
   font-style: italic;
   padding-left: 2px;
}

.manufacturer
{
   font-size: 14px;
}

.date
{
	font-size: 10px;
	font-style: italic;
}

/* this the main title for drug monographs */
.cpsmaintitle
{
	font-size: 13px;
	font-weight: bold;
	color: #cc0033;
}

.cpstitle
{
	font-size: 11px;
	font-weight: bold;
	color: #cc0033;
}

.tableSectionTitle{
    margin-top:15px;
    margin-bottom:15px;
}

.tableSectionTitle h3{
    font-size:13px;
}

.othertitle, .tabletitle, .figuretitle
{
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.caption
{
	font-size: 11px;
	font-style: normal;
}

.endnotes {
	font-size: 10px;
    font-style: normal;
}

.footnote
{
	font-style: italic;
}

.microorganism
{
	font-style: italic;
}

.alertbox
{
	border-width: 2px;
	border-color: #000000;
	border-style: solid;
	padding-left: 5px;
	padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.disclaimer
{
	border-width: 2px;
	border-color: #000000;
	border-style: solid;
	padding-left: 5px;
	padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.discontinued
{
    background-color: #E1DFDF;
    padding-left: 1px;
    padding-right: 1px;
}

/* For collapseable and expandable print sections of monograph */
.switchcontentstatus input{
	width:21px;
}


.switchcontentstatus .imgwrapper{
/*	border:1px red solid; */
	padding:0px;
	margin:0px;
	height:9px;
	width:21px;
}

.switchcontentstatus img{ /* only blank image is unused when chechboxes are used*/
	/*Should have monowidth font in order to align collapsable and uncollapsable links by +&nbsp*/
	height:9px;
	width:21px;
	/* margin-right:7px; */
}

.pointer{
	cursor:pointer;
}

.nowrap {
    white-space:nowrap;
}

/* ----- End styles for CPS Monographs ----- */

/* ----- Directories - start ----- */
.dirtitle
	{
	  font-family: ITC Garamond;
	  font-size: 14px;
	  font-weight:bold;
	  padding-top:8px;
	  padding-bottom: 8px;
}
.dirtitle1
	{
	  font-family: ITC Garamond;
	  font-size: 14px;
	  font-weight:bold;
	  padding-top:8px;
	  padding-bottom: 8px;
}
/* ----- Directories - end ----- */
