@CHARSET "ISO-8859-1";
/* used for logs */

/* simple table */
table.simple {
	width: 100%;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	vertical-align: middle;
	border-style: none;
	border-width: 0px;
}

table.simple tr {
	width: 100%;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	vertical-align: middle;
	border-style: none;
	border-width: 0px;
}

table.simple td {
	/*width: 100%;*/
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	vertical-align: middle;
	border-style: none;
	border-width: 0px;
}

div.simple {
	width: 100%;
	padding: 0px;
	border-style: none;
	border-width: 0px;
}

.TooltipPopup {
	font-size: 10px;
	background: #fdd;
	border: 1px solid red;
}

.downgrade { /*background-color: #d5e6e5;*/
	color: red;
	font-weight: bold;
	font-size: 14px;
}

.img_link {
	cursor: hand;
	cursor: pointer;
}

.rpt_Title {
	color: black;
	font-size: 18px;
}

.rpt_block_Title {
	color: black;
	font-weight: bold;
	font-size: 14px;
}

.rpt_text_icon {  
	background-image:url(/images/portal/text.gif) !important;  
}
.rpt_barchart_icon {  
	background-image:url(/images/portal/chart_bar.gif) !important;  
}
.rpt_colchart_icon {  
	background-image:url(/images/portal/chart_col.gif) !important;  
}
.rpt_linechart_icon {  
	background-image:url(/images/portal/chart_curve.gif) !important;  
}
.rpt_piechart_icon {  
	background-image:url(/images/portal/chart_pie.gif) !important;  
}
.rpt_description_icon {  
	background-image:url(/images/portal/chart_desc.png) !important;  
}
.rpt_conf_panel {
	background-color: #F5F5F5;
	border-width:1px;
	border-style: none;
	border-color:#99BBE8;
	height: 100%;
}
.rpt_conf_panel_red {
	background-color: #F39899;
	border-width:1px;
	border-style: none;
	border-color:#99BBE8;
	height: 100%;
}
.rpt_conf_panel_yellow {
	background-color: #F3F1A3;
	border-width:1px;
	border-style: none;
	border-color:#99BBE8;
	height: 100%;
}
.rpt_conf_panel_blue {
	background-color: #83A0EA;
	border-width:1px;
	border-style: none;
	border-color:#99BBE8;
	height: 100%;
}
.rpt_conf_panel_green {
	background-color: #B0D794;
	border-width:1px;
	border-style: none;
	border-color:#99BBE8;
	height: 100%;
}
.rpt_conf_panel_purple {
	background-color: #D4A4C9;
	border-width:1px;
	border-style: none;
	border-color:#99BBE8;
	height: 100%;
}

.rpt_conf_chart {
	margin: 5px;
}
.rpt_conf_chart:hover {
    box-shadow: 0px 2px 4px rgba(1, 100, 169, 0.43);
}

.rpt_conf_blcok_heading {
	color: #000000;
	height: 15px;
	text-align: left;
	vertical-align: middle;
	background: url(/images/rpttablecaption.png);
	border: none;
}

.rpt_conf_portalCol {
	background-color: #F5F5F5;
	background: url(/images/rpttablecaption.png);
}


.GWTCDateButton {
    border : none;
    background : url("gwtc/gwtc-calendar.gif") no-repeat left center;
    color : darkblue;
    cursor : pointer;
    padding-left: 16px !important;
}
.GWTCDateButton:hover
{
	/*background : #dfdfdf url(gwtc-button-bg-over.jpg) repeat-x bottom;;*/
	background: url("gwtc/gwtc-calendar.gif") no-repeat left center;
	color : #f60; 
}

.title_link {
	white-space: nowrap;
}


/*map table with cells and caption*/
table.map {
	background-color: #f7f7f7;
	font-family: "Segoe UI", "Lucida Grande",Helvetica,Arial,Verdana,sans-serif; 
	font-size: 12px;
	border-top: 0px solid #b0c4c4;
	border-left: 0px solid #b0c4c4;
	border-right: 0px solid #b0c4c4;
    border-bottom: 0px inset #b0c4c4;
}

.img_setting {
	cursor: hand;
	cursor: pointer;
}
