html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td,
.textbox, .button {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Times New Roman;
	font-size: 12px;
	line-height: 17px;
	color: #1f1e1c;
}

body {
	background-color: #e6e3dc;
	padding: 4px 0px 13px 0px;
}

table {
	border-collapse: collapse;
}

td, th {
	vertical-align: top;
}

p {
	text-align: justify;
	padding-bottom: 12px;
}

a {
	text-decoration: none;
	color: #680001;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	font-style: italic;
}

h2 {
	font-size: 15px;
	font-style: italic;
	color: #676153;
	padding-bottom: 5px;
}

ul {
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

li {
	padding: 0px 0px 1px 12px;
	margin: 0px;
	list-style-type: none;
	background-image: url("img/li.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-size: 11px;
	color: #676153;
}

/*input*/

.textbox {
	width: 119px;
	background-color: #fff;
	border: 1px solid #7f9db9;
	padding: 1px 2px;
}

.button {
	width: 54px;
	border: 1px solid #000;
	background-color: #e6e3dc;
}

label
{
    color: #696250 ;
    font-weight: bold ;
    font-style:italic;
    font-size: 14px;
    font-weight: bold;
}

.panel_title
{
    color: #696250 ;
    font-weight: bold ;
    font-style:italic;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.panel_div
{
    padding-top: 10px;
    padding-bottom: 10px;    
}

.cikk_tanulmany
{
    background-color: #f5f4f2;
}


#szavazasForm2
{
    color: #716b5d;
    background-color: #f5f4f2;
    /*width: 180px;*/
}

.dotted_line
{
    padding-bottom: 10px;
    border-bottom: 1px dotted #3e3b34;
}

.tudastar
{
    font-family: arial;
    font-size: 11px;
    color: #5e6a78;
    text-align: center;
}

.vote_head
{
    background-color: #333333;
    color: #f4f7dc;
    padding-left: 15px;
    border: 1px solid #000;
}

.vote_content
{
    background-color: #fdfdfd;
    padding: 10px;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    height: 320px;
}

.vote_bottom
{
    background-color: #fdfdfd;
    padding-top: 10px;
    border: 1px solid #000;
    text-align: center;
    border-top: 3px solid #000000;
    height: 35px;
}

.vote_bottom2
{
    background-color: #fdfdfd;
    padding-top: 10px;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    text-align: center;
    
    height: 35px;
}

.radio_on
{
    background-image: url(img/radio_on.jpg) ;
}

.radio_off
{
    background-image: url(img/radio_off.jpg) ;
}

.question
{
    color: #727272;
    font-size: 18px;
    font-weight: normal;
    padding-left: 35px;
}

.answer
{
    color: #727272;
    font-size: 16px;
}

.abstract
{
    font-weight: bold;
    text-align: justify;
}