/*TAGS*/

body {
	color: #343466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EFEFFF;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:active {
	font-weight: bold;
	color: #343466;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF9966;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #343466;
	display: inline;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #343466;
	line-height: 14px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #343466;
	display: inline;
}

/*IDS*/

#header {
	width: 100%;
	height: 70px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	color: #333366;
	white-space: nowrap;
	background-image: url(header_mid.jpg);
	background-repeat: repeat-x;
}
#headerleft {
	text-align: center;
	vertical-align: middle;
	background-image: url(header_bg.jpg);
	background-repeat: repeat-x;
}
#headerright {
	width: 200px;
	text-align: left;
	vertical-align: middle;
	background-image: url(header_bg.jpg);
	background-repeat: repeat-x;
}
#headerright a:link, #headerright a:visited, #headerright a:active {
	color: #FFFFBB;
	text-decoration: none;
}
#headerright a:hover {
	color: #FF9966;
	text-decoration: none;
}
#header_login {
	padding-left: 15px;
}
#header_logout {
	text-align: center;
	padding: 0;
}
#nav {
	padding-left: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #333366;
	word-spacing: 0.5em;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #343466;
	border-left-color: #343466;
	background-color: #FFFFDD;
	padding-top: 2px;
	padding-bottom: 2px;
}
#navright {
	float: right;
	margin-right: 15px;
	word-spacing: 0em;
}
#nav2 {
	padding-left: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #333366;
	word-spacing: 0.5em;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #343466;
	border-left-color: #343466;
	background-color: #FFFFDD;
	padding-top: 2px;
	padding-bottom: 2px;
}
#navright2 {
	float: right;
	margin-right: 15px;
	word-spacing: 0.2em;
}
#nav .highlight {
	color: #FF9966;
}
#nav2 .highlight {
	color: #FF9966;
}
#title {
	background-color: #C5C5D5;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-right-color: #AAAADC;
	border-bottom-color: #AAAADC;
	border-left-color: #AAAADC;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#titleright {
	float: right;
}
#content {
	font-size: small;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#footer {
	font-size: 10px;
	font-weight: bold;
	background-color: #C5C5D5;
	text-align: center;
	clear: both;
}
#newdogs {
	font-size: 12px;
	text-align: center;
	color: #343466;
	background-color: #C5C5D5;
	padding-top: 5px;
	margin-left: 20px;
	float: right;
	width: 260px;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C5C5D5;
}
#newdogs img {
	vertical-align: top;
	float: left;
	padding-right: 5px;
}
#newbottom {
	background-color: #EFEFFF;
}
#picture {
	float: right;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: #FFCC66 thin ridge;
}
#details {
	margin-left: 10px;
	padding: 10px;
	border-left: #C5C5D5 thin solid;
}
#trial {
	position:absolute;
	right:0px;
	top:96px;
	width:300px;
	z-index:10;
	background-color: #C5C5D5;
	border: #FFCC66 thin ridge;
	text-align: center;
	display: none;
}
#comment {
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 20px;
	border-bottom: #C5C5D5 thin solid;
}
#mycomment {
	text-align: center;
	padding: 10px;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	background-color:#FFFFDD;
	border: #C5C5D5 thin solid;
}
#coishow {
	font-size: 12px;
	display: none;
}
#coihide {
	font-size: 12px;
	display: inline;
}

/*CLASSES*/

.abc {
	font-size: 14px;
	background-color: #C5C5D5;
}
.dashed {
	background-image: url(dashed_line.gif);
	background-repeat: repeat-x;
	height: 3px;
}
.newitem {
	text-align: left;
	clear: left;
}
.spacer {
	height: 5px;
	background-color:#EFEFFF;
	clear: left;
}
.ch {
	color: #CC0000;
	font-size: x-small;
	font-weight: bold;
	display: block;
}
.coi {
	font-size: 16px;
	font-weight: bold;
	background-color: #C5C5D5;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.coidetails {
	font-size: 14px;
	font-weight: bold;
	background-color: #C5C5D5;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.ch {
	color: #CC0000;
	font-size: x-small;
	font-weight: bold;
	display: block;
}
.chname {
	color: #CC0000;
	font-weight: bold;
	display: block;
}
.pedname {
	color: #343466;
	font-weight: bold;
	display: block;
}
.red {
	color: #CC0000;
}
.adcolumn {
	text-align: center;
	vertical-align: top;
	padding: 10px;
	width: 155px;
}
.aws {
	display: none;
}
