/* Site defaults for generic tags */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

P, td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

b, strong {
	font-weight: bold;
	margin-bottom: 0px;
}

h1 {
  margin-bottom: 4px;
  font-size: large;
  color: #a03;
}

h2 {
  margin-bottom: 1em;
  font-size: medium;
  color: #206;
}

A {
  text-decoration: none;
  color: #777777;
  font-weight: bold;
}

A:hover {
  text-decoration: underline;
  color: #000000;
}


/* Content managed elements */

#content {
	position: absolute;
	top: 174px;
	left: 0px;
	width:100%;
	overflow: auto;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	scrollbar-base-color: #bbbbbb;
}

#player {
	position: absolute;
	top: 120px;
	left: 634px;
	height: 16px;
	z-index: 20;
	padding: 0px;
	border: solid 1px #bbbbbb;
	background-color: #f0f0f0;
}

#player a {
	margin: 1px;
	padding: 1px;
	border: solid 1px #bbbbbb;
	background-color: #f0f0f0;
	height: 14px
}

#player img {
	background-color: #f0f0f0;
}


#player a:hover {
	border: solid 1px #000000;
}

#imagepreview {
	position: absolute;
	top: 120px;
	left: 634px;
	z-index: 19;
	visibility: hidden;
}

#title {
	position: absolute;
	top: 96px;
	left: 634px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	color: #000700;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: +0.2em;
}

.footnote	{
  width: 100%;
  border-top: dashed 1 #6f6;
  font-family: Arial, Helvetica, sans-serif;
  color: #aaa;
  font-size: 7pt;
  text-align:left;
}

/* Ringtones lists & body panels */

.RingtoneList, .bodyPanel {
	background-color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
}

.rtListen, .rtBuyNow {
	background-color: #ffffff;
}

.RingtoneList .rtTitle {
	padding: 1 4 1 4;
	font-size: 8pt;
	height: 12px;
	overflow: hidden;
}

.RingtoneList TD {
	padding: 0px;
}

.RingtoneList A {
	display: block;
	color: #777777;
	font-size: 8pt;
	font-weight: bold;
	padding: 2 8 2 8;
	text-align: center;
	margin: 2 2 2 6;
}

.RingtoneList A:hover {
	color: #000000;
	text-decoration: underline;
}

.bodyPanelHead {
	background-color: #f0f0f0;
	border: solid 1px #bbbbbb;
	color: #777777;
	font-weight: bold;
   padding: 4 20 4 20;
}

.bodyPanel b, .bodyPanel strong {
	color: black;
}
/* misc */

.editor {
	border:dashed 1 #0c0;
	margin:0px;
	padding:4px;
	overflow:auto;
}

.portHeader td {
  border: solid 1px #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #fff;
  vertical-align: bottom;
  padding: 2px;
}

.portContent {
}

.portContent p {
}

.portLink {
}


#headline {
}

.spacewrapper {
	padding: 0px;
	margin: 0px;
}

#portal {

}

.formArea {
	font-family: Arial, Helvetica, sans-serif;
	color: #000700;
	font-size: x-small;
	padding: 2px;
	border: 1px solid #f1080a;
	background-color: #f8d4d4;
	color: #200740;
	wrap: none;
}

.mainContent .formArea,
.mainContent .formArea p {
	font-size: x-small;
	margin-top: 0.5em;
}

INPUT	{
	font-size: x-small;
	height: 1.6em;
}

/* Menu */

#Navbar {
  position: absolute;
  top: 140;
  left:4;
  z-index: 2;
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 11px;
  background-color: #ffffff;
  color: #0000ff;
  font-weight : bold;
  height:29px;
  padding: 0px;
  border-bottom: dashed 1 #6f6;
}

#Navbar ul {
  padding-left:0;
  list-style: none;
  display: inline;
  margin: 0;
}

#Navbar li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  height: 29px;

}
#Navbar li a {
  display: inline;
  font-size: 11px;
  padding: 6 4 6 4;
  vertical-align: middle;
  color: #777777;
  height: 20px;
}

#Navbar li a:hover {
  display: inline;
  font-size: 11px;
  padding: 6 4 6 4;
  vertical-align: middle;
  color: #000000;
  height: 20px;
}

#Navbar li ul {
  filter: Alpha(Opacity=100, FinishOpacity=70, Style=1);
  display: none;
  position: absolute;
  font-size: 11px;
  background: #f0f0f0;
  padding: 0 0 0.4em 0;
  border: 1px outset;
  width: 18em;
  x_height: 76px;
  x_overflow: auto;
}

#Navbar li ul li {
  list-style: none;
  margin: 0;
  display: block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  line-height: 10px;
  height: 19px;

}

#Navbar li ul li a {
  padding: 4 8 4 8;
  height:19px;
  text-decoration: none;
  color: #777777;
  display: block;
  width: 100%;
}
#Navbar li ul li a:hover {
  padding: 4 8 4 8;
  height:19px;
  text-decoration: none;
  color: #000000;
  background: #ffffff;
  display: block;
  width: 100%;
}

