@charset "UTF-8";


/* ++++++++++++++++++++++++ ++++   UNIVERSAL ELEMENTS +++ ++++++++++++++++++++++++++++++++*/
body {
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	/*background-image: url(../css/body-bg-swatch.jpg);*/
	height: 100px;
	width: 100%;
	position: absolute;
	background-image: url(/css_support/layout-bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
}


#body-bg-universal {
	width: 100%;
}
#news-bg-universal {
	width: 100%;
	background-image: url(/xml_gallery/2009-news-details.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ++++++++++++++++++++++++ ++++   UNIVERSAL ELEMENTS +++ ++++++++++++++++++++++++++++++++*/
/*
body {
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	background-image: url(../css/body-bg-swatch.jpg);
	height: 100px;
	width: 100%;
	position: absolute;
}
*/


/* ++++++++++++++++++++++++ ++++   UNIVERSAL ELEMENTS +++ ++++++++++++++++++++++++++++++++*/
#navigation-position {
	position: absolute;
	top: 8px;
	z-index: 999;
	width:800px;
	left: 680px;
*/
	right:  36px;
}
#HPnavigation {
	width: 1024px;
	text-align: right;
	z-index: 999;
	position: relative;
	top: 0px;
}
#HP_centre {
	text-align: center;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#FL-container {
	width: 1024px;
	margin-top: 0px;
	top: 0px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
}


/* Dynamic Articles from the CMS are controlled by these tags*/
#PAGE_text {
	top: 408px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3300CC;
	font-size: 11pt;
	z-index: 995;
	left: 420px;
	width: 591px;
	text-align: left;
	line-height: 1.2em;
	position: absolute;
}
#PAGE_text td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}


#PAGE_text h1 {
	font-size: 16pt;
	color: #00406B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#PAGE_text h2 {
	font-size: 12pt;
	color: #333333;
	line-height: 1.12em;
}
#PAGE_text h3 {
	font-size: 18pt;
	color: #37283E;
	line-height: 1.12em;
}
#PAGE_text h4 {
	font-size: 18pt;
	color: #37283E;
	line-height: 1.12em;
}
#PAGE_text p {
	font-size: 12pt;
	color: #37283E;
	line-height: 1.12em;
}

#LOGIN{
	text-align: center;
	width: 724px;
	margin-right: 150px;
	margin-left: 150px;
}


/* ************************************************************************ UNIVERSAL DIVS  *************************************************************************/
/*body {
	margin: 0;  it's good practice to zero the margin and padding of the body element to account for differing browser defaults 
	padding: 0;
	text-align: center; this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector 
	color: #383838;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	margin-top: 0px;
	background-image: url(/admin/css_support_admin/ADMIN_layout_centre_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #C6D1D5;
}*/
#header {
	height: 150px;
}
#footer_textarea {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top: 25px;
	color: #7A8B93;
}


#layout_centre {
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/admin/css_support_admin/ADMIN_layout_centre_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}




#footer {
	height: 250px;
	width: 1024px;
	clear: both;
	text-align: center;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#ADMIN_dashboard_content {
	width: 95%;
}
#footer3logos {
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
}
#footer3logos img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}


#pageContent h2 {
	font-size: 12pt;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	font-weight: bold;
}
#pageContent a {
	color: #0066CC;
	text-decoration: underline;
}

/* ************************************************************************ UNIVERSAL DIVS END  *************************************************************************/



/* ************************************************************************ CLASSES   *************************************************************************/

.light_blue_underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8FF;
}

.whiteoutline {
	border: 1px solid #FFFFFF;
}
.articles_quotation {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #43545C;
	border-bottom-width: 1px;
	border-bottom-color: #43545C;
}

.articles_titletext {

	color: #43545C;
	font-size: 24pt;
	line-height: 1em;
	font-weight: bold;
}
.steps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003366;
	line-height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #699CB0;
}


