﻿/* Defines the appearance of links throughout the page */
    A:link { 
	text-decoration: none;
	color: #330033;
	font-weight: bold;
}
	A:visited {
	color: #330033;
	font-weight: bold;
	text-decoration: none;	
}
	A:active { 
	color: #330033;
	text-decoration: underline;
}
	A:visited:hover {
	text-decoration: underline;
	color: #330033;
	font-weight: bold;
}
    A:hover {
	text-decoration: underline;
	color: #330033;
	font-weight: bold;
}

/* Defines the appearance of the entire left column */
.leftcol {
	float: left;
	width: 125px;
	background-color: #FFFFFF;
	color: #990000;
}

/* Defines the location and appearance of individual Navigation Boxes */
.navbox {
	background-color: #FFFFFF;
	width: 125px; 
	color: #990000;	
	border-style: solid;
	border-color: #990000;
	border-width: thin;
	margin-top: 15px;
}

/* Defines the style of the Header for Links inside the NavBox above */
.navheader {
	width: 125px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0.5em 0em 0.7em 0em;
	background-color: #990000;
	color: #FFFFFF;
	margin-top: 0px;
	overflow: hidden;	
}

/* Defines the appearance of the links inside the NavBox and below the NavHeader */
.navlinks {
	width: 125px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 12px;
	padding: 0px 0px 5px 0px;
	background-color: #FFFFFF;
	color: #330033;
	overflow: hidden;	
}
/* Unactive */
.navlinks A:link {
	text-decoration:none;
	color: #330033;
	font-weight:bold;
}

/* Visited */
.navlinks A:visited {
	color: #330033;
	font-weight:bold;
	text-decoration: none;	
}

/* Just Clicked */
.navlinks A:active {
	color:#330033;
}

/* Hover */
.navlinks A:hover {
	text-decoration: underline;
	color: #330033;
}
/* Defines how Text Appears in Nav Box */
.navtext {
	width: 125px;
	font-family:'Times New Roman', Times, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0em 5px 0em;
	background-color: #FFFFFF;
	color: #330033;
	overflow: hidden;
	border-bottom: 1px dotted #990000; 
}
/* Defines the Main Column */
.maincol {
	width: 590px;
	margin-left: 165px;
	margin-top: 10px;
	background-color: #FFFFFF;
}
	
/* Defines the Appearance of the Headlines in the Main Column */
.textHeadline {
    padding: 10px 10px 5px 15px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
	color: #990000;
	text-transform: none;
	

}

/* Defines the Appearance of the body text in the Main Column */
.maintext {
	font-family:'Times New Roman', Times, serif;
	font-size: 16px;
	text-align: left;
	text-indent: 1.5em;
	background-color: #FFFFFF;
	color: #330033;
	margin: 0px;
	padding: 10px 2em 2em 2em;
	text-transform: none;
	font-weight:normal;
}
/* Used to report form entry erros */
.errorreport {
	font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	background-color: #FFFFFF;
	color: #990000;
	margin: 10px;
	padding: 25px;
	padding-left: 15px;
	text-transform: none;
    border-style: dotted;
	border-width: 1px;
	border-color: #7C3900;
}
.errorheadline {
font-weight:bold;
text-align:center;
}
/*Defines the Appearance of the Footer on the page. This is centered inside the maincol*/
.footer {
	clear: left;
	font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	background-color: #FFFFFF;
	color: #990000;
	margin: 0px 0px 20px 0px;
	padding: 5px;
	text-transform: none;
	border:1px solid #990000;
}

/* Simply for the Tiny Copyright at Bottom */
.copyrt {
	clear: left;
	font-family: 'Times New Roman', Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 5px 20px 0px 20px;
	text-transform: none;
}

/* This is the table style for the user forms */

table.form {
	border-collapse: separate;
	background-color: white;
	color:#330033;
	width:550px;
	border:none;
}

table.form th {
	padding: 1px;
	background-color: white;
	font-size:22px;
	font-weight: bold;
	border-bottom: 1px dashed #990000;
}

table.form td {
	padding: 2px;
	background-color: white;
}
/* Used for shelterinfo generalinfo and adoptioninfo */
.maincollist {
	width: 560px;
	margin-left: 160px;
	margin-top: 15px;
	background-color: #FFFFFF;
	border: 1px dotted #000000;
	font-size:16px;
	padding-top:15px;
	padding-left:15px;
}

.ulcat {
	list-style-position: inside;
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0px;
}

.licat {
	list-style-position: outside;
	list-style-type: none;
	font-size: 16px;
	border: none;
	padding-top: 5px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #990000;		
}


.licat A:link {
    color: #330033;
    text-decoration: none;
	font-weight:bold;
}

.licat A:active {
    color: #330033;
	font-weight:bold;
} 

.liitem A:visited {
	color: #330033;
	font-weight:bold;
	text-decoration: none;	
}

.licat A:hover {
	text-decoration: underline;
	color: #330033;
	font-weight:bold;
}

.ulitem {
	list-style-position: inside;
	list-style-type: circle;
	border: none;
	font-size: 14px;
	font-weight: bold;
}

.liitem {
	list-style-position: inside;
	list-style-type: circle;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #990000;	
	text-indent: 0px;
}

.liitem A:link {
    color: #330033;
    text-decoration: none;
	font-weight: bold;
}

.liitem A:visited {
	color: #330033;
	font-weight:bold;
	text-decoration: none;	
}

.liitem A:active {
    color: #330033;
	font-weight: bold;
} 

.liitem A:hover {
    color: #330033;
	text-decoration: underline;
	font-weight: bold;
}

.faqq {
    font-family: 'Times New Roman', Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	text-indent: 0em;
	color: #990000;
	margin: 0px;
	padding: 75px 5px 0px 5px;
}

.faqa {
    font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align:left;
	text-indent: 2em;
	color: #330033;
	margin: 0px;
	padding: 10px 5px 0px 2em;
}
/* Used for Sitemap, Vets and Hospitals */
    .container {
	border: 2px solid #990000;
	padding: 5px 25px 5px 25px;
	height: 300px;
	font-size: 12px;
	font-weight: normal;
	margin-top:15px;
}
    .vetcontainer {
	border: 2px solid #990000;
	padding: 5px 5px 5px 5px;
	height: auto;
	font-size: 12px;
	font-weight: normal;
	margin-top:15px;
}
    .tableheader {
	background-color:#990000;
	padding: 3px 5px 3px 5px;
	color:white;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}

.tableheader A:link { 
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.tableheader A:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;	
}

.tableheader A:active { 
	color: #ffffff;
	text-decoration: none;
}

.tableheader A:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background-color: #990000;
}

.tableentry {
    text-align:center;
	text-transform:none;
	font-size:14px;
	color:#330033;
	font-weight:normal;
}

.tableentry A:link { 
	text-decoration: none;
	color: #330033;
	font-weight: bold;
}

.tableentry A:visited {
	color: #330033;
	font-weight: bold;
	text-decoration: none;	
}

.tableentry A:active { 
	color: #330033;
	text-decoration: none;
}

.tableentry A:hover {
	text-decoration: underline;
	color: #330033;
	font-weight: bold;
	background-color: #ffffff;
}

