﻿body
{
	margin: 0 0 0 0;
	font-size:12pt;
}
.MasterPageBox
{
	width:85%;
	height:100%;
	background-color:#FFFFE8;
	border-top:#3A67BC  0px solid;
	border-left:#3A67BC 1px solid;
	border-right:#3A67BC 1px solid;
	border-bottom:#000000 0px solid;
}
.MasterPageMenuBar
{
    background-color : #F1F1F1;
	vertical-align:top;
	padding-left:10px;
	border-top:#3C68BD 1px solid;
	border-bottom:#3C68BD 1px solid;
}
.MasterPageBottomBar
{
	text-align:center;
}

/*讓Button有可愛的小手*/
.HandPoint
{
	vertical-align:middle;
	text-align:center;
	cursor:hand;	
}

/*有外框線*/
.SolidBox
{
	background-color: #eff3fb;
	border-right: #6495ED 1px solid; 
	border-top: #6495ED 1px solid;
    border-left: #6495ED 1px solid; 
    border-bottom: #6495ED 1px solid;
    width:100%;
}
/*無外框*/
.PtInfo
{
	color: maroon;
	background-color: #eff3fb;
    width:100%;
}

.ToolBar
{
	background-color: #eff3fb;
	border-top: #6495ED 1px solid;
    border-bottom: #6495ED 1px solid;
    width:100%;
}
.TabBodyBox
{
	background-color: #c3d9ff; 
}
 
.LabelButton
{
	font-size:small;
	color: #0000ff;
}
.DivRect
{
	overflow: auto;
	clip: rect( );
}
