﻿/*==========================================================================
 * Copyright (c) 1988-2007 lifephoto(Heesun, Chae)
 * 이 파일의 저작권은 lifephoto(Heesun, Chae)가 가지고 있습니다.
 *
 * 목적     : 스타일 모음
 * 작성자   : 채희선
 * 작업시기 : 2007.04.23-
 * 제한조건 : 이 서식은 탭에 대해 4칸 들여쓰기 하는 것을 기준으로 한다.
 * -------------------------------------------------------------------------
 * -------------------------------------------------------------------------
 * =========================================================================*/

/* -------------------------------------------------------------------------*/
.buttons_layout_underline	{ text-align:center; font-size:1pt; border-bottom: 3px solid #aaaaaa; padding-top:3px; padding-bottom: 3px; }
.buttons_layout_normal		{ text-align:center; font-size:8px; border-bottom: 0px solid #aaaaaa; padding-top:3px; padding-bottom: 3px; }

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
a.squarebutton_gray	{
	background: transparent url('../Images/_Button/square-gray-left.gif') no-repeat top left;
	font-family: 'limsfont', sans-serif; font-size: 13px; font-weight:bolder; text-decoration: none;
	line-height: 15px; height: 23px; padding-left: 9px; /* Width of left menu image */
}
a:link.squarebutton_gray, a:visited.squarebutton_gray, a:active.squarebutton_gray { color: #494949; }
a.squarebutton_gray span	{
	background: transparent url('../Images/_Button/square-gray-right.gif') no-repeat top right;
	display: block;	padding: 4px 9px 4px 0;
}
a.squarebutton_gray:hover { background-position: bottom left; }
a.squarebutton_gray:hover span{ background-position: bottom right; color: black; }

/* -------------------------------------------------------------------------*/
a.squarebutton_blue	{
	background: transparent url('../Images/_Button/square-blue-left.gif') no-repeat top left;
	font-family: 'limsfont', sans-serif; font-size: 13px; font-weight:bolder; text-decoration: none;
	line-height: 15px; height: 23px; padding-left: 9px; /* Width of left menu image */
}
a:link.squarebutton_blue, a:visited.squarebutton_blue, a:active.squarebutton_blue { color: #494949; }
a.squarebutton_blue span	{
	background: transparent url('../Images/_Button/square-blue-right.gif') no-repeat top right;
	display: block;	padding: 4px 9px 4px 0;
}
a.squarebutton_blue:hover { background-position: bottom left; }
a.squarebutton_blue:hover span{ background-position: bottom right; color: black; }

/* -------------------------------------------------------------------------*/
a.squarebutton_green	{
	background: transparent url('../Images/_Button/square-green-left.gif') no-repeat top left;
	font-family: 'limsfont', sans-serif; font-size: 13px; font-weight:bolder; text-decoration: none;
	line-height: 15px; height: 23px; padding-left: 9px; /* Width of left menu image */
}
a:link.squarebutton_green, a:visited.squarebutton_green, a:active.squarebutton_green { color: #494949; }
a.squarebutton_green span	{
	background: transparent url('../Images/_Button/square-green-right.gif') no-repeat top right;
	display: block;	padding: 4px 9px 4px 0;
}
a.squarebutton_green:hover { background-position: bottom left; }
a.squarebutton_green:hover span{ background-position: bottom right; color: black; }

/* -------------------------------------------------------------------------*/
a.squarebutton_orange	{
	background: transparent url('../Images/_Button/square-orange-left.gif') no-repeat top left;
	font-family: 'limsfont', sans-serif; font-size: 13px; font-weight:bolder; text-decoration: none;
	line-height: 15px; height: 23px; padding-left: 9px; /* Width of left menu image */
}
a:link.squarebutton_orange, a:visited.squarebutton_orange, a:active.squarebutton_orange { color: #494949; }
a.squarebutton_orange span	{
	background: transparent url('../Images/_Button/square-orange-right.gif') no-repeat top right;
	display: block;	padding: 4px 9px 4px 0;
}
a.squarebutton_orange:hover { background-position: bottom left; }
a.squarebutton_orange:hover span{ background-position: bottom right; color: black; }

/* -------------------------------------------------------------------------*/
a.squarebutton_red	{
	background: transparent url('../Images/_Button/square-red-left.gif') no-repeat top left;
	font-family: 'limsfont', sans-serif; font-size: 13px; font-weight:bolder; text-decoration: none;
	line-height: 15px; height: 23px; padding-left: 9px; /* Width of left menu image */
}
a:link.squarebutton_red, a:visited.squarebutton_red, a:active.squarebutton_red { color: #494949; }
a.squarebutton_red span	{
	background: transparent url('../Images/_Button/square-red-right.gif') no-repeat top right;
	display: block;	padding: 4px 9px 4px 0;
}
a.squarebutton_red:hover { background-position: bottom left; }
a.squarebutton_red:hover span{ background-position: bottom right; color: black; }

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
a.squarebutton_s_gray {
	position: relative; top: -1px;
	background: transparent url('../Images/_Button/smallsq-gray-left.gif') no-repeat top left;
	font-family: 'limsfont', sans-serif; font-size: 8pt; font-weight:normal; text-decoration: none; vertical-align:baseline;
	line-height: 11px; height: 19px; padding-left: 9px; /* Width of left menu image */
}
a:link.squarebutton_s_gray, a:visited.squarebutton_s_gray, a:active.squarebutton_s_gray { color: #494949; }
a.squarebutton_s_gray span	{
	background: transparent url('../Images/_Button/smallsq-gray-right.gif') no-repeat top right;
	display: block;	padding: 4px 9px 4px 0;
}
a.squarebutton_s_gray:hover { background-position: bottom left; }
a.squarebutton_s_gray:hover span{ background-position: bottom right; color: black; }

/* -------------------------------------------------------------------------*/
a.squarebutton_s_blue	{
	position: relative; top: -1px;
	background: transparent url('../Images/_Button/smallsq-blue-left.gif') no-repeat top left;
	font-family: 'limsfont', sans-serif; font-size: 8pt; font-weight:normal; text-decoration: none; vertical-align:baseline;
	line-height: 11px; height: 19px; padding-left: 9px; /* Width of left menu image */
}
a:link.squarebutton_s_blue, a:visited.squarebutton_s_blue, a:active.squarebutton_s_blue { color: #494949; }
a.squarebutton_s_blue span	{
	background: transparent url('../Images/_Button/smallsq-blue-right.gif') no-repeat top right;
	display: block;	padding: 4px 9px 4px 0;
}
a.squarebutton_s_blue:hover { background-position: bottom left; }
a.squarebutton_s_blue:hover span{ background-position: bottom right; color: black; }

/* -------------------------------------------------------------------------*/
a.squarebutton_s_green	{
	position: relative; top: -1px;
	background: transparent url('../Images/_Button/smallsq-green-left.gif') no-repeat top left;
	font-family: 'limsfont', sans-serif; font-size: 8pt; font-weight:normal; text-decoration: none; vertical-align:baseline;
	line-height: 11px; height: 19px; padding-left: 9px; /* Width of left menu image */
}
a:link.squarebutton_s_green, a:visited.squarebutton_s_green, a:active.squarebutton_s_green { color: #494949; }
a.squarebutton_s_green span	{
	background: transparent url('../Images/_Button/smallsq-green-right.gif') no-repeat top right;
	display: block;	padding: 4px 9px 4px 0;
}
a.squarebutton_s_green:hover { background-position: bottom left; }
a.squarebutton_s_green:hover span{ background-position: bottom right; color: black; }

/* -------------------------------------------------------------------------*/
a.squarebutton_s_orange	{
	position: relative; top: -1px;
	background: transparent url('../Images/_Button/smallsq-orange-left.gif') no-repeat top left;
	font-family: 'limsfont', sans-serif; font-size: 8pt; font-weight:normal; text-decoration: none; vertical-align:baseline;
	line-height: 11px; height: 19px; padding-left: 9px; /* Width of left menu image */
}
a:link.squarebutton_s_orange, a:visited.squarebutton_s_orange, a:active.squarebutton_s_orange { color: #494949; }
a.squarebutton_s_orange span	{
	background: transparent url('../Images/_Button/smallsq-orange-right.gif') no-repeat top right;
	display: block;	padding: 4px 9px 4px 0;
}
a.squarebutton_s_orange:hover { background-position: bottom left; }
a.squarebutton_s_orange:hover span{ background-position: bottom right; color: black; }

/* -------------------------------------------------------------------------*/
a.squarebutton_s_red	{
	position: relative; top: -1px;
	background: transparent url('../Images/_Button/smallsq-red-left.gif') no-repeat top left;
	font-family: 'limsfont', sans-serif; font-size: 8pt; font-weight:normal; text-decoration: none; vertical-align:baseline;
	line-height: 11px; height: 19px; padding-left: 9px; /* Width of left menu image */
}
a:link.squarebutton_s_red, a:visited.squarebutton_s_red, a:active.squarebutton_s_red { color: #494949; }
a.squarebutton_s_red span	{
	background: transparent url('../Images/_Button/smallsq-red-right.gif') no-repeat top right;
	display: block;	padding: 4px 9px 4px 0;
}
a.squarebutton_s_red:hover { background-position: bottom left; }
a.squarebutton_s_red:hover span{ background-position: bottom right; color: black; }

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
a.abricksbutton_gray {line-height: 15px; padding: 7px 15px; font-family: 'limsfont', sans-serif; font-weight: 500; font-size: 15px; text-align: left; vertical-align: top; text-decoration: none; background: #656565; color: #fff;}
a.abricksbutton_gray:hover	{ background:#999999; color:#000000; cursor:pointer; }

/* -------------------------------------------------------------------------*/
a.abricksbutton_blue {line-height: 15px; padding: 7px 15px; font-family: 'limsfont', sans-serif; font-weight: 500; font-size: 15px; text-align: left; vertical-align: top; text-decoration: none; background: #5070ba; color: #fff;}
a.abricksbutton_blue:hover	{ background:#5d8af2; cursor:pointer; }

/* -------------------------------------------------------------------------*/
a.abricksbutton_green {line-height: 15px; padding: 7px 14px; font-family: 'limsfont', sans-serif; font-weight: 500; font-size: 15px; text-align: left; vertical-align: top; text-decoration: none; background: #296117; color: #fff;}
a.abricksbutton_green:hover	{ background:#547e4b; color:#ffffff; cursor:pointer; }

/* -------------------------------------------------------------------------*/
a.abricksbutton_orange {line-height: 15px; padding: 7px 15px; font-family: 'limsfont', sans-serif; font-weight: 500; font-size: 15px; text-align: left; vertical-align: top; text-decoration: none; background: #ef7e06; color: #fff;}
a.abricksbutton_orange:hover	{ background:#d95526; cursor:pointer; }

/* -------------------------------------------------------------------------*/
a.abricksbutton_red {line-height: 15px; padding: 7px 15px; font-family: 'limsfont', sans-serif; font-weight: 500; font-size: 15px; text-align: left; vertical-align: top; text-decoration: none; background: #cf4040; color: #fff;}
a.abricksbutton_red:hover	{ background:#bb2f0c; cursor:pointer; }
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
a.abricksbutton_s_gray {
	line-height: 22px;
    display: inline-block;
    font-family: 'limsfont', sans-serif;
    font-size: 10pt;
    text-align: left;
    vertical-align: top;
    text-decoration: none;
    background: #656565;
    color: #ffffff;
    padding: 4px 10px;
    font-weight: 500;
}
a.abricksbutton_s_gray:hover	{ background:#999999; cursor:pointer; }

/* -------------------------------------------------------------------------*/
a.abricksbutton_s_blue {
	line-height: 13px; height: 19px;
	font-family:'limsfont', sans-serif; font-weight:normal; font-size:8pt; text-align:left; vertical-align:top;
	text-decoration: none; 
	border:outset 2px #c6d5e6; background:#aaaaaa; color:#000000; padding: 1px 10px 1px 10px; 
	background:url(../Images/_Button/bricks-blue-item3.gif) repeat-x left top; 
}
a.abricksbutton_s_blue:hover	{ background:#5d8af2; color:#000000; cursor:pointer; }

/* -------------------------------------------------------------------------*/
a.abricksbutton_s_green {
	line-height: 13px; height: 19px;
	font-family:'limsfont', sans-serif; font-weight:normal; font-size:8pt; text-align:left; vertical-align:top;
	text-decoration: none; 
	border:outset 2px #b3c386; background:#aaaaaa; color:#000000; padding: 1px 10px 1px 10px; 
	background:url(../Images/_Button/bricks-green-item2.gif) repeat-x left top; 
}
a.abricksbutton_s_green:hover	{ background:#75902c; color:#ffffff; cursor:pointer; }

/* -------------------------------------------------------------------------*/
a.abricksbutton_s_orange {
	line-height: 13px; height: 19px;
	font-family:'limsfont', sans-serif; font-weight:normal; font-size:8pt; text-align:left; vertical-align:top;
	text-decoration: none; 
	border:outset 2px #ffdfe1; background:#aaaaaa; color:#000000; padding: 1px 10px 1px 10px; 
	background:url(../Images/_Button/bricks-orange-item2.gif) repeat-x left top; 
}
a.abricksbutton_s_orange:hover	{ background:#d95526; color:#ffffff; cursor:pointer; }

/* -------------------------------------------------------------------------*/
a.abricksbutton_s_red {
	line-height: 13px; height: 19px;
	font-family:'limsfont', sans-serif; font-weight:normal; font-size:8pt; text-align:left; vertical-align:top;
	text-decoration: none; 
	border:outset 2px #fec4c4; background:#aaaaaa; color:#000000; padding: 1px 10px 1px 10px; 
	background:url(../Images/_Button/bricks-red-item2.gif) repeat-x left top; 
}
a.abricksbutton_s_red:hover	{ background:#bb2f0c; color:#ffffff; cursor:pointer; }

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
a.abricksbutton_m_gray {
	line-height: 15px; height: 30px; padding: 5px 10px 5px 10px; 
	font-family:'limsfont', sans-serif; font-weight:bold; font-size:13px; text-align:left; vertical-align:top;
	text-decoration: none; 
	border:outset 2px #ccccccc; background:#aaaaaa; color:#000000;
	background:url(../Images/_Button/bricks-gray-item4.gif) repeat-x left top; 
}
a.abricksbutton_m_gray:hover	{ background:#999999; color:#000000; cursor:pointer; }

/* -------------------------------------------------------------------------*/
a.abricksbutton_m_blue {
	line-height: 15px; height: 30px; padding: 5px 10px 5px 10px; 
	font-family:'limsfont', sans-serif; font-weight:bold; font-size:13px; text-align:left; vertical-align:top;
	text-decoration: none; 
	border:outset 2px #c6d5e6; background:#aaaaaa; color:#000000;
	background:url(../Images/_Button/bricks-blue-item3.gif) repeat-x left top; 
}
a.abricksbutton_m_blue:hover	{ background:#5d8af2; color:#000000; cursor:pointer; }

/* -------------------------------------------------------------------------*/
a.abricksbutton_m_green {
	line-height: 15px; height: 30px; padding: 5px 10px 5px 10px; 
	font-family:'limsfont', sans-serif; font-weight:bold; font-size:13px; text-align:left; vertical-align:top;
	text-decoration: none; 
	border:outset 2px #b3c386; background:#aaaaaa; color:#000000;
	background:url(../Images/_Button/bricks-green-item2.gif) repeat-x left top; 
}
a.abricksbutton_m_green:hover	{ background:#75902c; color:#ffffff; cursor:pointer; }

/* -------------------------------------------------------------------------*/
a.abricksbutton_m_orange {
	line-height: 15px; height: 30px; padding: 5px 10px 5px 10px; 
	font-family:'limsfont', sans-serif; font-weight:bold; font-size:13px; text-align:left; vertical-align:top;
	text-decoration: none; 
	border:outset 2px #ffdfe1; background:#aaaaaa; color:#000000;
	background:url(../Images/_Button/bricks-orange-item2.gif) repeat-x left top; 
}
a.abricksbutton_m_orange:hover	{ background:#d95526; color:#ffffff; cursor:pointer; }

/* -------------------------------------------------------------------------*/
a.abricksbutton_m_red {
	line-height: 15px; height: 30px; padding: 5px 10px 5px 10px; 
	font-family:'limsfont', sans-serif; font-weight:bold; font-size:13px; text-align:left; vertical-align:top;
	text-decoration: none; 
	border:outset 2px #fec4c4; background:#aaaaaa; color:#000000;
	background:url(../Images/_Button/bricks-red-item2.gif) repeat-x left top; 
}
a.abricksbutton_m_red:hover	{ background:#bb2f0c; color:#ffffff; cursor:pointer; }
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
a.abricksbutton_l_gray {
	line-height: 17px; height: 40px; padding: 10px 10px 10px 10px; 
	font-family: 'limsfont', sans-serif; font-weight:bold; font-size:14pt; text-align:left; vertical-align:top;
	text-decoration: none; 
	border:outset 2px #ccccccc; background:#aaaaaa; color:#000000;
	background:url(../Images/_Button/bricks-gray-item4.gif) repeat-x left top; 
}
a.abricksbutton_l_gray:hover	{ background:#999999; color:#000000; cursor:pointer; }

