body {
	margin: 0px;
	padding: 0px;
}
body, td{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

h5{
	font-weight: bold;
	font-size: 14px;
	color: #A34D00;
	margin: 0px;
	margin-bottom: 9px;
}
h6{
	font-weight: bold;
	font-size: 14px;
	color: White;
	margin: 0px;
}

.ntitle, .ndate, .sndate{
	font: bold 14px tahoma;
	color: #A34D00;
	padding: 0px;
}
.sndate{
	color: #A2A2A2;
}

.gb_sndate{
	color: #A2A2A2;
	font: normal 10px/14px tahoma, sans-serif;
	padding-top: 2px;
	padding-right: 13px;
}

.ncontent{
	font: 12px/14px tahoma;
	/*padding-bottom: 12px;*/
}

.ncontent p{
	padding-top: 8px;
	padding-bottom: 0px;
	margin: 0px;
}

.ncontent a{
	font-weight:bold;
	color: #005CA3;
	text-decoration:none;
}
.ncontent a:hover{text-decoration:underline;}

#footer td{
	font: 10px tahoma;
	color: #FFFFFF;
	padding: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.il{
	background: url(o_point.gif) repeat-y top left;
	margin-bottom:10px;
}

.ib{
	background:url(o_point.gif) repeat-x bottom left;
}

.ir{
	background:url(o_point.gif) repeat-y top right;
}

.it{
	background:url(o_point.gif) repeat-x top left;
}

.itl{
	/*background:url(c_news_top.gif) no-repeat top left;*/
}


.ibr{
	/*background:url(c_news_bottom.gif) no-repeat bottom right;*/
	background:url(c_ordinary.gif) no-repeat bottom right;
}
/* -- */
.il_g{
	background: url(o_point_g.gif) repeat-y top left;
	margin-bottom:10px;
}

.ib_g{
	background:url(o_point_g.gif) repeat-x bottom left;
}

.ir_g{
	background:url(o_point_g.gif) repeat-y top right;
}

.it_g{
	background:url(o_point_g.gif) repeat-x top left;
}

.itl_g{
	/*background:url(c_news_top.gif) no-repeat top left;*/
}


.ibr_g{
	/*background:url(c_news_bottom.gif) no-repeat bottom right;*/
}
/* -- */
.album_cover{
	border: 1px solid #DBDBDB;
	padding: 10px;
}
.album_cover_big{
	border: 1px solid #DBDBDB;
	padding: 10px;
	margin-bottom: 3px;
	width: 540px;
}


a{
	font-size: 12px;
	font-weight: bold;
	color: #005CA3;
	text-decoration: none;
}
a:hover{
	color:#FF7900;
}

h5 a{
	font-weight: bold;
	font-size: 14px;
	color: #A34D00;
	margin: 0px;
	margin-bottom: 9px;
}
h5 a:hover{
	color: #FF7900;
}

.text_bullet{
	font-size: 12px;
	font-weight: bold;
	color: #A34D00;
}

.song_txt{
	padding-left: 24px;
	padding-right: 21px;
	padding-top: 18px;
}
.song_txt h5{
	margin-bottom: 2px;
}
.song_txt small, .song_txt p{
	padding-left: 27px;
}

.song_copy{
	padding-left: 27px;
	font-size: 12px;
	color: #A2A2A2;
	margin: 0px;
}

.current_album{
	color: #A2A2A2;
}

a img.bt{
	border: 0px;
}

.gallery_thumb{
	display: block;
	border: 1px solid #DBDBDB;
	padding: 9px;
}
.gallery_thumb img{
	border: none;
}
.gallery_thumb:hover{
	border-color: #ff7900;
}

.gallery_thumb a{
	font-size: 10px;
	font-weight: bold;
	color: #005CA3;
	text-decoration: none;
}
.gallery_thumb a:hover{
	color:#FF7900;
}


.hid_row{
	display: none;
}
.show_row{
	display: table-row-group;
}

.theme{
	font-size: 10px;
	line-height: 18px;
	color: #a2a2a2;
}
#event_list{
	padding-left: 0px;
	margin-left: 0px;
}
#event_list li{
	list-style: none outside;
	background: url(bullet.gif) no-repeat;
	/*margin-left: -25px;*/
	padding-left: 25px;
	margin-bottom: 7px;
}

.voting{
	font: 12px tahoma, sans-serif;
	color: #A2A2A2;
}
.voting_blue{
	border: none;
	color: #005CA3;
	margin: 3px 0px 18px 0px;
}
.voting_blue img{
	background-color: #005CA3;
	margin-right: 10px;
}

