/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{

}

TD {
color: #000033;
}

P {
color: #000033;
font-family: Tahoma, Verdana, Arial, sans-serif;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

TD.mainBackground {
	background-image: url(/Portals/townsvillevet/images/main_background.jpg);
}

.LogoPane, .TopPane1
{
width: 150px;
}

.ImagePane
{
background: url(/Portals/townsvillevet/HPimage.jpg);
background-image: url(/Portals/townsvillevet/HPimage.jpg);
background-position: top right;
background-repeat: no-repeat;
width: 235px;
vertical-align: bottom;
padding: 0px 10px 5px 0px;
}

.TopRight
{
background: url(/Portals/townsvillevet/images/top_right.jpg);
background-image: url(/Portals/townsvillevet/images/top_right.jpg);
background-position: top left;
background-repeat: no-repeat;
}

.LeftPane  { 
width: auto;
max-width: 233px;
padding: 0 5px 15px 5px;
}

.ContentPane  { 
padding: 0 5px 15px 5px;
}

.RightPane  { 
width: auto;
max-width: 233px;
padding: 0 5px 15px 5px;
}

.BottomPane1 {
width: 256px;
max-width: 256px;
}

.BottomPane2 {
width: 256px;
max-width: 256px;
}

.BottomPane3 {
width: 256px;
max-width: 256px;
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 14pt;
color: #cb0002;
}

.Cont1Title {
font-family: Tahoma, Verdana, Arial, sans-serif;
color: #0000ff;
font-size: 8pt;
text-transform: uppercase;
padding: 6px;
text-indent: -8px;
}

.Cont2Title {
font-family: Tahoma, Verdana, Arial, sans-serif;
color: #0000ff;
font-size: 8pt;
text-transform: uppercase;
padding: 6px;
text-indent: -8px;
}

.Cont7Title {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 14pt;
color: #cb0002;
padding: 8px;
text-indent: -8px;
}

.Cont7Content {
background: #ffffff;
background-color: #ffffff;
}

.Cont9MainTable {
margin-bottom: 10px;
}

/* style of item titles on edit and admin pages */
.SubHead    {
font-family: Tahoma, Verdana, Arial, sans-serif;
color: #0000ff;
font-size: 8pt;
text-transform: uppercase;
}

a.Subhead:link, a.Subhead:visited, a.Subhead:active {
font-family: Tahoma, Verdana, Arial, sans-serif;
color: #0000ff;
font-size: 8pt;
text-transform: uppercase;
}

a.Subhead:hover {
font-family: Tahoma, Verdana, Arial, sans-serif;
color: #0000ff;
font-size: 8pt;
text-transform: uppercase;
text-decoration: underline;
}

.TitleHeader, .CategoryHeader, .ModifiedDateHeader, .SizeHeader, .DownloadHeader {
text-transform: capitalize;
color: #000033;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */

.Normal {
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 8.5pt;
color: #000033;
line-height: 1.3;
}

.Normal TD {
font-size: 8.5pt;
}

.Normal TD IMG {
border: 5px solid #d8dde3;
margin: 3px;
}


.Caption {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 11pt;
font-style: italic;
line-height: 1.3;
}

A.Normal:link,A.Normal:visited,A.Normal:active,A.Normal:hover {
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 9pt;
color: #cb0002;
}
/* Black */
.Black {
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 9pt;
color: #000000;
}

A.Black:link,A.Black:visited,A.Black:active,A.Black:hover {
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 9pt;
color: #000000;
}

/* Normal Bold Text Color Classes */

/* NormalBold */
.NormalBold { font-family: Verdana, Arial, sans-serif; font-size: 8.5pt; color: #3D6991; font-weight: normal; text-decoration: none; }
A.NormalBold:link,A.NormalBold:visited,A.NormalBold:active,A.NormalBold:hover { font-family: Verdana, Arial, sans-serif; font-size: 8.5pt; color: #3D6991; font-weight: normal; text-decoration: underline; }
/* BlackBold */
.BlackBold { font-family: Verdana, Arial, sans-serif; font-size: 8.5pt; color: #000000; font-weight: bold; text-decoration: none; }
A.BlackBold:link,A.BlackBold:visited,A.BlackBold:active,A.BlackBold:hover { font-family: Verdana, Arial, sans-serif; font-size: 8.5pt; color: #000000; font-weight: bold; text-decoration: underline; }

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
line-height: 21px;
height: auto;
vertical-align: top;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
margin-right: 5px;
height: auto;
}

A.CommandButton:visited  {
height: auto;
}

A.CommandButton:hover    {
height: auto;
}
    
A.CommandButton:active   {
height: auto;
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */

H1  {
}

H2  {
margin-top: 52px;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 36px;
text-transform: uppercase;
color: #cb0002;
}

H3  {
margin-top: 1px;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 13pt;
color: #cb0002;
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
color: #cb0002;
text-decoration: underline;
font-family: Tahoma, Verdana, Arial, sans-serif;
}

A:visited   {
color: #cb0002;
text-decoration: underline;
font-family: Tahoma, Verdana, Arial, sans-serif;
}

A:hover {
color: #0000ff;
text-decoration: none;
font-family: Tahoma, Verdana, Arial, sans-serif;
}

A:active    {
color: #0000ff;
text-decoration: none;
font-family: Tahoma, Verdana, Arial, sans-serif;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 8.5pt;
color: #000033;
list-style-type: disc;
margin-left: -10px;
padding-left: 3px;
padding-bottom: 5px;
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
border: none 0;
border-top: 1px solid #CB0002;
width: 100%;
height: 1px;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 9pt;
padding-left: 3px;
}

.MainMenu_MenuIcon {
display: none;
}

.MainMenu_SubMenu {
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 9pt;
}

.MainMenu_SubMenu td {
height: 28px;
padding-left: 3px;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 9pt;
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

.MainMenu_TabRootMenuItemSel TD
{
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 9pt;
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

.Breadcrumb { vertical-align: baseline; font-family: Tahoma, Verdana, Arial, sans-serif; }
/* Breadcrumb link */
A.Breadcrumb:link,A.Breadcrumb:visited,A.Breadcrumb:active { vertical-align: baseline; font-family: Tahoma, Verdana, Arial, sans-serif; }

A.Breadcrumb:hover { vertical-align: baseline; font-family: Tahoma, Verdana, Arial, sans-serif; }

.Copyright, a.Copyright:link, a.Copyright:visited, a.Copyright:active, a.Copyright:hover {
vertical-align:baseline;
}

/* Image divs for clinic tour */

div.float {
  float: left;
  padding: 5px;
  
  }
  
div.float IMG {
border: 5px solid #d8dde3;
margin: 3px;
}

  
div.float p {
   text-align: center;
   }
   
div.spacer {
  clear: both;
  height: 10px;
  }

#facebook {
    margin-bottom: 0;
    margin-left: 54px;
margin-top:24px;
    width:313px;
}
.like{}
#facebook A.like:link, #facebook A.like:visited {
    background-image: url("facebook.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    height: 40px;
    padding-left: 95px;
    padding-top: 8px;
    position: relative;
    text-shadow: 0 0 1px #222222;
    font-weight:bold; font-size:13px;
    text-decoration:none;
}
#facebook A.like:hover {
    background-position: -330px top;
    color: #d3ecff;
}












