/* @group Body */

#menu li.selected img
{
    margin-left: 2px;
}

/* @group Middle Column */

#columnMiddle
{
    width: 715px;
}

/* @group Album List */

#albumListSection
{
	margin-bottom: 0;
}

#albumListSection .title {
    line-height:2.5;
}

#albumListSection h3
{
	background-image: url('/images/text_performancelist.png');
	border-bottom: 2px solid #dfdfdf;
	font-size: 100%;
	font-weight: normal;
	height: 26px;
	margin-top: 5px;
	width:715px;
}

#albumListSection table.albumListWrap
{
	border-collapse: collapse;
	margin-top: 20px;
	width: 715px;
}

#albumListSection table.albumListWrap thead tr th.columnJacket
{
	background-image: url('/images/album_head_left.png');
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	font-size: 90%;
	height: 33px;
	width: 145px;
}

#albumListSection table.albumListWrap thead tr th.columnTitle
{
	background-image: url('/images/album_head_middle.png');
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 90%;
	height: 33px;
}

#albumListSection table.albumListWrap thead tr th.columnLabel
{
	background-image: url('/images/album_head_right2.png');
	background-position: right top;
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	font-size: 90%;
	height: 33px;
}

#albumListSection table.albumListWrap tbody tr td .title
{
	font-size: 100%;
}

#albumListSection table.albumListWrap tbody tr td .singer
{
	color: #888;
	font-family: dotum, sans-serif;
	font-size: 90%;
	margin-top: 3px;
}

#albumListSection table.albumListWrap tbody tr td .more
{
	background-image: url('/images/button_go.png');
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	margin-top: 5px;
	overflow: hidden;
	text-indent: -1000px;
	width: 57px;
}

#albumListSection table.albumListWrap tbody tr td.columnJacket, 
#albumListSection table tbody tr td.columnLabel
{
	width: 115px;
	padding: 10px 18px 10px 20px;
	text-align: center;
	vertical-align: top;
}

#albumListSection table.albumListWrap tbody tr td.columnTitle
{
	padding: 4px 0;
	vertical-align: top;
}

#albumListSection table.albumListWrap tbody tr.firstChild td
{
	border-top: 2px solid #f7f7f7;
}

#albumListSection ol li
{
	background-position: 12px 13px;
	background-repeat: no-repeat;
	border-top: 2px solid #f7f7f7;
	clear: both;
	
}

/* @end */

/* @group Album View */

#albumViewSection
{
	margin-bottom: 0;
}

#albumViewSection .title {
    line-height:2.5;
}

#albumViewSection h3
{
	background-image: url('/images/text_performancelist.png');
	border-bottom: 2px solid #dfdfdf;
	font-size: 100%;
	font-weight: normal;
	height: 26px;
	margin-top: 5px;
	width:715px;
}

#albumViewSection table.albumViewWrap
{
	border-collapse: collapse;
	margin-top: 20px;
	width: 715px;
}

#albumViewSection table.albumViewWrap thead tr th.columnJacket
{
	background-image: url('/images/album_head_left.png');
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	font-size: 90%;
	height: 33px;
	width: 130px;
}

#albumViewSection table.albumViewWrap thead tr th.columnTitle
{
	background-image: url('/images/album_head_middle.png');
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 90%;
	height: 33px;
}

#albumViewSection table.albumViewWrap thead tr th.columnLabel
{
	background-image: url('/images/album_head_right2.png');
	background-position: right top;
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	font-size: 90%;
	height: 33px;
}

#albumViewSection table.albumViewWrap thead tr th .titleText
{
	font-size: 100%;
	text-align: left;
}

#albumViewSection table.albumViewWrap tbody tr td .title
{
	font-size: 100%;
}

#albumViewSection table.albumViewWrap tbody tr td .singer
{
	color: #888;
	font-family: dotum, sans-serif;
	font-size: 90%;
	margin-top: 3px;
}

#albumViewSection table.albumViewWrap tbody tr td .more
{
	background-image: url('/images/button_go.png');
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	margin-top: 5px;
	overflow: hidden;
	text-indent: -1000px;
	width: 57px;
}

#albumViewSection table.albumViewWrap tbody tr td.columnJacket, #albumViewSection table tbody tr td.columnLabel
{
	width: 257px;
	padding: 20px 0;
	text-align: center;
}

#albumViewSection table.albumViewWrap tbody tr td.columnTitle
{
	padding: 20px 0px 0px 20px;
	padding: 20px 0;
	vertical-align: top;
}

#albumViewSection table.albumViewWrap tbody tr td.columnMain
{
	padding: 20px 0px 0px 20px;
	vertical-align: top;
	width: 419px;
	text-align: left;
}

#albumViewSection table.albumViewWrap tbody tr.firstChild td
{
	border-top: 2px solid #f7f7f7;
}

#albumViewSection ol li
{
	background-position: 12px 13px;
	background-repeat: no-repeat;
	border-top: 2px solid #f7f7f7;
	clear: both;
	
}

/* @end */

/* @end */

/* @end */

.listText
{
	color: #555555;
	font-family: dotum, sans-serif;
	font-size: 100%;
    line-height: 130%;
}

.viewText
{
	color: #666666;
	font-family: dotum, sans-serif;
	font-size: 100%;
    line-height: 180%;
	padding: 0px 0px 20px 0px;
    text-align:left;
}

.viewInfo
{
	color: #666666;
	font-family: dotum, sans-serif;
	font-size: 100%;
    line-height: 150%;
	padding: 0px 0px 20px 0px;
    text-align:left;
	width: 690px;
}




