body { background: #660e00; color:#414b56; } 

/* General Links */
a:link { color : #ff3c00; } 
a:active { color : #ff3c00;} 
a:visited { color : #ff3c00; } 
a:hover { color : #cc1b00;} 

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.header { background: #cc1b00 url(../Images/bkg_header_brown.gif) no-repeat top; }
.header h1 a { color:#fff; }
.header h1 a:visited { color:#fff; }
.header h1 a:hover { color:#fff; }

.header .search h2 { color:#fff;}
.header .search .input { background:#ffeeb2 url(../Images/SearchKeywordBrown.gif) no-repeat left top;}
.header .search .arrow { background: url(../Images/SearchArrowBrown.png) no-repeat;}
.header .search .arrow:hover { background: #ffd780 url(../Images/SearchArrowBrown.png) no-repeat 0 -25px; }
.header .search .arrowIE { background: #ffd780 url(../Images/SearchArrowBrown.png) no-repeat 0 -25px; }

.header .search p a { color: #ffffcc;}


.HeaderEnd { background: url(../Images/bkg_header_end_brown.gif) no-repeat left top;}


table {
	width: 100%;
	color: #212424;
	margin: 0 0 1em 0;	
	font: 90%/150% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Helvetica, sans-serif;
}
table, tr, th, td {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
caption {
	width: 100%;
	height: 39px;
	font-size: 0;
	line-height: 0;
	text-indent: -5000em;
	background: url(../caption.gif) no-repeat 98% 0;
}
caption:hover {
	background-position: 98% 100%;
}


thead {
	background: #524123;
}
thead tr th {
	padding: 1em 0;
	text-align: center;
	color: #FAF7D4;
	border-bottom: 3px solid #A5D768;
}

/* FOOTER */

tfoot {
	color: #fff;
	background: #524123;
}
tfoot tr th, tfoot tr td {
	padding: .2em .6em;
	border-top: 2px solid #A5D768;
}
tfoot tr th {
}
tfoot tr td {
	text-align: right;
}

/* BODY */

tbody tr td {
	background: #DDF0BD url(../bg_cell.gif) no-repeat top left;
}
tbody tr.odd td {
	background-color: #D0EBA6;
}
tbody tr td:hover, tbody tr.odd td:hover {
}
tbody tr th, tbody tr td {
	padding: 0.1em 0.4em;
	border: 1px solid #a6ce39;
}
tbody tr th {
	padding-right: 1em;
	text-align: right;
	font-weight: normal;
	background: #c5e894 url(../bg_cell.gif) no-repeat top left;
	text-transform: uppercase;
}
tbody tr th:hover {
}
table a[href*="taimar.pri.ee"] {
	float: left;
	width: 64px;
	height: 64px;
	font-size: 0;
	text-decoration: none;
	background: transparent url(http://taimar.pri.ee/examples/table-design/taimar.gif) no-repeat 0 0;
}
table a[title^="Download"] {
	float: none;
	width: auto;
	height: auto;
	font-size: 100%;
	background: none;
}

/* LINKS */

table a {
	color: #854400;
	text-decoration: none;
font-weight:bold;
}
table a:visited {
	text-decoration: none;
font-weight:bold;
}

table a:hover {
	text-decoration: underline;
}


/* DropDown Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.menu, .menu ul li {
	color: white;
	font-weight: bold;
}

.menu a, .menu a:link, .menu li a:visited {
	text-decoration: none;
	color:white; 
	border-right: solid 1px #d2bbdf;
}

.menu { 
	background: url(../Images/bkg_menu_brown.gif) repeat-x left top;
	border-top:15px solid #ff3c00;
}

.menu li li a:link, .menu li li a:visited {
	background-color: #b999cc;
	color: white;
}

.menu ul a:link {
	color: #000066;
	font-weight: normal;
}

.menu ul a:visited {
	color: #000066;
	font-weight: normal;
}

.menu a:hover, .menu ul a:hover, .menu li li a:hover {
	color: white;
	background-color: #9e79b4;
	text-decoration: none;
border-right: solid 1px #d2bbdf;
}


 .menu li:hover>a {
	color: white;
	background-color: #9e79b4;
}

.menu li li {	/* create borders around each item */
	
}
.menu ul>;li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/* ie 6 only style */
* html .menu a:hover, * html .menu .adxmhoverA {		/* li:hover>a selector */
	color: white;
	background-color: #9e79b4;
	text-decoration: none;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.content { background: #fff url(../Images/bkg_footer_brown.gif) no-repeat right bottom; } 

/* BreadCrumb */

.content .BreadCrumb { color: #61617d; border-bottom: dashed 1px #ccc;  }
.content h1 { color: #330000; }
.content h2 { color: #330000;}
.content h3 { color: #330000;}/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Featured h1 { border-bottom: dashed 1px #330033; background: url(/content_images/cherries.gif) no-repeat right top; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.RecentArticles .newstitle  {}
.RecentArticles h1  { border-bottom: dashed 1px #330033; background: url(/content_images/cherries.gif) no-repeat right top; }
.RecentArticles h2  { font-size: 23px; letter-spacing: -1px; padding: 5px 0px; margin: 0px 0px 5px 0px; border-bottom: dashed 1px #330033; background: url(/content_images/cherries.gif) no-repeat right top; }


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.News h1 { border-bottom: dashed 1px #330033; margin:0; font-weight:bold; background: url(/content_images/cherries.gif) no-repeat right top;}
.News h2 { font-weight:bold; color:#ff3c00;}
.News h3 { border-bottom: dashed 1px #330033; height:24px; font-weight:bold; background: url(/content_images/cherries.gif) no-repeat right top;}

.News .Post { border-bottom: dashed 1px #e0e0e0;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Recent Blogs */
.RecentBlogs { background-color: white; }
.RecentBlogs h1 { border-bottom: dashed 1px #330033; background: url(/content_images/cherries.gif) no-repeat right top;}
.RecentBlogs li { border-bottom: solid 1px #e0e0e0;}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Post */
.Post { padding: 0px; margin: 0px;}

/* Post Author left side from the article */
.Post .PostAuthorDetails { background:#ffe8d9; }

/* Post Info/Details */
.Post .PostInfo { background: #ffe8d9; color:#660000; }
.Post .PostInfo a { color: #660000; }

/* Article Comments */
.Post .PostMore .Comment .Details { }
.Post .PostMore .Comment {background:#FFF8F2 url('../Images/commentquote.gif') no-repeat 5px 10px; border-top: 1px solid #FFE8D9; }
.Post .PostMore .CommentAlt {background:#FFFFFF url('../Images/commentquote.gif') no-repeat 5px 10px; border-top: 1px solid #FFE8D9;}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.AZ ul { background:#ffe8d9;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* PageForms */
.PageForms form { border: solid 2px #ffe8d9;}
.PageForms th { background: #ffe8d9; color: #660000;}

.PageForms .Button { background: #9999cc; border: outset 2px #e9e1d2; color:#fff;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#tabnav .tablink a:link, #tabnav  .tablink a:visited 
{ background: #ffe8d9; border: 1px solid #f4d2bd; color:#cc1b00;}
#tabnav .tablink a:link.active, #tabnav .tablink a:visited.active 
{ border-bottom: 1px solid #fff; background: #fff; color:#ff3c00;}
#tabnav a:hover { background: #fff;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ViewAll { color:#33b0ee;}
.ViewAll a { color:#33b0ee;}
.ViewAll a:visited { color:#33b0ee;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.left { background: #ff8133 url(../Images/bkg_bottom_left_brown.gif) no-repeat left bottom; } 
.left .heading { color:#fff; border-bottom: solid 1px #ffb385; line-height: 21px;}

.left li a { color:#fff;}
.left li a:visited { color:#fff;}
.left li a:hover { color:#fff;}

.left .Categories { background:#992e00 url(../Images/bkg_categ_brown.gif) no-repeat left bottom;  color:#ffffcc;}
.left .Categories .heading {background:#992e00; color:#ffffcc; border-bottom: solid 1px #bb6632;}
.left .Categories li a { color:#ffcc99; }
.left .Categories li a:visited { color:#ffcc99; }
.left .Categories li a:hover { color:#ffcc99; }


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.EmailToFriend { background: #fff; } 

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.footer { color:#b98565;}
.footer a { color: #b98565; }
.footer a:visited { color: #b98565; }
.footer a:hover { color: #b98565; }

/* Paging */
.Paging a {border: 1px solid #ff3c00; background: #ffe8d9; }
.Paging a:visited { background: #ffe8d9; border: 1px solid #ff3c00;}
.Paging a:hover { background: #ff3c00; color:#fff; }

.PagingDisabled { border: 1px solid #ccc; background: #e5e5e5; color:#666;}
.PagingCurrentPageNumber { border: 1px solid #ff3c00; background: #ff3c00; color: #fff;}

/* Summary Article Attachment */
.AttachmentList { background-color: #FFE8D9; }
.AttachmentList ul li { background: url(../Images/attach.gif) no-repeat left top; }
.AttachmentHeading { color:#992E00;}

.left .Newsletter { color: white; }
/* Teaser Image Styles */
.FeatureImageSpan {background-color: #F5F5F5;}
.FeatureImageCaption {  border-bottom: 1px #CCCCCC solid;  }


a.footlink:link { text-decoration:none;}
a.footlink:visited {text-decoration:none;}
a.footlink:active { text-decoration:none;}
a.footlink:hover {text-decoration:underline;}

.round h1, .round h2, .round p {margin:0 2px; letter-spacing:1px;}
.round img {margin:0px 5px 0px 0px; float:left; border:0px;}
.round h1 {font-size:2.5em; color:#fc0;}
.round h2 {font-size:2em; color:#234; border:0;}
.round p {padding:5px 5px; color:#eee; text-align:left; letter-spacing: -1px; font-weight:normal; height:150px;}
.round h2 {padding-top:0.5em; padding-left:10px;}
.round {background: transparent; margin:0px 0 15px 0;}
.round .title {font-weight:bold; font-size:18px;}
.round .date {font-weight:bold; font-size:11px; line-height:13px;}
.round .info {font-weight:normal; font-size:11px; color:#696969; letter-spacing: -1px; line-height:14px;}
.round .ranking {font-weight:bold; font-size:18px; margin-left:15px;}

.round em {display:block; width:0; height:0; color:#d8d8ee; overflow:hidden; border-top:8px solid #fff; border-left:12px dotted transparent; border-right:12px dotted transparent; margin-left:50px;}
/* hack for IE5.5 */
* html .round em {width:24px; height:12px; w\idth:0; hei\ght:0;}
.xsnazzy span {display:block; width:0; height:0; color:#fff; overflow:hidden; border-top:6px solid #7f7f9c; border-left:10px dotted transparent; border-right:10px dotted transparent; margin-left:52px; margin-top:-15px;}
* html .round span {width:20px; height:10px; w\idth:0; hei\ght:0;}

.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {display:block; overflow:hidden; font-size:0;}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6 {height:1px;}
.xb4, .xb5, .xb6, .xb7 {background:#ccc; border-left:1px solid #514D32; border-right:1px solid #514D32;}

.xb1 {margin:0 8px; background:#514D32;}
.xb2 {margin:0 6px; background:#514D32;}
.xb3 {margin:0 4px; background:#514D32;}
.xb4 {margin:0 3px; background:#E3E1D2; border-width:0 5px;}

.xb5 {margin:0 2px; background:#E3E1D2; border-width:0 4px; }
.xb6 {margin:0 2px; background:#E3E1D2; border-width:0 3px; } 
.xb7 {margin:0 1px; background:#E3E1D2; border-width:0 3px; height:2px; } 

.xboxcontent {display:block; background:#FFFFFF; border:3px solid #514D32; border-width:0 3px;}
.xboxcontent a {font-size:12px; font-weight:bold;}
.xboxcontent p {color:#514D32}

.rounder h1, .rounder h2, .rounder p {margin:0 2px; letter-spacing:1px;}
.rounder img {margin:0px 5px 0px 0px; float:left; border:0px;}
.rounder h1 {font-size:2.5em; color:#fc0;}
.rounder h2 {font-size:2em; color:#234; border:0;}
.rounder p {padding:5px 5px;  color:#333 text-align:left; letter-spacing: -1px; font-weight:normal; height:178px;}
.rounder h2 {padding-top:0.5em; padding-left:10px;}
.rounder {background: transparent; margin:0px 0 15px 0;}
.rounder .title {font-weight:bold; font-size:18px;}
.rounder .date {font-weight:bold; font-size:11px; line-height:13px;}
.rounder .info {font-weight:normal; font-size:11px; color:#696969; letter-spacing: -1px; line-height:14px;}
.rounder .ranking {font-weight:bold; font-size:18px; margin-left:15px;}

.rounder em {display:block; width:0; height:0; color:#d8d8ee; overflow:hidden; border-top:8px solid #fff; border-left:12px dotted transparent; border-right:12px dotted transparent; margin-left:50px;}
/* hack for IE5.5 */
* html .rounder em {width:24px; height:12px; w\idth:0; hei\ght:0;}
.xsnazzy span {display:block; width:0; height:0; color:#fff; overflow:hidden; border-top:6px solid #7f7f9c; border-left:10px dotted transparent; border-right:10px dotted transparent; margin-left:52px; margin-top:-15px;}
* html .rounder span {width:20px; height:10px; w\idth:0; hei\ght:0;}

.slotround h1, .slotround h2, .slotround p {margin:0 2px; letter-spacing:1px;}
.slotround img {margin:0px 5px 0px 0px; float:left; border:0px;}
.slotround h1 {font-size:2.5em; color:#fc0;}
.slotround h2 {font-size:2em; color:#234; border:0;}
.slotround p {padding:5px 5px;  color:#333 text-align:left; letter-spacing: -1px; font-weight:normal; height:135px;}
.slotround h2 {padding-top:0.5em; padding-left:10px;}
.slotround {background: transparent; margin:0px 0 15px 0;}
.slotround .title {font-weight:bold; font-size:18px;}
.slotround .date {font-weight:bold; font-size:11px; line-height:13px;}
.slotround .info {font-weight:normal; font-size:11px; color:#696969; letter-spacing: -1px; line-height:14px;}
.slotround .ranking {font-weight:bold; font-size:18px; margin-left:15px;}

.slotround em {display:block; width:0; height:0; color:#d8d8ee; overflow:hidden; border-top:8px solid #fff; border-left:12px dotted transparent; border-right:12px dotted transparent; margin-left:50px;}
/* hack for IE5.5 */
* html .slotround em {width:24px; height:12px; w\idth:0; hei\ght:0;}
.xsnazzy span {display:block; width:0; height:0; color:#fff; overflow:hidden; border-top:6px solid #7f7f9c; border-left:10px dotted transparent; border-right:10px dotted transparent; margin-left:52px; margin-top:-15px;}
* html .slotround span {width:20px; height:10px; w\idth:0; hei\ght:0;}


.review {margin:10px 0px 30px 0px; line-height:14px;}
.reviewlink {font-size:18px; font-weight:bold; line-height:24px; letter-spacing: -1px;}

a.pnow:link { font-size:16px; color:#0000cc; font-weight:bold; }
a.pnow:visited { font-size:16px; color:#0000cc; font-weight:bold;}
a.pnow:hover{ font-size:16px; color:#0000cc; font-weight:bold;text-decoration:underline; }

