/* styling for hidden link when private sows are used */
.hidden_link A:visited, .hidden_link A:link {
	color:#D3E8A3;
	text-decoration:none;
}
.hidden_link A:hover {
	color:#cccccc;
	text-decoration:none;
}

/* Styles for news summary blocks used on home page */
.news_summary {
	font-size:9pt;
	background:#ffffff;
	line-height:12px;
	width:220px;
	padding-left:2px;
	margin-left:2px;
	/*border:1px solid blue;*/
}
.news_summary li {
	list-style-type:square;
}
.news_summary B {
 font-weight:normal;
}
.news_summary strong {
 font-weight:normal;
}

.news_summary A:LINK, .news_summary A:VISITED {
	color:black;
	text-decoration:none;
}
.news_summary A:LINK strong, .news_summary A:VISITED strong {
	color:black;
	text-decoration:none;
}

.news_summary A:HOVER {
	color:orange;
	text-decoration:none;
}
.news_summary A:HOVER strong {
	color:orange;
	text-decoration:none;
}
.news_summary_heading {
 	color: #ffffff;
	background-color: #454566;
	padding:5px;
 }

/* 
* Main template styles 
*/
body {
	font-family:verdana,arial,helvetica, sans-serif;
	font-size:10pt;
	background:#ffffff;
	margin:0px;	
	}
	

/* Page Heading Styles */
.pagehead {
	height:24px;
	color:#333333;
	background:#e0e0e0;
	font-family:verdana,arial,san-serif;
	font-size:14px;
	font-weight:600;
	letter-spacing:5px;
	text-align:left;
	font-style:italic;
	padding-left:10px;
	padding-top:5px;
	border-bottom:#667788 0px solid;
}


/* Generic Link Styles */	
A:link, A:Visited {
	color:#666666;
	font-family:arial;
	text-decoration: none;
}

A:Hover {
	color:#850001;
	font-family:arial;
	text-decoration: none;
}

/* Link styles within content section */
.content_section /*maincontent*/{
	color:#333333;
	padding-left:35px;
	padding-right:40px;
	padding-top:15px;
	background:url(images/watermark.gif) repeat-y #ffffff ;	
}

.content_section A:link, .content_section A:Visited {
		color:#666666;
		text-decoration:none;
}
.content_section A:Hover {
	color:#850001;
}

/* page footer styling */
.pagefooter /*footer*/{ background:#ffffff;font-size:9pt; color:#999999 ;border-top:#666666 3px groove;}



/****************************************************/
/* The styles below are for the AIO Internet Wombat */
/****************************************************/

/******************************/
/* WOMBAT SEARCH FORM STYLING */
/******************************/

/* styling for the table cell containing the wombat form */
.wombat_cell {
	background:#cccccc;
	padding-left:100px;
	border-bottom:1px solid #666666;
}

/* style for the form container */
.aio_table {
 background:#94a5b6;
 border:1px solid #cccccc;
 padding:2px;
 }
 
.aio_wombat  A:link, .aio_table A:Visited {
	color:#606060;
	font-family:arial;
	text-decoration: none;
}

.aio_wombat A:Hover {
	color:#ff0000;
	font-family:arial;
	text-decoration: underline;
}

/* styles the input box for the search term */
.aio_q_input {
	background:#ffffff;
	border:1px solid inset #666666;
	padding:3px;
}
/* styles the quicklinks */
.aio_wombat_link A:link, .aio_wombat_link A:visited{		
	color:#404040;
	font-size:80%;
	text-decoration:none;	
}
.aio_wombat_link A:Hover{		
	color:#ff6060;
  font-size:80%;
	text-decoration:none	
}


/************************/
/* RESULTS PAGE STYLING */
/************************/

/* HEADER container for  wombat image and search summary */
.aio_header {
	background:white;
	width:100%;
}

/*  SEARCH RESULTS SUMMARY */
/* two styles for Search results summary at top of results list */
.aio_sub_head {
	color:#000000;
	font-size:110%;
	background:white;
}
.aio_sub_head .aio_status {
	font-size:90%;
	color:#000060;
	background:white;
}

/* RESULTS TABLE STYLING */
.aio_results_table {
		width:100%;
		padding-left:20px;
		padding-right:20px;
		background:white;
		
}	


/* I N T E R N E T RESOURCES LIST STYLES */

/* style for Internet Resources results heading */
.aio_sub_head3 {
	color:#ffffff;
	background:#208020;
	font-size:90%;
	height:15pt;
	padding-left:5px;
}

/* styles for the Internet Resources results list */
.aio_aio_resource_list {border-left:1px dashed black;font-size:80%;padding-left:5px;}
.aio_aio_resource_list A:link,.aio_aio_resource_list A:visited {color:darkblue;text-decoration:underline;}
.aio_aio_resource_list A:hover {color:orange;}

/* styles alternating Internet results list items */
.aio_row0 {	background:#E8f9D8;padding-top:5px;}
.aio_row1 { background:#ffffff;padding-top:5px;}




/*A T O LIST STYLES*/

/* style for ATO Assist results heading */
.aio_sub_head2 {
	color:#ffffff;
	background:#4040ff;
	font-size:90%;
	height:15pt;
	padding-left:5px;
}

/* styles the description for ato result item */
.aio_ato_results {color:green; font-size:80%;padding-left:0px;	}

/* styles the ato results list title links */	
.aio_ato_results A:link, .aio_ato_results A:visited {	color:darkblue; text-decoration:underline;}
.aio_ato_results A:hover{	color:orange; text-decoration:underline;}
.aio_ato_results .aio_desc { padding-left:20px;}

/* styling for sub heading that sits between ato and local_ato results list */	
.aio_ato_local_results_header {
 background:darkblue;
 color:white;
 }
 
 

  
/* styling for SPACER between ato results */
.aio_spacer{
	width:100%;
	border-bottom:2px solid black;
	}


.aio_url A:Link, .aio_url .aio_A:visited {
	color:blue;	
	font-size:80%;
	text-decoration:underline;
}