/* Global Body */
html
{
	overflow-x:hidden;
	overflow-y:scroll;	
}
body
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	background-color:#006699;
	color:#ffffff;
	margin:2px;
}
form
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;	
	margin:0px;
	padding:0px;
}
hr
{
	height:1px;
	border:1px;
}
h1
{
	/* Primary Header */

	padding-bottom:2px;
	font-family:verdana;
	font-size:20px;
	font-weight:bold;
	color:#006699;
	margin:0px;	
}
h2
{
	/* Sub Header */
	padding-bottom:5px;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#666;
	margin:0px;
	margin-bottom:15px;
	border-bottom:1px solid #aaa;
}
h3
{
	/* Paragraph Header */
	font-family:verdana;
	font-size:11px;
	letter-spacing:1px;
	font-weight:bold;
	color:#003366;
	margin:0px;	
}


h4
{
	/* Sec Header */
	font-family:verdana;
	font-size:14px;
	letter-spacing:1px;
	font-weight:bold;
	color:#666;
	margin:0px;
	text-align:center;	
}

h5
{
	/* Sec Sub Header */
	padding-bottom:5px;
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	color:#aaa;
	margin:0px;
	margin-bottom:0px;
	text-align:center;
}
h4#crm 
{
	font-family:verdana;
	font-size:16px;
	letter-spacing:1px;
	font-weight:bold;
	color:#27752a;
	margin:0px;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:10px;
	padding-left:2px;
}
h5#crm 
{
	padding-bottom:2px;
	padding-left:2px;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#669568;
	margin:0px;
	margin-bottom:0px;
	text-align:left;
}

img
{
	border:none;	
}
th 
{
	text-align:right;
	padding-right:2px;
	width:100px;
	vertical-align:text-top;
}
p
{
	margin:2px;
	margin-bottom:5px;
}

/* Global Link */
A:link
{
	color:#fff;
}
A:visited
{
	color:#FFF;
}
A:active
{
	color:#fff;
}
A:hover
{
	color:#CCC;
}
A:visited:hover
{
	color:#CCC;
}
A:active:hover
{
	color:#CCC;
}

/* Misc */
.required
{
	font-weight:bold;
	color:#006699;
	font-size:7pt;
}
.horizontalSpacer
{
	background:#fff;
	width:1px !important;
	font-size:0px;
}
.verticalSpacer
{
	background:#fff;
	height:1px !important;
	font-size:0px;
}

/* Global Site Design */
#site 
{
	width:1051px;
	height:100%;
	text-align:left;
}
#headerRight
{
	width:615px;
	height:180px;
	background-image:url(/images/headerRight.jpg);
	text-align:right;
	
}
#headerLeft
{
	width:436px;
	height:180px;
	background-image:url(/images/headerLeft.jpg);
}
#headerRightMembers
{
	width:615px;
	height:180px;
	background-image:url(/images/headerRight_Members.jpg);
	text-align:right;
}
#headerLeftMembers
{
	width:436px;
	height:180px;
	background-image:url(/images/headerLeft_Members.jpg);
}
.headerText
{
	/*
	position:relative;
	top:67px;
	left:275px;
	*/

	font-family:verdana;	
	font-size:11px;
	color:#333;	
}
.headerTextLI
{
	/*
	position:relative;
	top:67px;
	left:85px;
	*/

	font-family:verdana;	
	font-size:11px;
	color:#333;	
}
#bodyLeft
{
	width:30px;
	background-image:url(/images/bodyLeft.jpg);
}
#bodyRight
{
	width:30px;
	background-image:url(/images/bodyRight.jpg);
}
#bodyBottom
{
	height:37px;
	background-image:url(/images/bodyBottom.jpg);
	
	font-family:verdana;
	font-size:7pt;
	color:#CCC;
}

#bodyBottom A:link
{
	color:#fff;
}
#bodyBottom A:visited
{
	color:#fff;
}
#bodyBottom A:active
{
	color:#fff;
}
#bodyBottom A:hover
{
	color:#CCC;
}
#bodyBottom A:visited:hover
{
	color:#CCC;
}
#bodyBottom A:active:hover
{
	color:#CCC;
}

#bodyLeftb
{
	width:30px;
	height:37px;
	background-image:url(/images/bodyLeftb.jpg);
}
#bodyRightb
{
	width:30px;
	height:37px;
	background-image:url(/images/bodyRightb.jpg);
}

