/* general */
a:focus { outline: none; }
div.layout { text-align: left; font-family: Tahoma; font-size: 10pt; padding: 5px; }
		
/* tab strip */
.tabStrip { font-family: Tahoma; font-size: 13pt; margin: 0px auto; width: 728px;}
.tabStrip ul { margin: 0; padding: 0; list-style-type: none; }
.tabStrip li { position: relative; margin: 0 2px 0 0; list-style-type: none; float: left; width: 180px; text-align: center; }

.tabLink { background-position: 0 -50px; display: block; text-decoration: none; height: 33px; color: #996633; white-space: nowrap; padding-left:15px; padding-right:15px; padding-top:17px; padding-bottom:0; background-color:#E2D6B9; background-repeat:repeat; background-attachment:scroll }
:link.tabLink { color: #996633; }
:visited.tabLink { color: #663300; }
:hover.tabLink { color: #663300; background-position: 0 0; }
:active.tabLink { color: #FFFFFF; }
:cursor.tabLink { hand; }

.tabLinkActive { display: block; text-decoration: none; height: 33px; background-position: 0 -50px; color: #FFFFFF; white-space: nowrap; padding-left:15px; padding-right:15px; padding-top:17px; padding-bottom:0; background-color:#663300; background-repeat:repeat-x; background-attachment:scroll }
:link.tabLinkActive { color: #FFFFFF; }
:visited.tabLinkActive { color: #FFFFFF; }
:hover.tabLinkActive { color: #FFFFFF; background-position: 0 0; }
:active.tabLinkActive { color: #FFFFFF; }
:cursor.tabLinkActive { hand; }

.tabContent { display: none; }
.tabContentActive { border-left:1px solid #663300; border-right:1px solid #663300; border-top:20px solid #663300; border-bottom:1px solid #663300; background-position: 0% 0%; display: block; clear: both; padding: 1px; margin-left:0; margin-right:0; margin-top:0; margin-bottom:20px; background-repeat:repeat; background-attachment:scroll }
		
/* tab rounded corners */
.corner { position: absolute; width: 10px; height: 10px; background: url('http://www.moldovastamps.org/corners24.gif') no-repeat; font-size: 0%; }
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position:  -10px; }