/* styles for "reversed out text" */
.reverse, .column_right_area h1, .rightHeading {
 	background-color:#5d3261;
 	color:white;
}

.reverse2 {
 	/*background-color:#5d3261;*/
 	color:#5d3261;
 	background-color:White;
 	border-bottom:0px #5d3261 solid;
}

/* styles for underlined text */
.underline {
	background-color:white;
	border-bottom: 1px #5d3261 dotted;
	color:#333333;
}

/* Hover style for department links in content area */
.column_center a:hover {
color:#FFFFFF;
background-color:#5d3261;
   clear: none;
}

.footer {
	border-top:3px #5d3261 solid;
}

/********** Paginated List Control ********/
.pagination li
{
	display:inline;
	padding-right:10px;
}

.pagination .active
{
	text-decoration:none;
	font-weight:bold;
}

.pagination .disabledprev, .pagination .disablednext
{
	display:none;
}

.help
{
    background-color: #EEE;
    padding-bottom: 0.5em;
}

/* Phase 3 Additions */

div.chestnewsmetadata
{
	font-size: smaller;
	margin-left: 5px;
}

.rightlist .text
{
	font-size: smaller;
}

.column_right .link
{
    text-decoration: underline;
}

.keyMatch
{
    border: solid 1px Black;
    padding: 1% 1% 1% 1%;
    background-color: #FFFFCC;
}

.selectedLink
{
    text-decoration: none !important;
    font-weight: bold;
}

select.category
{
	width: 95%;
}

/****INSTITUTION LOGIN AND REGISTRATION ***/

 .ui-tabs-hide { display: none; }
     .ui-tabs-nav ul
     {
     	margin-left:0px;
     	padding-left:0px;
     	
     }
     .ui-tabs-nav
     {
     	
     }
     .ui-tabs-nav li
     {
     	display:inline-block; 
     	margin-right:10px;
     	text-align:center;
     	background-image: url("/images/TabBackground.gif");
     	width:140px;
     	height:22px;
     	padding-top:8px;
     	background-color:#F0F8FF;
     	font-size:1.0.5em;
     }
     /* ME - IE 6 fix **/	
     * html .ui-tabs-nav li{
		zoom:1;
  	*display:inline;
			margin-bottom:-6px;
     }
     .ui-tabs-nav li a:link, .ui-tabs-nav li a:hover, .ui-tabs-nav li a:visited     
     {
     	text-decoration:none;     
     }
     li.ui-tabs-selected
     {
     	
     	 background-color:#5d3261;
    
     }
     li.ui-tabs-selected a:link, li.ui-tabs-selected a:hover, li.ui-tabs-selected a:visited
     {
            color:white;
     	 	
     	 	
     	 	
     }
    .ui-tabs-panel
     {
     	border:solid 1px black;
     	padding:2px;
     	margin-top:-13px
     }
        