/*	BEGIN GLOBAL STYLES */

/* Set everything's font size to be the size of its parent */
* { font-size: 100%; }

/* Remove all margins & borders and force them to something later */
* {
	border: 0;
	margin: 0;
	padding: 0;
}

/* The top section of styles concerns colors, fonts and such.  There's
   another section below that deals with sizes, borders, margins, etc.
   */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  background-color: #CCCCCC;
  background-image: url(../images/global/bg2.jpg);
  font-size: 80%;
}
/*This is so that Safari would not have bigger font sizes than IE*/
/* This hack below allows larger fonts on non-IE browsers 
html>body { font-size: 90%; }*/
/* 
updated 2005_12_14 for search pages hr,input
*/
hr {
margin: 5px auto 5px auto;
/*color: #999999;
background-color: #000000;*/
height: 2px;
width: 80%;
text-align: center;
border-top: 1px solid #ccc;
border-bottom: 1px solid #efefef;
}

textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.submit
{
border: 2px #CCCCCC;
border-style: outset;
padding: 0.10em;
background-color: #CCCCCC;
color: #333333;
font-size: 90%;
font-weight: bold;
}

input.text
{
border: 1px solid #000000;
height: 17px;
}

input.select
{
border: 1px solid #000000;
height: 17px;
}


a {
	text-decoration: none;
	color: #163d83 /*#000066*/;
}

/* 080211 cc - this was causing issues in firefox. 
td { vertical-align: baseline; }
*/
td { vertical-align: top; }

th { vertical-align: top; text-align: left; }
/*a:link { color: #000066 ; }
a:visited { color: #335588; }*/
a:hover {
	/*color: #993333;*/
	text-decoration: underline;
	/*text-align: center;*/
}

table {
  border-collapse: separate;
  empty-cells: show;
}

/* When using h3, add a <span>...</span> around the text.  This
   provides a header with a blue line in the background a white
   background behind the letters
*/
 
 h3 {
	text-align: center;
	background-image: url("../images/global/hrline.gif");
	background-position: center left;
	background-repeat: repeat-x;
 }

h1 span { 
  text-transform: uppercase;
 }

h1 { 
  text-transform: uppercase;
 }

h2 span {
	text-transform: uppercase;
 }
 
h2  {
  text-transform: uppercase;
 }

h3 span { 
  background-color: white;
  color: #333 /*#000066*/;
  text-transform: uppercase;
 }

/*	END GLOBAL STYLES */

/* The "container" holds the entire "page", allowing the browser to
   expand yet keeping the "page" in the center.
*/
#tbl-container {
  background-color: #fff;
  width:765px;
}

#tbl-container-flex {
  background-color: white;
}

#maps { 
  /*width: auto;*/
  text-align: right;
  color: #aaaaaa;
  background: #333;
  padding: 7px 10px 6px 10px;
  margin: 0;
  font-size: 9px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #8db5d8; }
  
  #maps a { color: #dddddd; }
  #maps a:hover { color: #fff; }
  
  .social { margin: -4px 0 -4px 2px; }
  
#datetime { 
  float: right;
  color: #000000;
  font-size: 80%;
  font-weight: normal;
  text-transform: uppercase;
  text-align: right }
  
  /*Defines Max width in all mozilla browsers*/
  /* max-width: 400px; */
  
  /*Internet explorer hack to make max-width work correctly: http://www.svendtofte.com/code/max_width_in_ie/*/
  /*seems to break it a little, making a margin on the left hand side.*/
  /* width:expression(400 + "px"); */

/* Banner */
#hdr-row { 
	height: 75px;
}

#hdr-td {
	background-image: url("/images/global/header-medical-center.png");
	background-color: #B5C2D3;
	height: 100px;
	
}

/* 060125 cc - added, but it should have been here already.... */
#mouseover {
	float:left;
	text-align:left;
}

#srchbox {
	font-size: 80%;
	float: right;
	color: #FFFFFF;
	padding-top: 1em;
	right: 10px;
}
/* IE5 Mac hack. IE 5 can't see the next line, but other browsers can. \*/
#srchbox {
	text-align: left;
}	/* End IE Hack */

#srchbox h2 {
	font-size: 1.1em;
}

/* IE5 Mac hack. IE 5 can't see the next line, but other browsers can. \*/
#srchbox h2 {
	text-align: left;
}/* End IE Hack */

#srchbox .srchbutton { 
	padding-left: 2px;
	padding-bottom: .5em;
}

