/* 
	GWS: SITE NAME
	THIS STYLESHEET IS JUST A DEMO - CHANGE IT HOWEVER YOU NEED TO FOR YOUR SITE
	Title: screen.css
	Description: Screen Styles
	Author: JOSE LAUREANO, JANUS
	Last modified: 
	
	Revision History
	- Baseline styles created
	
*/

/* - STYLE FOR ELMIRON - */

body {
	background: url("../images/elmiron/background.jpg") repeat-x;
	background-color: #0c5663;
	}
	
#content p{
	margin: 0 0 12px 0;
	}
#content #medical_news {
	background: url("../images/elmiron_medical_news.png") no-repeat;
	}

#content #medical_news a {
	color: #0067C5;
	}
	
#tabheader {
	background: url("../images/elmiron/tab_mc_base.png") no-repeat;
	background-position: center bottom;
	_display: inline-block;
	}

/* CONTENT */

.bold, .italic, .blue, #sitemap ul li a, #sitemap ul li ul li  {
	color: #0067C5;
	}

.title, a.title, #faqs ol li {
	color: #0067C5;
	}

#faqs ol{
	margin: 25px 0 0 25px !important;
	padding: 0px !important;	
}

.subtitle, .subtitle a {
	color: #0067C5;
	text-decoration: none !important;
	}
	
#content a:link, #content a:visited, #content a:hover {
	color: #0067C5;
	}

#factstable {
	margin: 0px;
	border: 0px;
	}

#factstable td.factstableindex {
		border-top: 1px solid #0067C5;
		border-left: 1px solid #0067C5;
		border-bottom: 1px solid #ffffff;
		background-color: #0067C5;
		width: 25px;
		color: #ffffff;
		text-align: center;
		font-weight: bold;
		padding-top: 10px;
	}

#factstable td.factstabledescription {
		border-top: 1px solid #0067C5;
		border-right: 1px solid #0067C5;
	}

#factstable td.factstablelastrow {
		border-bottom: 1px solid #0067C5;
	}





/*----------------------------------- LEFT NAVIGATION - Drop Down ULs CSS ------------------------------------------- */

ul.leftNavMenu{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 224px;
}

ul.leftNavMenu li{
	list-style-type: none;
	margin: 0px;
	padding: 2px 0 2px 0;	
}

ul.leftNavMenu li a{
	margin: 0 0 0 0px !important;
	padding: 3px 0 3px 20px !important;
	text-decoration: none !important;
	display: block !important;
	width: 204px !important;
}


div.whiteBottomBorder{
	font: 0px Arial;
	height: 1px;
	width: 200px;
	margin: 0 auto;
	border-bottom: solid 1px #eeeeee;
}

#sidebar {
	/*background-color: #a8e3ee;*/
	font: bold 11px Verdana, Helvetica, Arial, sans-serif;
}

.sidebarContent{
	background-color: #a9e3ef;
	width: 224px;
	padding-top: 1px;	
}

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font: normal 11px Verdana, Helvetica, Arial, sans-serif;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	text-decoration: none;
	background-color: #a8e3ee;
	border-bottom-width:1;
	visibility: hidden;
	z-index: 500 !important;
	border: solid 1px #78c6d5;
}

.ddsubmenustyle li{
	padding: 0px 0px 3px 0px;
}


.ddsubmenustyle li a{
	display: block;
	width: 220px; /*width of menu (not including side paddings)*/
	color: #0067c5 !important;
	background-color: #a8e3ee;
	text-decoration: none !important;
	padding: 4px 5px 1px 20px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
/*background-color: #d2f8ff;*/
background-color: #75ccdd;
text-decoration: none;
}

.ddsubmenustyleSelected{
/*background-color: #d2f8ff !important;*/
background-color: #75ccdd !important;
text-decoration: none !important;
}

