body, div, li, span, img, h1, h2, h3, h4, h5, p, table, tr, td {
	margin: 0; /* TUAN ADDED */
	padding:0px 0px 0px 0px;
	border: none;
	font-family: Arial;
	font-size: 12px;
	letter-spacing: .01em;
}


a, a:visited {/* TUAN MODIFIED */
	color: #3992c5;
	font-size: 12px;
	text-decoration: none;
}
a:hover { /* TUAN MODIFIED */
	color: #0c479d;
}

ul {
	margin: 0 0 10px 0;
}

ul li {
	font-size: 12px;
	line-height: 20px;
	color: #464646;
}
	
#wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#topWrapper {
	width: 1000px;
	height: 328px;
}
div.targetedUserPath 
{
	background: no-repeat transparent;
}

#topLogo {
	/*float: left;
	margin: 20px 0px 0px 20px;
	z-index: 99;
	position: absolute;*/
	display: none;
}
#flashnav {
	float: right;
	margin: 0px;
	position: relative;
	/*z-index: 1;  chang from 2 */
}
#bottomWrapper {
	background-color: blue;
	width: 700px;
	height: 300px;	
}
#leftNav {
	width: 180px;
	min-height: 300px;	
	float: left;
	/*padding: 24px 0px 20px 28px;*/
	line-height: 20px;
}
#leftNav ul {
	list-style-type:none;
}
#leftNav li {
	margin: 3px 0px 0px 0px;
}
#leftNav ul li ul {
	margin: 0px 0px 0px 5px;
}
div#leftNav a {
	padding-left: 15px;
}

div#leftNav span.subitems {
	padding:0 0 0 25px;
}

div#leftNav span.subitems a {
	padding:0;
}

div#leftNav span.subitems a:hover {
	color: #0c479d;
	background: none !important;
}

div#leftNav a:hover {
	color: #0c479d;
	background: url(../images/global_arrow.gif) no-repeat left center;
}


div#leftNav span.active a {	
	color: #0c479d;
	background: url(../images/global_arrow.gif) no-repeat left center;
	cursor: text
}

div#leftNav span.active a:hover {	
	background: none;	
	background: url(../images/global_arrow.gif) no-repeat left center;
}
div#leftNav h5.blue {
	margin: 14px 0 10px 0;
}

div#leftColumn {
	width: 180px;
	min-height: 300px;	
	float: left;
	/*padding: 24px 0px 20px 28px;*/
	line-height: 20px;
}
#leftColumn ul {
	list-style-type:none;
}
#leftColumn li {
	margin: 3px 0px 0px 0px;
}
#leftColumn ul li ul {
	margin: 0px 0px 0px 5px;
}
div#leftColumn a {
	padding-left: 15px;
}

div#leftColumn span.subitems {
	padding:0 0 0 25px;
}

div#leftColumn span.subitems a {
	padding:0;
}

div#leftColumn span.subitems a:hover {
	color: #0c479d;
	background: none !important;
}

div#leftColumn a:hover {
	color: #0c479d;
	background: url(../images/global_arrow.gif) no-repeat left center;
}


div#leftColumn span.active a {	
	color: #0c479d;
	background: url(../images/global_arrow.gif) no-repeat left center;
	cursor: text
}

div#leftColumn span.active a:hover {	
	background: none;	
	background: url(../images/global_arrow.gif) no-repeat left center;
}


#body {
	width: 614px;
	margin-top: -138px;
	float: left;
	background:url(http://www.viropharma.com/images/bg_mainCol_top.gif) no-repeat;
	padding: 15px 20px 0px 26px;
}
#body p {
	/*font-size: 11px;
	padding: 0px;
	margin: 12px 0px 0px 0px;
	color: #464646;*/
	
	line-height: 20px;
	color: #464646;
	font-size: 12px;
	margin: 12px 0px 0px 0px;
}
#body ul {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0px;
	margin: 12px 0px 0px 0px;	
}

