/* HTML ATRIBUTES */

body, textarea {
	margin:10px;
	padding-top:0px;
	padding-bottom:0px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: black;
	background: white;
	background-color: #2a5684;
	line-height: 1.25em;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* =======================
 HTML Tag Styles 
=========================== */
H1, H2, H3, H4, H5, DT, H6 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

H1 {
    font-size:28px;
    margin-bottom:1em;
    color:#888;
}

h1#logo {
	margin-bottom:0px;
}

H2 {
    font-size: 20px;
    margin-bottom:1em;
    color:#013972;
}

H3 {
    font-size: 1.5em;
    margin-bottom:1em;
    color:#013972;
}

H4 {
    font-size: 1.25em;
    margin-bottom:1em;
    color:#013972;
}

H5, DT {
    font-size: 1.1em;
}

H6 {
    font-size: 1em;
}

/*Clearfix*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* This is the Date eg. any items that are not links */
.SkinItem
{
    text-decoration: none;
    color: #036;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    text-decoration: none;
    color: #036;
}
A.SkinItem:hover
{
    text-decoration: underline;
    color: #F00;
}

/*LISTS*/
ul {
	padding: 0px 0px 0px 20px; 
	list-style-type: disc; 
	color: #000000;
	/*margin-left: 10px;*/
	list-style-position: outside;
	}

ul li {
	padding: 0px 0px 0px 5px; 
	list-style-type: disc;  
	color: #000000;
	margin-left: 10px; 
	list-style-position: outside;
	}

ol {
	padding: 0px 0px 0px 20px; 
	list-style-position: outside; 
	list-style: decimal;
	color: #000000;
	margin-left: 10px;
	 }
	 
ol li {
	padding: 0px 0px 0px 2px;  
	list-style-position: outside;
	color: #000000;
	margin-left: 10px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*NAVIGATION A's--------*/
a {
	text-decoration: none; color: 
	#003366;
}

a:hover {
	text-decoration: underline; 	
	color: #990000;
}

a:active {
	text-decoration: 
	none; color: #003366; 
}

a:visited {
	text-decoration: none; 
	color: #000099; 
}


br.c {
	clear: both;
}

p{
	margin:.5em 0;
}

strong{
	font-weight:bold;
}

#donut {
margin: 0;
padding: 0;
border:none;
vertical-align: baseline;
	position: relative;
	z-index: 2;
	float:left;
	display:inline;
	margin: 0 0 100px 0;	
}

/* -- TOP ---------------------------------------- */

#top{
	height: 98px;
	position: relative;
	z-index: 98;
	background: url(../img/Skins/top-bg.jpg) transparent no-repeat;
	display: block;
	margin:0 auto;
	width:980px;
	overflow:hidden;
}

#wrap{
	width: 980px;
	min-height: 715px;
	margin: 10px auto;
	position: relative;
}

#wraper{
	width: 100%;
	height:6px;
	margin: -10px auto;
	background-color: #000;
}

#logo a{
	float:left;
	display:block;
//	background: url(../img/Skins/pennvet-logo.png) no-repeat top;
	background: url(../img/Skins/logopa.png) no-repeat top;
	height: 80px;
	width: 450px;
	text-indent:-3334px;
	overflow: hidden;
	
/*	clear: both;*/
}


ul#top_nav{
	list-style-image: none;
	list-style-position: outside;
	margin: 0pt;
	padding: 0pt;
	border:none;
	outline-color: invert;
	outline-style: none;
	outline-width: 0pt;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
	float:right;
	list-style-type: none;
/*	display:block;*/
}

#top_nav li {
	float: left;
	border-right: 1px solid #30394a;
	padding: 0 1em 0 0;
	margin: 0 0 0 10px;
	list-style-type: none;
}

#top_nav li.top_last{
	border:none;
}

#top_nav li a{
	color: #30394a;
}

#search {
float: right;
text-align: right;
clear:right;
margin: 15px 5px 10px 0;
}

#search input {
	width: 89px;
	border: 1px solid #30394a;
	margin-right: 5px;
	padding:1px;
	font:1em Arial, Verdana, Helvetica, sans-serif;
}