/* ######### Neutral CSS  ######### */

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	/*background-image: url("../images/elmiron/arrow_elmiron.gif");
	background-position: 5px 6px;
	background-repeat:no-repeat;*/
	padding-top: 2px;
	left: 100px;
	border:0;
	margin-left:5px;
	left: 202px !important;
}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 224px; /*width of side bar menu*/
	clear: left;
	position: relative;/*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	height : 220px
}

.markermenu ul{
	margin: 5px 0;
	padding: 0;
}

.markermenu ul li a{
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 0px;
	margin-left:-20px;
	text-decoration: none;
	color: #0269ac;
	font-weight: normal !important;
}

* html .markermenu ul li a{/*IE6 hack*/
	width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	/*color: #0067c5;*/
	color: #0269ac;
	font-weight: normal !important;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	text-decoration: none;
	/*background-color: #d2f8ff;*/
	background-color: #75ccdd;
	border-bottom-color: #d2f8ff !important;	
}

div.leftBotRound{
	width: 225px;
	height: 13px;
	background: url("../images/elmiron/leftBotRound.gif") no-repeat;
	float: left;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */



/*
#leftnavigation {
	background-color: #a8e3ee;
	}

#leftnavigation ul li a {
	color: #0067c5;
	border-bottom-color: #d4f1f7;
	border-left-color: #a8e3ee;
	border-right-color: #a8e3ee;
	}
	
#leftnavigation ul li a:hover, .parentselected  {
	background-color: #d2f8ff;
	text-decoration: none;
	/*border-left: 20px solid #d2f8ff !important;*/
/*	border-right: 20px solid #d2f8ff  !important;
	border-bottom-color: #d2f8ff !important;	
	
	}

.itemselected a, .arrow {
	background-image: url("../images/elmiron/arrow_elmiron.gif") !important;
	background-position: 8px 7px;
	}

#leftnavigation ul li ul li a {
	background-color: #bfedf6;
	border-right-color: #bfedf6 !important;
	border-right: none !important;
	}

#leftnavigation ul li ul li a:hover {
	border-left-color: #a8e3ee !important;
	border-right: none !important;
	}

.fullprescribingselect {
	color: #0067c5 !important;
	}
	*/
/*HEADER TABS*/


#headernavigation ul li.tab_elmiron {
	background: url("../images/tabnav_elmiron_selected.png");
	height: 42px;
	}

* html #headernavigation ul li.tab_elmiron {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/tabnav_elmiron_selected.png", sizingMethod="crop");
}

#headernavigation ul li.tab_evra, #headernavigation ul li.tab_tricyclen {
	margin-top: 7px;
	}

#headernavigation ul li.tab_evra a {
	background: url("../images/tabnav_evra_off.gif");
	height: 26px;
	}

#headernavigation ul li.tab_tricyclen a {
	background: url("../images/tabnav_tricyclen_off.gif");
	height: 26px;
	}

#headernavigation ul li.tab_evra a:hover {
	background: url("../images/tabnav_evra_on.gif");
	height: 26px;
	}

#headernavigation ul li.tab_tricyclen a:hover {
	background: url("../images/tabnav_tricyclen_on.gif");
	height: 26px;
	}
	
	
/*  Start: New tab from Elmiron section  */	

#headernavigation ul li.tab_oralContra {
	margin-top: 10px;
	width: 139px !important;
	margin-left: 30px;
	_margin-left: 15px;
	}

#headernavigation ul li.tab_oralContra a {
	background: url("../images/elmiron/oral_Contra_tab.gif");
	height: 23px;
	}
	
#headernavigation ul li.tab_transContra {
	margin-top: 10px;
	width: 138px !important;
	}

#headernavigation ul li.tab_transContra a {
	background: url("../images/elmiron/trans_Contra_tab.gif");
	height: 23px;
	}
	
/*  End: New tab from Elmiron section  */	

	
span.custom_ic_care_title {
	display: block;
	padding-bottom: 10px;
}

a.continuousCycle {
	background: url("../images/elmiron/ContinuousCycle_iconImg.jpg");
	height: 228px;
	width: 433px;
	display: block;
	text-indent: -999em;
	cursor: pointer;
}

/*
a.continuousCycle:hover {
	background-position: 0 -211px;
}*/

a.elmironFlash{
	background: url("../images/elmiron/elmironFlash.jpg");
	height: 344px;
	width: 450px;
	display: block;
	text-indent: -999em;
	cursor: pointer;
}