.breadCrumb {	
	margin: 5px 10px 0px 0px;
	padding-top: 8px;
	text-align: right;		
	
}
div#standard .breadCrumb{
	margin: 0px 0px 0px 43px;
	padding-left: 240px;
	float: right;
	display: inline;
	height: 29px;
	width: 600px;
	background-repeat: no-repeat;
	background-position: left;
	line-height: 39px;
	clear: both;
	color: #ccc;
	font-weight: bold; 
	}
/*.breadCrumb a{
	text-decoration: underline;
}*/

.breadCrumb a { 
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

.breadCrumb a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	color: #0C479D;
	font-weight: normal;
}
h2 {
	font-size: 18px;	
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	color: #666;
}
h3 {
	font-size: 16px;
	color: #0C479D;
	font-weight: normal;
	margin: 10px 0px 15px 0px;
	display: block;
}
h4 {
	font-weight: bold;
	font-size: 12px;	
	display: block;
}
h5 {
	font-size: 16px;
	color: #0C479D;
	font-weight: normal;	
	margin: 0px 0px 15px 0px;
}

#standard p{
	font-size: 12px;
	color: #464646;
	line-height: 20px;
	padding-bottom: 15px;
}


.blue {
	color: #0C479D;
}
.black {
	color: #000;
}
.white {
	color: #FFF;
}
.green {
	color: green;
}
.right {
	float: right;
	clear: right;
}
.bold {
	font-weight: bold;
	font-size: 11px;
}
.block {
	display: block;
}
.center {
	text-align: center;
}
h4#newsHead {
	margin: 30px 0px 0px 16px;
}
table.newsTable {
	width: 614px;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	background: #CCC url(http://www.viropharma.com/images/investor_mainCol_topCap.gif) no-repeat top;
}
.newsTableBottom {
	width: 614px;
	height: 12px;
	background: url(http://www.viropharma.com/images/investor_mainCol_bttmCap.gif) no-repeat;
}
table.newsTable td {
	margin: 0px;
	padding: 2px 5px 2px 15px;
}
table.newsTable td.black {
	color: #000000;
	font-weight: bold;
	font-size: 12px;	
}
table.newsTable td.black {
	margin: 0px;
}

tr.divider {
	background-color: #FFF;
	height: 1px;
	padding: 0px;
	margin: 0px;
	width: 614px;
}
tr.divider td {
background-color: #FFF;
	padding: 0px;
	margin: 0px;
}
#rightNav {
	width: 160px;
	float: left;
}
#rightNav .navBox {
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 10px 0px;
	background: #CCC url(http://www.viropharma.com/images/rtCol_bttm_cap.gif) no-repeat bottom;	
}
#rightNav .navBox p {
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	font-size: 9px;
	background: #CCC url(http://www.viropharma.com/images/rtCol_bttm_cap.gif) no-repeat bottom;	
}

#rightNavList {
	width: 160px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none outside url(http://www.viropharma.com/images/white_li.gif);
}

#rightNavList li
{
	margin-left: 12px;
	line-height: 20px;
}
#rightNavList li a {
	color: #000000;
}
#rightNavList li a:hover {
	color: #0C479D;
}
h5.grayBlock {
	background-color: #676767;
	color: #FFF;
	font-size: 11px;
	margin: 0px;
	height: 29px;
	line-height: 29px;
	text-align: center;
}
ul#webcasts {
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
ul#webcasts li {
	margin: 15px 0px 0px 0px;
	background: url(http://www.viropharma.com/images/icon_mic.gif) no-repeat top left;	
	padding: 0px 0px 0px 20px;
}
.topline {
	border-top: 1px solid #ccc;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
}

.layout_old {	/* Muhammad added */
	padding-top: 5px;
}
.layout_new {	/* Muhammad added */
	padding-top: 200px;
}

div.leftColumn {
	width: 221px;
	float: left;
	margin-top: 15px;
	display: inline;
	/*padding: 200px 0 0 20px;*/
	padding-left: 20px;
}

div.leftColumn p {
	font-size: 12px;
	line-height: 26px !important;
}

div.leftColumn a {
	font-size: 12px;
	padding-left: 15px;
}


div.leftColumn span.subitems {
	padding: 0 0 0 25px;
}

div.leftColumn span.subitems a {
	padding: 0;
}

div.leftColumn span.subitems a:hover {
	color: #0c479d;
	background: none;
}