#search .SearchButton {
	border: none;
	background-color: #dce4ec;
	color: #003366;
	cursor: hand;
	cursor: pointer;
	padding: 0px;
	font-weight:bold;
	margin: 0;
	padding: 0;
}

#search .SearchButton:hover {
	text-decoration: underline;
}

#tagline {
	clear:right;
	float:right;
	display:inline;
	font-size:1.5em;
	color:#003366;
	margin-right:.5em;
	width:500px;
	font-family: Times, serif;
	text-align:right;
	font-weight:bold;
}


/* -- HORIZONTAL NAV ---------------------------------------------- */
#nav ul,
#nav li,
#nav span,
#nav a {
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
  display: inline;
}
#nav {
  height: 50px;
  background: url('../img/Skins/mainmenu-bg.png') transparent repeat-x;
  display: inline block;
  width: 980px;
  float: right;
}
#nav:after,
#nav ul:after {
  content: '';
  display: block;
  clear: both;
}
#nav a {
  background: url('../img/Skins/mainmenu-bg.png') transparent repeat-x;
  color: #fff;
  display: inline-block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 50px;
  padding: 0 7px;
  text-decoration: none;
  border-left: 1px solid #3896ba;
}
#nav ul {
  list-style: none;
}
#nav > ul {
  /*float: left;*/
  display:table;
  margin:0 auto;
}
#nav > ul > li {
  float: left;
}
#nav > ul > li > a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
#nav > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  /*border-bottom: 10px solid #cdf576;*/
  margin-left: -10px;
}

#nav > ul > li.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #cdf576;
  margin-left: -10px;
}
#nav > ul > li.active > a {
  background: #65C294;
  color: #ffffff;
}
#nav > ul > li:hover > a {
 /* background: #65C294;*/
  color: #ffffff;
  /*border-bottom: 1px solid #cdf576;*/
}
#nav .has-sub {
  z-index: 1;
}
#nav .has-sub:hover > ul {
  display: block;
}
#nav .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  left: 0;
}
#nav .has-sub ul li {
  *margin-bottom: -1px;
}
#nav .has-sub ul li a {
  background: #004F84;
  border-bottom: 1px solid #407ba3;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}
#nav .has-sub ul li:hover a {
  background: #004777;
}
#nav .has-sub .has-sub:hover > ul {
  display: block;
}
#nav .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#nav .has-sub .has-sub ul li a {
  background: #004777;
  border-bottom: 1px dotted #cdf576;
}
#nav .has-sub .has-sub ul li a:hover {
  background: #3e9d6e;
}



/*

#nav{
	height: 50px;
	background: url('../img/Skins/mainmenu-bg.png') transparent repeat-x;
	display: block;
}

#nav li {
	display:inline;
float:left;
border-right:1px solid #3896ba;
border-top:none !important;
border-bottom:none !important;
border-left:none !important;
background:transparent;
margin:0px;
height:50px;
}

#nav li a {
	color:#fff;
text-decoration:none;
/*display:inline;
-webkit-transition: color 0.2s ease-in;
-moz-transition: color 0.2s ease-in;
-o-transition: color 0.2s ease-in;
transition: color 0.2s ease-in;*//*
line-height: 50px;
padding:0px 15px 0px 15px;
}

#nav li ul,
#nav li ul li ul {
  background:#004f84;
  margin:0px;
  padding:5px 10px 5px 10px;
  border:none !important;
}

#nav li ul {
  margin-top:22px;
}

#nav li li,
#nav li li li {
  border:none;
  line-height:normal;
  height:auto;
  float:none;
  display:block;
  margin:3px 0px;
  border-bottom:1px solid #407ba3 !important;
}

#nav li li a,
#nav li li li a {
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  padding:0px;
  border:none;
  line-height:24px;
  text-align:left;
  margin:3px 0px;
  padding-left:7px;
}

#nav li li.first,
#nav li li li.first {

  margin-top:0px; 
}

#nav li li.last,
#nav li li li.last {

border:none !important;
}

#nav li li a:hover,
#nav li li li a:hover {
  background:#004777;
}




#nav li a:hover,
#nav li a.on:hover {
	text-decoration: none;
	background-color: #334372;
	color: #fff;
}

#nav li a.on {
	background-color: #334372;
	color: #fff;
}

#nav .open {
	display: block;
}

#nav li a span {
display: block;
padding: .5em .25em;

}/*hide the subnavs----------------------------*//*
#nav li ul {
	display: none;
}

#nav li:hover ul,
#nav li.open ul {
	display: block;
	z-index: 6000;
	margin:0;
	
	margin: 0pt;
	padding: 0pt;
	border: none;
	vertical-align: baseline;
	list-style-type:none;
}

#nav li ul li {
	background-color:#334372;
	border:none;
	border-top:1px solid #dce4ec;
	height: 5.4em;
	list-style-type: none;
}

#nav li ul li a span{
	padding: .3em;
	border:none;
	border-top:1px solid #5d6a9e;
	border-bottom:1px solid #5d6a9e;
}

#nav li ul li a:hover span{
	border:none;
	border-top:1px solid #334372;
}

#nav li ul li.cap {
	margin:0;
	padding:0;
	background: url(../img/Skins/bg-nav-trans.png) no-repeat bottom left;
	height: 17px;
	width: 88px;
}

#nav li ul li.cap:hover {
border:none;
} 
*/
.home #nav li#btn_alumni{
	width:90px;
	margin-right:0;
}

