/* ******************************** Global properties ******************************** */
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Georgia, Helvetica, Geneva, Arial;
	font-size: 8pt;
}

html, body {
	height:100%;
	width:100%;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: menu;
	line-height: 11pt;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

h5 {
	color: #666666;
}

.myten .sidebar h5, 
.pozbierane .sidebar h5,
.myten .contactProfileUser h5,
.pozbierane .contactProfileUser h5 {
	color: #FFFFFF;
}

.myten .userPreferences h5, 
.pozbierane .userPreferences h5,
.myten .contactPublicPage h5,
.pozbierane .contactPublicPage h5,
.myten .rssViewer h5,
.pozbierane .rssViewer h5 {
	color: #666666;
}

img,fieldset {
	border: 0px none;
}

ul,li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

button {
	font-weight: bold;
	color: #666666;
	margin-right: 5px;
	padding: 2px 5px;
	cursor: pointer;
}

em {
	padding-left: 2px;
	padding-right: 2px;
}


.clearer {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 0pt;
}

.bbtp .label form {
	
}

.bbtp .label form,input {
	padding: 0px;
}

.bbtp .label {
	cursor: pointer;
}

.bbtp .label input {
	border: medium none;
	color: #999999;
}

/* ******************************** Main spaces ******************************** */
.bbtp .globalSpace {
	width: 98%;
	height: 100%;
}

.bbtp .headerSpace {
	width: 100%;
	height: 136px;
}

.bbtp .headerSpace.pozbieraneHeaderSpace {
	height: 185px;
}

.bbtp .centerSpace {
	width: 100%;
	height: 75%;
}

/* ******************************** Logo and Cie ******************************** */
.bbtp .header div#logoBar {
	position: absolute;
	left: 0px;
	width: 250px;
	text-align: center;
	margin: 20px 0px 0px 0px;
	vertical-align: top;
	border: 0px;
}

/* ******************************** Sources search form ******************************** */
.bbtp .headerSpace .sourcesSearchBar {
	padding-bottom:10px;
	padding-left:170px;
	padding-right:5px;
}

.bbtp .headerSpace .sourcesSearchBar .sourcesSearchText {
	color:#666666;
	font-size:11px;
	float: left;
	padding-top:1px;
}

.bbtp .headerSpace .sourcesSearchBar .sourcesSearchButton {
	padding-left:5px;
	padding-right:5px;
	float: left;
}

.bbtp .headerSpace input#sourcesSearchTextBox {
	border:1px solid #C9C9C9;
	color:#666666;
	font-size:11px;
	height:20px;
	margin-right:5px;
	padding:2px;
	width:166px;
}

.bbtp .headerSpace dijitButton {
	float: left;
}

.bbtp .dijitInline {
	display: -moz-inline-box;
}

/* ******************************** Login and Cie ******************************** */
.loginBar {
	/*
	position: absolute;
	top: 4px;
	right: 4%;
	margin: 0px 5px 0px 0px;
	padding: 20px 10px 10px 10px;
	*/
	border: 0px;
	text-decoration: none;
	color: #000000;

	float:right;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
}

.bbtp .headerSpace .withRightPipe {
	border-right: 1px solid black;
	padding: 0pt 5px;
}

.myten .headerSpace .withRightPipe {
	border-right: 1px solid white;
	padding: 0pt 5px;
}

.pozbierane .headerSpace .withRightPipe {
	border-right: 1px solid white;
	padding: 0pt 5px;
}

/* ******************************** Side bar ******************************** */
.bbtp div#sideBarTop {
	position: absolute;
	top: 87px;
	z-index: 1;
}

.bbtp div#sideBarSpace {
	float: left;
	/*width: 16%;*/
	margin: 0px;
	margin-left: 15px;
}

/* ******************************** Infobar ******************************** */
.bbtp div#infoBarId {
/*	float: left;*/
	/*position:absolute;*/
	/*clear: both;*/
	/*margin-top: 55px;*/
	padding-top:50px;
	margin-bottom: 10px;
	margin-left: 15px; /* [IE only] separates the sidebar from the info bar */
}

/* ******************************** Tooltip ******************************** */
.bbtp .dijitTooltip {
	background-color: rgb(245, 245, 220);
	border: 1px solid rgb(215, 215, 190);
	padding: 7px;
	font-size: 8pt;
	font-family: Verdana, Georgia, Helvetica, Geneva, Arial;
	opacity: 0.95;
	position: absolute;
	z-index: 2000;
	display: block;
	left: 50%;
	top: -10000px;
	overflow: visible;
}

/* ******************************** Common ******************************** */
.bbtp .dijitInline { /*  To inline block elements.
		Similar to InlineBox below, but this has fewer side-effects in Moz.  
		Also, apparently works on a DIV as well as a FIELDSET.
	*/
	display: -moz-inline-box; /* FF2 */
	display: inline-block; /* webkit and FF3 */
	border: 0px;
	padding: 0px;
	vertical-align: middle;
}

.dj_ie .bbtp .dijitInline {
	zoom: 1; /* set hasLayout:true to mimic inline-block */
	display: inline;
}

/* ******************************** Button ******************************** */
.bbtp .dijitToggleButtonIconChar {
	display: none;
}

.bbtp .dijitButtonHover .dijitButtonNode { /* hover state - inner */
	/* TODO: change from Hover to Selected so that button is still highlighted while drop down is being used */
	color: black;
}

/* ******************************** Dialog ******************************** */
.bbtp .dijitDialog {
	position: absolute;
	z-index: 999;
	padding: 1px;
}

.bbtp .dijitDialogUnderlayWrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 998;
	display: none;
	background: transparent;
}

.bbtp .dijitDialogUnderlay {
	background: #eeeeee;
	opacity: 0.5;
}

.dj_ie .bbtp .dijitDialogUnderlay {
	filter: alpha(opacity = 50);
}

/* OPTIMIZATION (Use an HTML div for the welcome box instead of a Dojo Dialog) */
/* ******************************** HTML Welcome ********************************* */
.htmlWelcome_UnderlayWrapper
{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 998;
	zoom: 100%; /* IE */
}

.htmlWelcome_Underlay
{
	display: block;
	height: 600px; /* Will be computed using the viewport */
	width: 800px; /* Will be computed using the viewport */
	background-color: #eeeeee;
	filter: alpha(opacity=50); /* IE */
	opacity: 0.5;
}

.htmlWelcome_Main
{
	display: block;
	position: absolute;
	left: 300px; /* Will be computed using the viewport */
	top: 200px; /* Will be computed using the viewport */
	width: 620px;
	z-index: 999;
	zoom: 100%; /* IE */
}

.htmlWelcome_Container
{
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	/* IE */
	_position: absolute;
	top: expression(body.scrollTop + "px");
	z-index: 997;
}
