/*
trackanimal.org CSS2 sheet
Copyright 2002 PawPrint.net 
Author: Scott W. Baker
*/

/*=================================================================================================================*/
body {
	background-color: #ffffff;
	color: #000000;
	border: 0;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}

td {
	background: transparent;
}
/*=================================================================================================================*/
td.nav1{
	border: 1px solid #ecf9f0;
	padding: 2px 7px 2px 7px;
	margin: 0 5px 0 0;
	text-align: center;
	font-size: x-small;
	color: #88c5ff;
	background: transparent;
}

td.nav1 a:link, td.nav1 a:visited {
  background: transparent;
  color: #332f6b;
}
td.nav1 a:hover, td.nav1 a:active {
  background: transparent;
  color: #ffffff;
}
/*=================================================================================================================*/
#sitedate{
	font-size:xx-small;
	text-align: right;
	color: #332f6b;
	background: transparent;
}
#bodycontent {
	background:#ffffff;
	color: #000000;
	margin: 0;
	padding: 10px 50px 20px 50px;
	border: 0;
}

div.pageitem {
   padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	background: #ffffff;
	color:#000000;
}

div.pageitem p {
	text-align: justify;
}

/*==================================================================================================*/
/*Table Grid Style*/

table.grid{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}

table.grid td{
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
}
table.grid th{
	border-bottom:2px solid #666666;
	border-right:1px solid #666666;
	
}
/*==================================================================================================*/
/*Table Info Style*/