div.leftColumn a:hover {
	color: #0c479d;
	background: url(../images/global_arrow.gif) no-repeat left center;
}

div.leftColumn span.active a {
	font-size: 12px;
	padding-left: 15px;
	color: #0c479d;
	background: url(../images/global_arrow.gif) no-repeat left center;
	cursor:text;
}

div.leftColumn span.active a:hover {	
	background: url(../images/global_arrow.gif) no-repeat left center;
}
div.leftColumn a.outlaw {
	padding-left: 0px;
}

div.leftColumn a.outlaw:hover {
	background: none;
}


#mainContent {
	padding-bottom: 20px;
}

#mainContent p {
	line-height: 20px;
	color: #464646;
	font-size: 12px;
}

#mainContent a {
	color: #0C479D;
}

#mainContent a:hover {
	text-decoration: underline;
}

#mainContent p.patientRight {
	font-size: 12px;
	line-height: 16px;
}

#mainContent p.patientLeft {
	line-height: 20px;
}

#mainContent ul, ol {
	line-height: 18px;
	padding-left: 40px;
}

#mainContent li {
	padding: 0;
	margin: 0;
	color: #464646;
}
#footer_container {
	background-color: #EEE;
	text-align: center;
	clear: left;
	width: 100%;
}
#footer {
	background-color: #EEE;
	margin-left: 105px;
	text-align: left;
	clear: both;
	padding: 16px 0px 30px 20px;
	width: 980px;
}

#footer p
{
	padding: 5px 0px 5px 0px;
}

#footer p, #footer a {
	line-height: 13px;
	font-size: 10px;
	color: #777 !important;
}

#footer a {
	color: #0C479D !important;
}

#footer a:hover {
	text-decoration: underline;
}

.footerNav {
	letter-spacing: 3px;
	margin-left: -4px;
}

.footerNav a {
	padding: 4px;
}

#footer .bottom a:hover
{
	text-decoration: underline !important;
	background-color: #eee !important;
	
}

#footer .footerNav a:hover {
	background-color: #0C479D;
	text-decoration: none;
	color: #FFF !important;
}

.subHead {
	font-size: 12px;
	color: #000;
}

input.send
{
	background-color: #fff;
	border: 1px solid #A5ACB2;
}

#topNav {
	position: absolute;
	top: 0px;
	text-align: center;
}

#topBannerInside {
	width: 1000px;
	height: 290px;
	margin: auto;
	background-repeat: no-repeat;
	position: relative;
}

#topHome {
	width: 1000px;
	height: 595px;
	margin: auto;
	background-repeat: no-repeat;
	position: relative;
}

#topLogoInside {
	/*position: absolute;
	width: 159px;
	top: 20px;
	left: 20px;*/
	display: none;
}

#spider {
	position: relative;
	top: 150px;
	left: 20px;
	z-index: 2;
}

#container, #containerHome {/* TUAN MODIFIED */
	width: 1000px;
	margin: auto;
	padding-bottom: 20px;
	text-align: left;
	left: 0px;
	background-color: #FFFFFF;
	overflow: hidden;
}

#int_bigGap{/* TUAN ADDED */
	right: 0px;
	top: 280px;
	position: absolute;
	
}

div #int_banner{/* TUAN ADDED */
	width: 1000px;
	height: 150px;
	top: 370px;
	position: absolute;
	background: url(/images/topBanner.png) no-repeat;
	z-index: 2;
	zoom:1;
}

#int_banner ul{/* TUAN ADDED */
	margin: 0px;
	padding: 19px;
	z-index: 2;
}

#int_banner ul li{/* TUAN ADDED */
	list-style-type: none;
	float: left;
	clear: right;
	z-index: 2;
}
.title{/* TUAN ADDED */
	width: 650px;
	margin-left: 80px;
}

#breadCrumb { /* TUAN MODIFIED */
	margin: 0px 0px 0px 43px;
	padding-left: 240px;
	float: left;
	display: inline;
	height: 29px;
	width: 600px;
	background-repeat: no-repeat;
	background-position: left;
	line-height: 39px;
	clear: both;
	color: #ccc;
	font-weight: bold; 
}

