@CHARSET "UTF-8";

body { 
font-family : "宋体", verdana, "細明體", "新細明體", "標楷體", 'Lucida Grande', 'Lucida Sans Unicode', arial, sans-serif; 
font-size : 13px; 
color : #333; 
line-height : 150%; 
margin : 0 auto; 
text-align : left; 
/*background : url(/public/admin/images/down_bg.gif) left top repeat-x fixed #ffffff; */
}
input	{font-family: Arial,Verdana; font-size: 13px}
select	{font-family: Arial,Verdana; font-size: 13px}
textarea{font-family: Arial,Verdana; font-size: 13px}
hr		{height: 1px}
ul		{margin-left: 20}
img { border-width: 0px; VERTICAL-ALIGN: middle;}

table{font-size:13px;line-height: 30px;}

td{font-size:13px;
line-height: 20px; 
padding : 5px; 
} 

select{font-size:13px;}

a:link{
	text-decoration: none;
	color: blue;
}

a:visited {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: none;
	font-weight: none;
	color: #35981b;
}
a:active {
	text-decoration: none;
	color: blue;
}

.button_new { 
width : 96px; 
height : 30px; 
color : #930; 
font-size : 14px; 
font-weight : bold; 
border : 0; 
background-image : url(public/admin/images/button_new.png); 
} 

.button_old { 
width : 96px; 
height : 30px; 
color : #666; 
font-size : 14px; 
font-weight : bold; 
border : 0; 
background-image : url(public/admin/images/button_old.png); 
} 


#toolbar { 
width : 100%; 
margin : 0 auto 0 auto; 
background : url(public/admin/images/toolbar_bg.png) right top repeat-x #fff; 
} 

.toolbar_title { 
float : left; 
font-size : 24px; 
font-weight : bold; 
color : #fff; 
padding : 3px 0 0 10px;
height : 72px; 
_height: 76px;
} 

.toolbar_button { 
float : right; 
padding : 15px 15px 0 0; 
} 


#adminlist { 
width : 95%; 
margin : 10px auto 0 auto; 
padding : 10px; 
border : 1px solid #ccc; 
background : #fff; 
} 



.tabletitle { 
font-size : 12px; 
font-weight : bold; 
color : #069; 
height : 36px; 
background : url(public/admin/images/top_bg.gif) left top repeat-x; 
text-align : center; 
} 


.message { 
width : 95%; 
margin : 5px auto 0 auto; 
padding : 10px; 
color : #ff0000; 
font-size : 14px; 
font-weight : bold; 
}