img {border: none;}
form {display: inline;}
body
{
	width: 990px;
    margin: auto;
	background-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
    scrollbar-highlight-color: #DAE3EC;
    scrollbar-3dlight-color: #FfFFFF;
    scrollbar-shadow-color: #DAE3EC;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #DAE3EC;
}
body, div, table, th, td, p, textarea, ul, ol
{
    font-family: arial, "굴림", Gulim;
    font-size: 10pt;
	color: #333333;
}
a:link, a:visited, a:active
{
	color: #0033CC;
	text-decoration: none;
}
a:hover
{
    color: #0033CC;
    text-decoration: underline;
}
a.white:link, a.white:visited, a.white:active
{
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}
.panel
{
	background-color: #EFF7FE;
	border: 1px solid #83A8CC;
	padding: 2px;
}
.panel1
{
	background-color: #F5FFE5;
	border: 1px solid #C7E39A;
	padding: 2px;
}
.panel3
{
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.ttpanel
{
	background-color: #0F67A1;
	color: #FFFFFF;
	border: 3px solid #13171C;
	padding: 5px;
}
.ttpanel div
{
	color: #FFFFFF;
}
.em {font-weight: bold;}
.blue {color: #1D678C;}
.comment
{
    font-size: 80%;
    color: #465568;
    font-weight: normal;
}
.footer
{
    background: #F3F1F2;
	color: #929292;
	padding: 10px;
	border-top: 3px solid #E8E6E7;
	text-align: center;
}
/* Index playlist background color, jQuery */
.striped {background-color: #EEEEEE;}