.larger-text {
	font-size: 14pt;
}

.photo-text {
	font-size: 10pt;
	background-color: #E7E8EA;
	line-height: 140%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #43545C;
	border-bottom-color: #43545C;
	width: 170px;
	padding-right: 5px;
	padding-left: 5px;
}


/* ************************************************************************ CLASSES   *************************************************************************/

#right-column {
	font-size: 11pt;
	text-align: left;
	vertical-align: top;
	width: 280px;
}

#left-column p {
	font-size: 11pt;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}
#right-column p {

	font-size: 11pt;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}
#whatsnews-events-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
}
#whatsnews-events-table h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #43545C;
}
#whatsnews-events-table a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #43545C;
	border-bottom-style: none;
	text-decoration: underline;
}
#whatsnews-events-table td {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #748D9A;
}
#line_topandbottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #43545C;
	border-bottom-color: #43545C;
}


#left-column {

	font-size: 11pt;
	text-align: left;
	vertical-align: top;
	width: 280px;
}
#feature-right-column {
	text-align: left;
	vertical-align: top;
	width: 300px;
}
#feature-right-column p {
	text-align: left;
	vertical-align: top;
	padding-left: 12px;
}

#contact-table-cells td {
	padding-top: 4px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 10pt;
	text-align: left;
	vertical-align: middle;
}
#footer a {
	color: #333333;
	font-size: 11px;
}


#photo-text_80percentWide {
	font-size: 10pt;
	background-color: #E7E8EA;
	line-height: 140%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #43545C;
	border-bottom-color: #43545C;
	padding-right: 5px;
	padding-left: 5px;
	width: 100%;
}
#pageContent h1 {
	font-size: 18pt;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAFB1;
}

#peopleFinderArea {
	width: 960px;
}
#peopleFinderThumbList {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#peopleFinderThumbList img {
	border: 1px solid #FFFFFF;
	height: 60px;
	width: 80px;
}
#peopleFinderPUBthumbs {
}
#peopleFinderPUBthumbs img {
}
#peopleFinderPUBthumbs a{
}
#mentorThumbTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #546067;
	text-align: center;
	width: 110px;
}
#mentorThumbTable a {
	text-decoration: underline;
	color: #546067;
}
#TRAINEEINDEX_BG_2008 {
	width: 800px;
	background-image: url(/people_finder/cssSupport/traineeIndexBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	background-color: #7A8B93;
}
#biographySort img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
#biographySort {
	line-height: 30px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#biographySort #jumpMenu {
	margin-bottom: 5px;
	background-color: #006389;
	color: #FFFFFF;
	line-height: 2em;
}
#footer_textarea a:link {
	font-size: 8pt;
	color: #7A8B93;
}
#ADMIN_detailsContainer li {
	color: #333333;
}
#ADMIN_detailsContainer p {
	color: #333333;
}
#ADMIN_detailsContainer h1 {
	color: #FFFFFF;
	margin-left: 5px;
}
#ADMIN_detailsContainer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ************************************************************************ PICTURE upload  DIVS *************************************************************************/


#ADMIN_uploadPicture {
	width: 80%;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 12px;
	background-image: url(/admin/css_support_admin/ADMIN_BG_all_mentors_trainees_trans.png);
	border: 1px solid #A3D0D2;
	color: #FFFFFF;
	font-size: 12pt;
}
#ADMIN_uploadPicture h1 {
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16pt;
}
#ADMIN_uploadPicture td{
	padding: 12px;
}

#ADMIN_newTraineeMentorBGarea {
	background-image: url(/css_support/ADMIN_newTraineeMentorBG.png);
	background-repeat: repeat;
	width: 90%;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
}
#ADMIN_newTraineeMentorBGarea h1 {
	color: #FFFFFF;
	margin-left: 5px;
	font-size: 16pt;
}
#ADMIN_allTraineeMentorBGarea {
	width: 860px;
	margin-top: 60px;
	margin-right: 50px;
	margin-left: 50px;
	text-align: right;
	background-image: url(/admin/css_support_admin/ADMIN_BG_all_mentors_trainees_trans.png);
	background-repeat: repeat;
	padding: 12px;
	border: 1px solid #A3D0D2;
}

