* {
	margin:0px;
	padding:0px;
	border:0px;
	font-family:verdana;
	font-size: 10px;
	letter-spacing: 0px;
}

html {
	height:100%;
}

body {
	height:101%;
	background-color:#fff;
}

a.no-link {
	cursor: default;
}


a, object { outline: none; }
*:focus { -moz-outline-style: none; }
*:-moz-any-link:focus { outline: none; }


/*--------------------------------*/
/*	TOP-HEADER
/*--------------------------------*/

div.top-header {
	margin:0 auto;
	width:830px;
	height:26px;
	overflow: hidden;
	background-color: #929790;
	border: 1px solid #282449;
	border-left: none;
	border-right: none;
}

div.top-header h1 {
	/*margin-top: 4px;*/
	padding-left: 16px;
	display:block;
	float:left;
	overflow:hidden;
}

div.top-header h1 a {
	display:block;
	float:left;
	overflow:hidden;

	white-space:nowrap;
	text-indent:1255px;

	/*width:400px;
	height: 17px;
	background-image: url('img/hg.com.gif');*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*--------------------------------*/

div.top-header ul * {
	font-size: 10px;
	font-weight: bold;
	color: #C1C0BE;
	letter-spacing: 0px;
}

div.top-header ul {
	display:block;
	float:right;
	list-style: none;
	margin-top: 6px;
	padding-right: 8px;
}

div.top-header li {
	display:block;
	float:left;
	padding: 0px 7px;
	background-image: url('img/lng.sep.gif');
	background-position: -1px 2px;
	background-repeat: no-repeat;
}

div.top-header li.first {
	background-image: none;
}

div.top-header ul a {
	text-decoration:none;
}

div.top-header ul a:hover {
	text-decoration:none;
	color:#ddd;
}

div.top-header ul a.current {
	color: #333;
}

div.top-header ul a.current:hover {
	color: #666;
}


/*--------------------------------*/
/*	HEADER
/*--------------------------------*/

div.img-header {
	display: block;
	float: none;
	margin:0px auto;
	width:830px;
	overflow: hidden;
	border: none;
	background-position:50% 0%;
	background-repeat:no-repeat;
}



/*--------------------------------*/
/*	MENU
/*--------------------------------*/

div.menu-header {
	display: block;
	float: none;
	margin:0px auto;
	width:830px;
	height: 53px;
	overflow: hidden;
	border: none;
	background-position:50% 100%;
	background-repeat:no-repeat;
	Xbackground-color: red;
}

div.hgMenu {
	position: static;
	display:block;
	float:left;
	width:100%;
	height:53px;
	overflow: hidden;
	border: none;
	visibility: hidden;
}

div.main-menu {
	position: static;
	display:block;
	float: none;
	height:26px;
	padding: 0px 15px;
	overflow: hidden;
	background-color:#7C7B83;
}

ul.main-menu {
	display: block;
	float:left;
	white-space: nowrap;
	list-style: none;
	background-color:#7C7B83;
}

ul.main-menu li {
	display:block;
	float:left;
	padding: 0px 7px;
	background-image: url('img/menu.sep.gif');
	background-position: -1px 8px;
	background-repeat: no-repeat;
	height:26px;
}

ul.main-menu li:first-child {
	background-image: none;
	padding-left:0px;
}

ul.main-menu li:last-child {
	padding-right:0px;
}

/*=== ie 6.0 hook:beg ===*/
ul.main-menu li {
	background-image: expression((!this.previousSibling) ? "none" : "img/menu.sep.gif" );
	padding-left: expression((!this.previousSibling) ? "0px" : "7px" );
	padding-right: expression((!this.nextSibling) ? "0px" : "7px" );
}
/*=== ie 6.0 hook:end ===*/


ul.main-menu a {
	display:block;
	margin-top:6px;
	text-decoration:none;
	font-weight:bold;
	color:#f0f0f0;
}

ul.main-menu a:hover {
	color: #cce;
}

ul.main-menu li.current a {
	color: #EAC105;
}

ul.main-menu li.current a:hover {
	color: #fd1;
}

ul.main-menu li.active a {
	color: #cce;
}

ul.main-menu ul.submenu-menu {
	display:none;
}

/*--------------------------------*/
/*	SUB-MENU-SCROLLERS
/*--------------------------------*/

div.menu-scroller-left, div.menu-scroller-right {
	position: absolute;
	width:15px;
	height:26px;
	float:left;
	display:block;
	z-index: 10;

	cursor: pointer;
	overflow:hidden;
	visibility:hidden;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
}

div.menu-scroller-left {
	background-position: 0% 7px;
	background-image: url('img/arr-left.png');
}

div.menu-scroller-right {
	background-position: 100% 7px;
	background-image: url('img/arr-right.png');
}

/*--------------------------------*/
/*	SUB-MENU
/*--------------------------------*/

div.sub-menu-container  {
	position: static;
	display:block;
	float:left;
	width:798px;
	height:26px;
	padding: 0px 15px;
	border:1px solid #919191;
	border-top:none;
	background-color: #f0f0f0;
}

div.sub-menu {
	width:798px; /* = 828 - 2 * 15 */
	height:26px;
	overflow: hidden;
	margin: 0px auto;

	position: absolute;
	background-color:#f0f0f0;

	visibility: hidden;
	display:none;
}

div.sub-menu ul.sub-menu
{
	visibility: visible;
	display: block;
	position: static;
	float: left;
	white-space: nowrap;
	list-style: none;
}

ul.sub-menu li {
	display:block;
	float:left;
	padding: 0px 7px;
	background-image: url('img/sub-menu.sep.gif');
	background-position: -1px 8px;
	background-repeat: no-repeat;
	height:26px;
}

ul.sub-menu li:first-child {
	background-image: none;
	padding-left:0px;
}

ul.sub-menu li:last-child {
	padding-right:0px;
}

/*=== ie 6.0 hook:beg ===*/
ul.sub-menu li {
	background-image: expression((!this.previousSibling) ? "none" : "img/sub-menu.sep.gif" );
	padding-left: expression((!this.previousSibling) ? "0px" : "7px" );
	padding-right: expression((!this.nextSibling) ? "0px" : "7px" );
}
/*=== ie 6.0 hook:end ===*/

ul.sub-menu a {
	display:block;
	margin-top:6px;
	text-decoration:none;
	font-weight:normal;
	color:#222;
}

ul.sub-menu a:hover {
	text-decoration:underline;
	color: #000;
}

ul.sub-menu li.current a {
	font-weight:bold;
	color: #222;
}


/*--------------------------------*/
/*	PAGE-CONTAINER
/*--------------------------------*/

div#page-container {
	display: block;
	float: none;
	width:830px;
	margin:0px auto;
	margin-top:10px;
	border: none;
}