a.elmironFlash:hover {
	background-position: 0 -344px;
}

/* --------------------------- New Style ------------------------*/

p.leftNavBotText{
	line-height: 12pt;
	margin: 0 20px 0px 20px;
	_margin: 5px 20px 0px 20px;
	font-weight: normal !important;
	color:#0269AC;	
}

h2.leftNavISC{
	font-size: 1em;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color:#0269AC;	
	margin: 0 0 5px 20px;
	_margin: 5px 0 0 20px;
	padding: 0px;
}

h2.isiHeader{
	font: bold 1.2em Verdana;
	color:#0067C5;
	margin: 0 0 7px 0px;
}

.welcomeAdjuster{
	height: 70px !important;	
	width: auto;
}

h2.subHeadStyle{
	font: bold 1.0em/15px Verdana;
	color:#0067C5;
	margin: 0 0 6px 0 !important;
}

#contentwrapper {
	width: 485px !important;
	padding: 0 30px 0 0;
	height: auto;
	float: left;
	display: inline;
}

.contentDivStyle{
	height: auto;
}

ul.isiListElmiron{
	margin: 0 0 0 0px !important;
	padding: 0px !important;
	list-style-type: none;
}

ul.isiListElmiron li{
	margin: 0 0 0 0px !important;
	background: url("../images/elmiron/listBlueBullet.gif") 0 7px no-repeat;
	display: inline-block;
	padding: 0 0 0 13px;
	font: 1em Verdana;
	color: #000000;
	line-height: 14pt;
}

.smallSup{
	font-size: 65% !important;
	vertical-align: top;
	line-height: 140% !important;
	color: #000000 !important;
}

.italicsBlueText{
	font: italic 1.2em/16pt Verdana;
	color:#0067C5;
	width: 485px;
	padding: 10px 0 0 1px;
	margin: 0 0 12px 0;
}

a.oskFlashLink{
	display: block;
	margin: 0 0 0 50px;
	padding: 0px;
}

ul.contentListStyle{
	margin: 15px 0 0 12px !important;
	padding: 0px !important;
}

ul.contentListStyle li{
	margin: 0px !important;
	padding: 0 0 0 10px;
	background: url("../images/elmiron/listBlueBullet.gif") no-repeat;
	background-position: 0px 6px;
	list-style-type: none;
}

ul.contentInnerList{
	list-style-type: none !important;
	margin: 0 0 0 0px !important;
	padding: 0px;
}

ul.contentInnerList li{
	list-style-type: none !important;
	background: url("../images/elmiron/listBlueBulletdash.gif") no-repeat;
	background-position: 0px 8px;
	margin: 0px;
	padding: 0 0 0 11px;
	line-height: 14pt;
}

.myorthoCard{
	background: url("../images/elmiron/myorthoCard.jpg") no-repeat;
	margin: 20px 0 40px 0;
	padding: 0px;
	height: 156px;
	width: 450px;
	padding-top: 1px;
	display: block;
}

div.myorthoCard a img.vcfImage{
		float: left;
	}

.widthAdjuster{
	width: 160px !important;
	margin:15px 0 0 15px;
	float: left;
}

a.vCardIcon{
	display: block;
	background: url("../images/elmiron/Vcard_Icon_lr.jpg") no-repeat;
	width: 125px;
	height: 46px;
	margin: 0 0 0 15px;
	color: #00b5cc !important;
	text-decoration: underline;
	padding:5px 0 0 50px;
	float: left;
}

div.flashContent_ac{
	/*background: url("../images/elmiron/placeholder_Etiology.jpg") no-repeat;*/
	width: 473px;
	height: 276px;
}

div.flashContent_ac object{
	outline: none;
}

.tabAdjuster{
	background-position: 0 27px !important;
	margin-top: 20px !important;
}

.tabAdjuster02{
	background-position: 0 28px !important;
	margin-top: 20px !important;
	padding-right: 3px;
	_padding-right: 8px;
}

.centerAligner{
	text-align: center;
}

.Elm_alg_pdf_img{
	margin:0 0 0 103px;
}

