/* CSS Styles for the revised EARS Website	*/

/* Styles for site-wide tags */

body {
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFF0;
	color: #D2691E;
	width: 100%;
	margin: 0 0 0 0;
}

a {
	text-decoration: none;
	color: #708090;
	padding: 0 3px 0 3px;
}

a:hover {
	text-decoration: underline;
	background-color: #F0E68C;
}
h2, h3, h4 {
	padding: 8px 20px 12px 0;
	color: #808000;
}

h2 img {
	vertical-align: middle;
}

li {
	margin-top: .4em;
	margin-bottom: .4em;
}

li img {
	margin-top: .3em;
	margin-bottom: .2em;
	border: 3px ridge #666;
}

pre {
	width: 520px;
	border: 1px solid #666;
	font-family: monospace;
	overflow: auto;
	padding: 3px 3px 3px 3px;
	background-color: #FFFFF8;
}

.iconned_bird {
	background-image: url(images/bird_40_logo.png);
	background-position: left;
	background-repeat: no-repeat;
	min-height: 42px;
	padding-left:48px;
	padding-top: 10px;
}
.iconned_case {
	background-image: url(images/case_40_logo.png);
	background-position: left;
	background-repeat: no-repeat;
	min-height: 42px;
	padding-left:48px;
	padding-top: 10px;
}
.iconned_ears {
	background-image: url(images/ears_40_logo.png);
	background-position: left;
	background-repeat: no-repeat;
	min-height: 42px;
	padding-left:48px;
	padding-top: 10px;
}
.iconned_ecan {
	background-image: url(images/ecan_40_logo.png);
	background-position: left;
	background-repeat: no-repeat;
	min-height: 42px;
	padding-left:48px;
	padding-top: 10px;
}
.iconned_hand {
	background-image: url(images/hand_40_logo.png);
	background-position: left;
	background-repeat: no-repeat;
	min-height: 42px;
	padding-left:48px;
	padding-top: 10px;
}
.iconned_train {
	background-image: url(images/train_40_logo.png);
	background-position: left;
	background-repeat: no-repeat;
	min-height: 42px;
	padding-left:48px;
	padding-top: 10px;
}

.iconned_minus {
	background-image: url(images/minus_30_bird.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 34px;
	min-height: 32px;
	padding-top: 10px;
	border-bottom: 1px solid #FFEBCD;
}

.iconned_plus {
	background-image: url(images/plus_30_bird.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 34px;
	min-height: 32px;
	padding-top: 10px;
	border-bottom: 1px solid #BEBD00;
}
.iconned_q {
	background-image: url(images/q_30_bird.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 34px;
	min-height: 32px;
	padding-top: 10px;
	color: #808000;
}
.iconned_a {
	background-image: url(images/a_30_bird.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 34px;
	min-height: 32px;
	padding-top: 10px;	
	padding-bottom: 3px;
	border-bottom: 1px solid #808000;
	margin-bottom: 3px;
}

@media print {
	.iconned_minus:before {
		content: "- ";
		font-weight:bold;
		font-size: 150%;
}
	.iconned_plus:before {
		content: "+ ";
		font-weight:bold;
		font-size: 150%;		
	}
	.iconned_q:before {
		content: "Q ";
		font-weight:bold;
		font-size: 150%;		
	}
	.iconned_a:before {
		content: "A ";
		font-weight:bold;
		font-size: 150%;		
	}
}


.backtotop,
.adminlink {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 70%;
	background-color: #FFFFCC;
	border-top: 1px solid #FFE1C3;
}

.clear {
	clear:both;
}
.changeref {
	font-size:80%;
	font-weight: normal;
	text-align: right;
	color: #BEBD00;
}
.changebug {
	font-size: 80%;
	font-weight: bold;	
}
.changenew {
	font-size:80%;
	font-weight: bold;
	color: #BEBD00;
}
.handsdown {
font-size : 75%;
}

.handstxt {
font-weight: bold;
font-size : 120%;
color : #FF9933;
text-align:center;
}
.hilite {
	border: 1px solid #CC9933;
	font-weight: bold;
	font-style: normal;
	font-size: 80%;
	padding-left: .25em;
	padding-right: .25em;
}

.infopanel {
	position: relative;
	width: 510px;
	margin-left: 40px;
	margin-top: 30px;
	background-color: #FFFFCC;
	border: 1px solid #CC9933;
	padding: 3px;
	overflow: auto;
}

.key {
	/* Used to highlight text that needs to be keyed in */
	border: 2px solid #FFFFDE;
	background-color: #FFFFCC;
	padding-left: .25em;
	padding-right: .25em;
	font-weight: bold;
	font-size: 80%;
}

.specialheader {
	position: absolute;
	background-color:yellow;
	border: 1px solid #CC9933;
	font-size: 120%;
	font-weight:bold;
	font-style:italic;
	left:10px;
	top:35px;
	text-align:center;
	padding:5px 1em 5px 1em;
}

#picturelinks {
	position:absolute;
	height:40px;
	width:180px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top:28px;
	left:20px;
}

#picturelinks a {
	padding: 0 0 0 0;
}
#picturelinks a:hover {
	text-decoration: none;
}
/* Styles for the side menu */

#menu {
width:140px;
background-color: #FFEBCD;
font-size: 80%;
float:left;
}
@media print {
	#menu{
		display:none;
	}
}

#menu a {
	display: block;
	width:100%;
}
.menmain {
	width: 124px;
	background-color: #FFEBCD;
	margin: 4px 4px 4px 4px;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
}

.mensub {
width: 114px;
	background-color: #FFEBCD;
/*	margin: 4px 4px 4px 4px; */
	margin: 0 4px 0 4px;
	padding: 4px 4px 4px 14px;
}

/* Styles for the header and breadcrumb trail */

#header {
	width: 740px;
	background-color: #FFFFCC;
	background-image: url(images/headerback.png);
	height: 100px;
}

#header h2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: absolute;
	top:0px;
	left:500px;
}

#header h3 {
	padding: 0 0 0 0;
	margin: 3px 20px 3px 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#trail {
	font-size: 80%;
	background-color: transparent;
	position: absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 75px;
	left:20px;
}

/* Styles for the main content block */

#main {
width: 590px;
float:left;
padding-left: 1em;
padding-bottom: 1em;
}

#main form a {
	cursor: pointer;
}
/* Styles for the page footer */

#earscopytag {
clear:both;
font-size : .7em;
padding: .5em 0 .5em 0;
width:740px;
text-align:center;
background-color: #FFFFCC;

}