/*
====== PAGE DESCRIPTION ===============================================================

This is the CSS used on live pages */


/* Table that contains eveything */
.container {
	width:828px;
	background-color:#edf0f7;
	border:#d2d8e0 1px solid;
	}


/* Title bar (containing PRA logo)*/
.title_bar {
	background-image:url(../images/title_bar.jpg);
	width:828px;
	height:115px;	
	}


/* Top bar (for email and print) */
.content_t_bar {
	color:#808080;
	border:1px solid #CCCCCC;
	text-align:right;
	padding:2px;
	font-size:11px;
	}


/* Email and print links */
.content_t_bar a {
	color:#475EA2;
	text-decoration: none;
	font-weight:normal;
	font-size:10px;
}


/* Bottom bar (bottom td of container) */
.b_bar {
	color:#475EA2;
	text-align:right;
	padding-bottom:10px;
	padding-top:10px;
	font-size:10px;
	}


/* Bottom bar links */
.b_bar a {
	color:#475EA2;
	text-decoration: none;
	font-weight:normal;
	font-size:10px;
}


/* Main title (used as the main title within sections) */
.content_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#475EA2;
	font-size:14px;
	font-weight:bold;
	}


/* Main content container (main window) */
.content_container {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#76797c;
	background-color:#FFFFFF;
	/* 	The following width ensures that the width will fill the space within 'container' 
		(but won't stretch container because container's width has been defined)*/	
	width:640px; 
	border: 1px solid #CCCCCC;
	padding:20px;
	vertical-align:top;
	}

/* Print content container (main window) */
.print_container {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#76797c;
	background-color:#FFFFFF;
	/* 	The following width ensures that the width will fill the space within 'container' 
		(but won't stretch container because container's width has been defined)*/	
	width:640px;
	padding:20px;
	vertical-align:top;
	}

/* Search content container (main window) */
.search_container {
	color:#76797c;
	font-size:10px;
	background-color:#FFFFFF;
	/* 	The following width ensures that the width will fill the space within 'container' 
		(but won't stretch container because container's width has been defined)*/	
	width:640px; 
	border: 1px solid #CCCCCC;
	padding:20px;
	vertical-align:top;
	}



/* Main content links table (table containing child sections or file links)_________ */

table.main_links_table {
	width:100%;
	}

/* th */
.main_links_table th {
	border-top: 1px solid #C0C0C0;
	text-align:left;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


/* td */
.main_links_table td {
	border-bottom: 1px solid #C0C0C0;
	padding-bottom: 15px;
	}

.main_links_nosum {
	padding-bottom: 15px;
	border-bottom: 1px solid #C0C0C0;
	}	


/* Used for email forms_________________________ */
.notice {
	color: #FF0000;
	}

.describe {
	color:#999999;
	font-style:italic;
	}


/* Email page window */
.email_page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#76797c;
	background-color:#edf0f7;
	width:100%;
	height:100%;
	}



/* Main Search form on (search page)_________________________ */

.search_form_main {
	margin:0px;
	padding:0px;
	}
	
.search_index {
	width:150px;
	margin:0px;
	border:solid 1px #CCCCCC;
	color:#76797c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	}
	
.search_btn_index {
	width:26px; 
	background:#ccd8e4; 
	border:solid 1px #d0dfeb; 
	border-right:solid 1px #687f9a; 
	border-bottom:solid 1px #687f9a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	margin:3px;
	}


