@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; }

ul {
	list-style-position:inside;
}

ol {
	list-style-position:inside;
}

img {
	border:0;
}

h1 {
	line-height:25px;
}

body { 
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
	padding:0px;
	background:url(../img/imgstyles/global/bg-pawprint.jpg) repeat #ffffff;
	font: Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:14px;
	text-align:center;
	color:#5a5a5a;
}

p {
	margin:0px;
	padding:0px;
}

/*link styles and different header styles */

a {
	color:#037bcc;
	text-decoration:none;
}

a:hover {
	color:#037bcc;
	text-decoration:underline;
}

hr {
	color:#5a5a5a;
	background-color:#5a5a5a;
	height:1px;
	border:none;
}

* html body {
   behavior: url("../scripts/csshover3.htc");
}

/*--global classes--*/
.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.titlepaw1 {
	background:url(../img/imgstyles/global/bg-titlepawdark.png) no-repeat;
	height:34px;
	line-height:34px;
	padding-left:50px;
	font-size:1.4em;
	font-weight:bold;
	color:#e1842c;
}

.titlepaw2 .date {
	font-size:11px;
	color:#333333;
	line-height:8px;
}

.titlepaw2 {
	background:url(../img/imgstyles/global/bg-titlepawdark.png) no-repeat;
	line-height:1.4em;
	padding-left:50px;
	font-size:1.4em;
	font-weight:bold;
	color:#e1842c;
	padding-top:5px;
}

.titlepaw1 .date {
	font-size:11px;
	color:#333333;
	line-height:8px;
}


.title1 {
	line-height:34px;
	font-size:1.3em;
	font-weight:bold;
	color:#e1842c;
}

.title2 {
	line-height:34px;
	font-size:1.3em;
	font-weight:bold;
	color:#e1842c;
}

.title3 {
	line-height:34px;
	font-size:1.5em;
	font-weight:bold;
	color:#037bcc;
}

.title4 {
	line-height:34px;
	font-size:1.3em;
	font-weight:bold;
	color:#037bcc;
}

.btn1 {
	background:url(../img/imgstyles/btn/btn-homeblock.png) no-repeat;
	height:34px;
	width:135px;
	line-height:34px;
	text-align:center;
	color:#ffffff;
	font-size:1.2em;
	display:block;
	cursor:pointer;
	font-weight:bold;
	border:none;
}

.btn1:hover {
	color:#333333;
	text-decoration:none;
}

/*form css*/
label.left {
	line-height:20px;
	float:left;
	width:100px;
	display:block;
}

.textbox1 {
	border:#5a5a5a 1px solid;
	background-color:#FFFFFF;
	width:275px;
	padding:3px 3px 3px 3px;
	height:20px;
}

.textbox2 {
	border:#5a5a5a 1px solid;
	background-color:#ffffff;
	width:353px;
	padding:3px 3px 3px 3px;
	height:20px;
}

.textbox3 {
	border:#5a5a5a 1px solid;
	background-color:#FFFFFF;
	width:200px;
	padding:3px 3px 3px 3px;
	height:20px;
}

.textarea1 {
	border:#5a5a5a 1px solid;
	background-color:#ffffff;
	width:275px;
	height:300px;
	padding:3px 3px 3px 3px;
}

.textarea2 {
	border:#5a5a5a 1px solid;
	background-color:#ffffff;
	width:400px;
	height:400px;
	padding:3px 3px 3px 3px;
}

.textarea-content {
	border:#5a5a5a 1px solid;
	background-color:#ffffff;
	width:100%;
	height:400px;
	padding:3px 3px 3px 3px;
}

.selectbox1 {
	border:#5a5a5a 1px solid;
	background-color:#ffffff;
	width:275px;
	height:20px;
	padding:3px 3px 3px 3px;
}

.radio-check {
	line-height:20px;
	margin-right:15px;
	float:left;
}

.divline1 {
	border-bottom: solid 1px #333333;
	clear:both;
}

.divline2 {
	border-bottom: solid 1px #17baf1;
	clear:both;
}

.divline3 {
	border-bottom: dotted 1px #333333;
	clear:both;
}

.red1 {
	color:#F00;
}

.yellow1 {
	color:#eab70d;
}

.green1 {
	color:#006600;
}

.bold {
	font-weight:bold;
}

.clear {
	clear:both;
	height:0px;
}

.statusmsg .error {
	background:url(../img/imgstyles/global/icon-redexclaim.png) no-repeat top left;
	line-height:30px;
	text-indent:35px;
	color:#F00;
	display:block;
}

.statusmsg .success {
	background:url(../img/imgstyles/global/icon-greencheck.png) no-repeat top left;
	line-height:30px;
	text-indent:35px;
	color:#0C0;
	display:block;
}

.statusmsg .alert {
	background:url(../img/imgstyles/global/icon-greencheck.png) no-repeat top left;
	line-height:30px;
	text-indent:35px;
	color:#0C0;
	display:block;
}