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

body {
	font-family: 'Corbel', 'Calibri', 'Lucida Sans', '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,
#scrollwrapper::-webkit-scrollbar {
	width: 10px;
}
.menu::-webkit-scrollbar {
	width: 6px;
}
::-webkit-scrollbar-track {
	-webkit-border-radius: 0;
	border-radius: 0;
	background: transparent;
	border-right: 1px solid #D9D9D9;
}
.menu::-webkit-scrollbar-track,
#topics::-webkit-scrollbar-track,
#smallprint::-webkit-scrollbar-track {
	border-right: 0;
}
.closeuppic::-webkit-scrollbar-track {
	border-right: 0;
	background-color: #999999;
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #cccccc;
}
::-webkit-scrollbar-thumb:window-inactive {
	background-color: #cccccc;
}
#topics::-webkit-scrollbar-thumb,
#topics::-webkit-scrollbar-thumb:window-inactive,
.dialogbody::-webkit-scrollbar-thumb,
.dialogbody::-webkit-scrollbar-thumb:window-inactive,
.topics .menu::-webkit-scrollbar-thumb,
.topics .menu::-webkit-scrollbar-thumb:window-inactive {
	background-color: #cccccc;
}
.sources .menu::-webkit-scrollbar-thumb,
.sources .menu::-webkit-scrollbar-thumb:window-inactive,
.styles .menu::-webkit-scrollbar-thumb,
.styles .menu::-webkit-scrollbar-thumb:window-inactive {
	background-color: #999999;
}
.closeuppic::-webkit-scrollbar-thumb,
.closeuppic::-webkit-scrollbar-thumb:window-inactive {
	background-color: #333333;
}

::selection {
  background: #cfd7e3;
  color: #333333;
  text-shadow: none;
}
::-webkit-selection {
  background: #cfd7e3;
  color: #333333;
  text-shadow: none;
}
::-moz-selection {
  background: #cfd7e3;
  color: #333333;
  text-shadow: none;
}

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.addfeedpopup {
	overflow: auto;
}

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

h1,
h2,
h3,
h4 {
	font-family: 'Corbel', 'Calibri', 'Lucida Sans', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Myriad', 'Verdana', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 {
	font-family: 'Arvo', 'Corbel', 'Calibri', 'Lucida Sans', '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', '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,
a:focus {
	-moz-outline-style: none;
	outline: none;
	color: #000000;
	text-decoration: none;
}
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;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus,
input:active,
a:active,
select:active,
textarea:active,
button:active {
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent !important;
}

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;
}