﻿/*--------------------------------------------------|
| New Template                                     |
|---------------------------------------------------|*/
/*color*/
.Color1
{
	background-color: #B8E2EC;
}
.Color2
{
	background-color: #89CEE9;
}

.Color4
{
	background-color: #E6F4FF;
}
.Orange
{
	background-color: #FFCC66;
}
.Green
{
	background-color: #CCFF99;
}
.Yellow
{
	background-color: #FFFFA8;
}
.White
{
	background-color: #FFFFFF;
}
/*size*/
.Small
{
	width: 25px;
}
.SmallX
{
	width: 10px;
}

.Medium
{
	width: 125px;
}
.Big
{
	width: 250px;
}
.XBig
{
	width: 500px;
}
.Height
{
	height: 15px;
}
.HeightM
{
	height: 135px;
}
.HeightX
{
	height: 250px;
}
/*align*/
.Center
{
	text-align: center ;
}
.Right
{
	text-align: right ;
}
.Left
{
	text-align: left;
}
.Top
{
	vertical-align: top;
}
.Middle
{
	vertical-align: middle;
}

/*Remain*/
.Layout
{
	border-bottom: solid,1px, black;
}
.sp
{
	padding-right: 5px;
}
.border
{
	border: solid 0.5px;
}
.Padding
{
	padding: 2px;
}
.DirR
{
	direction: rtl;
}
.DirL
{
	direction: ltr;
}
.brbuttom
{
	border-bottom: solid 1px;
}