/* BEGIN #srchbox overrides for no-quicklink, no-directory search block */
#srchbox {
	font-size: 75%;
	float: right;
	color: #FFFFFF;
	margin: 36px 8px .5em 0; }
	
	#srchbox input { padding: 1px 0; }
		
#srchbox h2 {
	font-weight: normal;
	font-size: 110%;
	padding-bottom: 1em;
}

/********************************************************************** 
	Let's try out the Stokely CSS hack for IE/Mozilla/Safari:
	http://www.stormdetector.com/hacks/safarihack.html
 **********************************************************************/ 	
/* Hide everything from IE5-mac \*/
html*#srchbox .srchbutton {
[color: red; 		/* seen by IE6 */
padding-top: 1px; 	/* seen by IE6, Safari */
]color: green; 		/* seen by IE6 */
_color: blue; 		/* seen by IE6 */
}/**/

.dummyend[id]{clear: both/*end hack using dummy attribute selector for IE5-mac*/}	
/********************************************************************** 
	END Stokely hack; rules following this block should NOT be affected
 **********************************************************************/ 	
	
	
.searchTxt {
	border: 2px solid white;
}
/* END #srchbox overrides for no-quicklink, no-directory search block */


/* Navigation row */
#audience_nav { 
  text-align: center;
  background-color: #335588;
  color: #ffe273;
  font-size: 85%;
  font-weight: bold;
/* 060125 cc - changed to copy www.gse.uci.edu, who made the hover look better.
  padding-bottom: 3px; */
  text-decoration: none;
  padding: 0px 0px 2px 0px;
}



/* This 'a' has a border color set to the same color as the background
   of the #audience_nav, because without it, IE has a problem changing
   the background color during a hover.  Instead of changing the
   background color of just the 'a', it also changes the color of the
   right padding of the enclosing 'span'. But, with a border, the
   background color is changed just within the 'a' element.
*/

#audience_nav a { 
  color: #ffffff;
}

#audience_nav a:hover { 
  background-color: #FBEDB5;
  color: #335588;
/* 060125 cc - added to copy www.gse.uci.edu, who made the hover look better. */
  padding: 0px 0px 2px 0px;
  text-decoration: none;
}

/* 060126 cc - duplicated entries for expandable width using <td>s */
#audience_nav_background { 
  background-color: #335588;
}

#audience_nav-flex td { 
  text-align: center;
  background-color: #335588;
  color: #ffe273;
  font-size: 85%;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 0px 2px 0px;
}

#audience_nav-flex a { 
  color: #ffffff;
}

#audience_nav-flex a:hover { 
  background-color: #FBEDB5;
  color: #335588;
/* 060125 cc - added to copy www.gse.uci.edu, who made the hover look better. */
  padding: 0px 0px 2px 0px;
  text-decoration: none;
}


/* DATA row */

#resource_nav { 
  background-color: #f1f1e7; 
  width: 184px;
  }

.eventlist th { 
  white-space: nowrap;
}

#daily { 
	vertical-align: top; 
	background-color: #335588;
}
#daily h2 { text-align: center; }

#spotlight { 
	padding-bottom: 5px;
	background-color: #fbedb5; 
	width: 100%;
}
#spotlight h2 {
	text-align: center;
}
#spotlight p {
	padding-top: .5em;
}

#students {
	background-color: #335588;
	color: white;
	height: 100%;
	padding-bottom: 10px;
}
#students a { color: white; }
/*#students a:visited { color: #bdcbe5; }*/
#students a:hover { color: #ffe273; }
/*#students a:active { color: yellow; }*/

#students h2 {
	padding: .5em 0;
	text-align: center;
}

#listing {
  vertical-align: top;
  background-color: #f1f1e7;
  width: 184px;
}

#students h2 {
	color:#FFFFFF;
	font-weight:bold;
	text-transform: none;
 }
 

#ftr-row { 
  background-color: #f1f1e7;
  text-align: center;
  vertical-align: middle;
  font-size: 70%;
 }

.caption { 
  clear: both;
  background-color: #cdd6c9;
  font-size: 90%;
  vertical-align: middle;
  text-align: center;
}

/* ********************************************************************** */
/* Put back some of the default margins & padding */
/* ********************************************************************** */
.lborder { border-left: 6px solid white; }
.rborder { border-right: 6px solid white; }
.tborder { border-top: 2px solid white; }
.bborder { border-bottom: 2px solid white; }
.lmargin { margin-left: 1em; }
.rightcolumn { padding-top: 10px; }