#ADMIN_allTraineeMentorBGarea h1 {
	color: #FFFFFF;
	margin-left: 5px;
	font-size: 16pt;
}
#ADMIN_detailsContainer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #546067;
	font-weight: bold;
}
.ADMIN_name_underlinedBold {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}

/* ************************************************************************ ADMINISTRATION DASHBOARD *************************************************************************/
#ADMIN_dashboard

 {
	width: 600px;
	margin-right: 25px;
	margin-left: 300px;
	margin-top: 45px;
	padding: 25px;
	background-image: url(/admin/css_support_admin/ADMIN_BG_dashboard_trans.png);
	background-repeat: repeat;
	border: 1px solid #A3D0D2;
}
#ADMIN_dashboard  h1 {
	color: #FFFFFF;
}
#ADMIN_dashboard   h2 {
	color: #FFFFFF;
	font-size: 16pt;
}
#ADMIN_dashboard  a {
	color: #FFFFFF;
	font-size: 16pt;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	display: block;
	padding: 6px;
}
#ADMIN_dashboard   a:hover {
	color: #CC6600;
	font-size: 16pt;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	display: block;
	padding: 6px;
}

/* ************************************************************************ ADMINISTRATION DASHBOARD  END *************************************************************************/

#traineeThumbTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #546067;
	text-align: center;
	width: 110px;
}
#mentorThumbTable a {
	text-decoration: underline;
	color: #546067;
}
#traineeThumbTable a {
	text-decoration: underline;
	color: #546067;
}

#BG_sideflaps {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/admin/css_support_admin/ADMIN_sideflaps_1024.png);
	background-repeat: repeat-y;
	background-position: center top;
}

/* ************************************************************************ UPDATE MENTOR or TRAINEE Styles  *************************************************************************/

#update_trainee_mentor_photo {
}
#update_trainee_mentor_photo img {
	border: 2px solid #A3D0D2;
}
#update_trainee_mentor_title {
	text-align: left;
	font-size: 14pt;
	width: 100%;
}
#update_trainee_mentor_title a {
	text-align: center;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #688486;
	padding: 6px;
	border: 1px solid #A3D0D2;
	text-decoration: none;
	display: block;
}
#update_trainee_mentor_instruction {
	text-align: left;
	color: #FFFFFF;
}
#update_trainee_mentor_2col_container{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#update_trainee_mentor_LTcol{
	padding: 6px;
	float: left;
	width: 35%;
}
#update_trainee_mentor_RTcol{
	padding: 6px;
	float: right;
	width: 60%;
	margin-top: 60px;
}
#update_trainee_mentor_title a:hover {
	text-align: center;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #CC6600;
	padding: 6px;
	border: 1px solid #A3D0D2;
	text-decoration: none;
}
#update_trainee_mentor_formarea{
	clear: both;
}

/* ************************************************************************ NEW MENTOR or TRAINEE Styles  *************************************************************************/

#new_trainee_mentor_photo {
}
#new_trainee_mentor_photo img {
	border: 2px solid #A3D0D2;
}
#new_trainee_mentor_title {
	text-align: left;
	font-size: 14pt;
	width: 100%;
}
#new_trainee_mentor_title a {
	text-align: center;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #688486;
	padding: 6px;
	border: 1px solid #A3D0D2;
	text-decoration: none;
	display: block;
}
#new_trainee_mentor_instruction {
	text-align: left;
	color: #FFFFFF;
}
#new_trainee_mentor_2col_container{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#new_trainee_mentor_LTcol{
	padding: 6px;
	float: left;
	width: 35%;
}
#new_trainee_mentor_RTcol{
	padding: 6px;
	float: right;
	width: 60%;
	margin-top: 60px;
}
#new_trainee_mentor_title a:hover {
	text-align: center;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #CC6600;
	padding: 6px;
	border: 1px solid #A3D0D2;
	text-decoration: none;
}
#new_trainee_mentor_formarea{
	clear: both;
}

