/* === Order in this stylesheet is according to recommendation in
 * http://pisto-magazin.de/artikel/css-wir-raeumen-auf (in German), as I understood it.
 */

 /* Styles for html tags. */
 /* ====================== */
*                           { margin: 0; 	padding: 0; }
body                        { font-family: "Lucida Sans-serif" sans-serif; font-size: 18px; background: #eee; }
h1                          { margin: 10px; font-size: 24px; }
h2                          { margin: 10px; margin-top: 30px; font-size: 24px; }

p                           { padding: 5px; text-indent: 1em; text-align: justify; } 
img                         { border: none; }

select                      { display: inline; font-size: 11px; text-indent: 1px; } /* not used */
input                       { margin-bottom: 7px; font-size: 11px; text-indent: 1px; }
textarea                    { font-size: 9px; font-family: Arial, sans-serif; }     /* not used */

									/* from AniMc: 	a { color: #f90; } */

label                       { vertical-align: 2px; }

ul                          { margin-top: 5px; list-style: inside disc; }
li                          { padding-left: 5px; padding-bottom: 5px; }


/* Styles for classes. */
/* =================== */
.clearfloat                 { clear: both; }
.warn						{ float: right; margin: 50px; background: #ecc; }
.equation					{ text-align: center; }
.equBlue					{ color: #3333FF; }
.equGreen					{ color: #009900; }
.equRed						{ color: #CC0000; }

.imgTable					{ text-align:center; border-width:2px; border-color:#aaa; border-style:solid; }
td .imgTable				{ text-align:center; border-width:2px; border-color:#aaa; border-style:solid; }

.highlight					{ text-align: center; background: #eec; }
.leftCol					{ vertical-align: top; }

.note						{ font-size: 9px; font-family: Arial, sans-serif; }

.footerPreparedBy			{ float: left; margin: 20px; font-size: 12px; }
.footerMail					{ float: right; margin: 20px; font-size: 12px; }

.footerLastChange			{ float: left;  margin: 10px; font-size: 9px; }
.footerAdress				{ float: right; margin: 10px; font-size: 9px; }

.imgCaption                 { text-align: center; font-size: 12px; font-family: Arial, sans-serif; }

.viewButtons                { float: right; margin-left: 50px;}
.viewButtons li             { padding-right:0; padding-left:5px; cursor: pointer; }

.ButtonActive               { background-color: #000; }         /* Used to mark the actual selections. This class is added dynamically, from the return function of Tacton. */

.swap                       { width:100%; height:100%; }        /* Used for the different <div> in the swap area (under the tabs). */

.small_button               { display: block; width: 150px; margin-top: 4px; padding: 4px 10px; border: 1px solid #495970; color: #fff; text-decoration: none; background: #81ade8; }
.small_button:hover         { background:#6389bc; }         /* Small_button is used for "Export image" now. */

.actChoiceColumn            { float: left; margin-left:5px; }