#tbl-container { width: 765px; }

/* Allow the table to "float" in the middle of the browser */
#tbl-container {
  margin-left: auto;
  margin-right: auto;
}

#tbl-container-flex { width: 100%; }

#daily { width: 25%; }

/* don't the following contradict the width: 184px settings above?
#resource_nav { width: 25%; }
#listing { width: 25%; } 
*/

#image_1a { height: 200px; }
#image_1b { height: 200px; }

#resource_nav h2 { 
  margin-top: 1em;
  margin-left: 1em;
  margin-bottom: .5em;
}

#rightcolumn h2 { 
  margin-top: 1em;
  margin-left: 1em;
  margin-bottom: .5em;
}

#audience_nav span { 
  padding-left: .3em;
  padding-right: .3em;
  padding-top: .3em;
  padding-bottom: .3em;
}

#datetime { padding-right: .5em; }

.caption { padding: .1em; }
p { padding: 1em; }

/* This allows the H3 text to have a background of white */
h3 {
  margin: 1em 1em .5em 1em;
}
h3 span { 
  padding-left: 1em;
  padding-right: 1em;
}

/* This TH is used for tables where the "header" is the left column,
   and the "data" is the right column.  Used for the events table
   where the TH is the date, and the TD is the event.
   */
th { padding-right: 1em; }

/* We need to set the "default" borders & margins for the list
   elements, as we have that global 0 above */
ul { 
  margin-left: 1em;
  padding-left: 1em;
}
li {
  margin-top: .25em;
  margin-bottom: .25em;
}

table.eventlist { 
  margin: 0px 1em;
}


h1 { 
  color: #335588;
  font-size: 125%;
  margin: .5em;
 }

h4 { 
  margin: .5em;
}

.back2top { 
  padding: 1em;
 }
#hdr-color {
	background-image: url(../images/ban800_20.jpg);
	background-repeat: repeat-y;
}
.imageBottomSpacer { 
padding-bottom: 10px;
}

#quicklinks {
margin-bottom: 15px;
}

#faculty h2 {
color: #335588;
}

/* <![CDATA[ */
.photo {
  text-align: center;
}

.logoLink {
float:left;
}

#maindata h3 {
text-align: center;
background-image: url("/images/global/hrline.gif");
background-position: center left;
background-repeat: repeat-x;
}

/*******************************************************************/
/* 060421 cc - added this because susan didn't like the blue headlines
               with black text. */
#page2data {
	color: #333 /*#000066;
	/*	margin-left: 6px;*/
	padding-bottom: 10px;
	margin-top:0px;
	
	
}
#page2data strong {
	color: #000000;
    font-weight: bold
}
#page2data h2 {
	color: #335588;
	font-size: 15px;
	margin-top: 13px;
	padding-right: 10px;
}

#page2data input {
	border: 1px solid;
}

#page2data select {
	border: 1px solid;
}

#page2data textarea {
	border: 1px solid;
}
/*******************************************************************/

.arrows {
	color: #72a5a2;
	text-decoration: none;
	font-size: 10px;
}

.hardright {
	float: right;
	margin-right: 100px;
}

.stamps {
	text-align: center;
	vertical-align: middle;
	border-left: 6px solid white; 
}

.moreRight {
	text-align: right;
	margin: -12px 10px 15px 0px;
}

#resources {
	margin-bottom: 20px;
}

#disclaimer {
	font-size:12px;
}

#contentlinks {
	color: #FF9900;
	margin-left: 8px;
	margin-bottom: 8px;
	margin-top: 8px;
}

#studentlinks{
color:#000000;
font-weight: bold;
}

/*search page */
#searchcontent{
  text-align: center;
}


/* 060213 cc */
.inset table {
  border: 1px solid #000066;
}
.inset_title {
  background-color: #cdd6c9;
}
.inset_title h2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.beigebknd {
	background-color: #f1f1e7; 
}
.bluebknd {
	background-color: #335588; 
}
.goldbknd {
	background-color: #fbedb5; 
}

/* 060216 cc */
#resource_nav2 { 
	background-color: #f1f1e7; 
	width: 184px;
	height: 100%;
	margin-top: 0;
