@charset "utf-8";
/* CSS Document */

/* normalises margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td	{ 
	margin: 0; 
	padding: 0;
}

/* normalises font-size for headers */
h1, h2, h3, h4, h5, h6	{ 
	font-size: 100%; 
}

/* removes list-style from lists */
ol, ul	{ 
	list-style: none;
} 

/* normalises font-style and font-weight to normal */
address, caption, cite, code, dfn, strong, th, var	{ 
	font-style: normal; font-weight: normal; 
}

/*removes borders and spacing from tables 
table	{ 
	border-collapse: collapse; 
	border-spacing: 0; 
} */

/*removes border from fieldset and image */
fieldset, img	{ 
	border: 0; 
}

/*left-aligns text in caption and th */
caption, th	{ 
	text-align: left; }

/* removes quotation marks from q */
q:before, q:after	{
	content:''; 
}

/* position page in center of screen */
html	{
	text-align: center;
} 

/* text settings */

a,a:link,a:visited,a:active	{
	text-decoration: none;
	color: #ffcc00;
	font-size: 10pt;
	font-weight: bold;
}
	
a:hover {
	color: #ff6600;
}
	
#alreadyhere {
	color: #9900ff;
}

#db_button	{
	color: #ffffff;
	font-weight: bolder;
	font-size: 10pt;
	line-height: 12pt;
}

#db_button:hover	{
	color: #ffcc00;
	font-weight: bolder;
	font-size: 10pt;
	line-height: 12pt;
}

#text_link	{
	color: #cc0000;
	font-size: 10pt;
	font-weight: bold;
}

#text_link:hover	{
	color: #006600;
	font-size: 10pt;
	font-weight: bold;
}

h1	{
	text-decoration: none;
	color: #003366;
	font-weight: bold;
	font-size: 11pt;
	line-height: 30pt;
}

h1.sample	{
	text-align: center;
}

h2	{
	text-decoration: none;
	font-size: 12pt;
	line-height: 24pt;
	color: #cc0000;
	font-weight: bold;
	font-style: italic;
}

h3 {
	background-color: #333333;
	color:#FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	}
	
#textjustify 	{
	text-align: justify;
}

#textcenter	{
	text-align: center;
	}
	
#textright	{
	text-align: right;
	}

#color_white	{
	color: #ffffff;
}

.message_error	{
	color: #ffffff;
	font-weight: bolder;
	font-size: 12px;
	padding: 0px 0px 0px 5px;
	background-color: #FF0000;
}

.message_success	{
	color: #ffffff;
	font-weight: bolder;
	font-size: 12px;
	padding: 0px 0px 0px 5px;
	background-color: #009900;
}

.message_info	{
	color: #ffffff;
	font-weight: bolder;
	font-size: 12px;
	padding: 0px 0px 0px 5px;
	background-color: #000099;
}

#piclist li	{
	display: inline;
}

/* page settings */

body	{
	position: relative;
	width: 570px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 14pt;
	background-image: url(../assets/images/bg_stripe.gif);
	background-repeat: repeat-x;
}

/* page container */
#container_page	{
	position: relative;
	width: 570px;
	height: auto;
	top: 0px;
	margin: 0 auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 14pt;
	}

#form_search	{
	position: absolute;
	width: 548px;
	height: auto;
	top: 0px;
	background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
	padding: 10px 10px 10px 10px;
	border: 1px solid #DDDDDD;
	}
	
#button_db	{
	position: absolute;
	top: 50px;
	width: 548px;
	height: 20px;
	background-image: url(../assets/images/cfwa/bg_button_548x20.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	}
	
#results	{
	position: absolute;
	width: 548px;
	background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
	padding: 10px 10px 10px 10px;
	border: 1px solid #DDDDDD;
	}
	
#return_legend	{
	position: absolute;
	width: 80px;
	left: 0px;
	margin: 0px 10px 0px 10px;
	font-weight: bold;
	}
	
#return_data	{
	position: absolute;
	width: 238px;
	height: 250px;
	left: 100px;
	margin: 0px 10px 0px 0px;
	text-transform: capitalize;	
	background-image: url(../assets/images/cfwa/logo_cfwa_opaque_238x250.jpg);
	background-repeat: no-repeat;
	}

#return_image	{
	position: absolute;
	width: 200px;
	left: 348px;
	padding: 2px;
	border: 1px solid #DDDDDD;
	color: #999999;
	font-style: italic;
	text-align: center;
	}
