@import url("pages.css");
@import url("layout.css");
@import url("menu.css");
@import url("headlines.css");
@import url("boxes.css");
@import url("news.css");
@import url("music.css");
@import url("user.css");
@import url("programs.css");
@import url("artists.css");
@import url("logged.css");
@import url("dots.css");
/*
globals
--------------------------------
*/
form, input, select {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

html, body {
	height: auto;
	width: auto;
	margin:0;
	padding:0;
	font: 10pt Tahoma;
}

body {
	background: url('../images/design/bodybg_1x1553.jpg') repeat-x;
	background-color: #f58320;
	behavior: url("../css/hover.htc");
}

.transpng {
	behavior: url("../css/iepngfix05.htc");
}

a {
	cursor: pointer;
	text-decoration: underline;
}

.clears {
	clear: both;
	width: 0px !important;
	height: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
}

/*
fonts & sizes
--------------------------------
*/
.small {
	font: 8pt Verdana;
}

/*
tooltip
--------------------------------
*/

div.tipz {
	width: 200px;
	color: #fff;
	text-align: center;
	padding: 13px 0px 0px 0px;
	background: url('../images/design/balloon2.png') top left no-repeat !important;
	background: url('../images/design/balloon2.gif') top left no-repeat;
}

div.tipz .tip {
	background: url('../images/design/balloon2.png') bottom left no-repeat !important;
	background: url('../images/design/balloon2.gif') bottom left no-repeat;
	position: relative;
	top: 13px;
	margin-top: -13px;
	padding: 0px 0px 13px 0px;
	font-size: 10px;
}

div.tipz .tip .tip-title {
	padding: 0px 5px;
}

div.tipz .tip .tip-text {
	display: none;
}