/*	margin-bottom: 20px;*/
	vertical-align: top;	
}
#resource_nav2 h4 { 
	font-weight: normal;
	margin-top: 0
	margin-bottom: 0;
	margin-left: .5em;
}
#resource_nav2 h5 { 
	font-weight: bold;
	margin-top: .75em;
	margin-bottom: 0;
	margin-left: .5em;
}
#resource_nav2 li { 
	margin: 0;
}
.resource_nav2_title { 
	text-align: center;
	background-color: #cdd6c9; 
	text-transform: uppercase;
	font-weight: bold;
	padding: .5em;
}  
.resource_nav2_highlight { 
	font-weight: bold;
	margin-top: .75em;
	background-color: #cdd6c9; 
	padding-top: .5em;
	padding-bottom: .5em;
}  
.resource_nav2_items { 
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: .5em;
}  

#resource_nav2 .students {
	background-color: #335588;
	color: white;
	height: 100%;
	padding-bottom: 10px;
}
#resource_nav2 .students a { color: white; }
/*#resource_nav2 .students a:visited { color: #bdcbe5; }*/
#resource_nav2 .students a:hover { color: #ffe273; }
#resource_nav2 .students a:active { color: #ffe273 /*yellow*/; }
#resource_nav2 .students h2 { padding: 0;	text-align: center; }

#events_table {
  margin: 0 0 0 1em;
  text-align: left;
}
#events_table strong{
  margin: 0 1em 0 0;
}
#column_3_unit {
width: 182px;
background-color: rgb(51, 85, 136);
}
#column_3_unit LI A{
color:white;
}
#column_3 {
width: 182px;
background: #f1f1e7;
}
#columm_2_2nd_level {
width: 569px;
}
.arrows {
	color: #72a5a2;
	text-decoration: none;
	font-size:10px;
}

/* overrides of stdtbl-banner.css */
#srchbox {
	padding-right: .5em;
}

/* css to make search-bannerCC.html work */
.searchText span {
	line-height: 17px;
	margin-right: 5px;
}
/* BEGIN css overrides for non-IE browsers SEARCH */
html>body #srchbox {
	text-align: left;
}
html>body #srchbox h2 {text-align: left;}
html>body .searchText {
	margin-top: 3px;
	margin-bottom: 3px;
}
html>body .searchText span {
	margin-left: 3px;
	line-height: 12px;
}
/* END css overrides for non-IE browsers SEARCH */

.cc-data li {
	list-style:disc;
}
.medical-services-links-header {
	text-align: center;
	color: white;
	padding-top: 0;
	margin-top: 0;
}
.medical-services-links-header h2 {
	text-transform: none;
}
/* Individual Page Coloring */
#primaryCare H1 {
	color: #004B8D;
}
#primaryCare #resource_nav2 IMG {
	background-color: #004B8D;
	padding-top: 5px;
	padding-bottom: 5px;
}
#primaryCare .medical-services-links-header {
	background-color: #004B8D;
	color: white;
	height: 20px;
	margin-bottom: 0.5em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#primaryCare .cc-data LI {
	color: #004B8D;
}

#primaryCare #column_3_unit {
	background: #F1F1E7;
}
#primaryCare #column_3_unit li a {
color: #000066;
}


#pmr H1 {
	color: #004B8D;
}
#pmr #resource_nav2 IMG {
	background-color: #004B8D;
	padding-top: 5px;
	padding-bottom: 5px;
}
#pmr .medical-services-links-header {
	background-color: #004B8D;
	color: white;
	height: 20px;
	margin-bottom: 0.5em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#pmr .cc-data LI {
	color: #004B8D;
}

#pmr #column_3_unit {
	background: #F1F1E7;
}
#pmr #column_3_unit li a {
color: #000066;
}

#womens-health H1 {
	color: #7C2B83;
}
#womens-health #resource_nav2 IMG {
	background-color: #7C2B83;
	padding-top: 5px;
	padding-bottom: 5px;
}
#womens-health .medical-services-links-header {
	background-color: #7C2B83;
	color: white;
	height: 20px;
	margin-bottom: 0.5em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#womens-health .cc-data LI {
	color: #7C2B83;
}

#womens-health #column_3_unit {
	background: #F1F1E7;
}
#womens-health #column_3_unit li a {
color: #000066;
}

#neurosciences H1 {
	color: #88B706 ;
}
#neurosciences #resource_nav2 IMG {
	background-color: #88B706 ;
	padding-top: 5px;
	padding-bottom: 5px;
}
#neurosciences .medical-services-links-header {
	background-color: #88B706 ;
	color: white;
	height: 20px;
	margin-bottom: 0.5em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#neurosciences .cc-data LI {
	color: #88B706 ;
}

