/* main stylesheet for Generic Campaign Website Template*/

/*--------------- Generic font and element styling ----------------*/
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
	margin: 0;
	padding: 0;
}

h1 { 
	font-size: 1.7em;
}
	
h2 {
	font-size: 1.5em; 
} 

h3 { 
	font-size: 1.3em; 
	font-style: italic; 
	font-variant: normal; 
} 

h4 {
	font-size: 1.1em;
	font-weight: normal;	
}
	
h5 { 
	font-size: 1em; 
}
	
h6 { 
	font-size: 0.8em; 
} 

/*--Main Banner Styles---*/
#main_banner_container {
	display: block;
	width: 100%;
}
/*---Left Banner Image---*/
#left_banner_img_container {
	display: none;
}

#right_banner_img_container {
	text-align: right;
}	

#search {
	display: none;
}

/*---BREADCRUMB START---*/
#breadcrumb_container{
	font-size: 0.8em;
	width: 70%;	
}

#breadcrumb_container a:link {
	text-decoration: underline;
}

#breadcrumb_container a:visited {
	text-decoration: underline;
}

.icns {
	display: none;
}

/*---Mid Container Styles---*/
#mid_container {
	width: 100%;		
}

/*---Start left navigation---*/
#left_nav {
	display: none;
}

/*---Start Content---*/
#summary {
	color: #000000;
	line-height: 1.6em;
	padding-bottom: 12px;
}

#content {
	font-size: 1.2em;
}

#content a:link {
	text-decoration:underline;
}

#content a:visited {
	text-decoration: underline;
}

#content li {
	margin-bottom: 1.5em;
}

#content table {
	border-collapse: collapse;
	font-size: 1em;
	margin: 10px 0 10px 0;
	width: auto;
}

#content th {
	border: 2px solid #f3741f;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

#content td {
	border: 2px solid #f3741f;
	padding: 5px;
}

/*---Start Right Teaser---*/
.rghtnavblock {
	display: none;
}

/*---Start Footer---*/
#footer {
	display: none;
}

.search_next {
	PADDING-RIGHT: 18px; 
	FONT-WEIGHT: bold; 
	BACKGROUND: url(/internet/drugs/publishing.nsf/AttachmentsByTitle/arrow_next.gif/$FILE/arrow_next.gif) no-repeat right 5px; 
	MARGIN: 15px; 
	COLOR: #666666
}

.search_previous {
	PADDING-LEFT: 18px; 
	FONT-WEIGHT: bold; 
	BACKGROUND: url(/internet/drugs/publishing.nsf/AttachmentsByTitle/arrow_previous.gif/$FILE/arrow_previous.gif) no-repeat left 5px; 
	MARGIN: 15px; 
	COLOR: #666666
}

/* Skip to Content styles */

a.skiplink, a.skiplink:hover, a.skiplink:visited {
	text-indent: -600em;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: auto;
} 
  
a.skiplink:active, a.skiplink:focus {
	background-color: #666666;
	color: #ffffff;
	display: block;
	font-weight: bold;
	padding: 10px;
	text-indent: 0.1em;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	
}	

/* Page Currency
	This is the class for the styleMiddlepanePageCurrency block */
.pageCurrency {
	FONT-SIZE: 75%; COLOR: #666666;
	font-weight: normal;
}
/* Disclaimer
	This is the class for the styleDisplayContentDownload block */
.disclaimer {
	FONT-SIZE: 80%;
	COLOR: #666666;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	display: none;
} 


