﻿@charset "utf-8";
/* CSS Document */
/*Reset html*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p,a, code,del, dfn, em, img, q, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td{margin:0;padding:0;border:0;font-size:12px; color:#717070;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
body {font-family:Verdana, Arial, Helvetica, sans-serif; background-color:#CCC;}
ul,ol,li{list-style-type:none;}
img{border:none;}
a{text-decoration:none;}
a:focus{outline:1px dotted invert}

/*Usual Style*/
.floatL{ float:left;}
.floatR{ float:right;}
.inbox{padding:10px;}
.SpryHiddenRegion {visibility: hidden;}
.clear{clear:both; overflow:hidden; height:0px; }
.textLeft{text-align:left; }
.textRight{text-align:right; }
.textCenter{text-align:center; }
.textJustify{text-align:justify; }
.bold{font-weight:bold; }
.italic{font-style:italic; }
.underline{border-bottom:1px solid; }
.img-left{float:left;margin:5px 10px 0 0; }
.img-right{float:right;margin:10px 10px 4px 10px; } 
.nopadding{padding:0; }
.noLeftPadding{padding-left:0px; }
.noRightPadding{padding-right:0px; }
.noLeftMargin{margin-left:0px; }
.noRightMargin{margin-right:0px; }
.noindent{margin-left:0;padding-left:0; }
.nobullet{list-style:none;list-style-image:none; }
.pointer{cursor:pointer;}
.text{cursor:text}
.nowrap{ white-space:nowrap;}
.overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/*Setting Font Color*/
.white{ color:white;}
.red{color:red;}
.gray{ color:gray;}
.brown{ color:brown;}
.blue{color:#3b98d8;}
.blue1{color:#a0b7e0;}
.orange{color:orange;}
.black{color:black;}
.green{color:green;}

/*Setting Font Style*/
.font24px{font-size:24px;}
.font20px{font-size:20px;}
.font18px{font-size:18px;}
.font16px{font-size:16px;}
.font14px{ font-size:14px;}
.font12px{font-size: 12px;}
.font10px{font-size:10px;}


/*Link Style*/
a:hover{ text-decoration:none; color:#999999;}
