/* Default CSS Stylesheet for a new Web Application project */

.hidden_search_button
{
	visibility:hidden;
	width:1px;
	height:1px;	
}


#header_back_ptq
{
	float:right;	
}

#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 0xp 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:#8F8F8F;
}	
		
#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: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;
	min-height:444px;

	
}

#banner_conatiner
{
	width:140px;
	min-height:444px;
	/*background-color:Aqua;*/
	float:left;
	margin-top:25px;
	text-align:center;
}


#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_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_text
{
	margin-top:10px;
	margin-left:17px;
	margin-bottom:17px;
	margin-right:17px;
	color:#000;
}
#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:#8F8F8F;
}


.front_input_box_done
{
border:solid 1px #fff;
	width:257px;
	color:#8F8F8F;
}

.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:solid 1px #6969AF;
	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;
	}	
	


