/************************************************************************************************************
* System		: NeoSendBill
* Program ID	: FrameConBasic.css
* Program Name	: 조건부 기본 CSS
* Author		: sawh
* Created Date	: 2004-09-22
* -----------------------------------------------------------------------------------------------------------
* Description
* -
* -----------------------------------------------------------------------------------------------------------
* Update History
* -
************************************************************************************************************/
BODY
{
	scrollbar-face-color:"#DBD3CA";
	scrollbar-shadow-color:"#A7917E";
	scrollbar-highlight-color:"#A7917E";
	scrollbar-3dlight-color:"#FFFFFF";
	scrollbar-darkshadow-color:"#FFFFFF";
	scrollbar-track-color:"#FFFFFF";
	scrollbar-arrow-color:"#A7917E";
	margin width:0;
	margin height:0;
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
}
/*************************************************************************************************************
* Space
*************************************************************************************************************/
.SpaceHeight1
{
	height:1px;
}
.SpaceHeight2
{
	height:2px;
}
.SpaceHeight3
{
	height:3px;
}
.SpaceHeight4
{
	height:4px;
}
.SpaceHeight5
{
	height:5px;
}
.SpaceHeight6
{
	height:6px;
}
.SpaceHeight7
{
	height:7px;
}
.SpaceHeight8
{
	height:8px;
}
.SpaceHeight9
{
	height:9px;
}
.SpaceHeight10
{
	height:10px;
}
.SpaceWidth1
{
	width:1;
}
.SpaceWidth2
{
	width:2;
}
.SpaceWidth3
{
	width:3;
}
.SpaceWidth4
{
	width:4;
}
.SpaceWidth5
{
	width:5;
}
.SpaceWidth6
{
	width:6;
}
.SpaceWidth7
{
	width:7;
}
.SpaceWidth8
{
	width:8;
}
.SpaceWidth9
{
	width:9;
}
.SpaceWidth10
{
	width:10;
}
/*************************************************************************************************************
* 설명
*************************************************************************************************************/
.TitleTrText
{
	font-family:"돋움, Arial,Verdana";
	font-weight:bold;
	font-size:10pt;
	color:#FFFFFF;
	text-align:center;
	height:25;
	background-color:#6A5E50;
	vertical-align:middle;
	padding:2 2 2 2;
}
.TitleTdCenter
{
	font-family:"돋움, Arial,Verdana";
	font-weight:bold;
	font-size:10pt;
	color:#433729;
	text-align:Center;
	height:22;
	background-color:#EEEAE4;
	vertical-align:middle;
	padding:2 2 2 2;
}
.ItemTdCenter
{
	font-family:"돋움, Arial,Verdana";
	font-weight:normal;
	font-size:10pt;
	color:#433729;
	text-align:Center;
	height:22;
	background-color:#FFFFFF;
	vertical-align:middle;
	padding:2 2 2 2;
}
.ItemTdLeft
{
	font-family:"돋움, Arial,Verdana";
	font-weight:normal;
	font-size:10pt;
	color:#433729;
	text-align:left;
	height:22;
	background-color:#FFFFFF;
	vertical-align:middle;
	padding:2 2 2 2;
}
.DescIconTd
{
	text-align:left;
	width:23;
	padding:0 0 0 0;
}
.DescDetTd
{
	color:black;
	text-decoration:none;
	font-family:"돋움","Arial","Verdana";
	font-size:9pt;
	line-height:18px;
	padding:3 2 1 2;
}
.FontBold
{
	font-weight:bold;
}
.FontRed
{
	color:#CC0000;
}
.FontBoldRed
{
	color:#CC0000;
	font-weight:bold;
}
.FontBlue
{
	color:#295EBC;
}
.FontBoldBlue
{
	color:#295EBC;
	font-weight:bold;
}
.QuestTbl
{
	border-top:2px solid #ACA194;
	border-bottom:2px solid #ACA194;
	border-left:2px solid #ACA194;
	border-right:2px solid #ACA194;
	padding:0 0 0 0;
}
.QuestTd
{
	background-color:#FFFFFF;
	border-top:4px solid #F2F0EC;
	border-bottom:4px solid #F2F0EC;
	border-left:4px solid #F2F0EC;
	border-right:4px solid #F2F0EC;
	padding:3 8 3 8;
}
A.PharmLink:link
{
	font-size:9pt;
	font-family:"돋음, Arial,Verdana";
	color:#363636;
	text-decoration:none;
}
A.PharmLink:visited
{
	font-size:9pt;
	font-family:"돋음, Arial,Verdana";
	color:#363636;
	text-decoration:none;
}
A.PharmLink:active
{
	font-size:9pt;
	font-family:"돋음, Arial,Verdana";
	color:#363636;
	text-decoration:none;
}
A.PharmLink:hover
{
	font-size:9pt;
	font-family:"돋음, Arial,Verdana";
	color:#FF3300;
	text-decoration:none;
}