

/* [070426] Yang Kwan-Jong */
/* ÅëÀÏ¼º ÀÖ°Ô... */

body, div, td, input, select, textarea, th, iframe
{
    font-family:Arial,±¼¸²Ã¼,¸¼Àº °íµñ;
    font-size:12px;
    color:#333333;
}

a { text-decoration:none;color:#000000; }
a:hover { text-decoration:none;color:#000000; }
a:visited { text-decoration:none;color:#000000; }

.sySub { font-size:13px; font-weight:bold; }
.syRed { color:RED; }
.syFog { color:#CCCCCC; }
.syBlue { color:#0000CC; }
.sySmall { font-size:11px; }
.syBold { font-weight: bold; }
.syBorder { border: #cccccc 1px solid; }
.syBtn { border: gray 1px solid;padding: 4 0 0 2; }  
.syBtnSmall { font-variant:small-caps; }
.syBtnDefaultColor { background-color:#d4d0c8; }
.syBtnBox { border: #bcbcbc 1px solid;padding: 3 0 0 0; height: 21; background-color: #FFFFFF; }  

.syContentsPadding { padding: 0 15 0 15; }
.syPadding { padding: 0 5 0 5; }
.syInputPadding { padding: 3 0 2 2; }
.syInput { border: gray 1px solid;padding: 3 0 2 2; }
.syInPutGradient { filter: Alpha(Opacity=90, FinishOpacity=0, Style=1, StartX=0, FinishX=100, StartY=0, FinishY=0); }
.syIMEno { ime-mode:disabled; }
.syIMEyes { ime-mode:active; }
.sySubTdPadding { padding: 0 0 0 0; }
.sySP { padding: 3 0 0 0; }
.sySP10 { padding: 10 10 10 10; }
.syCP { padding: 35 30 15 30; }


.syTopGradient {
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.syBottomGradient {
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
}
.syLeftGradient { filter: Alpha(Opacity=50, FinishOpacity=0, Style=1, StartX=0, FinishX=100, StartY=0, FinishY=100); }
.syRightGradient { filter: Alpha(Opacity=50, FinishOpacity=0, Style=1, StartX=100, FinishX=0, StartY=0, FinishY=100); }
.syDotBottomImg { background-image:url(/Images/Skin/Bottom.gif); }
.syDot3Img { background-image:url(/Images/Skin/Dot3.gif); }
.sy3D { background-image:url(/Images/Skin/3D.gif); }

.sy100 { width:100%; height:100%; }

.syHeight { height: 25; }
.syH30 { height: 30; }
.syH50 { height: 50; }
.sySpace { height: 6; width: 6; }

.syHidden { display: none; }

.syBGC { background-color: #FFFFFF; }

.myColor { color:808080; }
.myBgColor { background-color:808080; }

.bbsColor { background-color: #cccccc; }
.bbsBgColor { background-color: #f5f5f5; }


SPAN.syPOP {CURSOR: hand;}
DIV.syTIP {border: 1 solid black; background-color:#FFFFFF; position:absolute; display:none; padding:2 2 2 2; }


.syField { border: #cccccc 1px solid; padding: 0 5 10 5; }
.syFieldContent { padding: 10 0 0 0; }
.syBox { border-collapse:collapse;border-style:none; }
