#ArticlesContainer {
    width: auto;
}

table.ArticleColumns {
	width: 100%;
}

table.ArticleColumns td {
	width: 50%;
	vertical-align: top;
	padding: 5px;
}

table.DataTable {
	width: 100%;
	border: 1px solid #ccc;
}

table.DataTable td {
	vertical-align: top;
	white-space: nowrap;
	padding: 4px;
}

table.DataTable td.DataTableWrap {
	white-space: normal;
}

table.ZebraTable tr.dark,
table.DataTable tr.dark,
table.DataTable td.dark {
	background: #FAFAFA;
}

table.ZebraTable tr.light,
table.DataTable tr.light,
table.DataTable td.light { 
	background: #FFF;
}

table.FormTable {
	width: 100%;
}

table.FormTable td {
	vertical-align: top;
	padding: 4px;
}

table.FormTable caption {
	padding: 4px 0px;
}

table.FormTable col.FormTableLabels {
	text-align: right;
	white-space: nowrap;
}

table.FormTable td:first-child {
	text-align: right;
	white-space: nowrap;
}

table.FormTable input.FormText {
	width: 300px;	
}

input.FormText {
	height: 20px;
	width: 170px;
	margin: 0px 6px 0px 0px;
	border: 1px solid #85A5EF;
	font-family: Verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #5A6A70;
}

select.FormSelect {
	height: 17px;
	width: 170px;
	border: 1px solid #85A5EF;
	font-family: Verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #5A6A70;
}

textarea.FormTextArea {
	margin: 6px 0px 0px 0px;
	width: 100%;
	height: 150px;
	border: 1px solid #85A5EF;
	font-family: Verdana, helvetica, sans-serif;
	font-size: 13px;
	color: #5A6A70;
}

div#SearchTypeSelector {
	height: 23px;
	margin-top: 23px;
	padding-left: 10px;
	border-top: 1px solid #DAE3FA;
	border-bottom: 1px solid #DAE3FA;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 23px;
}

#SearchResultsLabel {
	margin-right: 12px;
}

#SearchCount {
	color: #BB0101;
}

#Disabled {
	height: 100%;
	padding: 0px 12px 0px 12px;
	color: #B3BDC1;
}

#FoundResults {
	height: 100%;
	padding: 0px 12px 0px 12px;
	background-color: #DAE3FA; 
}

#SearchTypeSelector A {
	height: 100%;
	padding: 0px 12px 0px 12px;
}

div.ResultTitle {
	padding: 18px 0px 6px 0px;
}

#SearchPaging {
	height: 23px;
	margin-top: 23px;
	margin-bottom: 23px;
	border-top: 1px solid #DAE3FA;
	border-bottom: 1px solid #DAE3FA;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	line-height: 23px;
}

a.DocumentIcon {
	float: left;
}

a.DocumentIcon img {
	border: none;
}

div.Document {
	margin-bottom: 12px;
}

h1.DocumentTitle {
	font-size: 13px;
	font-weight: bold;
}

h1.DocumentTitle a {
	text-decoration: none;
	color: #495B76;
}

h1.DocumentTitle,
p.DocumentDesc,
p.DocumentData
{
	margin: 0px;
	padding: 0px;
	margin-left: 60px;
}

span.Date {
	font-size: 11px;
	color: #85A5EF;
}

.float {
	float: right;
}

a.JumpLink {
	font-size: 13px;
	text-decoration: none;
}

a.JumpLink:hover {
	text-decoration: underline;
}

.ucase {
	text-transform: uppercase;
}

.separator {
	text-align: left;
	border-bottom: 1px solid #CCC;
	font-size: 14px;
}

div.gallery {
	clear: left;
}

div.GalleryThumbnail {
	float: left;
	display: table;
	overflow: hidden;
	text-align: right;
	margin: 5px;
}

div.GalleryThumbnail div.wrapper {
	display: table-cell; 
	vertical-align: middle;
	text-align: center;
}

* html div.GalleryThumbnail div.wrapper {
	position: absolute;  
	top: 50%; 
	left: 50%;
}

