<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#notificationBar {
	position:fixed;
	text-align:center;
	bottom:0px;
	right:0px;
	padding: 8px 5px 8px 5px;
	width:100%;
	font-weight:normal;
	font-size:13px;
	line-height:15px;
} 

#notificationBar a {
	color:#ffffff;	
	font-weight:bold;
	text-decoration:underline;
}

.notificationBar_Prompt{
	background-color:#76083a;
	border-top:2px solid #cd88c8;
	color:#ffffff !important;
}

.notificationBar_Confirmation{
	background-color:#08765b;
	border-top:2px solid #88cd9b;
	color:#ffffff !important;	
}

.notificationBar_Error{
	background-color:#990000;
	border-top:2px solid #cd889c;
	color:#ffffff !important;	
}

div.iframe_content{
	display:none;
}

iframe.iframe_content{
	width:100%;
	border:0px;
	margin:0px;
}

a.button span {
    background: transparent url(../images/generic_btn_lt.png) no-repeat;
    display: block;
    line-height: 18px;
    padding: 5px 0 5px 14px;
} 

a.button {
    background: transparent url(../images/generic_btn_rt.png) no-repeat scroll top right;
    display: block;
    float: left;
    font: normal 10px arial, sans-serif;
    height: 27px;
    margin-right: 6px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
}

a.button_white {
    background: transparent url(../images/buttons/white_rt.png) no-repeat scroll top right;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
	text-decoration:none;
    height: 36px;
    margin-right: 6px;
    padding-right: 15px; /* sliding doors padding */
}

a.button_white span{
	padding: 5px 0 6px 15px;
	line-height: 25px;
	display: block;
	background-image:url(../images/buttons/white_lt.png);
	background-repeat:no-repeat;
}

a.button_white:hover{
	text-decoration:none;
}

a.button_white span img{
	border:0px;
}


/* Button - Small */

/* colors */
a.button_small_black{ background: transparent url(../images/buttons/small_black_rt.png) no-repeat scroll top right; }
a.button_small_black span{ background-image:url(../images/buttons/small_black_lt.png); }
a.button_small_aqua{ background: transparent url(../images/buttons/small_aqua_rt.png) no-repeat scroll top right; }
a.button_small_aqua span{ background-image:url(../images/buttons/small_aqua_lt.png); }

a.button_small {
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
	text-decoration:none;
    height: 25px;
    margin-right: 6px;
    padding-right: 20px; /* sliding doors padding */
}

a.button_small span{
	padding: 5px 0 6px 16px;
	line-height: 14px;
	display: block;
	color:#fff;
	
	background-repeat:no-repeat;
}

a.button_small:hover{
	text-decoration:none;
}

a.button_small span img{
	border:0px;
}


/************
 BOXES
************/
.box_content_holder_style1{
	padding:9px;
	background-color:#FFF;
	border:2px solid #999;
}

.box_yellow{
	border: 1px solid #F1DF95; 
	padding: 10px; 
	background-color: rgb(255, 255, 204);
	padding:5px;
	text-align:center;	
}

.box_red{
	border: 1px solid #ffafaf;; 
	padding: 10px; 
	background-color: #ffdfdf;
	padding:5px;
	text-align:center;	
}

.box_white{
	border: 1px solid #ddd; 
	padding: 10px; 
	background-color: #fff;
	padding:5px;
	text-align:center;	
}

.box_grey{
	border: 1px solid #ddd; 
	padding: 10px; 
	background-color: #eee;
	padding:5px;
	text-align:center;	
}

.box_green{
	border: 1px solid green; 
	padding: 10px; 
	background-color: #e9f6e0;
	padding:5px;
	text-align:center;	
}

.box_red_bordered{
	border:2px solid #660000;
	background-color:#DFDFDF;
	padding:6px;	
}

/* TABS */
div.widget_tab_holder{
	background-image:url(../images/tab_bg.gif);
	background-position:bottom ;
	background-repeat:repeat-x;
	width:100%;
	float:left;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
}

ul.widget_tabs{
	list-style:none outside none;
	padding:0px;
	margin:0px;
	background-image:url(../images/tab_bg.gif);
	background-position:bottom ;
	background-repeat:repeat-x;
	width:100%;
}

ul.widget_tabs li{
	display:inline;
	padding:0px;
	margin:0px;
	text-align:center;
}
ul.widget_tabs li.tab a{
	background:url(../images/tab_unselected_rt.png) no-repeat scroll top right;
	text-decoration:none;
	color:#555;
	font-size:11px;
	padding-right:16px;
	font-weight:bold;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	display: block;
	line-height:33px;
    float: left;
}

ul.widget_tabs li.tab a span{
	background:url(../images/tab_unselected_lt.png) no-repeat scroll top left;
	padding-right:10px;
	padding-left:26px;
	display: block;
}

ul.widget_tabs li.tab a.active{
	font-weight:bold;
	color:#fff;
	background:url(../images/tab_selected_rt.png) no-repeat scroll top right;
}

ul.widget_tabs li.tab a.active span{
	background:url(../images/tab_selected_lt.png) no-repeat scroll top left;
}


table.grid {
	border-bottom:3px solid #999;
}

table.grid tr th{
	color:white;
	padding:7px 7px 7px 7px !important;
	font-weight:bold;
	border-bottom:3px solid #bbb;
	background-color:#555;
}

/* Rounding */
table.grid tr th:first-child{ -moz-border-radius:7px 0px 0px 0px; }
table.grid tr th:last-child{ -moz-border-radius:0px 7px 0px 0px; }

table.grid tr td{
	padding:2px 7px 2px 7px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #dcdcdc;
}

table.list {
	border-bottom:3px solid #999;
}

table.list tr th{
	padding:7px 7px 7px 7px !important;
	font-weight:bold;
	border-bottom:3px solid #bbb;
	white-space:nowrap;
}

table.list tr td{
	padding:2px 7px 2px 7px;
	border-bottom:1px solid #dcdcdc;
}

/* Additional padding */
table.cell_padding_1 tr td{ padding:1px 2px 1px 2px !important; }
table.cell_padding_2 tr td{ padding:5px 8px 5px 8px !important; }
table.cell_padding_3 tr td{ padding:7px 9px 7px 9px !important; }

table.grid tr td:first-child{
	border-left:1px solid #ddd;
}
.switch_tag{
	height:100%
}
.switch_tag:hover{
	border:thin #09F solid;
}

/* PCS.CoreSupport.UI */
div.ui-resized_image{
	overflow:hidden;
	text-align:center; 
	white-space:nowrap;
}</pre></body></html>