/* ========================================== */
/* Üldised tekstistiilid */

body {
	background-color: #D5D3CF;
	background-image: url(images/bg_page_body.gif);
	color: #333333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
}
body.index {
	background-color: #0065B6;
	background-image: url(images/bg_index_body.gif);
	color: #333333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding-top: 100px;
}

td, ul, input, textarea {
	color: #333333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

h1 {
	display: none;
}

a {
	color: #0068BC;
}
a:hover {
	color: #004781;
}
a.mainMenuLink {
	color: #6C6965;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
a.mainMenuLink:hover, a.mainMenuLinkActive, a.mainMenuLinkActive:hover {
	color: #006C29;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
a.subMenuLink {
	color: #333333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.subMenuLink:hover {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.pathLink, a.pathLink:hover {
	color: #666666;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.footerLink, a.footerLink:hover {
	color: #4A7496;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


h2 {
	color: #888888;
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}
h3 {
	color: #0068BC;
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0;
	margin: 0;
	border: 0;
}

.txtNormal {
	color: #333333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
}
.txtNormal img {
	cursor: pointer;
	cursor: hand;
}

.specialPrice {
	color: #cc0000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}


.indexTD {
	background-image: url(images/bg_index_tbl.gif);
}
.mainmenuTD {
	background-color: #ffffff;
	background: url(images/bg_mainmenu.gif) bottom left repeat-x;
}
.pathTD {
	background-image: url(images/bg_path.gif);
}
.rightTD {
	background: url(images/bg_path.gif) top left repeat-x;
	padding: 15px 0;
}

.footerTD {
	background-color: #EAE9E6;
	color: #808080;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.subMenu {
	padding: 0;
	margin: 0;
	border: 0;
}
.subMenu td {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
}
.subMenu td img.decor {
	vertical-align: middle;
}

.noticeBlock {
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: red;
	font-weight: bold;
}

/* ============================================= */
/* Plokid ja kujunduselemendid */


.print {
	float: right;
	margin: 5px 0 0 0;
	padding: 0;
}

.languageBox {
	text-align: right;
	vertical-align: top;
	height: 20px;
}
.languageBox a {
	color: #A3AAF1;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 90%;
}
.languages td {
	vertical-align: middle;
}


/* ========================================== */
/* Vormid */

form {
	margin: 0;
	padding: 0;
}

.inHdrSearch {
	background-color: #66A4D7;
	border: 0;
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	height: 17px;
	width: 92px;
	padding: 0px 0px 0px 2px;
}
.inTxt {
	background-color: #EAE9E6;
	border: 1px solid #888888;
	color: #333333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	height: 17px;
	padding: 0px 0px 0px 2px;
}

input, select {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}    
/* ============================================= */
/* Foorum */

.forum {
	padding-top: 10px;
}
.forum .list {
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}    
.forum .list td {
	border: solid #D1D1D1 1px;
	padding: 5px;
	text-align: left;
}
.forum .list th {
	background-color: #EFEFEF;
	border: solid #D1D1D1 1px;
	color: #D9261C;
	padding: 5px;
	font-size: 12px;
}
.forum .list .itemInfo {
	text-align: center;
}
.forum a {
	font-weight: bold;
	text-decoration: underline;
}
.postInfo span.name {
	font-weight: bold;
	color: #D9261C;
}
.forum .list .postText {
	text-align: justify;
}
.forum .list .postThread {
	padding: 5px;
	background-color: #EFEFEF;
	text-align: left;
	font-weight: bold;
}
.forum .list .postText {
	padding: 6px;
}
.threadForm td, .postForm td {
	vertical-align: top;
	text-align: left;
	padding: 0px 10px;
}
.threadForm td.inputDesc, .postForm td.inputDesc {
	font-weight: bold;
}
.navigateback {
	font-weight: bold;
	padding: 5px 0;
}
.navigateback a {
	text-decoration: none;
}
	
/* ========================================== */
/* Uudised */

.newsIntro {
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	background: url(images/dotted.gif) left bottom repeat-x;
}
h3.news {
	padding: 12px 0 5px 0;
}
.newsIntro h3 a, .newsIntro h3 a:hover {
	text-decoration: none;
}
.newsDate {
	color: #BABABA;
	padding: 0;
	margin: 0;
}
.newsContent {
	text-align: justify;
	padding: 0 0 3px 0;
	margin: 0 0 3px 0;
	background: url(images/dotted.gif) left bottom repeat-x;
}
.newsLead {
	line-height: 20px;
	text-align: justify;
	margin: 0;
	padding: 5px 0 0 0;
	
}
.newsItemBackLink {
	padding: 2px 0;
	margin: 0;
}
.newsArchive {
	line-height: 18px;
	padding-bottom: 15px;
}
.newsArchive h4 {
	color: #016354;
	padding: 15px 0 5px 0;
	margin: 0;
	font-size: 16px;
}

/* ========================================== */
/* Uudistekast */



.newsBox h4 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.newsBox td {
	text-align: left;
}
.newsBox .date {
	color: rgb(102, 102, 102);
	font-size: 11px;
}

/* ========================================== */
/* Küsitlus */

.gallup h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
.gallup td {
	text-align: left;
}
.pollOptionsBox {
	margin: 0 0 0 0;
	line-height: 20px;
	text-align: left;
}
.pollAnswer {
	padding: 6px;
}


/* ========================================== */
/* Galerii */

.gallery, .galleryNav {
	width: 100%;
	border: 0;
	text-align: center;
}
.gallery td {
	padding: 10px;
	border: 0;
	text-align: center;
	vertical-align: top;
}
.gallery a img {
	border: solid #000 1px;
}
.galleryNav {
	font-weight: bold; 
}
.galleryNav td {
	padding: 5px; 
}

/* ========================================== */
/* Sisukord */

ul.sitemap li {
	line-height: 20px;
}
ul.sitemap ul.sitemap {
	margin-left: 15px;
	padding-left: 0;
}
.pathTD td, .pathTD td a {
	color: #666;
	font-size: 10px;
	text-decoration: none;
}
.pathTD td a:hover {
	text-decoration: underline;
}
.pathTD td .sep {
	font-size: 13px;
	color: rgb(136, 136, 136);
}    
/* ========================================== */
/* Tagasiside. Vormid */

.commentForm table td {
	vertical-align: top;
}
td.separator {
	border-bottom: solid #666 1px;
	font-weight: bold;
}
.commentDisplay {
	border: solid #ccc 1px;
	background-color: #f4f4f4;
	margin-bottom: 20px;
	width: 100%;
}
.commentDisplay .category {
	vertical-align: top;
	font-weight: bold;
	padding: 3px 10px;
	width: 20%;
}
.commentDisplay .value {
	width: 75%;
	padding: 3px 10px;
}


/* ========================================== */
/* Otsingutulemused */

.resultItem .desc {
	line-height: 20px;
}
.resultItem {
	padding: 5px 0;
}

.resultItem h3 {
	text-transform: none;
	font-size: 14px;
	font-weight: bold;
}
.resultItem h3 a {
	text-decoration: none;
}

/* ========================================== */
/* Meeskond */

.division, .employee, .division td, .employee td {
	font-family: Verdana, sans-serif;
}
.division h3, .employee h4 {
	font-size: 14px;
	background-color: #e5e5e5;
	padding: 7px;
	margin: 7px 0;
	font-weight: bold;
}

.occupation {
	font-weight: bold;
}
.division table td {
	vertical-align: top;
}
.employee {
	margin: 0 50px 50px 50px;
}
.longdesc {
	margin-top: 5px;
	border-top: solid #ccc 1px;
	padding-top: 5px;
}
.empl {
	border-bottom: solid #ddd 1px;
	padding: 10px 0;
}
.empl .img {
	text-align: right;
}
.division h4 {
	margin: 0;
}

/* ========================================== */
/* Sisselogimiskast */

.loggedIn {
	padding: 0;
	margin: 40px 0 0 0;
	width: 130px;
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
}
.loggedIn a, .loggedIn a:hover {
	color: #ccc;
}
#uname, #pw {
	width: 120px;
}

/* ========================================== */
/* Kuulutuste kuvamine */

.adList {
	border-collapse: collapse;
	width: 100%;
}
.adList td {
	border-top: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
}

.objectSmall td, .requestSmall td {
	background-color: #fafafa;
	padding: 4px;
	margin: 0;
	border: solid #ccc 1px;
}
.objectSmall h4, .requestSmall h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.objectSmall h4 a, .requestSmall h4 a {
	text-decoration: none;
}
.objectSmall table td, .requestSmall table td {
	vertical-align: center;
	padding: 0;
	margin: 0;
	border: 0;
}
.objectSmall img {
	margin-left: 5px;
}
.featured {
	border: solid #FFCC00 1px;
}

/* ========================================== */

.objectBig {
	width: 100%;
}
.objectBig td h4 {
	margin: 0;
	padding: 10px 0;
	font-size: 16px;
}
.objectBig .picture {
	padding: 10px 0 0 0;
	text-align: center;
}
.objectBig td {
	border-bottom: solid #e9e9e9 1px;
	padding: 3px;
}
.objectBig td.name {
	background-color: #f0f0f0;
	padding: 3px;
}
.back {
	padding: 5px 0;
	font-weight: bold;
}


/* ========================================== */

.UserDataTable {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}
.UserDataTable td {
	padding: 3px 0;
	border: 0;
}


/* ============================================== */

.sidebarBox {
	text-align: left;
	padding: 0 15px;
	margin: 0 0 30px 0;
	border: 0;
}
.sidebarBox td {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	line-height: 18px;
}
.sidebarBox h3 {
	color: #0068BC;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: solid #eaeaea 1px;
}
.sidebarBox .content {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.sidebarBox ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}
.sidebarBox table td.submitButton {
	text-align: center;
	padding-top: 5px;
}

.objectList {
	border-collapse: collapse;
	width: 100%;
	border: 0;
}
.objectList td {
	border: solid #e4e4e4 1px;
	padding: 2px;
	border: 0;
}
.objectList td.hdr {
	background-color: #e6e6e6;
}
.objectList td.hdr a, .objectList td.hdr a:active, .objectList td.hdr a:visited, .objectList td.hdr a:hover {
	color: black;
}
.objectList td.act {
	padding-bottom: 5px;
	border-bottom: solid #ccc 1px;
}
.objectList td.hdr a:hover {
	text-decoration: underline;
}

.objectList th {
	border: solid #e4e4e4 1px;
	padding: 2px;
	background-color: #e4e4e4;
}
.objectList td a, .objectList td a:hover {
	text-decoration: none;
}

.picLinks {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 10px 0;
	border-top: solid #aaa 1px;
	border-bottom: solid #aaa 1px;
}
.picLinks td {
	padding: 3px 0;
	font-weight: bold;
}
.picLinks td a {
	color: #F00;
}
.picLinks td a:hover {
	color: #c00;
}

.objectEditNav {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 10px 0;
	border-top: solid #aaa 1px;
	border-bottom: solid #aaa 1px;
}
.objectEditNav td {
	padding: 4px 0;
	font-weight: bold;
}
.objectEditNav td a {
	text-decoration: none;
}
.objectEditNav td .textbutton {
	border: solid #F4F4F4 1px;
	background: none;
	color: #0068BC;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
}    

.addPic {
	width: 100%;
	border: 0;
	padding: 4px 0;
	margin: 0 0 10px 0;
	border-bottom: solid #aaa 1px;
}

.picturegrid {
	width: 100%;
}
.picturegrid td {
	vertical-align: middle;
}

/* ============================================== */

#objectSearch {
	padding-bottom: 10px;
}

#objectSearch select {
	width: 160px;
}

#objectSearch .nupp {
	padding-left: 5px;
	padding-right: 5px;
}

.objectSearchNav {
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
}

/* ============================================== */
#quickSearch select {
	width: 120px;
}

.information {
	text-align: center;
	font-weight: bold;
	color: #0068BC;
	background-color: #e2e2e2;
	padding: 10px 5px;
}
.numOfViews {
	text-align: center;
	font-size: 90%;
	font-style: italic;
	padding: 0;
	margin: 5px 0;
}

.footerLabel {
	height: 30px;
	width: 200px;
	background-color: #ccc;
	color: #808080;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
