﻿.highlight 
{
    text-decoration:underline; 
    font-weight:bold; 
    color:black; 
    background:yellow;
}
.inRed
{
    text-decoration:none;
    color:red; 
}

.watermark_inactive
{
    text-decoration:none;
    border:none 0;
}
.watermark_active
{
    background-color:Yellow;
    border:solid 1px black;
}


/* NEW CLASSES: */

body {
	background-color: #f1f3f6;
	margin:0;
	}

.text_black_11px {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	text-align: justify;
}

.text_black_12px {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}

.text_white_12px {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
}

.button5 {   
    color:#FFF;
	background-color:#369;
    cursor:pointer;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding:0px 3px 0px 3px;
	font-weight:bold;
}

a.link_white_11px {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:underline;
}

a.link_white_11px:hover {
	text-decoration:none;
}

a.link_black_11px {
	font-family:Tahoma, Geneva, sans-serif;	font-size:11px; color:#000; text-decoration:underline;
}

a.link_black_11px:hover {
	text-decoration:none;
}

a.link_black_12px {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}

a.link_black_12px:hover {
	text-decoration:none;
}

.record_bg {
	background-image:url(../images/record_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

a.rss_box_link_12px {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#025297;
	text-decoration:none;
}

a.rss_box_link_12px:hover {
	text-decoration:underline;
}

.rss_box_text_10px {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#5189b6;
}
.rss_box_text_11px {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#719fc1;
}
.rss_box_bg {
	background-image:url(../images/rss_box_bg.jpg);
	background-color:#EBF0F6;
	background-repeat:repeat-x;
	background-position:top;
}


ul {
	padding:0px 0px 0px 0px;
	list-style-position: inside;
	text-indent: 0px;
	margin:0px 0px 2px 0px;
}


li {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-indent: 0px;
	background-repeat:no-repeat;
	list-style-type:disc;
		margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 2px;
}


a.link_white_12px {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:underline;
}

a.link_white_12px:hover {
	text-decoration:none;
}

.link_maroon_12px {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#802220;
	text-decoration:none;
padding:0px 10px 0px 10px;
	text-align:left;
}

a.link_maroon_12px:hover {
	text-decoration:none;
}

.text_maroon_12px {
	color:#802220;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

.table_border {
	border:#b5ccdd solid 1px;
	padding:1px;
}


.table_border2 {
	border:#bcbcbc dotted 2px;
	padding:1px;
}

.table_border3 {
	border-right:#b5ccdd solid 1px;
	border-bottom:#b5ccdd solid 1px;
	border-left:#b5ccdd solid 1px;
	border-top:#802220 solid 3px;
	padding:1px;

}

.left_nav{

background-image:url(../images/sidebar_header.gif);
height:20px;
background-repeat:repeat-x;
padding-left:5px;
}


.footer{
color:#999999;
font-size:small;
font-weight:normal;
text-decoration:none;
font-family:Tahoma;
}

.button1 

{   
    margin:2px;
    padding:2px 5px;
    font:small Tahoma;
    color:#FFF;
    background:#AA4051 url(../Images/button-bg.gif) 50% 50% repeat-x;
    border:1px solid #AA4051;
    border-color:#AA4051 #862832 #862832 #AA4051;
    cursor:pointer;
}

.rh_text_small2
{

font-family: Tahoma,Geneva,sans-serif;

font-size: 11px;

color: #666666;

}

.rhcml_text_maroon_14px {

	font-family:Tahoma, Geneva, sans-serif;

	color:#802220;

	font-size:14px;

}

.normal{
	font-weight: normal;
	font-size: smaller;
	font-family: Tahoma;
}


.make_this_bold{
	font-weight: bold;
	font-size: small;
	font-family: Tahoma;
}




/*modals*/

.confirm-title
{
	background-image:url(../images/sidebar_header.gif);

background-repeat:repeat-x;
border:#b5ccdd solid 1px;
	padding:1px;
}

.titleContent
{
	font-family: Times;
        font-size: 1em;
        font-weight: bold;
}



.confirm-dialog1 {	
    
    MARGIN: 0px auto;	
   width:340px;
    POSITION: relative;
}

.confirm-dialog1 .inner {	
 background-color: white;
 border:outset 3px;
 FLOAT: left;	
 MARGIN: 0px 0px 0px 0px;	
 PADDING-TOP: 0px;
} 


.confirm-dialog1 h2 {	
    FONT-WEIGHT: normal;	
    FONT-SIZE: 12px;	
    COLOR: #000;
    TEXT-ALIGN: left;
} 

.confirm-dialog1 input {	
    WIDTH:50px;
}

.close {	
    DISPLAY: block;	
    BACKGROUND: url(../images/icon/close24.gif) no-repeat 0px 0px;	
    LEFT: -5px;	
    WIDTH: 26px;	
    TEXT-INDENT: -1000em;	
    POSITION: absolute;	
    TOP: -7px;	
    HEIGHT: 26px;	
}


.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.style1 {
	color: #333333;
	text-align: justify;
}

.column_hdr_bg6 {
	background-color:#9F9A8B;
	height:25px;
	background-position:top;
	padding:0px 0px 0px 10px;
}

.bg_gray6{
	background-color: #ededed;
}

.text_white_14px {
font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
font-size: 14px;
color: #ffffff;
font-weight: bold;
}




.confirm-dialog {	
    BACKGROUND: url(../images/bg/dialog24.gif) no-repeat left top;	
    MARGIN: 0px auto;	
    WIDTH: 330px;	
    PADDING-TOP: 14px;	
    POSITION: relative;
}

.confirm-dialog .inner {	
    PADDING-RIGHT: 20px;	
    PADDING-LEFT: 20px;	
    PADDING-BOTTOM: 11px;	
    BACKGROUND: url(../images/bg/dialog24.gif) no-repeat left bottom;	
    FLOAT: left;	
    MARGIN: 0px 0px -20px 0px;	
    WIDTH: 290px;	
    PADDING-TOP: 0px;
} 

.confirm-dialog .base {	
    BORDER-TOP: #ddd 1px solid;	
    BACKGROUND: url(../images/bg/dialog-base.gif) no-repeat left bottom;	
    PADDING-BOTTOM: 4px;	
    MARGIN-LEFT: -11px;	
    MARGIN-RIGHT: -11px;	
    PADDING-TOP: 4px;	
    TEXT-ALIGN: center;
}


.confirm-dialog H2 {	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 1.25em;	
    COLOR: silver;
    TEXT-ALIGN: center;
} 

.confirm-dialog input {	
    WIDTH:50px;
}



/* Accordion*/

.accordionHeader{
	border:#b5ccdd solid 1px;
		padding:1px;
		margin-bottom:4px;
	cursor:pointer;}



.accordionHeaderSelected
{
	border-left:#b5ccdd solid 1px;
	border-top:#b5ccdd solid 1px;
	border-right:#b5ccdd solid 1px;
	padding:1px;
	
	cursor:pointer;}
	


.accordionContent
{
	border-left:#b5ccdd solid 1px;
	border-bottom:#b5ccdd solid 1px;
	border-right:#b5ccdd solid 1px;
	padding:1px;
	margin-bottom:4px;
}




/*federated search essentials*/

.star_yellow {
	background-image:url(../images/icon/star_yellow.png);
	height:16px;
	width:16px;
	background-repeat:no-repeat;
}

.star_gray {
	background-image:url(../images/icon/star_gray.png);
	height:16px;
	width:16px;
	background-repeat:no-repeat;
}
.progress_fill {
	height:10px;
	
	background-image:url(../images/progress.gif);
	
}

.progress_border {
	width:200px;
	height:10px;
	font-family:Tahoma, Geneva, sans-serif;
		padding:0px 0px 0px 0px;
	border: gray inset 1px;
}

.hlt {
	color: #9b1500;
font-family: Tahoma,Geneva,sans-serif;
font-size: 12px;
font-weight: bold;
}

.text_gray_12px {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#707070;
}



.newslink_black_11px {
	font-family:Tahoma, Geneva, sans-serif;	font-size:11px; color:#000; text-decoration:underline;
	cursor:pointer;

}

.newslink_black_11px:hover {
	text-decoration:none;
}

.lnkbut
{
	font-family: arial,helvetica,sans-serif;
    background-color: #F0F0F0;
    border-color: #CCC #888 #888 #CCC;
    border-width: 1px;
    border-style: solid;
    padding: 0 2px 0 2px;
	text-decoration: none;
	color:black;
	font-size: 10px;
    white-space: nowrap;
    background-image:url(../images/icon/plus-8.png);
    background-position:left;
    background-repeat:no-repeat;
    padding-left:15px;

}

.lnkbuClicked
{
	font-family: arial,helvetica,sans-serif;
    background-color: #F0F0F0;
    border-color: #CCC #888 #888 #CCC;
    border-width: 1px;
    border-style: solid;
    padding: 0 2px 0 2px;
	text-decoration: none;
	color:gray;
	font-size: 10px;
    white-space: nowrap;
    background-position:left;
    background-repeat:no-repeat;
    font-style:italic;
    
}

.selectedTypeTab {
background-color:#FFFFFF;
border-left:0.1em solid #5A597B;
border-right:0.1em solid #5A597B;
border-top:0.1em solid #5A597B;
font-weight:bold;
padding:0.4em;
white-space:nowrap;
font-family:Tahoma, Geneva, sans-serif;	font-size:11px; color:#000; text-decoration:underline;
}

.UnselectedTypeTab 
{
	border:.1em solid #5a597b;
	background-color:#ececec;
	padding:.4em;
	white-space:nowrap;
	font-family:Tahoma, Geneva, sans-serif;	font-size:11px; color:#000; text-decoration:underline;
	
	}
	
	.TypeTabSpacer {border-bottom:solid .1em #5a597b;}
	
	
	