a.downloadPdfBtn{
	background: url("../images/elmiron/downloadPdfBtn.jpg") no-repeat;
	background-position: 0 0;
	display: block;
	width: 91px;
	height: 23px;
	text-indent: -9999px;
	outline: none;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
}

a.downloadBtn{
	background: url("../images/elmiron/downloadBtn.jpg") no-repeat;
	background-position: 0 0;
	display: block;
	width: 71px;
	height: 22px;
	text-indent: -9999px;
	outline: none;
}

a.downloadPpt{
	background: url("../images/elmiron/downloadPpt.jpg") no-repeat;
	background-position: 0 0;
	display: block;
	width: 122px;
	height: 22px;
	text-indent: -9999px;
	outline: none;
	margin-left: 5px;
}

.leftAligner{
	margin: 0px !important;
	text-align: left;
}

a.downloadPdfBtn:hover{
	background-position: 0 -23px;
}

a.downloadPdfBtn:active{
	background-position: 0 -46px;
}

a.downloadBtn:hover{
	background-position: 0 -22px;
}

a.downloadBtn:active{
	background-position: 0 -44px;
}

a.downloadPpt:hover{
	background-position: 0 -22px;
}

a.downloadPpt:active{
	background-position: 0 -44px;
}

.imgPostioner{
	float: left;	
}

.positionAdjuster{
	float: left;
	margin:55px 0 0 10px !important;	
}

a.blueLink{
	text-decoration: none !important;
	color: #00b5cc !important;
}
a.blueLinkU{
	color: #00b5cc !important;
	text-decoration: underline !important;
}

ul.titleList{
	margin: 0px 0 12px 0 !important;
	padding: 0px !important;
	list-style-type: none;
	font-weight: normal !important;
	color: #000000 !important;
    
}

ul.titleList li{
	margin: 0 0 0 0 !important;
	background: url("../images/elmiron/listBlueBullet.gif") 0 6px no-repeat;
	display: inline-block;
	padding: 0 0 0 13px;
	color: #000000 !important;
}
ul.secondList{
	margin: 4px 0 0 15px !important;
	_margin: 4px 0 0 0px !important;
	padding: 0px !important;
	list-style-type: none;
}

ul.secondList li{
	margin:0 0 0 0px !important;
	padding: 0 0 0 13px;
	background: url("../images/elmiron/blue-bullet.gif") 0 8px no-repeat;
	display: inline-block;
}


ul.titleListOrder{
	margin: 0px 0 0 20px !important ;
	padding: 0px 0 0 7px !important;
	_padding: 0px 0 0 10px !important;
	list-style-type: none;
	font-weight: normal !important;
	color: #000000 !important;
	*padding-left: 10px !important;
}

ul.titleListOrder li{
	margin: 0 0 0 0px !important;
	padding: 0 0 0 0px !important;
	list-style-image:url("../images/elmiron/listBlueBullet.gif");
	font-weight: normal !important;
	color: #000000 !important;
}

div.flashGraph_PE{
	width: 476px;
	height: 278px;
	background: url("../images/elmiron/PLACEHOLDER_PUFdata.png") no-repeat;
}

div.flashGraph_PE object{
	outline: none;
}

.footnoteText{
	font-size: 0.8em !important;
}

.secondTitle{
	color: #00b5cc !important;
	font-weight: normal !important;
	margin: 0 0 10px 0;
}

sup.refSup{
	font-size: 70%;
	vertical-align: text-top;
}

img.mimicTab{
	margin: 0px;
	padding: 0px;
	outline: none;
}

.ULPositioner{
	margin: 0 0 0 15px !important;
}

div.imgContentFloat{
	background: url("../images/elmiron/mimicking_A.jpg") no-repeat;
	min-height: 127px;
	height: auto;
	_height: 127px;
	padding:0 0 0 160px;
}

div.imgContentFloatTab02{
	background: url("../images/elmiron/mimicking_B.jpg") no-repeat;
	min-height: 127px;
	height: auto;
	_height: 127px;
	padding:0 0 0 160px;
}

div.imgContentFloatTab03{
	background: url("../images/elmiron/mimicking_C.jpg") no-repeat;
	min-height: 127px;
	height: auto;
	_height: 127px;
	padding:10px 0 0 160px;
}