.home #nav li#btn_alumni ul li{
	width:90px;
	margin-right:0;
}

.home #nav ul,
.home #nav li {
	margin-left:0;
	padding-left:0;
	list-style-type:none;
}

.home #nav li#campus{
	width:178px;
	height:41px;
	border:0;
	margin-left:0;
}

.home #nav li#bolton{
	width:180px;
	margin:0;
	height:41px;
	border:0;
}

.home #nav li#campus a{
	background: url(../img/Skins/bg-grad-blue.jpg) repeat-x top left;	
}

.home #nav li#bolton a{
	background: url(../img/Skins/bg-grad-blue.jpg) repeat-x top left;	
	margin:0;
}

.home #nav li#bolton a:hover,
.home #nav li#campus a:hover{
	text-decoration:underline;
}

.home #nav li#campus ul,
.home #nav li#bolton ul{
	display:block;
	margin-left:0;
}

.home #nav li#campus ul li{
	width:178px;
	height:auto;
	border:none;
	margin-left:0;
}

.home #nav li#bolton ul li{
	width:180px;
	height:auto;
	border:none;
	margin:0;
}

.home #nav li#bolton ul li ul li{
	width:180px;
	height:auto;
	border:none;
	margin:0;
}

.home #nav li#campus ul li#campus_a a{
	background:none;
	background-color:#7780a9;
	border:none;
}

.home #nav li#campus ul li#campus_b a{
	background:none;
	background-color:#848eb2;
	border:none;
	height:17px;
}

.home #nav li#campus ul li#campus_c a{
	background:none;
	background-color:#637098;
	border:none;
}

.home #nav li#bolton ul li#bolton_a a{
	background:none;
	background-color:#7780a9;
	border:none;
}

.home #nav li#bolton ul li#bolton_b a{
	background:none;
	background-color:#848eb2;
	border:none;
	height:17px;
}

.home #nav li#bolton ul li#bolton_c a{
	background:none;
	background-color:#637098;
	border:none;
}

.home #nav li#campus ul li a span,
.home #nav li#bolton ul li a span{
	border:0;
}

.home #nav li#campus ul li a:hover,
.home #nav li#bolton ul li a:hover{
	text-decoration:underline;
}

.home #mainnumbers{
	position:absolute;
	z-index:1000;
	left:674px;
	top:191px;
	height:46px;
}

.home #mainnumbers .ball{
	position:relative;
	z-index:1000;
	left:22px;
	top:0;
	height:46px;
	width:46px;
	background: url(../img/Skins/bg-redball-trans.png) no-repeat left;
}

