﻿@charset "utf-8";
/* CSS Document */

/* THICKBOX START */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
 * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px;
	color: #333;
}
#TB_secondLine {
	font: 10px;
	color:#666;
}
#TB_window a:link {
	color: #2647A0;
}
#TB_window a:visited {
	color: #698DDA;
}
#TB_window a:hover {
	color: #3333CC;
}
#TB_window a:active {
	color: #2647A0;
}
#TB_window a:focus {
	color: #2647A0;
}
#TB_window ul {
	margin-left: 1em;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {
	background: url(/images/macFFBgHack.png) repeat;
}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
* html #TB_overlay { /* ie6 hack */
	position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #ccc;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window { /* ie6 hack */
	position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption {
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow {
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow {
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title {
	background-color:#F5F7F9;
	height:27px;
}
#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal {
	padding:15px;
}
#TB_ajaxContent h1 {
	font-size: 120% !important;
	color: #600;
	margin-bottom: 1em;
}
#TB_ajaxContent h2 {
	font-size: 107% !important;
	font-weight: normal;
	color: #600;
	margin-bottom: 1em;
}
#TB_ajaxContent p {
	margin-bottom: 1em;
}
#TB_ajaxContent ul, ol, dl {
	margin:  0 0 1em 1em;
	padding: 0 0 0 1em;
}
#TB_ajaxContent ul {
	
}
#TB_ajaxContent li {
	line-height: 160%;
	margin: 0;
	padding: 0 0 0 .5em;
}
#TB_load {
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
	position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect {
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
	position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* THICKBOX END */

/* --------------------------------- */

/* SIMPLEMODAL START */

/* Overlay */
#modalOverlay {
	background-color:#000;
	cursor:wait;
}
/* Container */
#modalContainer {
	height:388px;
	width:612px;
	left:50%;
	top:15%;
	margin-left:-300px;
	background-color:#fff;
	border:3px solid #ccc;
}
#modalContainer a.modalCloseImg {
	background:url(/images/x.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}
#modalContainer #basicModalContent {
	/*padding:8px;*/
}
#modalContainer h1 {
	font-size: 120% !important;
	color: #600;
	margin: 1em;
	text-align: left;
}
#modalContainer h2 {
	font-size: 107% !important;
	font-weight: normal;
	color: #600;
	margin: 0 1em 1em 1em;
	text-align: left;
}
#modalContainer p {
	margin: 0 1em 1em 1em;
	text-align: left;
}
#modalContainer ul, ol, dl {
	margin: 0 1em 1em 2em;
	padding: 0 0 0 1em;
	text-align: left;
}
/* SIMPLEMODAL END */

/* --------------------------------- */

/* JTIP START */

#JT_close_left, #JT_close_right {
	font-size: 85%;
	text-align: left;
}
#JT_copy p, #JT_copy ul {
	font-size: 85%;
	text-align: left;
}
#JT_copy ul {
	margin:  0 0 1em 1em;
	padding: 0 0 0 1em;
}
#JT_copy li {
	padding: 0 0 0 .5em;
}
#JT_arrow_left {
	background-image: url(/images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-11px;
	height:23px;
	width:10px;
	top:-3px;
}
#JT_arrow_right {
	background-image: url(/images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
	top:-2px;
}
#JT {
	position: absolute;
	z-index:100;
	border: 1px solid #F9A549;
	background-color: #fff;
}
#JT_copy {
	padding:10px 10px 10px 10px;
	color:#333333;
}
.JT_loader {
	background-image: url(/images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}
#JT_close_left {
	background-color: #FFDE77;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}
#JT_close_right {
	background-color: #FFDE77;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}
#JT_copy p {
	margin:3px 0;
}
#JT_copy img {
	padding: 1px;
	border: 1px solid #F9A549;
}
.jTip {
	cursor:help;
}


/* JTIP END */

/* --------------------------------- */

/* ACCESSIBILITY START */

@media print {
.skiplink {
	display : none;
}

}
@media screen {
.skiplink {
	display : none;
}
}
/* ACCESSIBILITY END */

/* --------------------------------- */

/* FONTS MIN START */

body {
	font:14px Tahoma, Arial, Helvetica, clean, sans-serif;

}
table {
	border-collapse: collapse;
	font-size:inherit; 
}
select, input, textarea {
	font:99% Tahoma, Arial, Helvetica, clean, sans-serif;
}
body * {
	line-height:1.22em;
}
/* FONTS MIN END */

/* --------------------------------- */

/* MAIN START */

body {
	text-align : center;
	margin : 0;
	padding : 0;
	/*background-color :  #515151;*/
	background: #fff;
}
.clearfloat {
	clear : both;
	height : 0;
	font-size : 1px;
	line-height : 0;
}
.pub-icon {
	float : left;
}
a img {
	border : none;
}
.fltrt {
	float : right;
	margin-left : 8px;
}
.fltlft {
	float : left;
	margin-right : 8px;
}
hr {
	border: 0;
	height: 0;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

/* MAIN END */

/* --------------------------------- */