/* Default CSS Stylesheet for a new Web Application project */

.hidden_search_button
{
	visibility:hidden;
	width:1px;
	height:1px;	
}


#right_menu_register
{
	border:solid 1px #E6E6F0;
	background-color:#827EBB;
	background-image:url('images/eptq_register.jpg');
	background-position:right top;
	background-repeat:no-repeat;

}

.right_menu_register_cover_image
{
    margin-left:5px;
    margin-top:5px;
    margin-bottom:5px;
	border:solid 4px #10238C;
	
}

.right_menu_seperator
{
	border-bottom:solid 1px #E6E6F0;
}

.spacer
{
	clear:both;	
}

.hr1
{
 color: #fff;
background-color: #fff;
height: 1px;	
}

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .7em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin:0px 0px 0px 0px;
    padding:0px;
}

A:link	{	
	text-decoration:	none;
	color:#10238C;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:#10238C;
	}	
		
A:active	{	
	text-decoration:	none;
	color:#10238C;
	}	
		
A:hover	,A:focus{	
	text-decoration:	underline;
	color:#10238C;
	}

Table
{
	 FONT-SIZE: 1em;
	 color:#3F3F3F;
}	

SELECT, INPUT, TEXTAREA
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 1.0em;
}
		
#main
{
	width:983px;
	/*height:580px;*/
background-color:#e6e6f0;

}

