@charset "utf-8";
/* CSS Document */

/*
-------------------------------
		General layout
-------------------------------
*/
body {
	background-image:url(../Images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#294e7a;
	width: 800px;
	margin: 0px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-image:url(../Images/pawlist.gif);
}
img {
	border:0px;
}
a {
	color:#294e7a;
	font-weight:bold;
	text-decoration:none;
}
small {
	font-size:11px;
	font-weight:normal;
}
a:hover {
	color:#900;
}
#content {
	width: 800px;
}
#header {
	height: 100px;
	width: 800px;
	text-align:center;
}
#menu {
	height: 20px;
	width: 800px;
	padding:20px 0px;
	color:#FFF;
	font-weight:bold;
}
#menu a {
	color:#FFF;
}
#menu a:hover {
	color:#294e7a;
}
#HomePage #Home,
#ProductsPage #Products,
#WhyMontegoPage #WhyMontego,
#PetCarePage #PetCare,
#MontegoCaresPage #MontegoCares,
#ContactUsPage #ContactUs,
#LoginPage #Login,
#RegisterPage #Register,
#MyPetPage #MyPet,
#DistributorsPage #Distributors,
#AdminPage #Admin
{
	color:#900;
}
#links {
	float:left;
	padding-left:20px;
}
#adds {
	width:800px;
}
#footer {
	margin:15px 0 0 0;
	width:800px;
	color:#294e7a;
	font-weight:bold;
}
#footer a {
	color:#294e7a;
}
#members {
	float:right;
	padding-right:20px;
}
#members a {
	padding:0px 5px;
}
#links a {
	padding:0px 8px;
}
#htmlContent {
	padding:10px 20px;
}
table.myPet {
	border-collapse:collapse;
	width:756px;
}
td.main {
	width:100%px;
	vertical-align:top;
	padding-right:10px;
}
td.small {
	width: 250px;
	vertical-align:top;
}

.infoBox {
	border-collapse:collapse;
	width:250px;
	border:1px solid #C4C4C4;
}
.infoBox th {
	height:42px;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	vertical-align:middle;
	text-align:center;
	background-repeat:no-repeat;
}

th.greenBox {
	background-image:url(../Images/greenBox.jpg);
}
th.blueBox {
	background-image:url(../Images/blueBox.jpg);
}
th.redBox {
	background-image:url(../Images/redBox.jpg);
}
.infoBox td {
	padding:5px;
	vertical-align:top;
}
.infoBox ul {
	color:#900;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
.infoBox li {
	margin-left:2em;
}
.addPet {
	border-collapse:collapse;
	width:100%;
}
.addPet td {
	vertical-align:middle;
	padding:3px;
}
.addPet h2 {
	padding:0px;
	margin:0px;
	color: #900;
}
.addPet a {
	font-size:16px
}
.myPet hr {
}
#spacer {
	height:1px;
	width:100%;
	border-bottom:1px dashed #CCC;
}
.petlist {
	border-collapse:collapse;
}
.petlist th, .petlist td {
	padding:5px;
	border:1px solid #265288;
}
.petlist th {
	font-weight:bold;
	background-color: #75A7D9;
	color:#294e7a;
	height:35px;
}

/*
-------------------------------
		Text elements
-------------------------------
*/
h1 {
	color: #9F0000;
	font-weight:bold;
	font-size:18px;
}

/*
-------------------------------
		Forms
-------------------------------
*/
.cssform {
	text-align:left;
}

#formContent {
	margin-left:auto;
	margin-right:auto;
	width:450px;
	padding:20px;
}

#loginForm {
	margin-left:auto;
	margin-right:auto;
	width:450px;
	padding:20px;
}

.cssform h2 {
	padding:3px 0px;
	margin:0px;
	color:#294e7a;
}

.cssform p {
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px;
	border-top: 1px dashed gray;
	height: 1%;
}

.cssform .narrow p {
	width:200px;
	padding-left: 85px;
}

.cssform a {
	color:#294e7a;
	text-decoration:none;
}

.cssform label {
	font-weight: bold;
	float: left;
	margin-left: -155px; 
	width: 150px; 
}

.cssform .narrow label {
	width:50px;
	margin-left: -85px; 
}

.cssform input[type="text"], input[type="password"] {
	width: 180px;
}

.cssform input.button {
	width: 80px;
	height:30px;
	background:url(../Images/button.gif);
	border:none;
	color:#FFF;
	font-weight:bold;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.cssform textarea {
	width: 250px;
	height: 150px;
}

.cssform .narrow textarea {
	width: 180px;
	height: 150px;
}

/*	Targets IE6- ONLY to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html	*/
* html .threepxfix {
	margin-left: 3px;
}

/*
-------------------------------
		Messages
-------------------------------
*/
.errorMsg, .successMsg, .infoMsg {
	width:370px;
	border: 1px solid;
	padding:20px 10px 20px 70px;
	font-weight:bold;
	text-align:left;
}

.successMsg a {
	color:#294e7a;
	text-decoration:none;
	font-weight:bold;
}

.successMsg a:hover {
	color:#294e7a;
}

.successMsg small, .errorMsg small {
	font-size:11px;
	font-weight:normal;
}

.errorMsg {
	border-color:#FF9933;
	background:url(../Images/error.png) #FFF no-repeat;
}

.successMsg {
	border-color: #090;
	background:url(../Images/success.png) #FFF no-repeat;
}

/*
-------------------------------
		Pagination
-------------------------------
*/
a.paginate {
	border: 1px solid #900;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color: #900;
}
a.paginate:hover {
	background-color: #900;
	color: #FFF;
}
a.current {
	border: 1px solid #900;

	padding: 2px 6px 2px 6px;
	cursor: default;
	background: #900;
	color: #FFF;
	text-decoration: none;
}
span.inactive {
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding: 2px 6px 2px 6px;
	color: #999;
	cursor: default;
}