/* ************************************************************************ ALL MENTOR or TRAINEE Styles  *************************************************************************/


#all_trainee_mentor_title {
	text-align: left;
	font-size: 14pt;
	width: 100%;
}
#all_trainee_mentor_title a {
	text-align: center;
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #688486;
	padding: 6px;
	border: 1px solid #A3D0D2;
	text-decoration: none;
	display: block;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
#all_trainee_mentor_title a:hover {
	text-align: center;
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #CC6600;
	padding: 6px;
	border: 1px solid #A3D0D2;
	text-decoration: none;
	display: block;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
#all_mentors_trainees_table {
	font-family: Arial, Helvetica, sans-serif;
	color: #283237;
	text-decoration: underline;
	background-image: url(/admin/css_support_admin/ADMIN_BG_all_mentors_trainees_trans.png);
	background-repeat: repeat;
	text-align: left;
}
#all_mentors_trainees_table a {
	font-family: Arial, Helvetica, sans-serif;
	color: #283237;
	font-size: 12pt;
}
#all_mentors_trainees_table td {
	text-align: left;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-top: 6px;
}

/* ************************************************************************ DETAILS MENTOR or TRAINEE Styles  *************************************************************************/


#details_trainee_mentor_title {
	text-align: left;
	font-size: 14pt;
	width: 100%;
}
#details_trainee_mentor_title a {
	text-align: center;
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #688486;
	padding: 6px;
	border: 1px solid #A3D0D2;
	text-decoration: none;
	display: block;
	width: 250px;
}
#details_trainee_mentor_title a:hover {
	text-align: center;
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #CC6600;
	padding: 6px;
	border: 1px solid #A3D0D2;
	text-decoration: none;
	display: block;
	width: 250px;
}
#details_mentors_trainees_table {
	font-family: Arial, Helvetica, sans-serif;
	color: #283237;
	text-decoration: underline;
	background-image: url(/admin/css_support_admin/ADMIN_BG_all_mentors_trainees_trans.png);
	background-repeat: repeat;
	text-align: left;
}
#details_mentors_trainees_table a {
	font-family: Arial, Helvetica, sans-serif;
	color: #283237;
	font-size: 12pt;
}
#details_mentors_trainees_table td {
	text-align: left;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-top: 6px;
}

/* *******  ADMIN DETAILS FORM  DIVS ************************************************** These control the divs in the form  *************************************************************************/


#details_PhotoandNameEmail {
	background-image: url(/css_support/ADMIN_CSS_photoNameEmailBG.png);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
}
#details_NAMEandEMAIL {
	width: 300px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#details_PhotoandNameEmail img {
	margin: 5px;
}
#details_PubsPres {
	color: #FFFFFF;
	background-image: url(/admin/css_support_admin/ADMIN_BG_details_publications.png);
	background-repeat: repeat;
	margin-top: 5px;
	padding: 12px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #666666;
}
#details_PubsPres a{
	padding: 5px;
	border: 1px solid #A3D0D2;
	color: #FFFFFF;
	background-color: #546067;
	text-decoration: none;
}
#details_PubsPres a:hover{
	padding: 5px;
	border: 1px solid #A3D0D2;
	color: #FFFFFF;
	background-color: #CC6600;
	text-decoration: none;
}
#details_AppointGrantsHOLDER {
	margin-top: 12px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/css_support/ADMIN_appointmentsBG.png);
	background-repeat: repeat;
	padding: 12px;
	text-align: left;
	border: 1px solid #666666;
}
#details_Expertise {
	width: 315px;
	float: right;
	margin-right: 5px;
}
#details_Grants {
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  UNIVERSAL PERTAINS TO NEWS  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