#breadCrumb_tup {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 206px;
	top: 260px;
	color: #ccc;
	font-weight: bold; 
}


#breadCrumb a, #breadCrumb_tup a { 
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

#breadCrumb a:hover, #breadCrumb_tup a:hover {
	text-decoration: underline;
}

.mainContentInside {
	width: 630px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	float: left;
	margin-top: 12px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:10px;
	/*padding: 175px 40px 10px 40px;	*/
	display: inline;
	background-color: #f2f2f2;
}

.mainContentInside h1 {
	margin-top: 20px;
	margin-bottom: 15px;
}

.mainContentInside a {
	color: #0C479D;
}

.mainContentInside a:hover {
	text-decoration: underline;
}

/* @group Tuan Added */
div.thumbVideo {/* TUAN ADDED */
	width: 300px;
	float: right;
	z-index: 3;
	zoom:1;
	position: relative;
	margin-left: 20px;
	margin-right: -100px;
}

.mainContentInside div.thumbVideo p{/* TUAN ADDED */
	width: 220px;
	text-align: left;
	line-height: 1.2;
	color: #999;
}

.mainContentInside #pipeChart{
	width:715px;
	height: 326px;
	float: right;
	z-index: 3;
	zoom:1;
	position: relative;
	margin-left: 20px;
	margin-right: -72px;
}

.mainContentInside #pipeChart object{ 
	outline: none;
}

div#mainContentInside {
	float:left;
	width: 750px;
}

#pipeInfo{
	width: 630px;
	float: left;
	margin: 20px -40px -40px -40px;
	padding: 40px 40px 40px 40px;
	display: block;
	background-color: #dfdfdf;
}


/* @end */


#contentPage a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
#contentPage a:hover {
	color: #0C479D;
	text-decoration: underline;
}

/* Classes */

.footer {
	font-size: 11px;
	color: #333333;
}

.alliancesLogo {
	float: right;
	padding: 5px;
}

#contentPage
{
	display: inline;
	float: left;
	width: 700px;
	margin-left: 60px;
}

#contentPage p
{
	line-height: 20px;
}

#contentPage ul
{
	float: left;
	position: relative;
	display: block;
	padding-right: 50px;
	
}

#contentPage table 

#contentPage ul li a, #contentPage ul li a:visited
{
	color: #666;
	text-decoration: none;
}
#contentPage ul li a:hover
{
	color: #0C479D;
	text-decoration: underline;
}

#contentPage ul li:first-child a
{
	color: #000;
	font-size: 12px;
}

.clear
{
	clear: both;
}

input.button
{
	height: 19px;
	background-color: #fff;
	color: #000;
	font-weight: bold;
}

.red
{
	color: red;
}
.eduGrantValidationSummary
{
    color: red;
}

.eduGrantValidationSummary ul
{
    line-height: 15px !important;
    padding-bottom: 10px !important;
}

.eduGrantValidationSummary ul li
{
    color: red !important;
    margin: 0px !important;
}

/*Fancy Zoom */
#zoom_content2 object {
	outline: none;
}

.image_controls {
	width: 84px;
	margin: 10px auto 0px auto;
}

#zoom_close {
	display:block;
	position:absolute;
	left: 450px;
	top: 30px;
	width: 79px;
	height: 20px;
	text-indent: -9999px;
	background: url(/images/fancy_zoom/close.jpg) no-repeat;
	/*background: url(/images/fancy_zoom/lb_close.png) no-repeat;
	_background: url(/images/fancy_zoom/lb_close.gif) no-repeat;*/
	outline: 0;
}

.big #zoom_close {	
	left: 785px;
	top: 30px;	
}

/*#zoom_close:hover {
	background: url(/images/fancy_zoom/lb_close_over.png) no-repeat;
	_background: url(/images/fancy_zoom/lb_close.gif) no-repeat;
}*/

#zoom_image {
	border: 1px solid #CCC;
}

/* Added 3/29 */

h2.tup {
	color: #666;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 20px;
}

h3.tup {
	font-size: 16px;
	color: #0C479D;
	font-weight: normal;
	margin: 71px 0 15px 0;
	display: block;
}