@charset "utf-8";
/* 通用CSS */
body {
	font-family: "arial","mingliu","pmingliu";
	margin: 0px;
	padding: 0px;

}
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

fieldset {
border: 0px;
margin: 0px; 
padding: 0px;
}
input {
font-family: "arial","mingliu","pmingliu";
}
select {
font-family: "arial","mingliu","pmingliu";
}
option {
font-family: "arial","mingliu","pmingliu";
}
textarea {
font-family: "arial","mingliu","pmingliu";
}
h1 {
font-size: 130%; 
font-weight: normal;
padding:0px; 
margin: 0px; 
list-style-type: none
}
h2 {
font-size: 120%; 
font-weight: normal;
padding:0px; 
margin: 0px; 
list-style-type: none
}
h3 {
font-size: 110%;
font-weight: normal;
list-style-type: none
}
h4 {
font-size: 100%; 
font-weight: normal;
padding:0px; 
margin: 0px; 
list-style-type: none
}
h5 {
	font-size: 95%;
	font-weight: normal;
	padding:0px;
	margin: 0px;
	list-style-type: none
}
h6 {
	font-size: 90%;
	font-weight: normal;
	padding:0px;
	margin: 0px;
	list-style-type: none
}
th {
font-size: 100%; 
font-weight: normal;
padding:0px; 
margin: 0px; 
list-style-type: none
}
blockquote {
font-size: 100%; 
font-weight: normal;
padding:0px; 
margin: 0px; 
list-style-type: none
}
p {
font-size: 100%;
font-weight: normal;
padding:0px;
margin: 0px;
list-style-type: none;
}
span {
font-size: 100%; 
font-weight: normal;
padding:0px; 
margin: 0px; 
list-style-type: none
}
ul {
	padding:0px;
	margin: 0px;
}
li {
font-size: 100%; 
font-weight: normal;
padding:0px; 
margin: 0px; 
}
form {
font-size: 100%; 
font-weight: normal;
padding:0px; 
margin: 0px; 
list-style-type: none}
fieldset {
font-size: 100%; 
font-weight: normal;
padding:0px; 
margin: 0px; 
list-style-type: none
}
th {
font-weight: normal; text-align:left;
}
td {
font-weight: normal; text-align:left;
}
a img {
border-style: none;
}
/* 快速CSS */

.right {
text-align: right;
}
.left {
text-align: left;
}
.center {
text-align: center;
}
.font70{
font-size:70%
}
.font80{
font-size:80%
}
.font90{
font-size:90%
}
.font95{
font-size:95%
}
.font105{
font-size:105%
}
.font110{
font-size:110%
}
.font120{
font-size:120%
}
.font130{
font-size:130%
}
.font140{
font-size:140%
}
.fontBold{
font-weight:bold
}
.height10px {
height: 10px;
}
.marginTop10{
margin-top: 10px;
}
.marginBottom10{
margin-bottom: 10px;
}
.marginRight10{
margin-right: 10px;
}
.marginLeft10{
margin-left: 10px;
}
.margin10{
margin: 10px;
}
.padding10{
padding: 10px;
}

/*color*/
.red1{
    color:#FF0000
}
.red2{
	color:#CC0000
}
.red3{
	color:#990000
}
.orange1{
	color:#FFCC00
}
.orange2{
	color:#FF9900
}
.orange3{
	color:#FF6600
}
.black{
	color:#000000;
}
.gray1{
	color:#CCCCCC;
}
.gray2{
	color:#999999;
}
.gray3{
	color:#666666;
}
.gray4{
	color:#333333;
}
.pinkLogo{
    color:#E9849A;
}
.blueLogo{
   color:#94CCEA;
   }
.orangeLogo{
   color:#F8B62C;
   } 
.grayCoffee{
   color:#6D6868;
} 
.webGreen{
   color:#9FBA3D;
}
.foliageGreen{
   color:#87A256;
}
.coffie1{
	color: #CC9900;
}
.coffie2{
	color: #CC6600;
}
.coffie3{
	color: #996600;
}
.cyanBlue{
	color: #C1E1E1;
}
.wordwrap
{
    word-wrap: break-word;    -moz-binding: url('/css/wordwrap.xml#wordwrap'); 
    display: block;
    overflow: auto;
}

.ui-dialog
{
 border:1px solid;
}
.ui-dialog-titlebar
{
 /*對話框標題列*/
 background-color: #A5CEC4;
/* background-image:url(/images/icon_close.gif);*/
 cursor:move;
 height:20px;
}
.ui-dialog-title
{
/*對話框標題列文字*/
 padding-top: 2px;
 padding-left: 5px;
}
.ui-dialog-content
{
/*對話框內容*/
 background-color: white;
}
.ui-dialog-titlebar-close 
{
 position: absolute;
 right: 2px;
 top: 4px;
 background-image:url(/images/blog/icon_close.gif);
 height:11px;
 width:11px;
}
.ui-icon-closethick
{
 display:none;
}
.ui-resizable-se
{
 background-image: url(/images/blog/icon_control.gif);	
 bottom:1px;
 cursor:se-resize;
 height:12px;
 right:1px;
 width:12px;
}
.ui-resizable 
{
 position:relative;
}
.ui-resizable-e 
{
 cursor:e-resize;
 height:100%;
 right:-5px;
 top:0;
 width:7px;
}
.ui-resizable-s 
{
 bottom:-5px;
 cursor:s-resize;
 height:7px;
 left:0;
 width:100%;
}
.ui-resizable-handle 
{
 display:block;
 font-size:0.1px;
 position:absolute;
 z-index:99999;
}
.PhotoCutArea
{
/*剪裁區域*/
 cursor: move;
 background-color:#999999;
}
/*******************/
/* 個人控制列*/
#controlbar {
	position: fixed;
	width: 100%;
	background-color: #E1DDD9;
	height: 18px;
	color: #333333;
	font-size: 12px;
	padding: 0 10px;
	left:0px;
	top:0px;
	z-index:99999;
}
.controlbarList{
	position:absolute;
	right: 16px;
	width: 100px;
	margin: 0;
	top: 0px;
}


.controlTopMenuItem {
    cursor: pointer;
    list-style-type: none;
    float: right;
    padding-right:20px;
}

.menu-ul{
    border: 1px solid #E1DDD9;
}
.menu-ul li{
    list-style-type: none;
    padding:3px;
    padding-left:10px;
    background-color: #FFFFFF;
    font-size:10px;
}
.activetarget
{
  color: #ff6600;
}
.menu-div{
  z-index: 999;
}
.menu-item{
  z-index: 999;
}
.menu-item a:hover{
  color: #98B3BE
}
.menu-item a{
color: #846F59
}