#topBarLoginForm
{
	height:23px !important;
	border:1px solid #aaa;
	background-image:url(/images/deviderBg.jpg);
	width:145px;
	padding-left:3px;
	padding-right:3px;
	
	font-family:verdana;	
	font-size:7pt;
	color:#333;	
}

.textSmallInput
{
	font-family:verdana;	
	font-size:7pt;
	color:#333;	
	border:1px solid #aaa;
	height:12px;
	width:80px;
	background-image:url(/images/smltextBoxBg.gif);
}

.textSmallInputFocus
{
	font-family:verdana;	
	font-size:7pt;
	color:#fff;	
	border:1px solid #003366;
	height:12px;
	width:80px;	
	background-image:url(/images/smltextBoxFocusBg.gif);
}

.textInput
{
	font-family:verdana;	
	font-size:8pt;
	color:#333;	
	border:1px solid #aaa;
	height:15px;
	background-image:url(/images/textBoxBg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f0f0f0;
}

.textInputFocus
{
	font-family:verdana;	
	font-size:8pt;
	color:#fff;	
	border:1px solid #003366;
	height:15px;
	background-image:url(/images/textBoxFocusBg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#003366;
}

#topBarClassifieds
{
	height:23px;
	border:1px solid #aaa;
	background-image:url(/images/deviderBg.jpg);
	width:auto;
	
	text-align:center;
	
	font-family:verdana;	
	font-size:11px;
	color:#333;		
}

#topBarClassifieds A:link
{
	color:#003366;
}
#topBarClassifieds A:visited
{
	color:#003366;
}
#topBarClassifieds A:active
{
	color:#003366;
}
#topBarClassifieds A:hover
{
	color:#666;
}
#topBarClassifieds A:visited:hover
{
	color:#666;
}
#topBarClassifieds A:active:hover
{
	color:#666;
}

.topBarButton
{
	height:23px;
	border:1px solid #003366;
	background-image:url(/images/deviderButtonBg.jpg);
	width:75px;
	
	text-align:center;
	margin-left:1px;
	font-family:verdana;	
	font-size:11px;
}
.topBarButtonOver
{
	height:23px;
	border:1px solid #006699;
	background-image:url(/images/deviderButtonOverBg.jpg);
	width:75px;
	
	text-align:center;
	margin-left:1px;
	font-family:verdana;	
	font-size:11px;
}


#featuredDogs
{
	height:145px;
	border:1px solid #aaa;
	background-image:url(/images/featuredBg.jpg);
	
	font-family:verdana;	
	font-size:11px;
	color:#333;		
}

#featuredDogs A:link
{
	text-decoration:none;
}
#featuredDogs A:visited
{
	text-decoration:none;
}
#featuredDogs A:active
{
	text-decoration:none;
}
#featuredDogs A:hover
{
	text-decoration:none;
}
#featuredDogs A:visited:hover
{
	text-decoration:none;
}
#featuredDogs A:active:hover
{
	text-decoration:none;
}


.featuredLeft
{
	width:75px;
	height:145px;
	border:0px;
	background-image:url(/images/featuredLeft.jpg);
}
.featuredRight
{
	width:75px;
	height:145px;
	border:0px;
	background-image:url(/images/featuredRight.jpg);
}
.featuredLeftOver
{
	width:75px;
	height:145px;
	border:0px;
	background-image:url(/images/featuredLeftOver.jpg);
}
.featuredRightOver
{
	width:75px;
	height:145px;
	border:0px;
	background-image:url(/images/featuredRightOver.jpg);
}
.featuredText
{
	font-family:verdana;	
	font-size:7pt;
	color:#fff;

	text-align:left;
	width:147px;
	height:103px;
	
	padding-left:2px;
	
 	border:2px solid #fff; 
	
	background:#003366; 
	background-image:url(/images/featuredTextBg.gif);
}
.menuBarButton
{
	height:23px;
	border:1px solid #003366;
	background-image:url(/images/deviderButtonBg.jpg);
	
	width:auto;
	
	padding-left:10px;
	padding-right:10px;
	
	text-align:center;
	margin-left:1px;
	font-family:verdana;	
	font-size:11px;
}
.menuBarButtonOver
{
	height:23px;
	border:1px solid #006699;
	background-image:url(/images/deviderButtonOverBg.jpg);
	
	width:auto;

	padding-left:10px;
	padding-right:10px;

	text-align:center;
	margin-left:1px;
	font-family:verdana;	
	font-size:11px;
}
#menuBarTitle
{
	height:23px;
	border:1px solid #aaa;
	background-image:url(/images/deviderBg.jpg);
	width:auto;
	text-align:center;
	
	font-family:verdana;	
	font-size:11px;
	color:#333;	
}

#innerBody 
{
	border:1px solid #aaa;
	width:auto;
	padding:1px;
	
	font-family:verdana;	
	font-size:11px;
	color:#666;				
}
#innerBody A:link
{
	color:#003399;
	text-decoration:none;
}
#innerBody A:visited
{
	color:#003399;
	text-decoration:none;	
}
#innerBody A:active
{
	color:#003399;
	text-decoration:none;	
}
#innerBody A:hover
{
	color:#666;
	text-decoration:underline;	
}
#innerBody A:visited:hover
{
	color:#666;
	text-decoration:underline;	
}
#innerBody A:active:hover
{
	color:#666;
	text-decoration:underline;	
}

#button A:link
{
	color:#fff;
	text-decoration:none;
}
#button A:visited
{
	color:#fff;
	text-decoration:none;	
}
#button A:active
{
	color:#fff;
	text-decoration:none;	
}
#button A:hover
{
	color:#fff;
	text-decoration:none;	
}
#button A:active:hover
{
	color:#fff;
	text-decoration:none;	
}
#button A:visited:hover
{
	color:#fff;
	text-decoration:none;	
}

#footerBarRight
{
	height:25px;
	width:2px;
	font-size:1px;	
	background-image:url(/images/footerBarRight.jpg);
}
#footerBarMid
{
	height:25px;
	width:987px;
	background-image:url(/images/footerBarMid.jpg);
	padding-left:1px;
	padding-right:1px;
	
	font-family:verdana;	
	font-size:11px;
	color:#666;	
}
#footerBarLeft
{
	height:25px;
	width:2px;
	font-size:1px;
	background-image:url(/images/footerBarLeft.jpg);		
}
#siteLinks A:link
{
	color:#666;
	text-decoration:none;
}
#siteLinks A:visited
{
	color:#666;
	text-decoration:none;	
}
#siteLinks A:active
{
	color:#666;
	text-decoration:none;	
}
#siteLinks A:hover
{
	color:#003399;
	text-decoration:underline;	
}
#siteLinks A:visited:hover
{
	color:#003399;
	text-decoration:underline;	
}
#siteLinks A:active:hover
{
	color:#003399;
	text-decoration:underline;	
}
#bodyContent
{
	width:991px;
	background:#fff;
	color:#333;
}
#pageTitle 
{
	height:23px;
	border:1px solid #aaa;
	background-image:url(/images/deviderBg.jpg);
	width:75px;
	
	text-align:center;
	margin-left:1px;
	font-family:verdana;	
	font-size:11px;
	
	color:#333;
	padding-left:50px;
	padding-right:50px;
	text-align:center;
}
#pageHTMLTitle
{
	height:23px;
	border:1px solid #003366;
	background-image:url(/images/deviderButtonBg.jpg);
	width:auto;
	
	text-align:center;
	
	font-family:verdana;	
	font-size:11px;
	color:#fff;		
}

#subtitle
{
	width:125px;
	height:17px;
	font-size:7pt;
	color:#fff;
	background-image: url(/images/subTitleBg.gif);
	position:relative;
	padding-top:1px;
	margin:0px;
	
}
#formTitleRow
{
	background-image:url(/images/deviderBg.jpg);
	border:1px solid #aaa;
	color:#333;
	text-align:center;
	height:21px;
	font-size:7pt;
}
#formFieldTitle
{
	background:#f0f0f0;
	border:1px solid #aaa;
	color:#666;
	font-size:7pt;
	text-align:right;
	height:23px;
	width:150px;
	padding-right:5px;
	padding-left:5px;
	
	font-weight:bold;

	background-image:url(/images/formTitleBg.gif);
	background-repeat:repeat-x;
	background-position:top;
	
	vertical-align:text-top;
	padding-top:8px;
}
#formFieldTitle_reg
{
	background:#ccc;
	border:1px solid #aaa;
	color:#333;
	text-align:right;
	height:23px;
	padding-right:5px;
	padding-left:5px;
	font-weight:bold;
	width:200px;
}
#formFieldInfo
{
	background:#ccc;
	border:1px solid #aaa;
	color:#333;
	text-align:left;
	height:23px;
	padding-right:5px;
	padding-left:5px;
	font-weight:8pt;
}
#formFieldValue
{
	background:#ccc;
	border:1px solid #aaa;
	color:#333;
	text-align:left;
	height:23px;
}
#formFooterRow
{
	background-image:url(/images/deviderBg.jpg);
	border:1px solid #aaa;
	height:21px;
	color:#333;
	padding-right:2px;
	text-align:right;	
}

.formButton
{
	height:21px;
	border:1px solid #003366;
	background-image:url(/images/deviderButtonBg.jpg);

	color:#fff;
	text-align:center;
	font-family:verdana;	
	font-size:7pt;
	
	cursor:pointer;
}
.formButton:hover
{
	height:21px;
	border:1px solid #006699;
	background-image:url(/images/deviderButtonOverBg.jpg);

	color:#fff;
	text-align:center;
	font-family:verdana;	
	font-size:7pt;
}
.formButtonOver
{
	height:21px;
	border:1px solid #006699;
	background-image:url(/images/deviderButtonOverBg.jpg);

	color:#fff;
	text-align:center;
	font-family:verdana;	
	font-size:7pt;
}

select 
{
	font-size:8pt;
	padding:3px;
}

table.submenu
{
	text-align:right;
	background-image:url(/images/submenuBtnBg.gif);
	height:21px;
	width:142px;
}

table.submenuCurrent
{
	text-align:right;
	background-image:url(/images/submenuBtnBgCurrent.gif);
	height:21px;
	width:142px;
}

table.submenu:hover
{
	text-align:right;
	background-image:url(/images/submenuBtnBgOver.gif);
	height:21px;
	width:142px;
}

#subMenu A:link
{
	color:#666;
}
#subMenu A:visited
{
	color:#666;
}
#subMenu A:active
{
	color:#666;
}
#subMenu A:hover
{
	color:#CCC;
	text-decoration:none;
}
#subMenu A:visited:hover
{
	color:#CCC;
	text-decoration:none;	
}
#subMenu A:active:hover
{
	color:#CCC;
	text-decoration:none;	
}

#myPCHeader
{
	width:967px;
	height:109px;
	background:url(/images/mypcHeader.gif);
	
	vertical-align:bottom;
	text-align:center;
}

th.list 
{
	width:auto;
	text-align:center;
	
	border:1px solid #aaa;

	height:18px;
	padding-right:5px;
	padding-left:5px;
	padding-top:4px;
	
	font-weight:bold;
	font-size:7pt;
	color:#666;

	background:#f0f0f0;
	background-image:url(/images/formTitleBg.gif);
	background-repeat:repeat-x;
	background-position:top;	
}
td.list
{
	width:auto;
	text-align:center;
	border:1px solid #aaa;
}

/*Paging Button*/

#paging_button
{
	height:16px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;	
	background:#ccc;
	color:#999;
	cursor:pointer;
	background-image:url('../images/pagingGlare.gif');
	background-position:top;
	background-repeat:repeat-x;
}

#paging_button:hover
{
	height:16px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;	
	border-left:1px solid #999;
	border-right:1px solid #999;	
	background:#999;
	color:#fff;
	cursor:pointer;
	background-image:url('../images/pagingGlareSelected.gif');
	background-position:top;
	background-repeat:repeat-x;	
}

#paging_buttonSelected
{
	height:16px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;	
	border-left:1px solid #999;
	border-right:1px solid #999;	
	background:#999;
	color:#fff;
	background-image:url('../images/pagingGlareSelected.gif');
	background-position:top;
	background-repeat:repeat-x;
	cursor:not-allowed;	
}

#paging_border
{
	border:1px solid #aaa;
}

#pagingBtn
{
	padding:3px;
	padding-top:6px;	
	width:27px;
	height:19px;
	background-image:url('../images/paging_btn.gif');
	cursor:pointer;
	text-align:center;
}

#pagingBtn:hover
{
	padding:3px;
	padding-top:6px;	
	width:27px;
	height:19px;
	background-image:url('../images/paging_btnOver.gif');
	cursor:pointer;
	text-align:center;	
}

#pagingBtn_disabled
{
	padding:3px;
	padding-top:6px;
	width:27px;
	height:19px;
	background-image:url('../images/paging_btnDisabled.gif');
	color:#aaa;
	cursor:not-allowed;
	text-align:center;	
}

#paging_button A:link
{
	color:#333;
}
#paging_button A:visited
{
	color:#333;
}
#paging_button A:active
{
	color:#333;
}
#paging_button A:hover
{
	color:#333;
	text-decoration:none;	
}
#paging_button A:visited:hover
{
	color:#333;
	text-decoration:none;
}
#paging_button A:active:hover
{
	color:#333;
	text-decoration:none;
}
#pagingBtn A:link
{
	color:#333;
}
#pagingBtn A:visited
{
	color:#333;
}
#pagingBtn A:active
{
	color:#333;
}
#pagingBtn A:hover
{
	color:#333;
	text-decoration:none;
}
#pagingBtn A:visited:hover
{
	color:#333;
	text-decoration:none;
}
#pagingBtn A:active:hover
{
	color:#333;
	text-decoration:none;	
}

.catButton
{
	padding:2px;
}
.catButton:hover
{
	background:#f0f0f0;
	cursor:pointer;
	padding:2px;	
}
.catSelected
{
	background:#003366;
	color:#fff;
	padding:2px;
}

table.listing {
	border: 1px solid #5e8a5f;
	width: 100%;
	border-collapse:collapse;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
table.listing TH {
	background-color: #ababab;
	background-image: url('http://www.puppycompanion.com/images/listingHeader.jpg');
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 3px;
	text-align: left;
	border-bottom: 1px solid #CCC;
	color:#d3e6d4;
	height: 18px;
}

.button
{
	font-family:verdana;
	font-size:10px;	
	background-image: url('http://www.puppycompanion.com/images/listingHeader.jpg');
	background-repeat: repeat-x;
	border:1px solid #81b383;
	font-weight:bold;
	text-transform:uppercase;
	color:#d8f3d9;
	padding:5px;
	padding-left:10px;
	padding-right:10px;	
}

.button:hover
{
	font-family:verdana;
	font-size:10px;	
	background-image: url('http://www.puppycompanion.com/images/listingHover.jpg');
	background-repeat: repeat-x;
	border:1px solid #81b383;
	font-weight:bold;
	text-transform:uppercase;
	color:#386c3a;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}

.listing a:link {
	text-decoration: none;
	color: #7aa17c !important;
}
.listing a:visited {
	text-decoration: none;
	color: #7aa17c !important;
}
.listing a:active {
	text-decoration: none;
	color: #7aa17c !important;
}
.listing a:hover {
	text-decoration: underline;
	color: #b3d6b4 !important;
}
.listing a:visited:hover {
	text-decoration: underline;
	color: #b3d6b4 !important;
}
.listing a:active:hover {
	text-decoration: underline;
	color: #b3d6b4 !important;
}



.listing th a:link {
	text-decoration: none;
	color: #d3e6d4 !important;
}
.listing th a:visited {
	text-decoration: none;
	color: #d3e6d4 !important;
}
.listing th a:active {
	text-decoration: none;
	color: #d3e6d4 !important;
}
.listing th a:hover {
	text-decoration: underline;
	color: #375638 !important;
}
.listing th a:visited:hover {
	text-decoration: underline;
	color: #375638 !important;	
}
.listing th a:active:hover {
	text-decoration: underline;
	color: #375638 !important;
}

.formField {
	text-align:right;
	font-weight:bold;
	background-color:#EEE;
	color:#666;
	padding-right:5px;
	padding-left:10px;
	width:35%;
}

select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	background-color:#EEE;
	color: #000000;
	font-size: 11px;
	width:100%;
	height:25px;
}
textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	background-color:#EEE;
	color: #000000;
	font-size: 11px;
}

input.text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	background-color:#EEE;
	color: #000000;
	font-size: 11px;
	width:100%;
	height:20px;
}

.cmdRow {
	background:url('http://www.puppycompanion.com/images/gradGrey2.gif');
	border-top:1px solid #ccc;
	height:25px;
	text-align:center;
}
.titleRow {
	background:url('http://www.puppycompanion.com/images/gradGrey2.gif');
	border-bottom:1px solid #ccc;
	height:25px;
}

#messageContainer
{
	width:98%;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#packages TD {
	padding: 4px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
}

#packages TH {
	text-align: left;
	padding: 4px;
	background-color: #FF6600;
	background-image:url('/images/cellBg_orange.gif');
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	border-right: 0px;
	border-top: 1px solid #999999;
	border-left: 0px;
}

.packagesTitle {
	background-color: #006699 !important;
	background-image:url('/images/cellBg_blue.gif');	
	color: #FFFFFF;
	font-weight: bold;	
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 0px;
	border-bottom: 1px solid #DDDDDD !important;
}