table.info{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

table.info td{
   padding: 2px 2px 2px 5px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
table.info td strong{
	color: #663300;
}
table.info th{
   padding: 2px 2px 2px 5px;
   text-align: left;
	background: #003366;
	color: #ffffff;
	border-bottom:2px solid #cccccc;
	border-right:1px solid #cccccc;
}
/*===========================================*/

form {
	margin:  0;
	border:  0;
	padding: 0;
	display: inline-block;
}

fieldset {
	margin: 20px 20px 20px 20px;
	padding: 10px;
	border:0;
	display: block;
	background: #e6f2e6;
	color:#003300;
}

legend {
   margin: 0;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
	line-height: normal;
	vertical-align: baseline;
}

.required {
	color: #dc4d4d;
	background: transparent;
}

a:link, a:visited, a:hover, a:active {
	font-style : normal;
	text-decoration : none;
}

a:hover, a:active{
	color: #ff0000;
	background: transparent;
}

a:link, a:visited{
	color: #004180;
	background: transparent;
}


h1,h2, h3, h4, h5  {
	font-family : "AGaramond", "Garamond", "Minion", serif;
	background-color : transparent;
	font-style : normal;
	font-weight: normal;
	color : #332f6b;
   background: transparent;
}

h1 {
  font-size : 17pt;
  text-align : center;
}

h2  {
	font-size : 15pt;
}

h3  {
	font-size : 15pt;
}

h4  {
	font-size : 14pt;
	font-weight : normal;
	text-decoration : underline;
}

h5  {
	font-size : 12pt;
	font-weight : normal;
	text-decoration : underline;
}

div.formrow {
	margin-bottom: 10px;
	padding:0;
	text-align: left;
}

input.bluebox {
	border: 2px solid #88c5ff;
}

/*==================================================================================================*/
/*Form Styles*/
div.formrow {
	margin-bottom: 10px;
	padding:0;
	text-align: left;
}

input, select option {
	height: 20px;
	font-size: 10px;
	background: #cccccc;
	color: #000000;
	border: 2px solid #666666;
}

input.required, select.required option {
	border: 2px solid #cc0000;
	background: #ffcccc;
	color: #000000;
}
/*==================================================================================================*/
/*XDe Base Styles*/

th.userListDateTitle{
	text-align: left;
	border-top: 1px solid #cccccc;
	padding: 0 0 5px 0;
}

a.textbutton:hover, a.textbutton:link, a.textbutton:active, a.textbutton:visited {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #f1e1d2;
	border-top: 1px solid #f1e1d2;
	font-size: xx-small;
	font-weight: bold;
	margin: 2px 2px 0 0;
	color: #333333;
	font-family: verdana, sans-serif;
	text-decoration: none;
	background: #eeeeee;
	padding: 0px 3px 2px 3px;
}

a.textbutton:hover {
	background: #ffffcc;
	color: #996633;	
	border-left: 1px solid #996633;
	border-top: 1px solid #996633;
	border-right: 1px solid #f1e1d2;
	border-bottom: 1px solid #f1e1d2;
}

/*===================================================================================================*/
/*Gallery Styles*/
.galleryimage{
	border: 1px solid #333333;
}

.galleryitemtitle, .galleryalbumtitle, .gallerytitle {
	text-align: center;
	font-weight: bold;
}

.galleryalbumtitle{
   font-size: 12pt;
	color: #333333;
	padding: 0 0 5px 0;
}

.gallerytitleinfo, .galleryalbuminfo{
	text-align: center;
}

.galleryalbuminfo{
	padding: 5px 10px 5px 10px;
}

.galleryiteminfo, .galleryalbumiteminfo{
	font-size: xx-small;
	text-align: center;
	padding: 5px 10px 5px 10px;
	border: 1px solid #cccccc;
}
.galleryiteminfo{
	font-size: small;
}

/*===================================================================================================*/
/*News 3.0 Styles*/

h2.newsCategoryTitle{
	text-align: left;
	padding: 0 0 0 20px;
	margin:0;
}

table.newsItem{
	border:1px solid #004499;
	margin: 0 0 10px;
}
table.newsItem th{
	text-align: left;
	font-size: 12pt;
	color: #ffffff;
	background: #003366;
	padding: 2px 2px 3px 5px;
}
table.newsItem td.info{
	padding: 0 0 10px 0;
}
table.newsItem td.info h2.newsCategoryTitle{
	padding: 0 5px 0 0;
	font-size: 11pt;
	text-align: right;
	border-bottom: 1px solid #cccccc;
}

table.newsItem td.info div.newsItemDate{
	text-align:left;
	font-size: xx-small;
	padding: 1px 0 0 5px;
}

table.newsItem td.info p{
	padding: 10px 10px 0 10px;
}

table.newsItem td.details{
	padding: 2px 2px 10px 10px;
	font-size: x-small;
}

h3.newsCategoryDescription{
	text-align:left;
	padding: 0 0 20px 30px;
	margin: 0;
	font-size: 10pt;
	font-weight: 100;
	color: #333333;
	background: transparent;
}

img.newsImage{
	border: 1px solid #000066;
}

.newsAdminNote{
	font-weight: bold;
	color: #cc0000;
	background: #ffffff;
	margin: 0 0 0 10px;
	padding: 0 5px 0 5px;
	cursor: help;
	border:1px solid #660000;
}

.newsAdminInfo{
	color: #999999;
	font-weight:normal;
	background: #ffffff;
	margin: 0 0 0 5px;
	padding: 0 1px 0 1px;
	cursor: help;
	border:1px solid #cccccc;
	font-style: italic;
}

div.newsLatestItem{
}

h2.newsLatestTitle{
}

/*===================================================================================================*/
/*Help Styles: General*/

.help {
	color: #191970;
	background-color: white;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0 0 0 0;
}

.helpTitle {
   color: #191970;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	vertical-align: middle;
}

.helpHeading {
   color: #7C9EBF;
	text-align: left;
	font-weight: normal;
	font-size: 14pt;
	padding: 10pt 0pt 10pt 0pt;	
}

.helpFrame {
	color: #191970;
	margin: 10pt 0 0 0;
	padding: 10pt 5pt 5pt 5pt;
	border: 1px solid #B0C4DE;
	display: block; 
	background: White;
}

.helpFrameHeading {
	color: #7C9EBF;
	margin: 0 5pt 10pt 5pt;
	font-size: small;
	font-weight: bolder;
}

.helpTableheading {
   color: #7C9EBF;
	font-size: 11pt;
	text-align: left;
	font-weight: bolder;
}

.helpTableItem {
   color: #191970;
	font-size: 10pt;
	font-weight: normal;
	padding-right: 5pt;
}

.helpbox{
	color: black;
	font-size: 10pt;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	background: #f5f5f5;	
}

.helpnote{ color: #191970; font-weight: normal; font-style: italic; font-size: x-small;  }

.helpMessage {	
	color: red;	
	font-weight: normal;	
	font-style: italic; 
	text-align: left;
	padding: 0 0 5pt 0;
}
	
a.helpbutton:link, a.helpbutton:active, a.helpbutton:visited, a.helpbutton:hover{
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #666666;
	border-top: 2px solid #666666;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	margin: 2px 2px 2px 2px;
	color: #0000ff;
	font-family: verdana, sans-serif;
	text-decoration: none;
	background: #eeeeee;
	padding: 1px 2px 1px 2px;
	cursor:help;
	vertical-align: top;
}

a.helpButton:hover, input.helpButton:hover {
	background: #F0F8FF;
	color: #191970;	
	border-left: 2px solid #0000ff;
	border-top: 2px solid #0000ff;
	border-right: 2px solid #0000ff;
	border-bottom: 2px solid #0000ff;	
}

/*===================================================================================================*/
/*Help Styles: Menu*/

.helpMenu {
	color: #191970;
	background-color: #B0C4DE;
	font-size: 9pt;
	vertical-align: top;		
	padding: 5pt 3pt 5pt 3pt;
	margin: 0 0 0 0;
}

.helpMenuTitle {
   color: #191970;
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
	padding: 10pt 0pt 5pt 0pt;	
	border-bottom: 1px solid White;		
}

.helpMenuCategory {
	margin: 0 0 0 0;
	padding: 2pt 2pt 5pt 2pt;	
	border-bottom: 1px solid White;
}

.helpMenuActiveCategory {
	color: #191970;
	font-weight: bold;
	padding: 0px 2px 0px 2px;	
}

.helpMenuActiveTopic {
	color: #B22222;
	font-weight: bold;	
	padding: 0px 2px 0px 2px;	
}

a.helpMenuLink:link, a.helpMenuLink:active, a.helpMenuLink:visited, a.helpMenuLink:hover{
   font-style : normal;
	text-decoration : none;
	color: #191970;
	background: transparent;
	padding: 0px 2px 0px 2px;
	}

a.helpMenuLink:hover{
	text-decoration : none;
	background: #F0F8FF;
	border: 1px solid Navy;
}

/*===================================================================================================*/
/*Help Styles: Topic*/

.helpTopic {
	font-size: 10pt;
	text-align: left;
	vertical-align: top;	
	padding: 15pt 10pt 10pt 15pt;
	margin: 0 0 0 0;
	border-top: 1px solid #B0C4DE;
	border-bottom: 1px solid #B0C4DE;
}

.helpTopicTitle {
   color: #191970; /*#483D8B*/
	text-align: left;
	font-weight: normal;
	font-size: 14pt;
	padding: 5pt 0pt 0 0pt;	
}

.helpTopicFrame {
	color: #191970;
	border: 1px solid #B0C4DE;
	display: block; 
	background: White;
	margin: 10pt 0 0 0;
	padding: 0 10pt 10pt 10pt;
}

.helpTOC {
	color: #191970;
	background: White;
	font-size: 10pt;
	margin-bottom: 10pt;
	margin-top: 10pt;
}

.helpSeealso {
	background-color: #F0F8FF;
	color: #191970;	
	font-size: 10pt;
	text-align: left;
	margin: 10pt 0 5pt 0;
	border: 1px solid #B0C4DE;
	padding: 5pt 5pt 5pt 5pt;
}

.helpTopicLink:link, .helpTopicLink:active, .helpTopicLink:visited, .helpTopicLink:hover{
   font-style : normal;
	text-decoration : none;
	color: #191970;
	background: transparent;
	}

.helpTopicLink:hover{
	text-decoration : underline;
	background: transparent;
}

.helpReturnLink:link, .helpReturnLink:active, .helpReturnLink:visited, .helpReturnLink:hover{
   font-style : normal;
	text-decoration : none;
	text-align: left;	
	color: #7C9EBF;
	font-size: 12pt;
	font-weight: bolder;
	background: transparent;
	padding: 10pt 0pt 10pt 0pt;		
	}

.helpReturnLink:hover{
	text-decoration : normal;
	background: transparent;
	color: #191970;
}

/*===================================================================================================*/
/*Help Styles: Admin*/
a.helpAdminButton:link, a.helpAdminButton:active, a.helpAdminButton:visited, a.helpAdminButton:hover, 
input.helpAdminButton, input.helpAdminButton:active, input.helpAdminButton:visited, input.helpAdminButton:hover {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #F5F5F5;
	border-top: 1px solid #F5F5F5;
	font-size: x-small;
	margin: 2px 2px 0px 0;
	color: #666666;
	font-family: verdana, sans-serif;
	text-decoration: none;
	background: #eeeeee;
	padding: 0px 3px 2px 3px;
}

a.helpAdminButton:hover, input.helpAdminButton:hover {
	background: #fffaf0;
	color: #b22222;	
	border-left: 1px solid #b22222;
	border-top: 1px solid #b22222;
	border-right: 1px solid #b22222;
	border-bottom: 1px solid #b22222;	
}

/*===================================================================================================*/