.home #mainnumbers div{
	position:relative;
	z-index:1001;
	top:-28px;
	color:#fff;
	font-weight:bold;
}

/* -- WRAPPERS ------------------------------------------- */

.inner #breadcrumb {
	position:absolute;
	top:165px;
	left:0px;
	padding: 8px;
	clear: both;
	font-size: 13px;
	color: #003366;
}

#breadcrumb{
	width: 980px;
	min-height: 30px;
	font-family: Tahoma;
	font-size: 11px;
	color: #2a5684;
	margin: 0 0 0px 28px;
	font-weight: bold;
}

#content {
background:#fff;
-webkit-box-shadow: 1px 1px 7px 2px #555;
-moz-box-shadow: 1px 1px 7px 2px #555;
box-shadow: 1px 1px 7px 2px #555;
margin-bottom: 25px;
width: 980px;
min-height: 565px;
}
.inner #content{
	position:absolute;
	top:195px;
	left:30px;
	float:left;
	display:inline;
	width:840px;
	background: url(../img/Skins/bg-gradient.jpg) no-repeat top left;
}

.feds #content{
	position:absolute;
	top:149px;
	left:0px;
	float:left;
	display:inline;
	
}

.inner #content #PageTitle {
	clear:both;
	padding:4px 0 4px 150px;
	
}

.inner #content #PageTitle h2 {
	color: #fff;
	font-size: 13px;
	font-family: times, serif;
	font-weight: bold;
}

.home #content{
	position:absolute;
	top:161px;
	left:0;
	float:left;
	width:900px;
	display:inline;
	margin:0;
	background:url(../img/Skins/bg-home-bottom.gif) repeat-y top left;
}	


/* -- LEFT ------------------------------------------- */



.inner #left {
	float: left;
	display:inline;
	width:150px;
}

#left #SetBackground {
	background-color:#627097;
	width:150px;
}

.inner #left #SetBackground select {
	width:100px;
	overflow:hidden;
}

.inner #left #PageName {
	padding:10px 5px 15px 10px;
	width:140px;
	border-bottom: 1px solid #fff;
	margin-bottom:10px
}

.inner #left h2 {
	color:#fff;
	font-size: 2em;
/*	line-height: 1.33em;*/
	font-family:times, serif;
	font-weight: normal;
}

.inner #left h3 {
color: #af0432;
padding:1em 0 1em .5em;
font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

/*.inner #leftnav ul {
	border-top: 1px solid #fff;
	padding:2em 1em 2em 2em;
	list-style-type:none;
	margin:0;
	color: #ffffff;
}

.inner #leftnav li{
	padding:.5em 0;
	margin:0;
	list-style-type:none;
}

.inner #leftnav li:hover,
.inner #leftnav li.on{
	list-style:disc;
	color:#faca0b;
}

.inner #leftnav li a {
	color:#fff;
}

.inner #leftnav li a:hover,
.inner #leftnav li.on a{
	display: block;
	width: 100%;
	height: 100%;
	color:#faca0b;
	text-decoration:underline;
}*/



/*Treeview*/
.TreeView {
    line-height: 1.3em;
	cursor: pointer; 
	font-style: normal;
}
.TreeView, .TreeView ul{
    margin: 0;
    padding: 0 5px 0 0;
    display:block;
}

.TreeView Li {
    /* The padding is for the tree view nodes */
    padding: 0px 0px 5px 10px;
	/*padding: 0 0 0 10px;*/
    float: left;
    width: 125px;
    list-style: none;
    font-weight:bold;
}

.TreeView LI a,
.TreeView LI a:visited,
.TreeView LI a:hover {
	color: #ffffff;
}


LI.Expanded {
    background: url(../img/Skins/arrow-white-down.gif) no-repeat;
    background-position: 10px 0 0 0;
}

Li.Expanded ul li {
padding: 0px 0px 5px 4px;
/*padding: 0px 0px 3px 0px;*/
/*padding: 0px;*/
margin:0;
}


Li.Expanded a,
Li.Expanded a:visited,
Li.Expanded a:hover {
font-weight:bold;
/*color:#000000;*/
color:#faca0b;
}

