#box {
    border: 2px solid #69a438;
    background-color: #8ad749;
    width:50px;
    height:50px;
}
#borderBox{   
    border-left: 10px solid #7dc342;
    border-top: 10px solid #69a438;
    border-right: 15px solid #7dc342;
    border-bottom: 20px solid #69a438;    


	/*
    padding-left:1px;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:4px;
	*/

	padding: 1px 3px;
	
    margin-left:4px;
    margin-top:3px;
    margin-right:2px;
    margin-bottom:1px;
    background-color: #8ad749;
    width:50px;
    height:50px;
}
#msgBox{
    border: 1px solid #69a438;
    background-color: #8ad749;
    width:200px;
    height:26px;
    color:#fff;
    padding-left:10px;
}
.sportsBox{   
    border: 2px solid #69a438;
    background-color: #8ad749;
    width:80px;
    height:40px;
}

#parentBox{
    margin-top:10px;
    background-color: #efefef;
    border: 1px solid #cccccc;
    border-right:2px solid #666;
    border-bottom:2px solid #666;
    width: 200px;
    height: 200px;
    text-align:center;
    font-weight:bold;
}

.childBox{

    background-color: #8ad749;
    border: 1px solid #69a438;
    border-right:2px solid #666;
    border-bottom:2px solid #666;
    width: 120px;
    padding: 10px 0px 10px 0px;
    color: #fff;
    text-align:center;
    margin:0 auto;
    font-weight:bold;
}



#grayBox {
    border: 2px solid #000000;
    background-color: #cccccc;
    width:50px;
    height:50px;
}

.txtBox{
    width:100px;
}

.txtBoxWide{
    width:300px;
}

div.dispalyNone {
				display:none;
}

div.first{
	width : 280px;
	height : 280px;
	border : solid 1px #008000;
	background : url('http://www.corechain.com/kr/images/div1.png') no-repeat top center;
}

div.second{
	width  : 200px;
	height : 200px;				
	border : solid 1px #008000;
	margin : 20px 0px 0px 20px;
	background : url('http://www.corechain.com/kr/images/div2.png') no-repeat top center;
}

div.third1{
	width  : 35px;
	height : 35px;				
	border : solid 1px #008000;
	margin : 5px 0px 0px 5px;
	background : url('http://www.corechain.com/kr/images/div3-1.png') no-repeat top center;
}

div.third2{
	width  : 35px;
	height : 35px;				
	border : solid 1px #008000;
	margin : 5px 0px 0px 5px;
	background : url('http://www.corechain.com/kr/images/div3-2.png') no-repeat top center;
}

div.third3{
	width  : 35px;
	height : 35px;				
	border : solid 1px #008000;
	margin : 5px 0px 0px 5px;
	background : url('http://www.corechain.com/kr/images/div3-3.png') no-repeat top center;
}

div.target{
	width : 40px;
	height : 30px;
	border : dotted  1px #0000FF;
	background-color  : #0000FF;
	color  : #FFFFFF;
}
.widthClass {
	border-style: solid;
	border-color: #0000FF;
	width: 160px;
	height: 22px;
}
.sportsClass{  
	width: 350px;
	height: 90px;
	overflow:scroll;  
}
.soccerClass{  
	width: 900px;
	height: 200px;
	background-color:yellow;
}
.label{
    float: left;
    width: 100px;
    height: 20px;
}

#downloadBox{
    padding-top:20px;
   
    height: 400px;   /* 300 에서 400으로 수정 2009.11.23 */
}

#downloadBox1{
    padding-top:20px;   
}

table.selectorType {
	width : 660px;              /* 800에서 660으로 수정 2009.06.04 */
	margin-bottom : 10px;
}

table.selectorType-up {
	width : 650px;      
	margin-bottom : 10px;
}


table.selectorType caption, table.selectorType-up caption{
	font-size : 15px;
	font-weight : bold;
}

table.selectorType td.pattern, table.selectorType-up td.pattern{
	width : 160px;            /* 200에서 160으로 수정 2009.06.04 */ 
}

table.selectorType td{
	padding-left : 5px;
}


table.selectorType th,  table.selectorType-up th{
	background-color  : #E6EFFC;    /*  #8ad749;  2009.06.19에 수정*/
}

table.smallCaption caption{
	font-size : 12px;
	font-weight : normal;
}

table.bigCaption caption{
	font-size : 20px;
	font-weight : bold;
}

.cloneClass{   
    border-left: 10px solid #7dc342;
    border-top: 10px solid #69a438;
    border-right: 15px solid #7dc342;
    border-bottom: 20px solid #69a438;    
    padding-left:1px;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:4px;
    margin-left:4px;
    margin-top:3px;
    margin-right:2px;
    margin-bottom:1px;
    background-color: #8ad749;
}