#header_container
{
	background-color:#10238C;	
	background-image:url('images/eptq_logo_full.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
	width:983px;
	height:52px;
}

#search_container
{
	float:right;
	margin-right:-8px;
	_margin-right:13px;
    #margin-right:13px;

	margin-top:20px;

}

#header_menu_container
{
	background-color:#6969Af;
	
	width:983px;
	height:20px;
}

#top_menu_container
{
	float:right;
	margin-right:24px;

}

#top_menu_container A:link,#top_menu_container A:visited,#top_menu_container A:active,#top_menu_container A:hover,#top_menu_container A:focus
{
	color:#fff;
}

.banner_image
{
	border-bottom:solid 1px #E6E6F0;
	border-top:solid 1px #E6E6F0;
	
}

.top_menu_item
{
	margin:3px 10px 0px 10px;
	float:left;
}

.top_menu_seperator
{
	background-color:#E6E6F0; 
	height:20px;
	border:grooved 1px #000;
	float:left;
}

#main_content_container
{
	background-color:#E6E6F0;
	/*background-color:#fff;*/
	width:983px;
	height:444px;

	
}

#banner_conatiner
{
	width:140px;
	/*height:444px;
	background-color:Aqua;*/
	float:left;
	margin-top:25px;
	text-align:center;
	background-color:#E6E6F0; 
}


#banner_conatiner_content
{

	margin-left:20px;
	
}

#content_container_full
{
	background-color:#fff;
	/*width:650px;*/
	float:left;
	/*height:444px;
	overflow:auto;*/
}

#content_container
{
	background-color:#fff;
	width:650px;
	float:left;
	/*height:444px;
	overflow:auto;*/
}

#content_container_myeptq
{
		background-color:#000;
	width:600px;
	float:left;
	/*height:444px;
	overflow:auto;*/
}



.content_title
{
	margin-top:17px;
	margin-left:17px;
	margin-bottom:10px;
	margin-right:17px;
	border-bottom:solid 1px #10238C;	
	font-weight:bold;
	padding-bottom:10px;
	color:#10238C;
}

.content_title3
{
	margin-top:17px;
	margin-left:17px;
	height:18px;
	margin-right:17px;
	border-bottom:solid 1px #10238C;	
	font-weight:bold;
	padding-bottom:10px;
	color:#10238C;
}

.content_title2
{
	margin-top:17px;
	margin-bottom:10px;

	border-bottom:solid 1px #10238C;	
	font-weight:bold;
	padding-bottom:10px;
	color:#10238C;
}


.content_text
{
	margin-top:10px;
	margin-left:17px;
	margin-bottom:17px;
	margin-right:17px;
	color:#3F3F3F;
}
#items_container
{
	width:193px;
	/*height:444px;*/
	float:right;
	background-color:#E6E6F0;
}

#items_container_logo
{
	/*border:solid 1px #6969AF;
	border-bottom:solid 1px #6969AF;
	border-top:solid 1px #6969AF;
	border-left:solid 1px #6969AF;*/
	/*This bit causes FireFox to fall over
	border-right:solid 1px #6969AF;*/
	
	background-color:#E6E6F0;	
	background-image:url('images/eptq_logo.gif');
	background-repeat:no-repeat;
	background-position:left top;
	height:83px;
	width:193px;
}


.item_container_content_home
{
	margin:0px 0px 0px 0px;	
}

.item_container_content
{
	margin:10px 10px 10px 10px;	
}

.item_container_content p
{
	margin: 5px 0px 5px 0px;	
}

#lower_container
{
	background-color:#807FBB;
	width:983px;
	height:44px;
}

#lower_menu
{
	float:right;
	margin-top:13px;
	margin-right:19px;
}

#lower_menu A:link,#lower_menu A:visited,#lower_menu A:active,#lower_menu A:hover,#lower_menu A:focus
{
	color:#fff;
}

#lower_menu img
{
	margin-left:10px;
	margin-right:10px;	
}
.input_search
{
	border:solid 1px #6969AF;	
}

.search_button
{
		background-color:#10238C;	
		border:solid 0px;
		border-bottom:solid 1px #6969AF;
		border-top:solid 1px #6969AF;
		color:#fff;
}

.page_search
{
		background-color:#6969AF;	
		border:solid 1px #10238C;

		color:#fff;
}



.front_input_box
{
	border:solid 1px #8F8F8F;
	width:257px;
	color:#3F3F3F;
}


.front_input_box_ntext
{
	border:solid 1px #8F8F8F;
	width:617px;
	#width:615px;
	color:#3F3F3F;
	text-decoration:no	;
}


.list_table, .list_table_2
{
	padding:5px 5px 5px 5px;
}

.list_table_2
{

	white-space:nowrap;
}

 .list_table  A:link,A:visited,A:active,A:hover,A:focus
{
		color:#10238C;
}



.list_header
{
	background-color:#6969AF;
	color:#fff;	
	font-weight:bold;
	margin:5px 0px 5px 5px;
	border:solid 1px #000;
}

.list_item, .list_item_bold
{
	/*background-color:#CBC7E0;*/
	color:#10238C;
	
}

.list_item_bold
{
	font-weight:bold;
}

.list_item_alternate, .list_item_alternate_bold
{
	background-color:#E6E6F0;
	color:#10238C;
}



 .list_item_alternate_bold
 {
	font-weight:bold;
}


.datagrid_normal_list_container
{
	/*background-color:#CBC7E0;
	color:#10238C;*/
	padding:0px;
	margin:0px;
	border:solid 1px #fff;
}
.datagrid_normal_list_title
{
	/*background-color:#CBC7E0;
	color:#10238C;*/
	float:left;
	margin:5px 0px 5px 5px;
}
.datagrid_normal_list_date
{
	/*background-color:#CBC7E0;
	color:#10238C;*/
	float:right;
	margin:5px 5px 5px 0px;
}
.datagrid_normal_list_summary
{
	/*background-color:#CBC7E0;
	color:#10238C;*/
	clear:both;
	margin:5px 5px 5px 5px;
}


.article_main_header
{
	background-color:#6969AF;
	border-top:solid 1px white;
	border-bottom:solid 1px white;
	color:#fff;		
	margin:15px 0px 15px 15px;
	font-weight:bold;
}


.article_main_sub_header
{
background-color:#CBC7E0;
	color:#10238C;
	font-weight:bold;
	text-align:center;
}

.article_main_item
{
	background-color:#E6E6F0;
	color:#10238C;
	margin-top:10px;
}


BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	



#navlist
{
/*padding: 0 1px 1px;*/
margin: 0px;
padding:0px;


}
#navlist ul
{
	margin:0px;
	margin-bottom: 8px;
padding:0px;
}
#navlist li
{
list-style: none;
margin: 0;
display: inline;
padding: 0.25em 0.5em 0.25em 0.75em;
background: #E6E6F0;
text-decoration: none;
border-right:solid 1px #fff;


}

#navlist li a
{

}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{

}


.rhcwrapper
{
	width:189px;
	#width:191px;
	color:#fff;	
}


.rhcwrapper a:link ,.rhcwrapper a:visited
{
	color:#fff;
}
.rhccontent
{
	margin-top:7px;
	margin-right:7px;
	margin-bottom:7px;
}

.rhcimage
{
	float:left;
	margin-left:7px;
	margin-right:7px;
	margin-top:10px;
	width:70px;

}
.rhctext
{
	float:left;
	padding-top:7px;
	font-weight:bold;
	width:90px;
}


.rhcsep
{
	font-size:0px;
	line-height:0px;
	height:1px;
}

.clearing
{
	clear:both;
	font-size:0px;
	line-height:0px;
}

.error
{
	color:#FF9999;	
}
.checkbox
{
	position:relative;
	top:4px;
}


/* Crambeth allen stylees*/
#crambeth_header_container
{
	background-color:#017B98;	
	width:983px;
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
	border:solid 1px #017B98;
}

#crambeth_items_container
{
	width:193px;
	/*height:444px;*/
	float:right;
}

#crambeth_banner_conatiner
{
	width:140px;
	/*height:444px;
	background-color:Aqua;*/
	float:left;
	margin-top:25px;
	text-align:center;

}

.crambeth_item_container_content_home
{
	margin:20px;
	margin-top:25px;
		
}


#crambeth_main
{
	width:983px;
	/*height:580px;
background-color:#CDE5EB;*/
BACKGROUND-IMAGE: url(images/bkg3.gif)

}



