@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:url(images/pawbg000.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	}
h1{
	font-size:16px;
	}
a{
	color:#222;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
#container{
	width:928px;
	margin:auto;
	padding:0;
	}
#header{
	color:#FFFFFF;
	}
#top-nav{
	width:900px;
	padding:5px 20px;
	display:block;
	text-align:right;
	}
.logo{
	float:left;
	}
.search{
	float:right;
	padding-top:10px;
	color:#FFFFFF;
	}
.search a{
	color:#FFFFFF;
	}
.steps{
	margin:auto;
	padding:10px 0;
	width:400px;
	}
.steps img{
	vertical-align:middle;
	border:none;
	}
.signupbadge{
	padding-left:35px;
	}
#navigation{
	clear:both;
	width:868px;
	background:url(images/topnav.jpg) no-repeat center top;
	padding:25px 0 0 60px;
	margin:0;
	height:30px;
	}
#navigation ul{
	list-style-type:none;
	margin:0;
	padding:0
	}
#navigation ul li{
	padding-right:10px;
	display:inline;
	margin:0;
	}
#featured{
	width:873px;
	padding:30px 30px 10px 25px;
	background:url(images/pagebg.png) repeat-y;
	}
#main{
	width:888px;
	padding:15px 0 0 40px;
	background:url(images/searchbg.png) top no-repeat;
	height:250px;
	border-left:1pxs solid #000000;
	}
#content{
	background:#6699CC;
	width:580px;
	float:left;
	}
#right-sidebar{
	float:right;
	width:300px;
	padding-right:20px;
	background:#993399;
	}
#footer
{color:#FFFFFF;	background:url(./images/footerbg.png) no-repeat top center; padding:0; margin-top:10px; text-align:center; font-size:10px; height:100px;padding:10px 0;}
#footer a
{color:#FFFFFF; font-size:10px;}
#footer a:hover
{color:#CCC;}
.itty_link a:link 
        { color:#FFF; text-decoration:none; font-size: 11px; }
.itty_link a:active 
        { color:#FFF; text-decoration:none; font-size: 11px; }
.itty_link a:visited 
        { color:#FFF; text-decoration:none; font-size: 11px; }
.itty_link a:hover 
        { color:#333333; text-decoration:underline; font-size: 11px; }

.itty_link 
        {
        font-size:11px;
        color:#FFF;
        }
        
.itty_itty_link 
        {
        font-size:10px;
        }    
/*Start Calendar Style*/
input.calendar,
select.calendar {
	width: 149px;
}
.bigtitle img{
	border:none;
	}
button.calendar {
	background: url(images/calendar-icon.gif);
	border: 0;
	cursor: pointer;
	height: 20px;
	margin-right: 10px;
	width: 20px;
}
button.calendar:hover,
button.calendar.active {
	background-position: 0 20px;
}

button.calendar.active:focus{
	outline:none;
	}

div.calendar {
	background: url(images/dashboard.png);
	height: 175px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
}	
	div.calendar * {
		margin: 0;
		padding: 0;
	}	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 165px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.calendar caption {
		color: #00AAFF;
		font: normal 12px/17px Arial, Helvetica, sans-serif;
		padding-top: 4px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 11px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 16px;
		width: 11px;
	}
	div.calendar caption a.prev {
		background-image: url(calendar-prev.gif);
		left: 1px;
	}
	div.calendar caption a.next {
		background-image: url(calendar-next.gif);
		right: 1px;
	}
	div.calendar caption a:hover {
		background-position: 0 11px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after {
		content: ',';
	}

	div.calendar table {
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.calendar td,
	div.calendar th {
		border: 0;
		color: #999;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 19px;
		text-align: center;
		width: 21px;
	}
	div.calendar td {
		color: #333;
		font-size: 11px;
		padding-right: 5px;
		text-align: right;
		width: 16px;
	}
	div.calendar td.invalid {
		color: #666;
	}
	div.calendar td.valid {
		color: #FFF;
		cursor: pointer;
	}
	div.calendar td.active,
	div.calendar td.hover {
		color: #00AAFF;
		cursor: pointer;
	}
/*END CALENDAR STYLE*/ 
