body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:arial;
	font-size:12px;
	background:#efefef;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:arial;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.tencent-tabcontent{
	margin:10px auto;
	min-height:100px;
	background:#f8f8f8;
	border-left:solid 1px #ddd;	
	border-right:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}
.tab-innercontent{
	padding:20px;
	text-align:left;
}

.settings-wrapper table{
	width:100%;
	border-collapse:collapse;
	border:solid 1px #ddd;
}
.settings-wrapper table th{
	font-weight:normal;
	background:#f1f1f1;
	border:solid 1px #ddd;
	padding:3px 4px;
	font-size:12px;
}

.settings-wrapper table td{
	font-size:11px;
	border:solid 1px #ddd;
	padding:3px 4px;
}

#debug{
	width:860px;
	margin:20px auto;
}

h2{
	font-size: 23px;
    padding: 0px 15px 10px 0;
}

h2.debug{
	text-align:left;
	color:#C03634;
}

td{
	vertical-align:middle !important;
}

td.tracking{
	width: 170px !important;
}
td.agent{
	width: 100px !important;
}