/*--------------------------------*/
/*	main content
/*--------------------------------*/


div#main-content {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width:640px;
}

/*--------------------------------*/
/*	right content
/*--------------------------------*/


div#right-content {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	width:170px;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
	background-position: 0px 0px;
}

/*--------------------------------*/
/*	footer
/*--------------------------------*/

div.footer {
	color:#888;

	display:block;
	float: left;
	width:800px;
	margin:14px auto 14px auto;
	padding:7px 15px 8px 15px;

	background-color: #F5F5F5;
	border: 1px dotted #c7c7c7;
}

div.footer a.lnk {
	color: #888;
	font-weight: normal;
}

/*--------------------------------*/
/*	common
/*--------------------------------*/

a.read-more, a.read-less { text-decoration: none; color: #2559E3; font-weight: bold; white-space: nowrap; }
a.read-more:hover, a.read-less:hover { color: #1030B0; }

/*--------------------------------*/
/*	Common Brick
/*--------------------------------*/



div.com-brick  {
	padding:12px 0px 15px 0px;
	width:100%;
	font-size:10px;
	float:left;
	background-color:#F5F5F5;
	border:1px solid #919191;
}


div.com-brick div.full {
	overflow:hidden;
	margin-left:15px;
	width:605px;
}


div.com-brick div.left, div.com-brick div.news-left, div.com-brick div.video-left {
	overflow:hidden;
	float:left;
	margin-left:15px;
	text-align: left;
	line-height: 14px;
	width:320px;
}

div.com-brick div.right, div.com-brick div.news-right, div.com-brick div.video-right {
	overflow:none;
	float:right;
	margin-right:20px;
	text-align:left;
	line-height: 14px;
	width:255px;
	/*background-color: yellow;*/
}


div.com-brick div.news-left {
	width:435px;
}
div.com-brick div.news-right {
	width:148px;
}

div.com-brick div.video-left {
	width:278px;
}
div.com-brick div.video-right {
	width:310px;
	text-align: right;
}


div.com-brick div.text {
	line-height: 14px;
}

div.com-brick h3, div.com-brick h3 * {
	font-size:18px;
	font-weight:bold;
	color: #000;
	text-decoration: none;
}

div.com-brick h3 {
	line-height: 21px;
	padding-bottom: 2px;
	Xbackground-color: yellow;

}

div.com-brick h5 {
	font-size:10px;
	font-weight:normal;
	color: #999;
	margin-bottom: 8px;
	Xbackground-color: red;
}

div.com-brick div.date-sep {
	font-size:1px;
	line-height:1px;
	overflow:hidden;
	height: 8px;
}

/*--------------------------------*/
/*	img 						  */

div.com-brick div.right div.img, div.com-brick div.news-right div.img {
	padding-top: 3px;
	text-align:right;
	width:100%;
	overflow:hidden;
}

/*--------------------------------*/
/*	video 						  */

div.you-tube {
	border:1px solid #919191;
	padding:1px;
	margin: 0px;
	line-height: 0px;
	margin-bottom: 4px;
	margin-top: 2px;
}

div.you-tube object {
	margin:0px;
	background-color: #000;
}

div.com-brick div.right div.you-tube { height: 214px; }
div.com-brick div.right div.you-tube object { width: 251px; height: 214px; }


div.com-brick div.news-right div.you-tube object {}


div.com-brick div.video-right div.you-tube { height: 255px; }
div.com-brick div.video-right div.you-tube object { width: 306px; height: 255px; }


/*--------------------------------*/
/*	audio player 				  */

div.aplayer {
	border:1px solid #ccc;
	padding: 2px 4px 3px 4px;
	margin: 3px 0px;
	cursor:default;
}

div.aplayer h4 {}
div.aplayer h4.current { color: #000; }

div.aplayer h5 { margin: 0px; }
div.aplayer h5 a { text-decoration : none; color: #777; cursor:pointer; padding: 0px 5px; }
div.aplayer h5 a:hover { color: #2559E3; font-weight: bold; }

div.aplayer a.play { padding: 0px 5px 0px 0px; }
div.aplayer a.play:hover { padding-right: 1px; }

div#mp3players {
	height:1px;
	float:left;
	clear:both;
	overflow:hidden;
}




/*--------------------------------*/
/*	com-list
/*--------------------------------*/

div.com-list {
	border:1px solid #919191;
	width:100%;
	float:left;
}

div.com-list div.com-brick {
	border:none;
	border-top:1px solid #c7c7c7;
}

div.com-list div.com-brick:first-child {
	border-top:none;
	background-color: #ececec;
}

div.com-list div.com-brick h3, div.com-list div.com-brick h3 *  {
	font-size: 14px;
	line-height: 17px;
}

div.com-list div.com-brick:first-child h3, div.com-list div.com-brick:first-child h3 * {
	font-size:18px;
	line-height: 21px;
}


/*--------------------------------*/
/*	pixy
/*--------------------------------*/

div.hgPix .nav {
	text-align: right;
	margin:3px 0px 5px 0px;
}

div.hgPix .nav, div.hgPix .nav a {
	font-weight: bold;
	color: #aaa;
	text-decoration: none;
}

div.hgPix .nav a.current {
	color: #222;
}

div.hgPix .txt {
	text-align: right;
}


/*--------------------------------*/
/*	forun
/*--------------------------------*/

div#forum {
	background-image: url('img/forum.bg.jpg');
	background-position: 100% 0;
	background-repeat: no-repeat;
}


form#forum-form {
	Xbackground-color: #edc;
	line-height: 14px;
}

form#forum-form div.err {
	color:#D00;
	font-weight: bold;
	padding-bottom:2px;
}

form#forum-form div.label {
	padding-bottom:2px;
}

