﻿@charset "utf-8";
html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
map, area,
blockquote, a, span, p,
form, fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
	outline-style: none;
}

/**
 * Default styles
 */
html,body { min-width: 1000px; }
body {
	background: 87px 0px repeat-y scroll url(../gfx/bg.png) #CCCCCC;
	font-family: Arial,"Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

body, td {
color:#000000;
font-family:Arial, "Lucida Sans Unicode", Verdana, sans-serif;
font-size:13px;
}

div.clear { clear: both; }
div.clear2 { clear: both; display: block; height: 0.1px; overflow: hidden; }
.fleft { float: left; }
.fright { float: right; }

a:link { color: #4D0A1E; text-decoration: none; }
a:visited { color: #BB6F86; text-decoration: none; }

a:hover,
a:active { text-decoration: underline; }

a.file:link,
a.file:visited { color: #BB6F86; font-size: 11px; text-decoration: none; display: block; padding-bottom: 6px; }
a.file:hover,
a.file:active { text-decoration: underline; }

a.pdf { background: 0px 0px no-repeat url(../gfx/icon_pdf.jpg); padding-left: 20px; }
.box-content a.anchor,
a.anchor { background: 100% 60% no-repeat url(../gfx/arrow.jpg); padding-right: 12px; display: inline-block; color: #333333; text-decoration: none; }
.box-content a.anchor:hover,
a.anchor:hover { text-decoration: underline; }

img { display: block; border: none; }

ul, ol { margin: 7px 0px 7px 0px; list-style-position: inside; }
ul ul,
ul ol,
ol ol,
ol ul { margin: auto 0 auto 20px; }

table {margin: 7px 0px 7px 0px; }

h1,h2,h3,h4,h5,h6 { color: #940143; font-family: Arial, Verdana, sans-serif; }
h1 { font-size: 19px; font-weight: normal; }
h2 { font-size: 17px; font-weight: normal; }
h3 { font-size: 13px; font-weight: bold; }
h4 { font-size: 13px; font-weight: bold; color: #000000; }
h5 { font-size: 13px; font-weight: bold; font-style: italic; }
h6 { font-size: 13px; font-weight: normal; font-style: italic; }

input, select, textarea { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 12px; color: #000000; }
input[type=text],
input.text { border: 1px solid #CCCCCC; padding: 2px; }
input[type=radio],
input.radio {}
input[type=checkbox],
input.checkbox {}
input[type=image],
input.image { margin: 0px; padding: 0px; border: none; background: none; }
textarea { border: 1px solid #CCCCCC; padding: 2px; }
select { border: 1px solid #CCCCCC; padding: 2px; }

input[type=submit],
input.submit { background-color: #940143; color: #FFFFFF; padding: 2px 5px 2px 5px; border: 1px outset #940143;  }
input.submit:focus { border: none; outline-style: none; }
input[type=button],
input[type=reset],
input.button { background-color: #CCCCCC; color: #000000; padding: 2px 5px 2px 5px; border: 1px outset #CCCCCC; }

p { margin: 1px 0px 14px 0px; }
p.lead { font-size: 14px; color: #333333; }
p.lead2 { font-size: 16px; color: #666666; }
span.red { color: #CC0000; }
span.blue { color: #0099FF; }

span.orange { color: #FF3300; }
span.black { color: #000000; }
span.green { color: #294908; }
span.yellow { color: #FF9900; }
span.req { color: #FF0000; font-weight: bold; }
span.comment { color: #666666; font-style: italic; }

a.red:link,
a.red:visited { color: #CC0000; text-decoration: none; }
a.red:hover,
a.red:active { text-decoration: underline; }

a.blue:link,
a.blue:visited { color: #0099FF; text-decoration: none; }
a.blue:hover,
a.blue:active { text-decoration: underline; }

/**
 * Article subheading tags
 */

h2.Pealkiri { margin: 0px; padding-top: 10px; padding-bottom: 10px; font-size: 20px; font-weight: normal; color: #940143; }
h2.Pealkiri b, h3.Pealkiri strong{ color: #940143; }
h3.Alapealkiri { margin: 0px; padding-top: 10px; padding-bottom: 5px; font-size: 15px; font-weight: normal; color: #940143; }
h3.Alapealkiri b, h3.Alapealkiri strong{ color: #940143; }
h4.Paragrahvi_pealkiri { margin: 0px; padding-top: 0px; font-size: 13px; font-weight: bold; color: #000000; }

h2.event_news_list_title {
	color: #940143;
	font-size: 24px;
	margin-bottom: 25px;
}

div.event_news_list_month_title {
  margin: 15px 0px 15px 110px;
	color: #940143;
	font-size: 24px;
}

/**
 * Form errors
 */
div.form-error { border: 1px solid #FF0000; background-color: #FFD9DA; color: #000000; padding: 15px; }
div.form-error h2 { font-size: 14px; font-weight: bold; color: #ff0000; }
div.form-error ul { list-style: square; }
div.form-error ul li { color: #333333; }

/**
 * Beautiful table
 */

.cb {
background-color:#CCCCCC;
}

.cb td {
background-color:#FFFFFF;
}

.lh td {
background-color:#EEEEEE;
color:#999999;
font:bold 13px Arial,Helvetica,sans-serif;
text-align:center;
}
