body,p,td,div,a, input, select, submit, button, textarea{
 font-family:verdana;
 font-size:10px;
}

.article_full{
 margin-top:5px;
}
.article_title{
 font-weight:bold;
}
.article_bottom{
 text-align:right;
}

.preview{
 margin-right:10px;
 margin-bottom:10px;
}

.input_class{
 border-width:1px;
 border-color:black;
 border-style:solid;
}

.textarea_class{
 border-width:1px;
 border-color:black;
 border-style:solid;
 width:200px;
 height:100px;
}

.select_class{
 border-width:1px;
 border-color:black;
 border-style:solid;
}

.textarea_class_full{
 width:500px;
 height:250px;
 border-width:1px;
 border-color:black;
 border-style:solid;
 font-size:9px;
}

.button{
 border-width:1px;
 border-color:black;
 border-style:solid;
 cursor:hand;
}

.message{
 color:#853b3b;
 font-weight:bold;
 font-size:11px;
}
.comments1{
 margin-left:15px;
 margin-bottom:15px;
}
.comments2{
 font-weight:bold;
}

.comment_author{}
.comment_text{
 margin-bottom:10px;
}

.faq_question{
 font-weight:bold;
 margin-bottom:10px;
 text-decoration:none;
 color:#666666;
}

.faq_question_small{
 font-weight:bold;
 text-decoration:none;
 color:#666666;
 font-size:11px;
}

.faq_answer{

}

.faq_rubric_name{
 font-size:13px;
 color:#3f93c3;
 font-weight:bold;
}
a.faq_rubric_name:hover{
 font-size:13px;
 color:#3b81b9;
 font-weight:bold;
 text-decoration:none;
}

td.calendar_filled{
 width:20px;
 height:20px;
 text-align:center;
 background-color:white;
}
td.calendar_empty{
 width:20px;
 height:20px;
 background-color:white;
}
td.calendar_day{ 
 width:20px;
 height:20px; 
 background-color:#eeeeee;
 text-align:center;
}
td.calendar_month{ 
 height:20px; 
 background-color:#cccccc;
 text-align:center;
 font-weight:bold;
}
span.calendar_actual{
 color:#666666;
}
span.calendar_expired{
 color:#bbbbbb;
}
span.calendar_today{
 color:#666666;
 background-color:yellow;
}
a.calendar_actual{
 color:#000000;
}
a.calendar_expired{
 color:#bbbbbb;
}