#neurosciences #column_3_unit {
background: #F1F1E7;
	color: black;
}
#neurosciences #column_3_unit li a {
color: #000066;
}
#oncology H1 {
	color: #00A0AF ;
}
#oncology #resource_nav2 IMG {
	background-color: #00A0AF ;
	padding-top: 5px;
	padding-bottom: 5px;
}
#oncology .medical-services-links-header {
	background-color: #00A0AF ;
	color: white;
	height: 20px;
	margin-bottom: 0.5em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#oncology .cc-data LI {
	color: #00A0AF ;
}

#oncology #column_3_unit {
background: #F1F1E7;
}

#oncology #column_3_unit li a {
color: #000066;
}

#psychology H1 {
	color: #439539 ;
}
#psychology #resource_nav2 IMG {
	background-color: #439539 ;
	padding-top: 5px;
	padding-bottom: 5px;
}
#psychology .medical-services-links-header {
	background-color: #439539 ;
	color: white;
	height: 20px;
	margin-bottom: 0.5em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#psychology .cc-data LI {
	color: #439539 ;
}

#psychology #column_3_unit {
background: #F1F1E7;
}

#psychology #column_3_unit li a {
color: #000066;
}


#orthopedics H1 {
	color: #E8A601 ;
}
#orthopedics #resource_nav2 IMG {
	background-color: #E8A601 ;
	padding-top: 5px;
	padding-bottom: 5px;
}
#orthopedics .medical-services-links-header {
	background-color: #E8A601 ;
	color: white;
	height: 20px;
	margin-bottom: 0.5em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#orthopedics .cc-data LI {
	color: #E8A601 ;
}

#orthopedics #column_3_unit {
background: #F1F1E7;
}

#orthopedics #column_3_unit li a {
color: #000066;
}

#OB H1 {
	color: #7C2B83 ;
}
#OB #resource_nav2 IMG {
	background-color: #7C2B83 ;
	padding-top: 5px;
	padding-bottom: 5px;
}
#OB .medical-services-links-header {
	background-color: #7C2B83 ;
	color: white;
	height: 20px;
	margin-bottom: 0.5em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#OB .cc-data LI {
	color: #7C2B83 ;
}

#OB #column_3_unit {
background: #F1F1E7;
}

#OB #column_3_unit li a {
color: #000066;
}

#CDDC  H1 {
	color: #008265 ;
}
#CDDC  #resource_nav2 IMG {
	background-color: #008265 ;
	padding-top: 5px;
	padding-bottom: 5px;
}
#CDDC  .medical-services-links-header {
	background-color: #008265 ;
	color: white;
	height: 20px;
	margin-bottom: 0.5em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#CDDC  .cc-data LI {
	color: #008265 ;
}

#CDDC #column_3_unit {
background: #F1F1E7;
}

#CDDC #column_3_unit li a {
color: #000066;
}

#urology  H1 {
	color: #B15C11 ;
}
#urology  #resource_nav2 IMG {
	background-color: #B15C11 ;
	padding-top: 5px;
	padding-bottom: 5px;
}
#urology  .medical-services-links-header {
	background-color: #B15C11 ;
	color: white;
	height: 20px;
	margin-bottom: 0.5em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#urology  .cc-data LI {
	color: #B15C11 ;
}

#urology #column_3_unit {
background: #F1F1E7;
}

#urology #column_3_unit li a {
color: #000066;
}

#ct-vascular  H1 {
	color: #007CC2 ;
}
#ct-vascular  #resource_nav2 IMG {
	background-color: #007CC2 ;
	padding-top: 5px;
	padding-bottom: 5px;
}
#ct-vascular  .medical-services-links-header {
	background-color: #007CC2 ;
	color: white;
	height: 20px;
	margin-bottom: 0.5em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#ct-vascular  .cc-data LI {
	color: #007CC2 ;
}

#ct-vascular #column_3_unit {
background: #F1F1E7;
}

#ct-vascular #column_3_unit li a {
color: #000066;
}


#medicare-seniors  H1 {
	color: #C41230 ;
}
#medicare-seniors  #resource_nav2 IMG {
	background-color: #C41230 ;
	padding-top: 5px;
	padding-bottom: 5px;
}
#medicare-seniors .medical-services-links-header  {
	background-color: #C41230 ;
	color: white;
	height: 20px;
	margin-bottom: 0.5em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#medicare-seniors .cc-data LI {
	color: #C41230 ;
}

