/* 
	Eyetext Section Style Sheet * HOME SECTION *	
	
	Author:				Matt Brown <matt@mattb.net.nz>
	Version:			1.0
	Date:					Jan 2003

*/

/**** Static Page Elements Styles ****/

/* Nav Bar Background */
.navbar-bg {
	background-color: #999999;
}
.navbar-abg {
	background-color: #666666;
}
/* Bottom Border of Nav Bar */
.navbar-bb {
	background-color: #eeeeee;
}
/* The Nav Bar itself */
.navbar {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	color: #ffffff; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
	background-color: #6699ff;
}

/* Help / Search / Login Box */
.help-bg {
	background-color: #FFDE00;
}
.help-content {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px; 
	color: #333333; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: normal;
}
.help-title {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 16px; 
	color: #333333; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: normal;
}
.search {
	background-color: #6699ff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	color: #ffffff; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
input.search {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	line-height: normal; 
	font-weight: normal; 
	color: #666666; 
	background-color: #cccccc; 
	width: 120px; 
	text-align: left;
	padding-left:3px;
}

/* Help Link */
a.helpl:link {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 10px; 
	color: #0000cc; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.helpl:active {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 10px;
	color: #6699ff; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;	
}
a.helpl:visited {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 10px; color: #0000cc; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.helpl:hover {  
	color: #333333;
}

.adcolumn {
	background-color: #cccccc;
}
.adrow {
	border: 1px solid #999999;
	background-color: #cccccc;
}
/**** General Text Styles ****/
.text {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px; 
	line-height: 14px; 
	color: #333333; 
	background-color: #ffffff;
	text-decoration: none; 
	text-transform: none; 
	font-weight: normal;
	text-align: justify;
}
.cellheading {
	font-weight: bold;
}
.heading {
	font-size: 20px;
	font-color: #333333;
	font-weight: bold;
}
.smlheading {
	font-size: 14px;
	font-color: #333333;
	font-weight: bold;
}

/**** Page Content Styles ****/

/* Generic Links */
a:link {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	line-height: 14px; 
	color: #0000cc; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a:active {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	line-height: 14px; 
	color: #333333; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a:visited {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	line-height: 14px; 
	color: #333333; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a:hover {  
	text-decoration: underline;
}

/* Section Headings for Front Page */
.sh-right {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 16px; 
	color: #666666; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
	text-align:right;
}
.sh-discuss {
	background-color: #cc0033;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 18px; 
	color: #ffffff; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
	text-align: center;
}
.sh-images{
	background-color: #ff6600;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 18px; 
	color: #ffffff; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
	text-align: center;
}
.sh-inotes {
	background-color: #339900;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 18px; 
	color: #ffffff; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
	text-align: center;
}
.sh-monographs {
	background-color: #0000cc;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 18px; 
	color: #ffffff; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
	text-align: center;
}
.sh-quiz{
	background-color: #339999;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 18px; 
	color: #ffffff; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
	text-align: center;
}
.sh-video {
	background-color: #ffcc00;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 18px; 
	color: #ffffff; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
	text-align: center;
}
.sh-interact {
	background-color: #00cc33;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 18px; 
	color: #ffffff; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
	text-align: center;
}

/* Section Links for Front Page */
a.sl-discuss:link {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px; 
	color: #cc0033; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.sl-discuss:active {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px; 
	color: #cc0033; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.sl-discuss:visited {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px;
	color: #cc0033; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.sl-discuss:hover {  
	color: #333333;
}
a.sl-images:link {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px; 
	color: #ff6600; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.sl-images:active {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px; 
	color: #ff6600; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.sl-images:visited {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px;
	color: #ff6600; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.sl-images:hover {  
	color: #333333;
}
a.sl-inotes:link {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px; 
	color: #339900; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.sl-inotes:active {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px; 
	color: #339900; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.sl-inotes:visited {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px;
	color: #339900; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.sl-inotes:hover {  
	color: #333333;
}
a.sl-monographs:link {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px; 
	color: #0000cc; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.sl-monographs:active {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px; 
	color: #0000cc; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.sl-monographs:visited {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px;
	color: #0000cc; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.sl-monographs:hover {  
	color: #333333;
}
a.sl-quiz:link {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px; 
	color: #339999; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.sl-quiz:active {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px; 
	color: #339999; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.sl-quiz:visited {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px;
	color: #339999; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.sl-quiz:hover {  
	color: #333333;
}
a.sl-video:link {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px; 
	color: #ffcc00; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.sl-video:active {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px; 
	color: #ffcc00; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.sl-video:visited {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px;
	color: #ffcc00; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.sl-video:hover {  
	color: #333333;
}
a.sl-interact:link {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px; 
	color: #00cc33; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.sl-interact:active {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px; 
	color: #00cc33; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.sl-interact:visited {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px;
	color: #00cc33; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.sl-interact:hover {  
	color: #333333;
}
a.newlink:link {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	line-height: 14px; 
	color: #333333; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: normal;
}
a.newlink:active {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 14px; 
	color: #333333; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a.newlink:visited {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	line-height: 14px;
	color: #333333; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: normal;
}
a.newlink:hover {  
	color: #000000;
	text-decoration: underline;
}

.reqerror {
	color: #ff0000;
}
a.sh-link:link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 18px; 
	color: #ffffff; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
	text-align: center;
}
a.sh-link:active {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 18px; 
	color: #ffffff; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
	text-align: center;
}
a.sh-link:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 18px; 
	color: #ffffff; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
	text-align: center;
}
a.sh-link:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 18px; 
	color: #ffffff; 
	text-decoration: underline; 
	text-transform: none; 
	font-weight: bold;
	text-align: center;
}

