/* 
	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 ORTHO EVRA - */

body {
	background: url("../images/evra/background.jpg") repeat-x;
	background-color: #015b59;
	
	}
	
#content #medical_news {
	background: url("../images/evra_medical_news.png") no-repeat;
	}

#content #medical_news a {
	color: #008480;
	}

#tabheader {
	background: url("../images/evra/tab_base.png") no-repeat;
	background-position: center bottom;
	}


/* CONTENT */

.bold, .italic, #sitemap ul li a, #sitemap ul li ul li {
	color: #008480;
	}

.title, a.title, #faqs ol li  {
	color: #008480;
	}
	
.green{
	color: #008480;
	}

.subtitle {
	color: #EF870E;
	}

#content a:link, #content a:visited, #content a:hover {
	color: #008480 !important;
	}


/* LEFT NAVIGATION */

#leftnavigation {
	background-color: #f9e4d7;
	}

#leftnavigation ul li a {
	border-bottom-color: #fcf2eb;
	border-left-color: #f9e4d7;
	border-right-color: #f9e4d7;
	color: #008480;
	}
	
#leftnavigation ul li a:hover, .parentselected {
	background-color: #FFF6EF;
	text-decoration: none;
	/*border-left: 20px solid #FFF6EF !important;*/
	border-right: 20px solid #FFF6EF !important;
	border-bottom-color: #FFF6EF !important;
	}

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

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

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

.fullprescribingselect {
	color: #008480 !important;
	}

/*HEADER TABS*/


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

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

#headernavigation ul li.tab_evra {
	background: url("../images/tabnav_evra_selected.png");
	height: 42px;
	}
	
* html #headernavigation ul li.tab_evra {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/tabnav_evra_selected.png", sizingMethod="crop");
}

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

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

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

	