LI.Expanded ul{
    display: block;
}

LI.Expanded ul li a,
LI.Expanded ul li a:visited,
LI.Expanded ul li a:hover {
    /*color: #faca0b;*/
    font-weight: normal;
	color:#000000;
}

LI.Collapsed {
    background: url(../img/Skins/arrow-white-right.gif) no-repeat left top;
}

LI.Collapsed ul {
    display: none;	
}

Li.Collapsed a,
Li.Collapsed a:visited,
Li.Collapsed a:hover {

font-weight:bold;
color: #ffffff;

}
.inner .child a:hover {
text-decoration:underline;
}

.inner .ActiveTab {
	color: #ffffff;
	/*color: #faca0b;*/
	font-weight:bold;
}
.inner #left #RelatedLinks{
	margin-top:3em;
	padding-top:1em;
	border-top: 2px solid #fff;
	width:150px;
}

.inner #left #RelatedLinks .Head {
	color:#AE044d;
	font: 10px Arial, Verdana, Helvetica, sans-serif;
}

.inner #left #RelatedLinksList {
	width: 146px;
}
.inner #left #RelatedLinksList ul li {
	padding-bottom: 5px;
}

.home #left {
	background:url(../img/Skins/bg-home-left.gif) repeat;
	position:relative;
	float:left;
	display:inline;
	width:540px;
/*	background-color:#242c39;*/
	padding-bottom:2em;
}

.home #left #caduceus{
	width:99px;
	height:196px;
	position:absolute;
	left:200px;
	top:280px;
	background:url(../../../../../www-wlbs.vet.upenn.edu/Portals/0/images/home/caduceus-trans.png) 
	no-repeat;
}

.inner #left #login {
	margin-top: 10px;
	padding:1em 0 1em 1em;
	color: #fff;
}

.inner #left #login a,
.inner #left #login a:visited {
	color: #fff;
}

.inner #left #login a:hover {
color:#faca0b;
}

.home #left {
	position:relative;
	float:left;
	display:inline;
	width:540px;
	padding-bottom:2em;
}

.home #left h2{
	position:relative;
	z-index:100;
	font:2.25em Times, "Times New Roman", Serif;
	font-weight:bold;
	color:#f4bc04;
	margin:.25em 0;
}

.home #left h3{
	position:relative;
	z-index:100;
	font:2em Times, "Times New Roman", Serif;
	font-weight:bold;
	color:#f4bc04;
	margin:.25em 0;
}

.home #left #discovery,
.home #left #welcome{
	position:relative;
	z-index:100;
	float:left;
	display:inline;
	margin:2em 2em 2em 2em;
}

.home #left #banner_home{
	margin-left:2em;
}

.home #left ul {
	list-style: none;
	list-style-type: none;
	margin:0;
	padding:0;
}

.home #left ul li{
	margin:.25em 0;
	list-style: none;
	list-style-type: none;
}

.home #left ul li a{
	color:#92c7fe;
}

.home #left img.sm{
	float:left;
	display:inline;
	margin-right:1em;
}

.home #left a{
	font-size:1em;
	color:#dce4ec;
}

.home #left #RotateImage {
padding:0;
margin:0;
width: 540px;
height:270px;
}

#foot {
	position:relative;
	z-index:100;
	clear:both;
	color:#fff;
	margin: 2em;
	font-size: .85em;
}



/* -- RIGHT -- */

.inner #right #foot, .feds #foot {
	padding-top: 20px;
	color:#003366;
	font: 10px Arial, Verdana, Helvetica, sans-serif;
}

.inner #right{
	float: left;
	display:inline;
	padding-bottom:10em;
	font-size: 1.1em;
	line-height: 1.5em;
	background-color:#fff;
	width:690px;
}

.inner #right .rightpad{
	float:left;
	display:inline;
	width:650px;
	padding-top: 20px;
	padding-left: 20px;
}

.inner #right h3 {
	font-size:1.4em;
}

.inner #right img {
	padding-right:10px;
	padding-bottom: 10px;
}

.inner #right .banner {
padding:0;
}

