/*******************/ /* FONT NAME */ /*******************/ h1, h2, h3 { font-family: "Arial black"; font-style: normal; font-weight: normal; text-decoration: none; } h4, p, ul, li, address, td, th, .descr, .signature, .rsignature, .localmenu, .text, .sert, .ref, .time, .new, .menu1non, .menu1yes, .menu2non, .menu2yes, .menu3yes, .menu3non, .menu_up, .tc, .t1, .t2 { font-family: Verdana; } /*******************/ /* TAGs */ /*******************/ a { } a:link, a:visited, a:active { text-decoration: none; } a:hover { text-decoration: underline; } acronym { border-width: 1; border-style: none none dotted none; } address { font-size: 8pt; text-align: center; font-style: normal; font-weight: normal; text-decoration: none; } h1 { font-size: 18pt; } h2 { font-size: 14pt; } h3 { font-size: 12pt; } h4 { font-size: 10pt; font-style: normal; font-weight: bold; text-decoration: none; } h5 { font-size: 9pt; font-style: normal; font-weight: bold; text-decoration: none; padding-bottom: 0px; margin-bottom: 0px; } hr { height: 1px; border: 1px solid; border-width: 0px; align: left; width: 100%; } li { font-size: 9pt; font-weight: normal; text-decoration: none; list-style-position: outside; } p { font-size: 9pt; font-weight: normal; text-decoration: none; } sub { vertical-align: baseline; position: relative; bottom: -0.4em; } sup { vertical-align: baseline; position: relative; top: -0.4em; } ul { font-size: 9pt; font-weight: normal; text-decoration: none; } ul.unorder { list-style-type: square; } ul.block { margin-top: 5px; margin-bottom: 5px; } .spaced li { margin-bottom: 5px; } .unspaced li { margin-bottom: 0px; } /*******************/ /* FORMs */ /*******************/ fieldset { padding: 5px; margin-bottom: 10px; } fieldset legend { margin-top: 0px; margin-bottom: 5px; margin-left: 10px; padding-left: 5px; padding-right: 5px; font-style: italic; } fieldset table { border:0; width: 100%; padding: 0; margin: 0; } fieldset table td { padding: 5px; vertical-align: top; } .hint { text-decoration: none; font-size: 8pt; font-style: italic; text-align: left; font-weight: normal; } .mistake { font-size: 8pt; text-align: left; font-weight: normal; font-style: normal; } .hidden { color: #999; font-size: 8pt; text-align: left; font-weight: normal; font-style: italic; } /*******************/ /* CLASSes */ /*******************/ .dark, .white, .red { text-decoration: none; } .descr { text-decoration: none; font-weight: bold; } .signature, .rsignature { font-size: 9pt; font-weight: bold; text-decoration: none; margin-bottom: 5px; } .signature { text-align: left; } .rsignature { text-align: right; } .localmenu { font-size: 9pt; font-weight: bold; text-decoration: none; margin-bottom: 5px; margin-top: 0px; } .text { font-size: 9pt; font-weight: normal; } .sert { font-size: 8pt; } .ref { text-decoration: none; font-size: 8pt; text-align: left; font-weight: normal; } .time { font-size: 7pt; font-weight: normal; } .new { text-decoration: none; font-weight: bold; font-size: 8pt; text-align: left; } .textblock { padding: 5; } /*******************/ /* MENU CLASSes */ /*******************/ .menu1non, .menu1yes, .menu2non, .menu2yes { text-decoration: none; margin-bottom: 3px; } .menu1non { font-size: 11pt; font-weight: bold; } .menu1yes { font-size: 11pt; font-weight: bold; } .menu2non { font-size: 8pt; margin-left: 10px; } .menu2yes { font-size: 8pt; margin-left: 10px; } .menu3yes { font-size: 9pt; } .menu3non { font-size: 9pt; } .menu_up { font-size: 8pt; } /*******************/ /* TABLE CLASSes */ /*******************/ .lined { width: 100%; border: 0; padding: 0; margin-top:10px; margin-bottom:10px; border-collapse: separate; border-spacing: 1px; } .lined td, .lined th { padding: 3px; } .autowidth { width: auto; } caption { text-align:right; font-size: 8pt; font-style: normal; text-decoration: none; } td, th { font-size: 9pt; font-style: normal; text-decoration: none; } th, .tc { font-weight: bold; } .t1, .t2 { font-weight: normal; } /*******************/ /* IMAGE CLASSes */ /*******************/ span.imageblock { border: none; display: inline-block; text-align: center; font-style: italic; vertical-align: text-top; } span.no { float: left; margin: 0 0 0 0; } span.left { float: left; margin: 0 10px 10px 0; } span.right { float: right; margin: 0 0 10px 10px; } span.center { float: none; margin: 0 10px 10px 10px; } span.imageblock img { display: block; } .titled { margin: 0 0 10px 0; } .noborder { border: 0; } .bordered { border-style: solid; border-width: 5px; } /***********************/ /* IMAGE CLASSes (OLD) */ /***********************/ .img, .imgnoborder, .imgrightno, .imgleftno { border: none; } .imgno, .imgleft, .imgcenter, .imgright, .imgnews { border-style: solid; border-width: 5px; } .imgleft { float: left; margin-right: 10px; margin-bottom: 10px; } .imgcenter { float: none; margin-left: 10px; margin-right: 10px; margin-bottom: 10px; } .imgright { float: right; margin-left: 10px; margin-bottom: 10px; } .imgnoborder { margin-bottom: 10px; } .imgleftno { float: left; margin-right: 10px; margin-bottom: 10px; } .imgrightno { float: right; margin-left: 10px; margin-bottom: 10px; } .imgnews { float: left; margin-right: 10px; } /* DEBUG CLASSes */ .debug { font-size: 9pt; color: #009900; background-color: #FFFFFF; } .error { font-size: 9pt; color: #990000; background-color: #FFFFFF; } /* email.aspx */ .enabled_tb { border-width: 1; // border-color: #517dc3; } .disabled_tb { border-width: 1; // background-color: #e9f1f9; // border-color: #517dc3; }