/* general */
a:focus { outline: none; }
div.layout { text-align: left; font-family: Tahoma; font-size: 10pt; padding: 5px; }
div.modlayout { text-align: left; font-family: Tahoma; font-size: 10pt; padding: 5px; width: 100%; margin-left: -5px; }
		
/* tab strip top */
.tabStrip { font-family: Tahoma; font-size: 9pt; margin: 0px auto; width: 100%;}
.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: 100px; text-align: center; }

/* tab strip bottom */
.tabStripB { font-family: Tahoma; font-size: 9pt; margin: 0px auto; width: 100%;}
.tabStripB ul { margin: 0; padding: 0; list-style-type: none; }
.tabStripB li { position: relative; margin: 0 2px 0 0; list-style-type: none; float: left; width: 100px; text-align: center; }

.tabLink { background-position: 0 -50px; display: block; text-decoration: none; height: 20px; color: #996633; white-space: nowrap; padding-left:5px; padding-right:5px; padding-top:7px; 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: 20px; background-position: 0 -50px; color: #FFFFFF; white-space: nowrap; padding-left:5px; padding-right:5px; padding-top:7px; 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:10px solid #663300; border-right:10px solid #663300; border-top:10px solid #663300; border-bottom:10px solid #663300; background-position: 0% 0%; display: block; clear: both; padding: 1px; margin-left:0; margin-right:0; margin-top:0; margin-bottom:0px; background-repeat:repeat; background-attachment:scroll }
		
/* tab rounded corners */
.corner { position: absolute; width: 10px; height: 10px; background: url('https://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: right bottom; }