* html div.GalleryThumbnail a {
	position: relative;  
	top: -50%; 
	left: -50%; 
}

div.GalleryThumbnail a img {
	border: none;
}

div.gallery div.GalleryThumbnail {
	margin: 0px 10px 0px 0px;
}

/* Saurus */

#FoundResults { 
	height: 100%;
	padding: 0px 12px 0px 12px;
	background-color: #FFFFFF; /* A */
	color:#000000;
}

div.ResultTitle a { /* a */
	color:#C70607;
	text-decoration:underline;
	font-size: 11px;
}
.separator {
	color:#C70607;
	font-size:14px;
	font-family:tahoma;
	font-weight:normal;
}
a.JumpLink float { /*h1*/
	color:#C70607;
	font-size:14px;
	font-family:tahoma;
	font-weight:normal;
}
.ResultTitle a { /* doesn't change original style :( */
	color:#A0D03E;
	text-decoration:none;
}
.ZebraTable td { /*content*/
	font-family:verdana;
	font-size:10px;
	color:#000000;
}
.ArticleColumns td { /*content*/
	font-family:verdana;
	font-size:10px;
	color:#000000;
}
fieldset td {
	font-size:10px;
}
fieldset select, input {
	width:90px;
	font-size:11px;
	font-family:tahoma;
}
.search_submit {
	width:17px;
	height:18px;
}

.SearchField {
	background-color:#FFFFFF;
	font-size:10px;
	color:#555555;
	width:165px;
	height:19px;
	border:0px;
}

.DataTable {
	background-color:#EEEEEE;
}
.DataTable td{
	font-size:11px;
	font-family:tahoma;
}
.DataTable a{
	color:#000000;
}
.FormTable td { /* content */
	font-family:verdana;
	font-size:10px;
	color:#000000;
}

/* css */

h1 {
	color:#C70607;
	font-size:14px;
	font-family:tahoma;
	font-weight:normal;
}

h2 {
	color:#000000;
	font-size:11px;
	font-family:tahoma;
	font-weight:bold;
}
body {
	margin:0px;
	background-color:#888888;
	background-image:url(http://www.arukylapmk.ee/extensions/elkdata/images/);
}
.td_10px {
	height:8px;
	font-size:1px;
}
.td_5px {
	height:5px;
	font-size:1px;
}
.table_ {
	width:100%;
}
.td_ {
	width:775px;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;	
}
.table_top {
	width:775px;
	background-image:url(../images/bg_top.jpg);
}
.td_menu {
	vertical-align:top;
	height:111px;
	padding-left:30px;
}
.td_menu_cell {
	background-image:url(../images/icon_menu.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:27px;
	color:#FFFFFF;
	padding-left:15px;
	padding-right:20px;
	padding-top:5px;
	vertical-align:top;
	font-size:15px;
	font-family:impact;
}
.td_logo {
	text-align:right;
	vertical-align:top;
	height:118px;
}
.td_path {
	height:29px;
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-align:left;
	padding-left:480px;
	vertical-align:top;
}

.table_search {
	width:775px;
	background-image:url(../images/bg_middle.jpg);
	height:57px;
	vertical-align:top;
}
.td_sitemap {
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
	padding-left:30px;
	padding-top:18px;
	vertical-align:top;
}
.td_search {
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
	padding-left:30px;
	padding-top:15px;
	vertical-align:top;
	width:200px;
}

.table_content {
	width:775px;
	height:200px;
	background-color:#FFFFFF;	
}
.td_content {
	background-image:url(../images/bg_content.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	font-family:verdana;
	font-size:10px;
	color:#000000;
	padding-left:30px;
	padding-right:30px;
	padding-top:40px;
	line-height:14px;

}
.td_content a {
	color:#C70607;
}
.td_bottom {
	width:775px;
	background-image:url(../images/bg_bottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:82px;
	font-family:tahoma;
	font-size:10px;
	color:#FFFFFF;
	padding-left:280px;
	padding-top:36px;
	vertical-align:top;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#edd048;
	text-decoration:underline;
}
