#browser-detection {
	background: #FFFFFF;
	color: #333333;
	position: fixed;
	_position: absolute;
	padding: 10px 15px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	border-radius: 5px;
	border: 1px solid #D6D6C1;
	-moz-border-radius: 5px;
	width: 1000px;
	z-index:1001;
}
#browser-detection P {
	margin: 0;
	padding: 0;
	background: transparent;
	line-height: 135%;
	width: auto;
	float: none;
	border: none;
	text-align: left;
}
#browser-detection P.bd-title {
    padding-top: 0px;
    font-size: 32px;
    line-height: 100%;
}
#browser-detection P.bd-notice {
    padding-bottom: 5px;
    padding-top: 5px;
}
#browser-detection SPAN.bd-highlight { color: #B50E0E; }
#browser-detection A#browser-detection-close {
	width: 15px;
	height: 15px;
	outline: none;
	position: absolute;
	right: 10px;
	top: 10px;
	text-indent: -500em;
	line-height: 100%;
	background: url(close.gif) no-repeat center center;
}
#browser-detection A#browser-detection-close:HOVER { background-color: #F5F5DC; }
#browser-detection UL.bd-browsers-list, #browser-detection UL.bd-browsers-list LI,
#browser-detection UL.bd-skip-buttons, #browser-detection UL.bd-skip-buttons LI {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}
#browser-detection UL.bd-browsers-list { 
	clear: both;
	margin-top: 5px;
	padding: 7px 0;
	width: 100%;
}
#browser-detection UL.bd-browsers-list LI { text-align: left; }
#browser-detection UL.bd-browsers-list LI A {
	width: 64px;
	height: 64px;
	display: block;
	color: #666666;
	padding: 65px 65px 65px 65px;
	text-decoration: none;
}
#browser-detection UL.bd-browsers-list LI A:HOVER {	text-decoration: underline; }
#browser-detection UL.bd-browsers-list LI.firefox A { background: url(firefox.gif) no-repeat left top; }
#browser-detection UL.bd-browsers-list LI.chrome A { background: url(chrome.gif) no-repeat left top; }
#browser-detection UL.bd-browsers-list LI.safari A { background: url(safari.gif) no-repeat left top; }
#browser-detection UL.bd-browsers-list LI.opera A { background: url(opera.gif) no-repeat left top; }
#browser-detection UL.bd-browsers-list LI.msie A { background: url(msie.gif) no-repeat left top; }
#browser-detection UL.bd-skip-buttons {	margin-top: 10px; }
#browser-detection UL.bd-skip-buttons LI {
	display: inline;
	margin-right: 10px;	
}
#browser-detection UL.bd-skip-buttons LI BUTTON { font-size: 13px; }
#browser-detection DIV.bd-poweredby {
	font-size: 9px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-style: italic;
	display:none;
}
#browser-detection DIV.bd-poweredby, #browser-detection DIV.bd-poweredby A { color: #AAAAAA; }
#browser-detection DIV.bd-poweredby A { text-decoration: underline; }
#browser-detection DIV.bd-poweredby A:HOVER { text-decoration: none; }
#black_overlay {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
} 
@charset "UTF-8";
/* CSS Document */


/* Force table to not be like tables anymore */
table.rt-responsive-table.rt-vertical-table, table.rt-responsive-table.rt-vertical-table thead, table.rt-responsive-table.rt-vertical-table tbody, table.rt-responsive-table.rt-vertical-table th, table.rt-responsive-table.rt-vertical-table td, table.rt-responsive-table.rt-vertical-table tr { 
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* BELOW THREE STATEMENTS NEEDED FOR IE9 AND BELOW */
	float:left;
	clear:left;
	width: 100%;
}

/* Hide table headers (but not display: none;, for accessibility) */
table.rt-responsive-table.rt-vertical-table thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}

table.rt-responsive-table.rt-vertical-table tr { border: 1px solid #ccc; }

table.rt-responsive-table.rt-vertical-table td { 
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #ccc; 
	position: relative;
	padding-left: 50%; 
	padding-bottom: 5%;
}

table.rt-responsive-table.rt-vertical-table td:before { 
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	bottom:16px;
	width: 45%;  
	padding-right: 10px;
	/*white-space: nowrap;*/
	font-weight: bold;
}