form#forum-form div.field {
	padding-bottom:4px;
}

form#forum-form div.field input, form#forum-form div.field textarea {
	width:247px;
	padding:3px 3px;
	margin:2px 0px 6px 0px;
	border:1px solid #ddd;
}

form#forum-form div.field textarea {
	height:200px;
	line-height: 14px;
}

form#forum-form div.submit input {
	width:100%;
	padding:3px;
	margin:2px 0px 6px 0px;
	border:1px solid #ddd;
	background-color: #eee;
	color: #2559E3;
	font-weight:bold;
	cursor:pointer;
}


div.msg-brd {
	line-height: 14px;
}

div.msg-brd h4 {
	padding-bottom: 2px;
	text-align: left;
}

div.msg-brd h4, div.msg-brd h4 *{
	font-weight: normal;
	color: #7C7B83;
}

div.msg-brd h4 b {
	font-weight: bold;
	margin-right: 10px;
	color: #000;
}

div.msg-brd h4 a {text-decoration: none; }
div.msg-brd h4 a:hover {text-decoration: underline; }


div.msg-brd div.msg a { text-decoration: none; color: #2559E3; }
div.msg-brd div.msg a:hover { text-decoration: underline; }

div.msg-brd div.msg {
	background-image: url('img/txt-sep.gif');
	background-repeat: repeat-x;
	background-position: 0px 100%;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

div.msg-brd div.msg:last-child {
	background:none;
	padding:0px;
	margin:0px;
}

/*--------------------------------*/
/*	right bar
/*--------------------------------*/

div.bar-sep {
	height:18px;
}

div.bar-sm-sep {
	height:14px;
}

/*--------------------------------*/
/*	live acts
/*--------------------------------*/

div.live-acts {
	padding:15px 0px 0px 0px;
	line-height: 14px;
	overflow: hidden;
}

div.live-acts .head {
	padding-top:0px;
	line-height:18px;
	color: #4C4B53;
	font-weight: bold;
}

div.live-acts .head, div.live-acts .head * {
	font-family: Arial;
	font-size:20px;
}

div.live-acts .head b {
	color: #E6090C;
}


div.live-acts .frame {
	padding-top: 1px;
}

div.live-acts .who-title {
	font-weight: bold;
	padding:8px 0px 0px 0px;
}

div.live-acts .when {
	margin-top: 9px;
	font-weight: bold;
}

div.live-acts .where {
	color: #999;
}

div.live-acts .who {
}

div.live-acts .what {
}


/*--------------------------------*/
/*	radio bar
/*--------------------------------*/

div.hgRadio {
	padding-top: 10px;
	line-height: 14px;
	overflow: hidden;
}

div.hgRadio .control-panel {
	padding-top:2px;
	line-height:20px;
}

div.hgRadio .control-panel *  {
	font-family: Arial;
	font-size:20px;
	font-weight: bold;
}

div.hgRadio .control-panel a {
	cursor:pointer;
	/*color: #3C3B43;*/
	color: #4C4B53;
	text-decoration: none;
}

div.hgRadio .control-panel a b {
	color: #E6090C;
}


div.hgRadio .info {
	padding-top: 2px;
}

div.hgRadio .on-the-air-now {
	color: #888;
	font-weight: bold;
	padding-bottom:4px;
}

div.hgRadio .who {
	margin-top: 2px;
	font-weight: bold;
}

div.hgRadio .what {
	margin-bottom: 4px;
	font-style: italic;
}

/*--------------------------------*/
/*	top-links
/*--------------------------------*/

div.top-links {
	padding:15px 0px 0px 0px;
	line-height: 14px;
	overflow: hidden;
}

div.top-links .head {
	padding-top:0px;
	line-height:18px;
	color: #4C4B53;
	font-weight: bold;
	padding-bottom: 5px;
}

div.top-links .head, div.top-links .head * {
	font-family: Arial;
	font-size:20px;
}

div.top-links .frame {
	padding-top: 1px;
}

div.top-links .who-title {
	font-weight: bold;
	padding:8px 0px 0px 0px;
}

div.top-links .banner {
	margin-top: 12px;
	width: 100%;
	overflow: hidden;
}

div.top-links .add-info {
	color: #4C4B53;
}

/*--------------------------------*/
/* all rb szit
/*--------------------------------*/

div.live-acts, div.top-links, div.hgRadio {
	background-image: url('img/rb-sep.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}


/*--------------------------------*/
/*	BB CoDE
/*--------------------------------*/

span.hidden, img.hidden {
	display: none;
}

/* a.lnk { text-decoration: none; color: #EAC105; font-weight: bold; } */
a.lnk { text-decoration: none; color: #2559E3; font-weight: bold; }
a.lnk:hover { text-decoration: underline; }


img.img { margin:0px; margin-top:4px; border:0px; }
img.img-l { margin:4px 4px 0px 0px; border:0px; float:left; }
img.img-r { margin:4px 0px 0px 4px; border:0px; float:right; }


p.left { text-align: left !important; }
p.right { text-align: right !important; }
p.center { text-align: center !important; }
p.justify { text-align: justify !important; }

span.t { font-size: 14px; font-weight: bold; }
p.sep { height:14px; background-image: url('img/txt-sep.gif'); background-repeat: repeat-x; background-position: 0px 8px; }

ol.ol { padding-left: 25px; }
ol.ol li { text-indent: 0px; }

ul.ul { padding-left: 25px; list-style: square; }
ul.ul li { text-indent: 0px; }

