﻿@charset "UTF-8";
/*==================================================
 CLASS CSS
==================================================*/

/* IMG
------------------------------------------------- */
.imgHover:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/* BOX
------------------------------------------------- */
.leftBox { float: left !important; }
.centerBox {
	margin-left: auto !important;
	margin-right: auto !important;
	}
.rightBox { float: right !important; }
.boxWrap {
	position: relative;
	overflow: hidden;
	zoom: 1;
	}

/* CLEAR
------------------------------------------------- */
.clearFix { clear: both; }


/* TEXT
------------------------------------------------- */
.leftText { text-align: left !important; }
.rightText { text-align: right !important; }
.centerText { text-align: center !important; }

.wordBreak { word-wrap: break-word; }

.normal { font-weight: normal; }
.bold { font-weight: bold; }

/* COLOR
------------------------------------------------- */
.readonly { background: #CCCCCC; }
.error { color: #FF0000 !important; }
.required { color: #FF0000 !important; }
.strong { color: #1F85C5 !important; }
.grayT { color: #CCCCCC !important; }

/* INLINE
------------------------------------------------- */
.middle * {
	vertical-align: middle;
	}

/* SCROLL
------------------------------------------------- */
.scroll { overflow-y: scroll; }

/* SPACE TAGS
------------------------------------------------- */
.hr hr { display: none; font-size: 0px; }
.br br { display: none; font-size: 0px; }

/* BLOCK
------------------------------------------------- */
.none { display: none; }
.inline { display: inline; }
.block { display: block; }

/* FORM
------------------------------------------------- */

/* FONT
------------------------------------------------- */
.f10px { font-size: 9px !important; }
.f10px { font-size: 10px !important; }
.f11px { font-size: 11px !important; }
.f12px { font-size: 12px !important; }
.f13px { font-size: 13px !important; }
.f14px { font-size: 14px !important; }
.f15px { font-size: 15px !important; }
.f16px { font-size: 16px !important; }
.f18px { font-size: 18px !important; }
.f20px { font-size: 20px !important; }
.f22px { font-size: 22px !important; }
.f24px { font-size: 24px !important; }

/* WIDTH
------------------------------------------------- */
.w300px { width: 300px !important; }
.w310px { width: 310px !important; }
.w320px { width: 320px !important; }
.w350px { width: 350px !important; }
.w400px { width: 400px !important; }
.w425px { width: 425px !important; }
.w430px { width: 430px !important; }
.w450px { width: 450px !important; }
.w500px { width: 500px !important; }
.w520px { width: 520px !important; }
.w550px { width: 550px !important; }

/* HEIGHT
------------------------------------------------- */
.h100px { height: 100px !important; }
.h200px { height: 200px !important; }
.h300px { height: 300px !important; }

/* MARGIN
------------------------------------------------- */
.mR1 { margin-right: 1px !important; }
.mR2 { margin-right: 2px !important; }
.mR3 { margin-right: 3px !important; }
.mR4 { margin-right: 4px !important; }
.mR5 { margin-right: 5px !important; }
.mR6 { margin-right: 6px !important; }
.mR7 { margin-right: 7px !important; }
.mR8 { margin-right: 8px !important; }
.mR9 { margin-right: 9px !important; }
.mR10 { margin-right: 10px !important; }
.mR15 { margin-right: 15px !important; }
.mR20 { margin-right: 20px !important; }
.mR25 { margin-right: 25px !important; }
.mR30 { margin-right: 30px !important; }
.mR35 { margin-right: 35px !important; }
.mR40 { margin-right: 40px !important; }
.mR45 { margin-right: 45px !important; }
.mR50 { margin-right: 50px !important; }
.mR55 { margin-right: 55px !important; }
.mR60 { margin-right: 60px !important; }
.mR65 { margin-right: 65px !important; }
.mR70 { margin-right: 70px !important; }
.mR75 { margin-right: 75px !important; }
.mR80 { margin-right: 80px !important; }
.mR85 { margin-right: 85px !important; }
.mR90 { margin-right: 90px !important; }
.mR95 { margin-right: 95px !important; }
.mR100 { margin-right: 100px !important; }

.mB1 { margin-bottom: 1px !important; }
.mB2 { margin-bottom: 2px !important; }
.mB3 { margin-bottom: 3px !important; }
.mB4 { margin-bottom: 4px !important; }
.mB5 { margin-bottom: 5px !important; }
.mB6 { margin-bottom: 6px !important; }
.mB7 { margin-bottom: 7px !important; }
.mB8 { margin-bottom: 8px !important; }
.mB9 { margin-bottom: 9px !important; }
.mB10 { margin-bottom: 10px !important; }
.mB15 { margin-bottom: 15px !important; }
.mB20 { margin-bottom: 20px !important; }
.mB25 { margin-bottom: 25px !important; }
.mB30 { margin-bottom: 30px !important; }
.mB35 { margin-bottom: 35px !important; }
.mB40 { margin-bottom: 40px !important; }
.mB45 { margin-bottom: 45px !important; }
.mB50 { margin-bottom: 50px !important; }
.mB55 { margin-bottom: 55px !important; }
.mB60 { margin-bottom: 60px !important; }
.mB65 { margin-bottom: 65px !important; }
.mB70 { margin-bottom: 70px !important; }
.mB75 { margin-bottom: 75px !important; }
.mB80 { margin-bottom: 80px !important; }
.mB85 { margin-bottom: 85px !important; }
.mB90 { margin-bottom: 90px !important; }
.mB95 { margin-bottom: 95px !important; }
.mB100 { margin-bottom: 100px !important; }

/* PADDING
------------------------------------------------- */
.pB20{ padding-bottom: 20px !important; }

/* DEBUG
------------------------------------------------- */
pre.debug{
	text-align: left !important;
}

/* HR
------------------------------------------------- */
hr.hr01 {
	border:none;
	border-top: 1px solid #ccc;
	}