#news_hp_columns_container {
å¨
;
	margin-top: 50px;
	background-image: url(/admin/css_support_admin/BG_newsHP_col2.png);
}
#news_all_news_container {
	width: 850px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
}
#news_col1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(/admin/css_support_admin/BG_newsHP_col1.png);
	background-repeat: repeat;
	color: #FFFFFF;
	padding: 5px;
}

#news_col2 {
	width: 750px;
	float: right;
	text-align: left;
	color: #333333;
}
#news_col2a {
	width: 500px;
	float: left;
}


#news_col2b {
	width: 200px;
	float: right;
	font-size: 10pt;
}
 
#news_col1 select {
	width: 120px;
}

#news_item_admin{
	font-size: 12pt;
	color: #FFFFFF;
	padding: 5px;
}








/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  NEWS COLUMN 1  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ COL 1 NEWS PEOPLE and NEWS PERSON ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#news_people {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#news_person_container {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#new_person {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#news_person td {
	color: #FFFFFF;
}

#news_person img {
	height: 57.5px;
	width: 75px;
}

#news_person a {
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ COL 1 NEWS LINK OUT ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


#news_link_out a {
	font-size: 10pt;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#news_links {
	background-image: url(/admin/css_support_admin/BG_newsHP_col1_links.png);
	background-repeat: repeat;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ NEWS COLUMN 2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#news_text_date {
	text-align: right;
	color: #FFFFFF;
	padding: 12px;
}
#news_text_title {
	font-size: 16pt;
	text-decoration: none;
	text-align: left;
	margin-left: 12px;
	margin-top: 12px;
	margin-right: 12px;
	font-weight: normal;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	color: #FFFFFF;
}
#news_text_copy {
	font-size: 12pt;
	line-height: 1.2em;
	text-align: left;
	margin-left: 12px;
	margin-right: 12px;
	color: #333333;
}
#news_text_copy a {
	color: #333333;
	text-decoration: underline;
}
#news_text_copy a:hover {
	color: #FFFFFF;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ NEWS COLUMN 3 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


#news_image_results_table {
	width: 200px;
}
#news_image_results_table a {
	font-size: 10pt;
	color: #990000;
}
#news_image img {
	height: 190px;
	width: 190px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#news_image {
	padding: 0px;
}
#news_image_caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	color: #333333;
	padding: 0px;
}
#news_image_results {
	width: 200px;
}

.textfield {
font-size: 10px;
font-family:Arial, Helvetica, sans-serif;
 background-color: #CCCCCC;
 border: 1px solid #666666; 
}
.button {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight:normal;
 background-color: #333333;
 border: 1px solid #666666;
 color: #FFFFFF;
 margin-right: 6px;
}

.select {
 background-color: #666699;
 color: #ffffff;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight:normal;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ALL NEWS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#all_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	text-align: left;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#all_news_title{
	color: #FFFFFF;
	font-size: 14pt;
}
#all_news_title a{
}
#all_news_title a:hover{
}
#all_news_light {
	background-image: url(/admin/css_support_admin/NEWS_lightRow_BG.png);
	background-repeat: repeat;
}
#all_news_dark {
	background-image: url(/admin/css_support_admin/NEWS_darkRow_BG.png);
	background-repeat: repeat;
}
#all_news img {
	height: 120px;
	width: 120px;
}
#all_news img {
	height: 120px;
	width: 120px;
}
#all_news a {
	color: #0066CC;
	text-decoration: underline;
}
#all_news a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#all_news td{
	padding: 3px;
}
#all_news_brief{
	width: 400px;
}
.all_news_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	background-color: #203865;
	border: 1px solid #0099FF;
	color: #FFFFFF;
	margin-right: 6px;
}
#peopleFinderArea {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