.home #right{
	padding-top:77px;
	float:left;
	display:inline;
	width:360px;
	background-color:#a9b7b7;
}

.home #right .rightpad{
	float:left;
	display:inline;
	margin:3em 2em 2em 2em;
}

.home #right #bodytext p {
	margin:1.8em 0;
	line-height:1.25em;
	width:300px;
}

.home #right #bodytext p img{
	float:left;
	display:inline;
	margin-right:1em;
}

.home #right h3{
	color:#242c39;
	font:2em Times, "Times New Roman", Serif;
}

.home #right .news{
	position:relative;
	z-index:100;
	bottom:0;
	left:10px;
	/*left:0px;*/
/*	background:url(images/news_background.jpg) no-repeat;*/
	float:left;
	display:inline;
/*	background-color:#7a7b6b;*/
	width:95%;
	/*width:100%;*/
	height:74px;
/*	color:#fff;*/
}

.home #right .news p{
/*	padding:5px 10px 0px 84px;*/
	padding:0px 10px 0px 25px;
}



.ArrowPointer {
color:#fff;
font-weight:bold;
}

/* Deb styles*/

.quote {

font-family: Verdana,Helvetica,Arial,sans-serif;

font-size: 10px;

font-style: italic;

color: #000000;

text-align: left;

text-indent: 20px;

}

/*CAPTION*/
.captionright	{
	float:right;
	width: 254px;
	padding: 4px 4px 4px 8px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	color: #333333;
}

.captionleft	{
	float:left;
	width: 254px;
	padding: 4px 8px 4px 4px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	color: #333333;

}

.caption {
font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	color: #333333;
	text-align: left;
}

.inner .contact {
	border: 1px solid black; 
	padding: 10px; 
	width: 220px; 
	background-color: rgb(204, 204, 153);
}
.NewsMenu a {
font-weight: bold;
}
.ListingItem {
margin-bottom: 10px;
clear: both;
}
.ListingItem a {
font-weight: bold;
}

.ListingItem img {
vertical-align: top;
float: left;
}
.articleSearchTable .articleTable {
background-color: transparent;
}
.articleSearchTable .NormalBold {
color: #036;
font-weight: bold;
}
.articleSearchTable .articleContentCell {
background-color:#ffffff;
}
.articleSearchTable .articleTopCell {
background-color: #ffffff;
border-style: none;
}
.articleSearchTable .articleFooterCell {
background-color: #ffffff;
border-style: none;
}
.HiddenFieldTop {
display: none;
background-color: #ffffff;
}
.HiddenFieldCell {
display: none;
background-color: #ffffff;
}
.articleTopCell,  .articleFooterCell  {
background-color: #627097;
}
.ecards td {
	padding-right: 5px;
}

.ecards tr {
	vertical-align: top;
}

.ecards .ecardslabel {
	font-weight: bold;
	color: #003366;
	width: 200px;
}

.feds_table {
	background-color:#ffffff;
	border: none;
	width: 845px;
	padding:0;
	margin:0;
}

.feds_table tr {
padding:0;
margin: 0;
}

.feds_table td a {
font-size: 12px;
margin: 0;
}

.VenexusSearch_Title {
font-weight: bold;
size: 110%;
}
.VenexusSearch_Desc {
font-size: 12px;
}

.VenexusSearch_Url {
	text-decoration: none; 
	color: #003366;
	font-size: 12px;
}
.VenexusSearch_Url:hover {
	text-decoration: underline; 	
	color: #990000;
}

.VenexusSearch_Url:active {
	text-decoration: 
	none; color: #003366; 
}

.VenexusSearch_Url:visited {
	text-decoration: none; 
	color: #000099; 
}


/* ------------------------
Links format added for opera browser
----------- */
.Normal A:link, .Normal A:visited, .Normal A:active
{
    text-decoration: none;
    color: #036;
	font-weight: bold;
	
}
.Normal A:hover
{
    text-decoration: underline;
    color: #F00;
}

/* ------------------------
From Default
-------------------*/
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
}

