/* Tags
----------------------------------------------- */

HTML BODY {
	background: #eee url(/rsc/theme/background.gif) repeat fixed;
	margin:0;
	padding:0;
  }

P, BR, TD, UL, OPTION { 
	font-family: verdana, helvetica;
	color: rgb(0,0,0);
	font-size: 10px; 
    line-height:1.4em;	
	}

IMG {
	border: 0px;
  }
  
TD { 
	vertical-align: top; 
	empty-cells:show;
	}
	
TD.centre {
	vertical-align: middle;
	text-align: center;	
	}	
	
TD.rightborder {
	border-right-style: dotted;
	border-right-width: thin;
	border-right-color: #AE5416;
	}		

/* Selectors
----------------------------------------------- */

A:link {
	border-bottom:1px dotted #69f;
	color:#36c;
	text-decoration:none;
  }

A:visited {
	border-bottom:1px dotted #969;
	text-decoration:none;	
	color:#939;
  }

A:hover {
	border-bottom:1px solid #f00;
	color:#f00;
  }



/* Ignore style changes when 'class=noline' HTML attribute is encountered */
A.noline:link, A.noline:visited, A.noline:hover {
	text-decoration: none;
	color: rgb(0,0,0);	
	border-style:none;
}
	
.footer A.noline:link, .footer A.noline:visited, .footer A.noline:hover {
	color:#a0a0a0;
}



/* Classes
----------------------------------------------- */

.outertable {
	padding: 10px 10px 10px 100px;
	}

.innertable {
	border: 1px solid #000000;
	background-color: #ffffff;	
	}
			
.topbar {
	background-image: url(/rsc/theme/topbg.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	border-bottom: 1px dotted #999999;
	text-align: right;
	}

.footer {
	color: #a0a0a0;
	background-color: #EBEBEB;
	border-top: 1px dotted #999999;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 0.2em;
	padding: 5px 4px 5px 4px;
	
	}

.sidebar {
	background-color: #ffffff;
	padding: 8px 8px 8px 8px;
	border-right: none;  
	}

.contents {
	background-color: #ffffff;
	padding: 8px;
	border-right: none;  
	}

.h1 {
	letter-spacing: 1px;
	font-size: 17px;
	font-weight: bold;
    line-height:1.2em;		
	}

.h2 {
	border-bottom: 1px solid #DED5D5;
	border-left: 4px solid #CAB9B9;
	font-weight: bold;
	font-size: 13px;
	width: 200px;
	text-indent: 8px;
	padding-bottom: 3px;
    line-height:1.2em;			
	}
	
.h3 {
	border-bottom: solid #DED5D5 1px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 12px;
	width: 80%;
    line-height:1.2em;			
	}

.h4 {
	border-bottom: solid #DED5D5 1px;
	padding-bottom: 2px;	
	font-size: 11px;
	width: 100px;
    line-height:1em;			
	}

.etched {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}

.box {
	background-color: #F4FBFF;
	border: 1px solid #E9E9E9;
	padding: 10px;
	margin-bottom: 15px;
}

.quote {
	display: block;
}

.quote_author {
	font-style: italic;
	text-indent: 3px;
	margin-top: 0.5em;
	display: block;
	margin-bottom: 1.5em;
	text-align: right;
}

/* Arrow at end of 'more' link */
/* adapted from stopdesign.com */
a.more {
	background: url(/rsc/theme/icon_next.gif) no-repeat 95% 50%;
	padding-right: 1.5em;
}

/* adds icon to each item on list of offsite links /*
/* adapted from stopdesign.com */
ul.links_list {
  margin:0;
  padding:0;
  list-style:none;
  }

ul.links_list li {
  background:url("/rsc/theme/icon_offsite.gif") no-repeat 1px .5em;
  text-indent:1.5em;
}


/* for form validation */
.input_error {
 	color: rgb(255,0,0);
}
