html {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-style: none;
}

body {
	font-family: 'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Myriad', 'Verdana', sans-serif;
	font-size: 13px;
	background: #fbfbfb url('../images/bg_body.png') repeat-x;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-style: none;
	color: #333333;
	cursor: default;
	overflow: hidden;
	text-shadow: 0 1px 0 #ffffff;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

::-webkit-scrollbar {
	width: 10px;
}
div::-webkit-scrollbar {
	width: 7px;
}
.content::-webkit-scrollbar,
.localcontent::-webkit-scrollbar,
.graph::-webkit-scrollbar {
	width: 10px;
}
.menu::-webkit-scrollbar {
	width: 6px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-border-radius: 0;
	border-radius: 0;
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	/*background: rgba(153,153,153,0.8);*/
	background: rgba(255,255,255,0.1);
}
::-webkit-scrollbar-thumb:window-inactive {
	/*background: rgba(153,153,153,0.4);*/
	background: rgba(255,255,255,0.1);
}
#topics::-webkit-scrollbar-thumb,
#topics::-webkit-scrollbar-thumb:window-inactive,
.topics .menu::-webkit-scrollbar-thumb,
.topics .menu::-webkit-scrollbar-thumb:window-inactive,
.dialogbody::-webkit-scrollbar-thumb,
.dialogbody::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,255,255,0.1);
}

body.signup {
	background: #fbfbfb url('../images/bg_body_signup.jpg') repeat-x;
	/*overflow: auto;*/
}
body.article {
	background: #fbfbfb url('../images/bg_body_article.png') repeat-x;
	/*overflow: auto;*/
}
body.popup {
	overflow: auto;
}

iframe {
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

h1,
h2,
h3,
h4 {
	font-family: 'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Myriad', 'Verdana', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 {
	font-family: 'Arvo', 'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Myriad', 'Verdana', sans-serif;
	font-size: 28px;
	color: #666666;
}
h2 {
	font-size: 16px;
	color: #666666;
}
h3 {
	font-size: 16px;
	color: #999999;
}
h4 {
	font-size: 14px;
	color: #999999;
}

a {
	font-family: 'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Myriad', 'Verdana', sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 13px;
}
a:hover {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
a:active,
span:active,
p:active,
label:active,
fieldset:active {
	-moz-outline-style: none;
	outline: none;
	/*color: #3366ff !important;*/
}
*:focus {
	-moz-outline-style: none;
	outline: none;
}

img,
table,
td,
tr,
th,
span,
div,
form,
label,
p,
br,
label {
	border: 0;
	margin: 0;
	padding: 0;
}

form {
	display: inline;
}

input[type=hidden] {
	width: 0;
	height: 0;
}

fieldset {
	margin: 10px 0 5px 0;
	padding: 7px;
	border-style: solid;
	border-width: 1px;
	border-color: #c2c2c2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
legend {
	padding: 0 5px 5px 5px;
	text-align: right;
}

ul {
	margin: 0 !important;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol {
	list-style-position: inside;
	margin: 0 0 0 10px;
	padding: 0;
}
ol li {
	margin: 0 0 0 7px;
	padding: 0;
	list-style-position: outside;
}

hr {
	height: 1px;
}

label {
	cursor: pointer;
}