.voting_orange{
	border: none;
	color: #FF7900;
	margin: 3px 0px 18px 0px;
}

.voting_orange img{
	background-color: #FF7900;
	margin-right: 10px;
}
.voting_tbl tr{
	height: 26px;
}

input, select, textarea {
	font-size: 8pt !important;
	font-family: verdana, sans-serif !important;
	background-color: #FFF;
}
input, textarea {
	padding: 2px;
	border: 1px solid silver;
}
select * {
	font-size: 8pt !important;
	font-family: verdana, sans-serif !important;
}
select option {
	padding: 0 5px 0 0;
}
textarea {
	width: 99%;
	font-size: 9pt !important;
}
textarea#tags-txtarea {
	/*
		fixes a strange bug in Firefox 1.0 making
		the box wider when hovering BBCode tags
	*/
	width: 98%;
}
input[type="submit"], input[type="reset"], input[type="button"] {
/*	padding: 0 10px 0 10px;
	cursor: pointer;
	font-weight: bold;
	color: #444;
	border-bottom: 2px solid silver;*/
	height: 22px;
	width: 125px;
	background: url(/images/btn_bg.gif) no-repeat;
	font: bold 10px tahoma, sans-serif !important;
	color: Black !important;
	text-decoration: none !important;
	text-transform: uppercase;
	text-align: center;
	padding: 0px;
	
	cursor: pointer;
	border: none;
}

input[type="submit"]:hover, input[type="reset"]:hover{
	background: url(/images/btn_bg-over.gif) no-repeat;
	color: #fcc !important;
}

label, input[type="radio"], input[type="checkbox"], select {
	cursor: pointer;
	
}
input[type="radio"]{
		border: none !important;
		background: transparent !important;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color: #369;
}
optgroup option {
	padding: 0 10px 0 10px;
}

.mark_o, .mark_g{
	display: block;
	height: 18px;
	width: 125px;
	background: url(/images/c_mark_o.gif) no-repeat;
	font: bold 10px tahoma, sans-serif !important;
	color: white;
	text-decoration: none !important;
	text-transform: uppercase;
	text-align: center;
	padding-top: 4px;
	border: none;
	margin:0px;
}
.mark_g{
	background: url(/images/c_mark_g.gif) no-repeat;
	color: black;
}	
	

a.btn, a.btn_a, a.btn_rev, a.btn_rev_a, .mbtn, .mbtn_a{
	display: block;
	height: 18px;
	width: 125px;
	background: url(/images/btn_bg.gif) no-repeat;
	font: bold 10px tahoma, sans-serif !important;
	color: Black !important;
	text-decoration: none !important;
	text-transform: uppercase;
	text-align: center;
	padding-top: 4px;
	border: none;
	cursor: hand;
}
.mbtn, .mbtn_a{
	height: 22px;
}

a.btn:hover, a.btn_a, a.btn_rev:hover, a.btn_rev_a, .mbtn_a, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover{
	background: url(/images/btn_bg-over.gif) no-repeat;	
	color: White !important;
	text-decoration: none;
}

a.btn_rev/*, .rev a.btn, .rev .mbtn, .rev input[type="submit"], .rev input[type="reset"], .rev input[type="button"] */{
	background: url(/images/btn_bgr.gif) no-repeat;
}

a.btn_rev:hover, a.btn_rev_a/*, .rev .mbtn_a,  .rev input[type="submit"]:hover, .rev input[type="reset"]:hover, .rev input[type="button"]:hover*/{
	background: url(/images/btn_bgr-over.gif) no-repeat;
}

.formcontrols{
	padding: 0px;
	margin: 0px;
}
.formcontrols a.btn, .formcontrols .mbtn, .formcontrols input[type="submit"], .formcontrols input[type="reset"], .formcontrols input[type="button"], .transp a.btn, .transp .mbtn, .transp input[type="submit"], .transp input[type="reset"], .transp input[type="button"] {
	background: url(/images/btn_bg.gif) no-repeat;
}
.formcontrols .mbtn_a, .formcontrols input[type="submit"]:hover, .formcontrols input[type="reset"]:hover, .formcontrols  input[type="button"]:hover, .transp .mbtn_a, .transp input[type="submit"]:hover, .transp input[type="reset"]:hover, .transp input[type="button"]:hover {
	background: url(/images/btn_bg-over.gif) no-repeat;
}

.lang_sel, .lang_sel_a{
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-decoration: underline;
	height: 12px;
	padding-top: 3px;
}

.lang_sel_a{
	color: #FFBC80;
	text-decoration: none;
}

.lang_sel:hover, .lang_sel_a:hover{
	color: white;
}