div.imgContentFloatTab04{
	background: url("../images/elmiron/mimicking_D.jpg") no-repeat;
	min-height: 127px;
	height: auto;
	_height: 127px;
	padding:10px 0 0 160px;
}

div.imgContentFloatTab05{
	background: url("../images/elmiron/mimicking_E.jpg") no-repeat;
	min-height: 127px;
	height: auto;
	_height: 127px;
	padding:10px 0 0 160px;
}

div.imgContentFloatTab06{
	background: url("../images/elmiron/mimicking_F.jpg") no-repeat;
	min-height: 127px;
	height: auto;
	_height: 127px;
	padding:10px 0 0 160px;
}


div.flashVideoPlaceholder{
	width: 370px;
	height: 290px;
	/*background: url("../images/elmiron/ELM_Video_window.jpg") no-repeat;*/
	display: block;
	margin-left: 40px;
}
.flashVideoPlaceholderNew{
}
div.flashVideoPlaceholderPT{
	width: 370px;
	height: 290px;
	/*background: url("../images/elmiron/ELM_Video_window.jpg") no-repeat;*/
	display: block;
	margin-left: 40px;
}

.blueBoldText{
	color:#0067C5;
	font-weight: bold !important;
}

div.flashContent_ae0101{
	/*background: url("../images/elmiron/PLACEHOLDER_Etiology.png") no-repeat;*/
	width: 473px;
	height: 276px;
	z-index: 0 !important;
	
}

div.flashContent_ae0101 object{
	x-index: -1 !important;
	}

div.flashContent_ae0102{
	background: url("../images/elmiron/PLACEHOLDER_MOA.png") no-repeat;
	width: 473px;
	height: 274px;
}

div.flashContent_ae02{
	/*background: url("../images/elmiron/PLACEHOLDER_61percent.png") no-repeat;*/
	width: 473px;
	height: 277px;
}

div.flashContent_ae03{
	/*background: url("../images/elmiron/PLACEHOLDER_AdequateTrial.png") no-repeat;*/
	width: 474px;
	height: 318px;
}

div.flashContent_ae0302{
	background: url("../images/elmiron/Gradual Response.png") no-repeat;
	width: 474px;
	height: 416px;
}

a.AEFlashLink{
	display: block;
	margin: 0 0 0 50px;
	padding: 0px;
}

a.PCFlashLink{
	display: block;
	margin: 0 0 0 0px;
	padding: 0px;
}

.footnoteAdjuster{
	float: right;
	width: 320px;
	display: inline;
}

.footnoteAdjuster02{
	float: left;
	width: 250px;
	display: inline;
	margin-top:5px;
	margin-left:5px;
}

.blackHeader{
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
}

.titleAdjuster{
	margin: 0 0 0 -10px !important;
}

.copyAligner{
	margin: 0 0 0 10px;
}

img.pageHeaderImage{
	border-top: solid 1px #3590c7;	
}

#headerwrapper ul{
	margin: 10px 0 0 0;
	_margin: 7px 3px 0 0;

}

.regBlue{
	color: #0269ac !important;
	vertical-align: text-top !important;
	font-size: 75% !important;
	line-height: 110% !important;
}
.regBlueLeftNav{
	color: #0269ac !important;
	font-weight: bold;
	vertical-align: text-top !important;
	font-size: 76% !important;
	line-height: 110% !important;
}
.regBlueBold{
	color: #0269ac !important;
	vertical-align: text-top !important;
	font-size: 75% !important;
	font-weight: bold;
	line-height: 110% !important;
}
.regBlack{
	color: #000000 !important;
	font-weight: bold;
	vertical-align: text-top !important;
	font-size: 76% !important;
	line-height: 110% !important;	
}
.ref{
	color: #000000 !important;
	vertical-align: text-top !important;
	font-size: 75% !important;
	line-height: 110% !important;	
}
.red{
	border: solid 1px red;
	}
ol#refernces li span.italics{
	font-style: italic !important;
	}
.indent{
	padding: 0 0 0 2px !important;
}	 
.normal{
	font-style: normal !important;
	color: #0269ac;
}