#medicare-seniors #column_3_unit {
background: #F1F1E7;
}

#medicare-seniors #column_3_unit li a {
color: #000066;
}

#trauma-burn  H1 {
	color: #F78F1E ;
}
#trauma-burn  #resource_nav2 IMG {
	background-color: #F78F1E ;
	padding-top: 5px;
	padding-bottom: 5px;
}
#trauma-burn .medical-services-links-header {
	background-color: #F78F1E ;
	color: white;
	height: 20px;
	margin-bottom: 0.5em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#trauma-burn .cc-data LI {
	color: #F78F1E ;
}

#trauma-burn #column_3_unit {
background: #F1F1E7;
}

#trauma-burn #column_3_unit li a {
color: #000066;
}

#corporate  H1 {
	color: #004B8D ;
}
#corporate  #resource_nav2 IMG {
	background-color: #004B8D ;
	padding-top: 5px;
	padding-bottom: 5px;
}
#corporate .medical-services-links-header {
	background-color: #004B8D ;
	color: white;
	height: 20px;
	margin-bottom: 0.5em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#corporate .cc-data LI {
	color: #004B8D ;
}

#corporate #column_3_unit {
background: #F1F1E7;
}

#corporate #column_3_unit li a {
color: #000066;
}

#geriatric-medicine H1 {
	color: #C41230  ;
}
#geriatric-medicine  #resource_nav2 IMG {
	background-color: #C41230  ;
	padding-top: 5px;
	padding-bottom: 5px;
}
#geriatric-medicine .medical-services-links-header  {
	background-color: #C41230  ;
	color: white;
	height: 20px;
	margin-bottom: 0.5em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#geriatric-medicine .cc-data LI {
	color: #C41230;
}

#geriatric-medicine #column_3_unit {
background: #F1F1E7;
}

#geriatric-medicine #column_3_unit li a {
color: #000066;
}

#chao H1 {
	color: #00A0AF ;
}
#chao #resource_nav2 IMG {
	background-color: #00A0AF ;
	padding-top: 5px;
	padding-bottom: 5px;
}
#chao .medical-services-links-header {
	background-color: #00A0AF ;
	color: white;
	height: 20px;
	margin-bottom: 0.5em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#chao .cc-data LI {
	color: #00A0AF ;
}

#chao #column_3_unit {
background: #F1F1E7;
}

#chao #column_3_unit li a {
color: #000066;
}

#GS H1 {
	color: #7C2B83 ;
}
#GS #resource_nav2 IMG {
	background-color: #7C2B83 ;
	padding-top: 5px;
	padding-bottom: 5px;
}
#GS .medical-services-links-header {
	background-color: #7C2B83 ;
	color: white;
	height: 20px;
	margin-bottom: 0.5em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#GS .cc-data LI {
	color: #7C2B83 ;
}

#GS #column_3_unit {
background: #F1F1E7;
}

#GS #column_3_unit li a {
color: #000066;
}


#CSSVS H1 {
	color: #007CC2 ;
}
#CSSVS #resource_nav2 IMG {
	background-color: #007CC2 ;
	padding-top: 5px;
	padding-bottom: 5px;
}
#CSSVS .medical-services-links-header {
	background-color: #007CC2 ;
	color: white;
	height: 20px;
	margin-bottom: 0.5em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#CSSVS .cc-data LI {
	color: #007CC2 ;
}

#CSSVS #column_3_unit {
background: #F1F1E7;
}

#CSSVS #column_3_unit li a {
color: #000066;
}

/* uyen 5/30/07 for the news_releases */
table.news {
	width: 100%;
	color: #000000;
 }
	   
table.news th {
	text-align: center;
	font-weigth: bold;
	background-color: #e4eaf2;
	color: #000000;
	margin-top: 1em;
}  

table.news td {
	padding-right: 1em;
}

.noBulletIcon {
	list-style: none;
}

.pT10 {	padding-top: 10px; }

/* 3/30/2010 for registration login*/

table.register{
	width:100%;
	color:#000000
}

table.register th {
	text-align: center;
	font-weigth: bold;
	background-color: #e4eaf2;
	color: #000000;
	margin-top: 1em;
} 

table.register td {
	padding-right: 1em;
}