/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
    margin: 0;
   /* padding: 0;*/
    line-height: 1.1;
    font: 1em Arial, Verdana, Helvetica, sans-serif;
	/*font: 100% Arial, Verdana, Helvetica, sans-serif;*/
}

/* ================================
style for module titles
================================ */
.Head {
font-size: 1.4em;
margin-bottom: 14px;
color: #545d6c;
font-weight: normal;
font-family:Arial, Verdana, Helvetica, sans-serif;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  98%;
	/*font-size:  85%;*/
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  85%; 
}

/* ===============
button style for standard HTML buttons 
================== */
.StandardButton
{
	font-size: 90%;
}
.clear {
clear: both;
}


/* ACCORDITION */


.Normal >  p > span> a {
    display: block;
    list-style: none;
    color: #003366;
     
}
.Normal > p > span {
    color: #003366;
    font-weight: bold;
}
.Normal > p > span:hover {
    color: #8A2929;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}
.acc{
	margin-left: 0.5em;
}


#top-login-form{
	background: url(../img/Skins/top-login-form-bg.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 6px;
    position: relative;
    float: right;
    width: 460px;
}

#top-login-form .headertext {
    color: #FFFFFF;
    float: right;
    line-height: 30px;
    margin-right: 13px;
}

#top-login-form .headertext a {
    color: #FFFFFF;
    
}

#top-login-form #PACSLogInUsername, #top-login-form #PACSLogInPassword {
    background: url(../img/Skins/header-field-bg.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #939393;
    font-size: 11px;
    margin-right: 3px;
    padding: 3px 8px 3px 3px;
    position: relative;
    text-align: right;
    top: -2px;
    width: 139px;
}

#PACSLogInFormSubmit {
    background: url(../img/Skins/pacs-login-button-bg.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline;
    height: 22px;
    margin-left: -1px;
    padding: 2px;
    position: relative;
    top: -2px;
    width: 25px;
}

#callus{
	color: #FFFFFF;
    float: right;
    line-height: 30px;
    margin-right: 13px;
    width: 300px;
    height: 60px;
}

#callus h2{
	font-family: Arial;
	color: #FFFFFF;
    font-weight: normal;
}
#phone{
	width: 255px;
	margin-top: -5px;
}
#phone h1{
	font-family: Arial;
	color: #FFFFFF;
    font-weight: normal;
    font-size:20px;
}

.discl{
	width: 980px;
	margin: 0 auto;
	min-height: 50px;
	text-align: center;
	margin: 10px 20px 0 20px;
	padding-top: 25px;
}

/*Tim Nav Fix Overrides*/

#nav > ul > li > a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 45px !important;
    line-height: 20px;
    margin-top: 5px;
    max-width: 100px;
    text-align: center;
    word-wrap: break-word;
}

#nav span {
  display:block;
}

#home-nav span,
#hip-dysplasia-nav span,
#pennhip-method-nav span,
#veterinarians-nav span,
#training-nav span {

margin-top:10px;
}


#home-nav a {
  border-left:none !important;
}

div#callus {
  position:absolute;
  top:35px;
  right:20px;
  float:none;
  clear:both;
  margin:0;
}

#callus h2 {
	margin:0px;
}

div.headertext {
  float:none;
  clear:both;
  position:absolute;
  right:3px;
  top:0px;
}

#PACSLogInForm {
  padding-bottom:3px;
}

/*Button Styles*/

#front-videos-title {
	float:left;
}
a.blue-button {
	line-height: 40px;
	text-align: center;
	color: #FFF;
	background: #1B64A9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:block;
	font-weight:bold;
}

#front-videos {
	margin-bottom:20px;

}

#front-brochure {
	display:table;
	width:130px;
	float:right;
}

#front-left-video {
	display:table;
	float:right;

	width:130px;
	text-align:center;
}

#front-right-video {
	display:table;
	float:right;
	width:130px;
	text-align:center;
	margin-right:20px;
}

.center-title {
	text-align: center;
}

#front-videos-group-0 {
	float:right;
	display:table;
}

#front-videos-group-1 {
	float:right;
	display:table;
	margin-right:20px;
}

#top-content {
	margin-bottom:20px;
}