html {
	padding: 0px;
	margin: 0px;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
	margin:30px;
}
a {
	text-decoration:none;
	color:#000;
}

a:hover {
	text-decoration:underline;
}


input,textarea,select{
	padding:5px;
}

.info{
	border:1px solid #eee;
	margin:30px auto;
	padding:15px;
	font-size:0.95em;
}

#costa{
	margin:1px auto;
	padding:15px;
	font-size:0.8em;
	font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;

}

/*
form, .header {
    display: block;
    margin: auto;
    width: 60%;
    min-width: 600px;
    max-width: 750px;
    position: relative;
}
*/

.pull-right{
	float:right;
	margin-bottom:-2%;
}




table.items {
    width: 100%;
    background-color: #ccc;
    border-spacing: 0;
    border-collapse: separate;
    border-left: 1px solid #ccc;
}

table.items tr.title td {
    margin: 0;
    padding: 2px 5px;
    line-height: 16px;
  	 background-color: #efefef;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-left: 0;
    font-size: 14px;
    font-weight: bold;
}

table.items td {
    margin: 0;
    padding: 10px;
    line-height: 15px;

	background-color: #fff;
	
	  border: 1px solid #ccc;
	  
    border-bottom: 0;
    border-left: 0;
}

table.items .checked td {
    background-color: #ccffff;
}


table.items .checked tr {
    background-color: #ccffff;
}

table.items .nocheck td {
    background-color: #ffccff;
}


table.items .nocheck tr {
    background-color: #ffccff;
}




table.items .rma td {
    background-color: #FFFFFf;
}



table.items .rma tr {
    background-color: #FFFFFf;
}


table.items .yellow td {
    background-color: #FF9999;
}



table.items .yellow tr {
    background-color: #FF9999;
}





table.items .zise td {
    background-color: #9f35;
}



table.items .zise tr {
    background-color: #9f35;
}








table.items tr:last-child td {
    border-bottom: 1px solid #ccc;
}

.row {
    margin: 15px 0;
}

.menu{

	margin-left:-2em;
	margin-bottom: 6em;
	font-family: 12px;


}

.menu li{

	float:left;
	padding: 0.7%;
	border: 1px solid #ccc;
	list-style-type:none;
}



.menu li a{

	font-size: 0.8em;

}



.item {

	font-size:0.8em;
    border: 2px dashed #eee;
    padding: 10px;
	width:100%;
    
}


form table td{
		padding:0.5em;
		
}


form table td input[type="file"] ,.linebox{
	border: 1px solid #ccc;
	padding-left: 20px;
	font-size: 0.95em;
	color: #444;
	width: 800px;
	list-style-type:none;
	padding:5px;
}



#reading #conetnt{
	
	border: 1px solid #e1e6eb;
	padding:0.5em;
} 



#reading #title{
	
	margin-top: 10px;
	margin-bottom: -1px;
	height: 40px;
	background: #F5f6FA;
	line-height: 38px;
	border: 1px solid #e1e6eb;
	position: relative;
	border-left: 4px solid #6d7781;
	text-align:center;


} 


#reading #info-panel {
	border: 1px solid #e1e6eb;
	padding: 20px 20px 14px 20px;
}




#reading #info-panel table{table-layout:fixed;word-break:break-all;}

#reading #info-panel table td{

	/* width:30% */
}



#reading #main-text{
	margin-top:0.3em;
	border: 1px solid #e1e6eb;
	padding:0.5em;
	margin-bottom:30px;
} 


#reading #addcomment{
	margin-top:0.3em;
	border: 1px solid #e1e6eb;
	padding:0.5em;
	margin-bottom:30px;
} 



#reading #info-panel td{
	padding:10px;

	text-align:left;
}




#reading .comment{
	border: 1px solid #e1e6eb;
	padding: 20px 20px 14px 20px;
	margin-bottom:30px;

} 

#reading .comment .attachments{
	background: #eee;
	padding: 5px;
	margin-top:10px;

} 


.pagination .pages{padding:4px;border:1px solid #eee}.pagination .current{font-weight:bold}



/* 
小工具
*/

.tool {

		margin:10px;
		width:23%;
		padding:20px;
		border: 1px solid #222;
		text-align: center;
		height:130px;

}


.tool .focus {
		padding:10px;

}

 .green {
		background: #99CC99;
}

 .red {
		background:#FF9999 ;


}


/*

便利贴 paste
*/


.paste{
	width:22%;
	float:left;
	padding:8px;
	margin:5px;
}

 .undo{
				background-color: #ccffff;
}

.inpad{

				background-color: #ffccff;
}

.paste .title{
		font-size: 0.8em;
 		border-bottom: 1px solid #999;
		 padding:5px;

}

.paste .expdate{

		float：left;
		font-size: 0.8em;

}


.paste .text{
		font-size: 0.9em;
		 padding:10px;
		 min-height: 80px;
}

.paste .footer{
 		border-top: 1px solid #999;


}