/*-----------------------------------------
   CSS System Default for LightSound CMS 
------------------------------------------*/

body {
   font-family:Arial, Helvetica, sans-serif; 
   font-size:12px;
   color: #333333;
   padding:0px;
   margin:0px;
}

a {
   color: #006699; 
   text-decoration:none; 
   line-height:1.2em;
   background:transparent;
}
a:hover{ 
   color:blue; 
   text-decoration:underline; 
   line-height:1.2em;  
   background:transparent;
   cursor:hand; 
   cursor:pointer;
}

a img {
   border: none; 
} 
li {
   line-height:1.6em;  
}
.save {
   color:#5555EE;
   background:transparent;

}
.saveSelected {
   font-weight:bolder;
   color:blue;
   background:white;
   cursor:hand;
   cursor:pointer;
   line-height:1.8em;
   text-decoration: underline;
   background:transparent;
}

.treeArea {
   overflow:     auto;
   background:   transparent;
   color:        #333333;
   font-family:  Arial, Helvetica, sans-serif; 
   font-size:    12px;
   width:        100%;
   padding:      1px;
   /*background:white url("/Img/bkg/bkg_basketball_blue.gif");*/
   /*background:white url("/Img/bkg/bkg_wood01.gif");*/
   /*background:white url("/Img/bkg/04_0_Square.gif");*/
   /*background:white url("/Img/bkg/03_0_Note.gif");*/
   /*background:white url("/Img/bkg/bkg_baby_01.jpg") 0px 0px no-repeat;*/
   /*background:white url("/Img/bkg/03_1_ChoiJiWoo_01.jpg") 50px 0px no-repeat;*/

}
.treeArea a {
   color: #333333; 
   text-decoration:none; 
   line-height:1.8em;
   background:transparent;
}

.treeArea a:hover{ 
   color:blue; 
   text-decoration:underline; 
   line-height:1.8em;  
   background:transparent;
   cursor:hand; 
   cursor:pointer;
}

.treeArea aSelected{
	color: #3333FF;
	text-decoration: underline;
   line-height:1.8em;
   background:transparent;
   font-weight:bolder;
}

.Title {
   font-family:Arial, Helvetica, sans-serif; 
   font-size:12px;
   color: #333333;
   background:transparent;
}

.Target {
   font-family:Arial, Helvetica, sans-serif; 
   font-size:12px;
   color: #333333;
   width:745px;
   margin:5px 0px 0px 15px;
   background: #FFFFFF;
}

.TargetImg {
   font-family:Arial, Helvetica, sans-serif; 
   font-size:12px;
   color: #333333;
   width:745px;
   margin:5px 0px 0px 5px;
   background:white url("/Img/bkg/bkg_basketball_blue.gif");
}

.TargetImgOne {
   font-family:Arial, Helvetica, sans-serif; 
   font-size:12px;
   color: #333333;
   width:745px;
   margin:5px 0px 0px 5px;
   background:white url("/Img/bkg/02_0_MetalGray.gif");
   /*background:white url("/Img/bkg/03_1_ChoiJiWoo_01.jpg") 400px 100px no-repeat;*/
}

.TitleOn {
   font-family:Arial, Helvetica, sans-serif; 
   font-size:12px;
   color: #773333;
   border:1px solid #78ACFF;
}

.TitleOn:hover {
   font-family:Arial, Helvetica, sans-serif; 
   font-size:12px;
   color: #333377;
   border:1px solid #78ACFF;
}

/* You can add css */
.header {
font-family: Arial, Helvetica, sans-serif;	
font-size: 10pt;	
font-weight: bold;
text-transform: uppercase;
color: #003846;
}

.content {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #464646;
line-height: 1.2em;
}

