@charset "utf-8";

/*
Overriden global T-Mobile styles 
*/

body {
	/*color:#000000;*/
}

h1 {
	height: 60px;
	margin: 0;
	padding: 0;
	background: white url("../images/H1_Background.gif") repeat-x left top;
}

h2 {
	/*font-weight:normal;*/
}

th, td {
	border-style:none;
}

/* MAINHEADER --------------------------------------------------------------------------------------------------- */

#navigationbar {
	background-image: url("../images/NavigationBar_Background.gif");
	padding-top: 1px;
}

#navigationlinks a,
#navigationlinks a:visited {
	color: #727272;
	text-decoration: none;
}
#navigationlinks a:hover,
#navigationlinks a:active,
#navigationlinks a:focus {
	color: #E20074;
}

#navigationsegment ul {
	float: left;
	margin-left: 5px;
}

/* LEFTNAVIGATION ------------------------------------------------------------------------------------------------- */

#leftnavigation ul {
	border-top-style: none;
}

#leftnavigation ul ul strong {
	background-image: url("../images/UL_SquareMagenta.gif");
}

/* ARTICLE ------------------------------------------------------------------------------------------------------ */
#article {
	width: 548px;
	font: 1.1em/normal Arial, Helvetica, sans-serif; /*preserving Symbio design font size */
}

#article ul {
	margin-left: 0;
}

#article h4 {
	color: #666666;
}

#article * {
	margin: 0pt;
}

#article a.songNameList, #article a.artistList {
	color:#000000;
}

#article h2 {
	margin-top: 6px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#article h3.musicCategory {
	font-size: 120%;	
}

#article h5 {
	color:#666666;
}

#article tbody th {
	color:black;
}

/* MAINCONTENT ------------------------------------------------------------------------------------------------- */

/* CONTENTVIEWER ------------------------------------------------------------------------------------------------- */
#contentviewer {
	width: 728px;
	_width: 731px;
}

#maincontent {
margin-bottom:10px;
}

/* PANELBAR ------------------------------------------------------------------------------------------------------ */
#panelbar {
	width: 200px;
	margin-left: 746px;
	_margin-left: 749px;
	/*margin-top: 25px;*/
}

#profilepanel {
	background-image: url("../images/ProfilePanel_Background.gif");
	padding-bottom: .6em;
}


#panelbar p {
	margin-top:10px;
	margin-bottom:10px;
}

/* ACTIONBUTTONS ------------------------------------------------------------------------------------------------- */

a.action-button em span {
	background-image: url("../images/Icon_ArrowWhite.gif");
}

a.greenonwhite strong {
	background-image: url("../images/ActionButton_AnchorBack.gif");	
	font-weight:normal;
}


#p-top .goto {
	 top: 42px;
}

#p-bottom .fulltext {
	 float: none;
	 position: absolute;
	 top: 62px;
	 left:772px;
	 padding:0;
	 position:absolute;
	 top:177px;
	 width:300px;
	 z-index:200;
}
#p-bottom .fulltext .btn1 {
	 background:#E9E9E9 url(../images/btn_gray.gif) no-repeat scroll 100% 0;
	 height:19px;
	 line-height:19px;
	 margin:0;
	 padding:0 10px 0 8px;
	 *padding:0 5px 0 4px;
	 text-decoration:none;
	 border:0 none;
	 font-size: 100%;
}
#p-bottom .fulltext .txt {
	 border:1px solid #BEBEBE;
	 font-size:100%;
}

/* ---------- Autocomplete ---------- */
.ui-autocomplete-even {
	 background: #F0F5F7;
	 padding: 5px 10px;
}

.ui-autocomplete-odd {
	 background: #D3DADD;
}

.ui-autocomplete-over {
	 background: #A8D6ED;
}

.ui-autocomplete-results {
	 border: 1px solid;
	 border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
	 overflow: hidden;
	 padding: 0;
	 z-index: 300;
}

.ui-autocomplete-results ul {
	 list-style: none;
	 list-style-position: outside;
	 margin: 0;
	 padding: 0;
	 width: 100%;
}

.ui-autocomplete-results li {
	 cursor: default;
	 display: block;
	 line-height: 16px;
	 margin: 0;
	 overflow: hidden;
	 padding: 2px 5px;
}

.ui-autocomplete-results li strong {
	 color: #06c;
	 font-weight: bold;
}

#bannertop {
	height:108px;width:100%;overflow:hidden;padding-left:183px;
}
#bannertop .advttl  {
	font-size:10px;margin:0;
}


