/* CSS Document */

html, body, #wrapper {
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
}

* {
	
}
body {
	background-color:#000000;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
}
#wrapper {
	margin: 0 auto;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}
#menubar {
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
}
#iframeborder {
	border-width:medium;
	border-color:#333333;
	padding: 20px;
	padding: 20px;
}
#sidemargin {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
.framefont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.framefonttitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000000;
	font-weight:bolder;
}
.sidefont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a {
	text-decoration:none;
	color:#660000;
}
a:active {
	text-decoration:none;
	color:#660000;
}
a:hover {
	text-decoration:none;
	color:#666666;
}
a:visited {
	text-decoration:none;
	color:#666666;
	
}.timerfont {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
#containerul, #containerul ul{
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 0 0; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}
.talkfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	font-weight: bold;
}

.menu-item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #FFFFFF;
	font-weight: bold;
	border-style : none;
	padding : 0.4em 0.2em;
}

.menu-item a, .menu-item:active, .menu-item:visited {
	text-decoration:none;
	color : white;
}


.menu-item a:hover {
	color : #851210;;
	text-decoration : underline;
}

#playlist td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: black;
}


