|
From: <txm...@us...> - 2013-09-09 13:53:15
|
Revision: 12014
http://sourceforge.net/p/xoops/svn/12014
Author: txmodxoops
Date: 2013-09-09 13:53:12 +0000 (Mon, 09 Sep 2013)
Log Message:
-----------
Updated errorpage.php
Compatible to CSS Version 3 and W3C Validator xoops.css and xoops.min.css
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.7_timgno/htdocs/errorpage.php
XoopsCore/branches/2.5.x/2.5.7_timgno/htdocs/xoops.min.css
Added Paths:
-----------
XoopsCore/branches/2.5.x/2.5.7_timgno/htdocs/xoops.css
Modified: XoopsCore/branches/2.5.x/2.5.7_timgno/htdocs/errorpage.php
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7_timgno/htdocs/errorpage.php 2013-09-09 02:30:14 UTC (rev 12013)
+++ XoopsCore/branches/2.5.x/2.5.7_timgno/htdocs/errorpage.php 2013-09-09 13:53:12 UTC (rev 12014)
@@ -71,9 +71,7 @@
$errordesc = _XO_ER_DESC;
break;
}
-
-$array_keys = explode(" ", $errortitle);
-$keywords = implode(",", $array_keys);
+$keywords = str_replace(" ", ", ", $errortitle);
$xoTheme->addMeta('meta', 'keywords', $keywords);
$xoTheme->addMeta('meta', 'description', $errordesc);
// Display error
Added: XoopsCore/branches/2.5.x/2.5.7_timgno/htdocs/xoops.css
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7_timgno/htdocs/xoops.css (rev 0)
+++ XoopsCore/branches/2.5.x/2.5.7_timgno/htdocs/xoops.css 2013-09-09 13:53:12 UTC (rev 12014)
@@ -0,0 +1,1186 @@
+/*
+ * Compatible to CSS Version 3 and W3C Validator
+ * $Id: xoops.css 12012 2013-09-09 12:24:59Z timgno $
+ */
+/*=== FORMAT BASIC ELEMENTS, can be overwritten in theme styles ===*/
+table {
+ width: 100%;
+ border-collapse: collapse;
+ border-spacing: 0;
+}
+
+strong, b, dfn {
+ font-weight: bold;
+}
+
+u {
+ text-decoration: underline;
+}
+
+i, em {
+ font-style: italic;
+}
+
+del {
+ text-decoration: line-through;
+}
+
+sup {
+ vertical-align: text-top;
+}
+
+sub {
+ vertical-align: text-bottom;
+}
+
+ins {
+ text-decoration: none;
+}
+
+img {
+ border: 0;
+}
+
+img.center {
+ text-align: center;
+ margin: 6px auto;
+ display: block;
+ margin-bottom: 4px;
+}
+
+img.left {
+ text-align: left;
+ float: left;
+ margin: 2px 6px 2px 0;
+ clear: left;
+}
+
+img.right {
+ float: right;
+ text-align: right;
+ margin: 2px 0 2px 6px;
+ clear: right;
+}
+
+acronym, abbr, dfn {
+ cursor: help;
+}
+
+pre {
+ overflow: auto;
+}
+
+#xoopsHiddenText {
+ visibility: hidden;
+ background-color: transparent;
+ color: #000;
+ font-weight: normal;
+ font-style: normal;
+ text-decoration: none;
+}
+
+.pagneutral {
+ font-size: 10px;
+ width: 16px;
+ height: 19px;
+ text-align: center;
+ background-image: url(./images/pagneutral.gif);
+}
+
+.pagact {
+ font-size: 10px;
+ width: 16px;
+ height: 19px;
+ text-align: center;
+ background-image: url(./images/pagact.gif);
+}
+
+.paginact {
+ font-size: 10px;
+ width: 16px;
+ height: 19px;
+ text-align: center;
+ background-image: url(./images/paginact.gif);
+}
+
+.xoops-form-element-caption .caption-marker {
+ display: none;
+}
+
+.xoops-form-element-caption-required .caption-marker {
+ background-color: inherit;
+ padding-left: 2px;
+ color: #ff0000;
+}
+
+.xoops-form-element-help {
+ font-size: 0.9em;
+ padding-top: 5px;
+ font-weight: normal;
+}
+
+fieldset {
+ border: 0;
+}
+
+input, textarea, select {
+ background-color: #fff;
+ color: #000;
+}
+
+input [ type = "submit" ], input [ type = "reset" ], input [ type = "button" ], .xo-formbuttons, .formButton, button {
+ background-color: #D3D2D6;
+ color: #405A80;
+ padding: 3px;
+}
+
+#xo-fixbanner a {
+ display: block;
+ position: absolute;
+ z-index: 102;
+ width: 468px;
+ height: 60px;
+}
+
+div.jGrowl {
+ padding: 1em;
+ z-index: 9999;
+}
+
+body > div.jGrowl {
+ position: fixed;
+}
+
+body > div.jGrowl .top-right {
+ right: 25%;
+ left: 25%;
+ top: 2px;
+}
+
+body > div.jGrowl .bottom-left {
+ left: 0;
+ bottom: 0;
+}
+
+body > div.jGrowl .bottom-right {
+ right: 0;
+ bottom: 0;
+}
+
+body > div.jGrowl .center {
+ top: 0;
+ width: 50%;
+ left: 25%;
+}
+
+body > div.jGrowl .top-left {
+ left: 0;
+ top: 0;
+}
+
+div.center div.jGrowl-notification, div.center div.jGrowl-closer {
+ margin-left: auto;
+ margin-right: auto;
+}
+
+div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
+ background-color: #EBFBFE;
+ color: #000080;
+ width: 100%;
+ padding: 0.5em;
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+ font-family: Tahoma, Geneva, sans-serif;
+ font-size: 1.2em;
+ text-align: center;
+ border: #6699FF solid 1px;
+ display: none;
+ border-radius: 5px;
+}
+
+div.jGrowl div.jGrowl-notification {
+ min-height: 40px;
+}
+
+div.jGrowl div.jGrowl-notification div.jGrowl-header {
+ font-weight: bold;
+ font-size: 10px;
+}
+
+div.jGrowl div.jGrowl-notification div.jGrowl-close {
+ float: right;
+ font-weight: bold;
+ font-size: 12px;
+ cursor: pointer;
+}
+
+div.jGrowl div.jGrowl-closer {
+ height: 15px;
+ padding-top: 4px;
+ padding-bottom: 4px;
+ cursor: pointer;
+ font-size: 11px;
+ font-weight: bold;
+ text-align: center;
+}
+
+.floatleft {
+ float: left;
+ margin: 0;
+ padding-left: 4px;
+ border: 0;
+}
+
+.floatright {
+ float: right;
+ margin: 0;
+ padding: 2px;
+ border: 0;
+}
+
+.floatcenter0 {
+ margin: 0 auto;
+}
+
+.floatcenter1 {
+ margin: 1em auto;
+}
+
+.clear {
+ clear: both;
+ height: 0;
+ font-size: 0;
+ line-height: 0;
+}
+
+.clearleft {
+ clear: left;
+ height: 0;
+ font-size: 0;
+ line-height: 0;
+}
+
+.clearright {
+ clear: right;
+ height: 0;
+ font-size: 0;
+ line-height: 0;
+}
+
+.block {
+ display: block;
+}
+
+.inline {
+ display: inline;
+}
+
+.blockinline {
+ display: inline-block;
+}
+
+.left, .txtleft {
+ text-align: left;
+}
+
+.right, .txtright {
+ text-align: right;
+}
+
+.center, .txtcenter {
+ text-align: center;
+}
+
+.justify, .txtjustify {
+ text-align: justify;
+}
+
+.middle, .alignmiddle {
+ vertical-align: middle;
+}
+
+.top, .aligntop {
+ vertical-align: top;
+}
+
+.bottom, .alignbottom {
+ vertical-align: bottom;
+}
+
+.positop {
+ margin-top: 0;
+ padding-top: 0;
+}
+
+.posibottom {
+ margin-bottom: 0;
+ padding-bottom: 0;
+}
+
+.table {
+ display: table;
+}
+
+.tcaption1 {
+ display: block;
+ width: 100%;
+}
+
+.tcaption2 {
+ display: block;
+ width: 200%;
+}
+
+.tcaption3 {
+ display: block;
+ width: 300%;
+}
+
+.tcaption4 {
+ display: block;
+ width: 400%;
+}
+
+.tcaption5 {
+ display: block;
+ width: 500%;
+}
+
+.tcaption6 {
+ display: block;
+ width: 600%;
+}
+
+.tbody {
+ display: table-row-group;
+}
+
+.trow {
+ display: table-row;
+}
+
+.tcell {
+ display: table-cell;
+}
+
+.tfootend {
+ width: auto;
+}
+
+.collapse {
+ border-collapse: collapse;
+}
+
+.separate {
+ border-collapse: separate;
+}
+
+.bspacing1 {
+ border-spacing: 1px;
+}
+
+.bspacing2 {
+ border-spacing: 2px;
+}
+
+.bspacing3 {
+ border-spacing: 3px;
+}
+
+.bspacing4 {
+ border-spacing: 4px;
+}
+
+.bspacing5 {
+ border-spacing: 5px;
+}
+
+.bspacing10 {
+ border-spacing: 10px;
+}
+
+.widthauto {
+ width: auto;
+}
+
+.width100 {
+ width: 100%;
+}
+
+.width90 {
+ width: 90%;
+}
+
+.width80 {
+ width: 80%;
+}
+
+.width75 {
+ width: 75%;
+}
+
+.width70 {
+ width: 70%;
+}
+
+.width66 {
+ width: 66.6%;
+}
+
+.width60 {
+ width: 60%;
+}
+
+.width50 {
+ width: 49%;
+}
+
+.width45 {
+ width: 45%;
+}
+
+.width40 {
+ width: 40%;
+}
+
+.width33 {
+ width: 33.3%;
+}
+
+.width30 {
+ width: 30%;
+}
+
+.width25 {
+ width: 25%;
+}
+
+.width20 {
+ width: 20%;
+}
+
+.width15 {
+ width: 15%;
+}
+
+.width10 {
+ width: 10%;
+}
+
+.width5 {
+ width: 5%;
+}
+
+.width3 {
+ width: 3%;
+}
+
+.width2 {
+ width: 2%;
+}
+
+.width1 {
+ width: 1%;
+}
+
+.pad2 {
+ padding: 2px;
+}
+
+.pad3 {
+ padding: 3px;
+}
+
+.pad5 {
+ padding: 5px;
+}
+
+.pad7 {
+ padding: 7px;
+}
+
+.pad10 {
+ padding: 10px;
+}
+
+.marg2 {
+ margin: 2px;
+}
+
+.marg3 {
+ margin: 3px;
+}
+
+.marg5 {
+ margin: 5px;
+}
+
+.marg7 {
+ margin: 8px;
+}
+
+.marg10 {
+ margin: 10px;
+}
+
+.verysmall, .xx-small {
+ font-size: 0.7em;
+}
+
+.smallsmall, .x-small {
+ font-size: 0.8em;
+}
+
+.small {
+ font-size: 0.92em;
+}
+
+.normal {
+ font-size: 1em;
+}
+
+.big {
+ font-size: 1.17em;
+}
+
+.maxi {
+ font-size: 1.5em;
+}
+
+.bold {
+ font-weight: bold;
+}
+
+.bolder {
+ font-weight: bolder;
+}
+
+.lighter {
+ font-weight: lighter;
+}
+
+.normal {
+ font-weight: normal;
+ font-style: normal;
+}
+
+.italic {
+ font-style: italic;
+}
+
+.oblique {
+ font-style: oblique;
+}
+
+.underline {
+ text-decoration: underline;
+}
+
+.expanded {
+ letter-spacing: 0.5em;
+}
+
+.condensed {
+ letter-spacing: -0.1em;
+}
+
+.uppercase {
+ text-transform: uppercase;
+}
+
+.lowercase {
+ text-transform: lowercase;
+}
+
+.capitalize {
+ text-transform: capitalize;
+}
+
+.line100 {
+ line-height: 1em;
+}
+
+.line120 {
+ line-height: 1.2em;
+}
+
+.line140 {
+ line-height: 1.4em;
+}
+
+.line160 {
+ line-height: 1.6em;
+}
+
+.line170 {
+ line-height: 1.7em;
+}
+
+.line180 {
+ line-height: 1.8em;
+}
+
+.line200 {
+ line-height: 2em;
+}
+
+.line220 {
+ line-height: 2.2em;
+}
+
+.line240 {
+ line-height: 2.4em;
+}
+
+.red {
+ background-color: transparent;
+ color: #ff0000;
+}
+
+.blue {
+ background-color: transparent;
+ color: #0000ff;
+}
+
+.black {
+ background-color: transparent;
+ color: #000;
+}
+
+.white {
+ background-color: transparent;
+ color: #fff;
+}
+
+.yellow {
+ background-color: transparent;
+ color: #ffff00;
+}
+
+.orange {
+ background-color: transparent;
+ color: #ffa500;
+}
+
+.green {
+ background-color: transparent;
+ color: #008000;
+}
+
+.silver {
+ background-color: transparent;
+ color: #c0c0c0;
+}
+
+.hide {
+ display: none;
+}
+
+.hidden {
+ visibility: hidden;
+ position: absolute;
+ top: 0;
+ left: 0;
+}
+
+.spacer {
+ padding: 0 0 3px 0;
+}
+
+.separator {
+ clear: both;
+ float: left;
+ height: 1px;
+ width: 100%;
+}
+
+.cursordefault {
+ cursor: default;
+}
+
+.cursormove {
+ cursor: move;
+}
+
+.cursorpointer {
+ cursor: pointer;
+}
+
+.cursorhelp {
+ cursor: help;
+}
+
+.opac5 {
+ opacity: 0.5 !important ;
+}
+
+.opac5:hover {
+ opacity: 1 !important ;
+}
+
+.opac7 {
+ opacity: 0.699999988079071044921875 !important ;
+}
+
+.opac7:hover {
+ opacity: 1 !important ;
+}
+
+.opac1 {
+ opacity: 1 !important ;
+}
+
+.opac1:hover {
+ opacity: 0.5 !important ;
+}
+
+.bradius3 {
+ border-radius: 3px;
+}
+
+.bradius5 {
+ border-radius: 5px;
+}
+
+.bradius10 {
+ border-radius: 10px;
+}
+
+.bradius15 {
+ border-radius: 15px;
+}
+
+.bnone {
+ border: 0;
+}
+
+.border {
+ border: #000 solid 1px;
+}
+
+.dotted {
+ border: #000 dotted 1px;
+}
+
+.dashed {
+ border: #000 dashed 1px;
+}
+
+.solidblack {
+ border: #000 solid 1px;
+}
+
+.solidwhite {
+ border: #fff solid 1px;
+}
+
+.solidred {
+ border: #ff0000 solid 1px;
+}
+
+.solidyellow {
+ border: #ffff00 solid 1px;
+}
+
+.solidblue {
+ border: #0000ff solid 1px;
+}
+
+.solidorange {
+ border: #ffa500 solid 1px;
+}
+
+.solidgreen {
+ border: #008000 solid 1px;
+}
+
+.solidbrown {
+ border: #a52a2a solid 1px;
+}
+
+.solidsilver {
+ border: #c0c0c0 solid 1px;
+}
+
+.dottedblack {
+ border: #000 dotted 1px;
+}
+
+.dottedwhite {
+ border: #fff dotted 1px;
+}
+
+.dottedred {
+ border: #ff0000 dotted 1px;
+}
+
+.dottedyellow {
+ border: #ffff00 dotted 1px;
+}
+
+.dottedblue {
+ border: #0000ff dotted 1px;
+}
+
+.dottedorange {
+ border: #ffa500 dotted 1px;
+}
+
+.dottedgreen {
+ border: #008000 dotted 1px;
+}
+
+.dottedbrown {
+ border: #a52a2a dotted 1px;
+}
+
+.dottedsilver {
+ border: #c0c0c0 dotted 1px;
+}
+
+.dashedblack {
+ border: #000 dashed 1px;
+}
+
+.dashedwhite {
+ border: #fff dashed 1px;
+}
+
+.dashedred {
+ border: #ff0000 dashed 1px;
+}
+
+.dashedyellow {
+ border: #ffff00 dashed 1px;
+}
+
+.dashedblue {
+ border: #0000ff dashed 1px;
+}
+
+.dashedorange {
+ border: #ffa500 dashed 1px;
+}
+
+.dashedgreen {
+ border: #008000 dashed 1px;
+}
+
+.dashedbrown {
+ border: #a52a2a dashed 1px;
+}
+
+.dashedsilver {
+ border: #c0c0c0 dashed 1px;
+}
+
+.doubleblack {
+ border: #000 double 4px;
+}
+
+.doublewhite {
+ border: #fff double 4px;
+}
+
+.doublered {
+ border: #ff0000 double 4px;
+}
+
+.doubleyellow {
+ border: #ffff00 double 4px;
+}
+
+.doubleblue {
+ border: #0000ff double 4px;
+}
+
+.doubleorange {
+ border: #ffa500 double 4px;
+}
+
+.doublegreen {
+ border: #008000 double 4px;
+}
+
+.doublebrown {
+ border: #a52a2a double 4px;
+}
+
+.doublesilver {
+ border: #c0c0c0 double 4px;
+}
+
+.grooveblack {
+ border: #000 groove 3px;
+}
+
+.groovewhite {
+ border: #fff groove 3px;
+}
+
+.groovered {
+ border: #ff0000 groove 3px;
+}
+
+.grooveyellow {
+ border: #ffff00 groove 3px;
+}
+
+.grooveblue {
+ border: #0000ff groove 3px;
+}
+
+.grooveorange {
+ border: #ffa500 groove 3px;
+}
+
+.groovegreen {
+ border: #008000 groove 3px;
+}
+
+.groovebrown {
+ border: #a52a2a groove 3px;
+}
+
+.groovesilver {
+ border: #c0c0c0 groove 3px;
+}
+
+.ridgeblack {
+ border: #000 ridge 3px;
+}
+
+.ridgewhite {
+ border: #fff ridge 3px;
+}
+
+.ridgered {
+ border: #ff0000 ridge 3px;
+}
+
+.ridgeyellow {
+ border: #ffff00 ridge 3px;
+}
+
+.ridgeblue {
+ border: #0000ff ridge 3px;
+}
+
+.ridgeorange {
+ border: #ffa500 ridge 3px;
+}
+
+.ridgegreen {
+ border: #008000 ridge 3px;
+}
+
+.ridgebrown {
+ border: #a52a2a ridge 3px;
+}
+
+.ridgesilver {
+ border: #c0c0c0 ridge 3px;
+}
+
+.insetblack1 {
+ border: #000 inset 1px;
+}
+
+.insetblack {
+ border: #000 inset 3px;
+}
+
+.insetwhite1 {
+ border: #fff inset 1px;
+}
+
+.insetwhite {
+ border: #fff inset 3px;
+}
+
+.insetred {
+ border: #ff0000 inset 3px;
+}
+
+.insetyellow {
+ border: #ffff00 inset 3px;
+}
+
+.insetblue {
+ border: #0000ff inset 3px;
+}
+
+.insetorange {
+ border: #ffa500 inset 3px;
+}
+
+.insetgreen {
+ border: #008000 inset 3px;
+}
+
+.insetbrown {
+ border: #a52a2a inset 3px;
+}
+
+.insetsilver1 {
+ border: #c0c0c0 inset 1px;
+}
+
+.insetsilver {
+ border: #c0c0c0 inset 3px;
+}
+
+.outsetblack1 {
+ border: #000 outset 1px;
+}
+
+.outsetblack {
+ border: #000 outset 3px;
+}
+
+.outsetwhite1 {
+ border: #fff outset 1px;
+}
+
+.outsetwhite {
+ border: #fff outset 3px;
+}
+
+.outsetred {
+ border: #ff0000 outset 3px;
+}
+
+.outsetyellow {
+ border: #ffff00 outset 3px;
+}
+
+.outsetblue {
+ border: #0000ff outset 3px;
+}
+
+.outsetorange {
+ border: #ffa500 outset 3px;
+}
+
+.outsetgreen {
+ border: #008000 outset 3px;
+}
+
+.outsetbrown {
+ border: #a52a2a outset 3px;
+}
+
+.outsetsilver1 {
+ border: #c0c0c0 outset 1px;
+}
+
+.outsetsilver {
+ border: #c0c0c0 outset 3px;
+}
+
+.arial {
+ font-family: Arial, Helvetica, sans-serif;
+}
+
+.courierNew {
+ font-family: 'Courier New', Courier, monospace;
+}
+
+.georgia {
+ font-family: Georgia, 'Times New Roman', Times, serif;
+}
+
+.lucidaConsole {
+ font-family: 'Lucida Console', Monaco, monospace;
+}
+
+.lucidaSansUnicode {
+ font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
+}
+
+.tahoma {
+ font-family: Tahoma, Geneva, sans-serif;
+}
+
+.times {
+ font-family: 'Times New Roman', Times, serif;
+}
+
+.trebuchet {
+ font-family: 'Trebuchet MS', Helvetica, sans-serif;
+}
+
+.verdana {
+ font-family: Verdana, Geneva, sans-serif;
+}
+
+.msSans {
+ font-family: 'MS Sans Serif', Geneva, sans-serif;
+}
+
+.msSerif {
+ font-family: 'MS Serif', 'New York', serif;
+}
+
+.helvetica {
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
+}
+
+.impact {
+ font-family: Impact, Charcoal, sans-serif;
+}
+
+.century {
+ font-family: 'Century Gothic', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
+}
+
+.shadow {
+ text-shadow: 2px 2px 3px #aaa;
+}
+
+.shadowlight {
+ text-shadow: 1px 1px 2px #aaa;
+}
+
+.boxshadow {
+ box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
+}
+
+.boxinset {
+ box-shadow: 0 3px 8px rgba(0, 0, 0, 0.24) inset;
+}
+
+.twocolumn {
+ column-count: 2;
+ column-gap: 1.5em;
+}
+
+.threecolumn {
+ column-count: 3;
+ column-gap: 1.2em;
+}
+
+.forcolumn {
+ column-count: 4;
+ column-gap: 1.2em;
+}
+
+.column10 {
+ column-width: 10em;
+ column-gap: 1.2em;
+}
+
+.column15 {
+ column-width: 15em;
+ column-gap: 1.2em;
+}
+
+.column20 {
+ column-width: 20em;
+ column-gap: 1.2em;
+}
+
+.column25 {
+ column-width: 25em;
+ column-gap: 1.2em;
+}
\ No newline at end of file
Modified: XoopsCore/branches/2.5.x/2.5.7_timgno/htdocs/xoops.min.css
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7_timgno/htdocs/xoops.min.css 2013-09-09 02:30:14 UTC (rev 12013)
+++ XoopsCore/branches/2.5.x/2.5.7_timgno/htdocs/xoops.min.css 2013-09-09 13:53:12 UTC (rev 12014)
@@ -1,4 +1,7 @@
-/* $Id: xoops.min.css 11812 2013-07-06 23:19:19Z timgno $ */
+/*
+ * Compatible to CSS Version 3 and W3C Validator
+ * $Id: xoops.css 12012 2013-09-09 12:24:59Z timgno $
+ */
/*=== FORMAT BASIC ELEMENTS, can be overwritten in theme styles ===*/
-table{width:100%;border-collapse:collapse;border-spacing:0}del{text-decoration:line-through}sup{vertical-align:text-top}sub{vertical-align:text-bottom}ins{text-decoration:none}img.center{text-align:center;display:block;margin:6px auto 4px}img.left{text-align:left;float:left;clear:left;margin:2px 6px 2px 0}img.right{float:right;text-align:right;clear:right;margin:2px 0 2px 6px}pre{overflow:auto}#xoopsHiddenText{visibility:hidden;background-color:transparent;color:#000;font-weight:400;font-style:normal;text-decoration:none}.pagneutral{font-size:10px;width:16px;height:19px;text-align:center;background-image:url(./images/pagneutral.gif)}.pagact{font-size:10px;width:16px;height:19px;text-align:center;background-image:url(./images/pagact.gif)}.paginact{font-size:10px;width:16px;height:19px;text-align:center;background-image:url(./images/paginact.gif)}.xoops-form-element-caption-required .caption-marker{background-color:inherit;padding-left:2px;color:red}.xoops-form-element-help{font-size:.9em;padding-top:5px;font-weight:400}input,textarea,select{background-color:#fff;color:#000}input[type=submit],input[type=reset],input[type=button],.xo-formbuttons,.formButton,button{background-color:#d3d2d6;color:#405a80;padding:3px}#xo-fixbanner a{display:block;position:absolute;z-index:102;width:468px;height:60px}div.jGrowl{z-index:9999;padding:1em}body>div.jGrowl{position:fixed}body>div.jGrowl.top-right{right:25%;left:25%;top:2px}body>div.jGrowl.bottom-left{left:0;bottom:0}body>div.jGrowl.bottom-right{right:0;bottom:0}body>div.jGrowl.center{top:0;width:50%;left:25%}body>div.jGrowl.top-left{left:0;top:0}div.center div.jGrowl-notification,div.center div.jGrowl-closer{margin-left:auto;margin-right:auto}div.jGrowl div.jGrowl-notification,div.jGrowl div.jGrowl-closer{background-color:#ebfbfe;color:navy;width:100%;margin-top:.5em;margin-bottom:.5em;font-family:Tahoma,Geneva,sans-serif;font-size:1.2em;text-align:center;border:1px solid #69F;display:none;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;padding:.5em}div.jGrowl div.jGrowl-notification{min-height:40px}div.jGrowl div.jGrowl-notification div.jGrowl-header{font-weight:700;font-size:10px}div.jGrowl div.jGrowl-notification div.jGrowl-close{float:right;font-weight:700;font-size:12px;cursor:pointer}div.jGrowl div.jGrowl-closer{height:15px;padding-top:4px;padding-bottom:4px;cursor:pointer;font-size:11px;font-weight:700;text-align:center}.floatleft{float:left;padding-left:4px;border:0;margin:0}.floatright{float:right;border:0;margin:0;padding:2px}.floatcenter0{margin:0 auto}.floatcenter1{margin:1em auto}.clear{clear:both;height:0;font-size:0;line-height:0}.clearleft{clear:left;height:0;font-size:0;line-height:0}.clearright{clear:right;height:0;font-size:0;line-height:0}.block{display:block}.inline{display:inline}.blockinline{display:inline-block}.left,.txtleft{text-align:left}.right,.txtright{text-align:right}.center,.txtcenter{text-align:center}.justify,.txtjustify{text-align:justify}.middle,.alignmiddle{vertical-align:middle}.top,.aligntop{vertical-align:top}.bottom,.alignbottom{vertical-align:bottom}.positop{margin-top:0;padding-top:0}.posibottom{margin-bottom:0;padding-bottom:0}.table{display:table}.tcaption1{display:block;width:100%}.tcaption2{display:block;width:200%}.tcaption3{display:block;width:300%}.tcaption4{display:block;width:400%}.tcaption5{display:block;width:500%}.tcaption6{display:block;width:600%}.tbody{display:table-row-group}.trow{display:table-row}.tcell{display:table-cell}.collapse{border-collapse:collapse}.separate{border-collapse:separate}.bspacing1{border-spacing:1px}.bspacing2{border-spacing:2px}.bspacing3{border-spacing:3px}.bspacing4{border-spacing:4px}.bspacing5{border-spacing:5px}.bspacing10{border-spacing:10px}.width100{width:100%}.width90{width:90%}.width80{width:80%}.width75{width:75%}.width70{width:70%}.width66{width:66.6%}.width60{width:60%}.width50{width:49%}.width45{width:45%}.width40{width:40%}.width33{width:33.3%}.width30{width:30%}.width25{width:25%}.width20{width:20%}.width15{width:15%}.width10{width:10%}.width5{width:5%}.width3{width:3%}.width2{width:2%}.width1{width:1%}.pad2{padding:2px}.pad3{padding:3px}.pad5{padding:5px}.pad7{padding:7px}.pad10{padding:10px}.marg2{margin:2px}.marg3{margin:3px}.marg5{margin:5px}.marg7{margin:8px}.marg10{margin:10px}.verysmall,.xx-small{font-size:.7em}.smallsmall,.x-small{font-size:.8em}.small{font-size:.92em}.normal{font-size:1em;font-weight:400;font-style:normal}.big{font-size:1.17em}.maxi{font-size:1.5em}.bolder{font-weight:bolder}.lighter{font-weight:lighter}.oblique{font-style:oblique}.expanded{letter-spacing:.5em}.condensed{letter-spacing:-.1em}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.line100{line-height:1em}.line120{line-height:1.2em}.line140{line-height:1.4em}.line160{line-height:1.6em}.line170{line-height:1.7em}.line180{line-height:1.8em}.line200{line-height:2em}.line220{line-height:2.2em}.line240{line-height:2.4em}.red{background-color:transparent;color:red}.blue{background-color:transparent;color:#00f}.black{background-color:transparent;color:#000}.white{background-color:transparent;color:#fff}.yellow{background-color:transparent;color:#ff0}.orange{background-color:transparent;color:orange}.green{background-color:transparent;color:green}.silver{background-color:transparent;color:silver}.hidden{visibility:hidden;position:absolute;top:0;left:0}.spacer{padding:0 0 3px}.separator{clear:both;float:left;height:1px;width:100%}.cursordefault{cursor:default}.cursormove{cursor:move}.cursorpointer{cursor:pointer}.opac7{opacity:.7 !important;filter:alpha(opacity=70) !important}.bradius3{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.bradius5{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}.bradius10{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px}.bradius15{border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px}.solidwhite{border:1px solid #fff}.solidred{border:1px solid red}.solidyellow{border:1px solid #ff0}.solidblue{border:1px solid #00f}.solidorange{border:1px solid orange}.solidgreen{border:1px solid green}.solidbrown{border:1px solid #a52a2a}.solidsilver{border:1px solid silver}.dottedwhite{border:1px dotted #fff}.dottedred{border:1px dotted red}.dottedyellow{border:1px dotted #ff0}.dottedblue{border:1px dotted #00f}.dottedorange{border:1px dotted orange}.dottedgreen{border:1px dotted green}.dottedbrown{border:1px dotted #a52a2a}.dottedsilver{border:1px dotted silver}.dashedwhite{border:1px dashed #fff}.dashedred{border:1px dashed red}.dashedyellow{border:1px dashed #ff0}.dashedblue{border:1px dashed #00f}.dashedorange{border:1px dashed orange}.dashedgreen{border:1px dashed green}.dashedbrown{border:1px dashed #a52a2a}.dashedsilver{border:1px dashed silver}.doubleblack{border:4px double #000}.doublewhite{border:4px double #fff}.doublered{border:4px double red}.doubleyellow{border:4px double #ff0}.doubleblue{border:4px double #00f}.doubleorange{border:4px double orange}.doublegreen{border:4px double green}.doublebrown{border:4px double #a52a2a}.doublesilver{border:4px double silver}.grooveblack{border:3px groove #000}.groovewhite{border:3px groove #fff}.groovered{border:3px groove red}.grooveyellow{border:3px groove #ff0}.grooveblue{border:3px groove #00f}.grooveorange{border:3px groove orange}.groovegreen{border:3px groove green}.groovebrown{border:3px groove #a52a2a}.groovesilver{border:3px groove silver}.ridgeblack{border:3px ridge #000}.ridgewhite{border:3px ridge #fff}.ridgered{border:3px ridge red}.ridgeyellow{border:3px ridge #ff0}.ridgeblue{border:3px ridge #00f}.ridgeorange{border:3px ridge orange}.ridgegreen{border:3px ridge green}.ridgebrown{border:3px ridge #a52a2a}.ridgesilver{border:3px ridge silver}.insetblack1{border:1px inset #000}.insetblack{border:3px inset #000}.insetwhite1{border:1px inset #fff}.insetwhite{border:3px inset #fff}.insetred{border:3px inset red}.insetyellow{border:3px inset #ff0}.insetblue{border:3px inset #00f}.insetorange{border:3px inset orange}.insetgreen{border:3px inset green}.insetbrown{border:3px inset #a52a2a}.insetsilver1{border:1px inset silver}.insetsilver{border:3px inset silver}.outsetblack1{border:1px outset #000}.outsetblack{border:3px outset #000}.outsetwhite1{border:1px outset #fff}.outsetwhite{border:3px outset #fff}.outsetred{border:3px outset red}.outsetyellow{border:3px outset #ff0}.outsetblue{border:3px outset #00f}.outsetorange{border:3px outset orange}.outsetgreen{border:3px outset green}.outsetbrown{border:3px outset #a52a2a}.outsetsilver1{border:1px outset silver}.outsetsilver{border:3px outset silver}.arial{font-family:Arial,Helvetica,sans-serif}.courierNew{font-family:'Courier New',Courier,monospace}.georgia{font-family:Georgia,'Times New Roman',Times,serif}.lucidaConsole{font-family:'Lucida Console',Monaco,monospace}.lucidaSansUnicode{font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif}.tahoma{font-family:Tahoma,Geneva,sans-serif}.times{font-family:'Times New Roman',Times,serif}.trebuchet{font-family:'Trebuchet MS',Helvetica,sans-serif}.verdana{font-family:Verdana,Geneva,sans-serif}.msSans{font-family:'MS Sans Serif',Geneva,sans-serif}.msSerif{font-family:'MS Serif','New York',serif}.helvetica{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif}.impact{font-family:Impact,Charcoal,sans-serif}.century{font-family:'Century Gothic','Lucida Grande','Lucida Sans Unicode',sans-serif}.shadow{text-shadow:2px 2px 3px #aaa}.shadowlight{text-shadow:1px 1px 2px #aaa}.boxshadow{box-shadow:1px 2px 3px rgba(0,0,0,0.5);-moz-box-shadow:1px 2px 3px rgba(0,0,0,0.5);-webkit-box-shadow:1px 2px 3px rgba(0,0,0,0.5)}.boxshadow1{box-shadow:0 0 20px #787878;-webkit-box-shadow:0 0 20px #787878;-moz-box-shadow:0 0 20px #787878;filter:progid:DXImageTransform.Microsoft.Shadow(color='#bbbbbb',Direction=135,Strength=5);zoom:1}.boxrelief{box-shadow:0 20px 10px -10px rgba(255,255,255,0.3) inset;-moz-box-shadow:0 20px 10px -10px rgba(255,255,255,0.3) inset;-webkit-box-shadow:0 20px 10px -10px rgba(255,255,255,0.3) inset}.boxinset{box-shadow:0 3px 8px rgba(0,0,0,.24) inset;-moz-box-shadow:0 3px 8px rgba(0,0,0,.4) inset;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.4) inset}.twocolumn{column-count:2;column-gap:1.5em;-moz-column-count:2;-moz-column-gap:1.5em;-webkit-column-count:2;-webkit-column-gap:1.5em}.threecolumn{column-count:3;column-gap:1.2em;-moz-column-count:3;-moz-column-gap:1.2em;-webkit-column-count:3;-webkit-column-gap:1.2em}.forcolumn{column-count:4;column-gap:1.2em;-moz-column-count:4;-moz-column-gap:1.2em;-webkit-column-count:4;-webkit-column-gap:1.2em}.column10{column-width:10em;column-gap:1.2em;-moz-column-width:10em;-moz-column-gap:1.2em;-webkit-column-width:10em;-webkit-column-gap:1.2em}.column15{column-width:15em;column-gap:1.2em;-moz-column-width:15em;-moz-column-gap:1.2em;-webkit-column-width:15em;-webkit-column-gap:1.2em}.column20{column-width:20em;column-gap:1.2em;-moz-column-width:20em;-moz-column-gap:1.2em;-webkit-column-width:20em;-webkit-column-gap:1.2em}.column25{column-width:25em;column-gap:1.2em;-moz-column-width:25em;-moz-column-gap:1.2em;-webkit-column-width:25em;-webkit-column-gap:1.2em}strong,b,dfn,.bold{font-weight:700}u,.underline{text-decoration:underline}i,em,.italic{font-style:italic}img,fieldset,.bnone{border:0}acronym,abbr,dfn,.cursorhelp{cursor:help}.xoops-form-element-caption .caption-marker,.hide{display:none}.tfootend,.widthauto{width:auto}.opac5,.opac1:hover{opacity:.5 !important;filter:alpha(opacity=50) !important}.opac5:hover,.opac7:hover,.opac1{opacity:1 !important;filter:alpha(opacity=100) !important}.border,.solidblack{border:1px solid #000}.dotted,.dottedblack{border:1px dotted #000}.dashed,.dashedblack{border:1px dashed #000}
\ No newline at end of file
+table{width:100%;border-collapse:collapse;border-spacing:0}strong,b,dfn{font-weight:bold}u{text-decoration:underline}i,em{font-style:italic}del{text-decoration:line-through}sup{vertical-align:text-top}sub{vertical-align:text-bottom}ins{text-decoration:none}img{border:0}img.center{text-align:center;margin:6px auto;display:block;margin-bottom:4px}img.left{text-align:left;float:left;margin:2px 6px 2px 0;clear:left}img.right{float:right;text-align:right;margin:2px 0 2px 6px;clear:right}acronym,abbr,dfn{cursor:help}pre{overflow:auto}#xoopsHiddenText{visibility:hidden;background-color:transparent;color:#000;font-weight:normal;font-style:normal;text-decoration:none}.pagneutral{font-size:10px;width:16px;height:19px;text-align:center;background-image:url(./images/pagneutral.gif)}.pagact{font-size:10px;width:16px;height:19px;text-align:center;background-image:url(./images/pagact.gif)}.paginact{font-size:10px;width:16px;height:19px;text-align:center;background-image:url(./images/paginact.gif)}.xoops-form-element-caption .caption-marker{display:none}.xoops-form-element-caption-required .caption-marker{background-color:inherit;padding-left:2px;color:red}.xoops-form-element-help{font-size:.9em;padding-top:5px;font-weight:normal}fieldset{border:0}input,textarea,select{background-color:#fff;color:#000}input[type="submit"],input[type="reset"],input[type="button"],.xo-formbuttons,.formButton,button{background-color:#d3d2d6;color:#405a80;padding:3px}#xo-fixbanner a{display:block;position:absolute;z-index:102;width:468px;height:60px}div.jGrowl{padding:1em;z-index:9999}body>div.jGrowl{position:fixed}body>div.jGrowl.top-right{right:25%;left:25%;top:2px}body>div.jGrowl.bottom-left{left:0;bottom:0}body>div.jGrowl.bottom-right{right:0;bottom:0}body>div.jGrowl.center{top:0;width:50%;left:25%}body>div.jGrowl.top-left{left:0;top:0}div.center div.jGrowl-notification,div.center div.jGrowl-closer{margin-left:auto;margin-right:auto}div.jGrowl div.jGrowl-notification,div.jGrowl div.jGrowl-closer{background-color:#ebfbfe;color:navy;width:100%;padding:.5em;margin-top:.5em;margin-bottom:.5em;font-family:Tahoma,Geneva,sans-serif;font-size:1.2em;text-align:center;border:#69f solid 1px;display:none;border-radius:5px}div.jGrowl div.jGrowl-notification{min-height:40px}div.jGrowl div.jGrowl-notification div.jGrowl-header{font-weight:bold;font-size:10px}div.jGrowl div.jGrowl-notification div.jGrowl-close{float:right;font-weight:bold;font-size:12px;cursor:pointer}div.jGrowl div.jGrowl-closer{height:15px;padding-top:4px;padding-bottom:4px;cursor:pointer;font-size:11px;font-weight:bold;text-align:center}.floatleft{float:left;margin:0;padding-left:4px;border:0}.floatright{float:right;margin:0;padding:2px;border:0}.floatcenter0{margin:0 auto}.floatcenter1{margin:1em auto}.clear{clear:both;height:0;font-size:0;line-height:0}.clearleft{clear:left;height:0;font-size:0;line-height:0}.clearright{clear:right;height:0;font-size:0;line-height:0}.block{display:block}.inline{display:inline}.blockinline{display:inline-block}.left,.txtleft{text-align:left}.right,.txtright{text-align:right}.center,.txtcenter{text-align:center}.justify,.txtjustify{text-align:justify}.middle,.alignmiddle{vertical-align:middle}.top,.aligntop{vertical-align:top}.bottom,.alignbottom{vertical-align:bottom}.positop{margin-top:0;padding-top:0}.posibottom{margin-bottom:0;padding-bottom:0}.table{display:table}.tcaption1{display:block;width:100%}.tcaption2{display:block;width:200%}.tcaption3{display:block;width:300%}.tcaption4{display:block;width:400%}.tcaption5{display:block;width:500%}.tcaption6{display:block;width:600%}.tbody{display:table-row-group}.trow{display:table-row}.tcell{display:table-cell}.tfootend{width:auto}.collapse{border-collapse:collapse}.separate{border-collapse:separate}.bspacing1{border-spacing:1px}.bspacing2{border-spacing:2px}.bspacing3{border-spacing:3px}.bspacing4{border-spacing:4px}.bspacing5{border-spacing:5px}.bspacing10{border-spacing:10px}.widthauto{width:auto}.width100{width:100%}.width90{width:90%}.width80{width:80%}.width75{width:75%}.width70{width:70%}.width66{width:66.6%}.width60{width:60%}.width50{width:49%}.width45{width:45%}.width40{width:40%}.width33{width:33.3%}.width30{width:30%}.width25{width:25%}.width20{width:20%}.width15{width:15%}.width10{width:10%}.width5{width:5%}.width3{width:3%}.width2{width:2%}.width1{width:1%}.pad2{padding:2px}.pad3{padding:3px}.pad5{padding:5px}.pad7{padding:7px}.pad10{padding:10px}.marg2{margin:2px}.marg3{margin:3px}.marg5{margin:5px}.marg7{margin:8px}.marg10{margin:10px}.verysmall,.xx-small{font-size:.7em}.smallsmall,.x-small{font-size:.8em}.small{font-size:.92em}.normal{font-size:1em}.big{font-size:1.17em}.maxi{font-size:1.5em}.bold{font-weight:bold}.bolder{font-weight:bolder}.lighter{font-weight:lighter}.normal{font-weight:normal;font-style:normal}.italic{font-style:italic}.oblique{font-style:oblique}.underline{text-decoration:underline}.expanded{letter-spacing:.5em}.condensed{letter-spacing:-0.1em}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.line100{line-height:1em}.line120{line-height:1.2em}.line140{line-height:1.4em}.line160{line-height:1.6em}.line170{line-height:1.7em}.line180{line-height:1.8em}.line200{line-height:2em}.line220{line-height:2.2em}.line240{line-height:2.4em}.red{background-color:transparent;color:red}.blue{background-color:transparent;color:#00f}.black{background-color:transparent;color:#000}.white{background-color:transparent;color:#fff}.yellow{background-color:transparent;color:#ff0}.orange{background-color:transparent;color:orange}.green{background-color:transparent;color:#008000}.silver{background-color:transparent;color:silver}.hide{display:none}.hidden{visibility:hidden;position:absolute;top:0;left:0}.spacer{padding:0 0 3px 0}.separator{clear:both;float:left;height:1px;width:100%}.cursordefault{cursor:default}.cursormove{cursor:move}.cursorpointer{cursor:pointer}.cursorhelp{cursor:help}.opac5{opacity:.5 !important}.opac5:hover{opacity:1 !important}.opac7{opacity:.699999988079071044921875 !important}.opac7:hover{opacity:1 !important}.opac1{opacity:1 !important}.opac1:hover{opacity:.5 !important}.bradius3{border-radius:3px}.bradius5{border-radius:5px}.bradius10{border-radius:10px}.bradius15{border-radius:15px}.bnone{border:0}.border{border:#000 solid 1px}.dotted{border:#000 dotted 1px}.dashed{border:#000 dashed 1px}.solidblack{border:#000 solid 1px}.solidwhite{border:#fff solid 1px}.solidred{border:#f00 solid 1px}.solidyellow{border:#ff0 solid 1px}.solidblue{border:#00f solid 1px}.solidorange{border:#ffa500 solid 1px}.solidgreen{border:#008000 solid 1px}.solidbrown{border:#a52a2a solid 1px}.solidsilver{border:#c0c0c0 solid 1px}.dottedblack{border:#000 dotted 1px}.dottedwhite{border:#fff dotted 1px}.dottedred{border:#f00 dotted 1px}.dottedyellow{border:#ff0 dotted 1px}.dottedblue{border:#00f dotted 1px}.dottedorange{border:#ffa500 dotted 1px}.dottedgreen{border:#008000 dotted 1px}.dottedbrown{border:#a52a2a dotted 1px}.dottedsilver{border:#c0c0c0 dotted 1px}.dashedblack{border:#000 dashed 1px}.dashedwhite{border:#fff dashed 1px}.dashedred{border:#f00 dashed 1px}.dashedyellow{border:#ff0 dashed 1px}.dashedblue{border:#00f dashed 1px}.dashedorange{border:#ffa500 dashed 1px}.dashedgreen{border:#008000 dashed 1px}.dashedbrown{border:#a52a2a dashed 1px}.dashedsilver{border:#c0c0c0 dashed 1px}.doubleblack{border:#000 double 4px}.doublewhite{border:#fff double 4px}.doublered{border:#f00 double 4px}.doubleyellow{border:#ff0 double 4px}.doubleblue{border:#00f double 4px}.doubleorange{border:#ffa500 double 4px}.doublegreen{border:#008000 double 4px}.doublebrown{border:#a52a2a double 4px}.doublesilver{border:#c0c0c0 double 4px}.grooveblack{border:#000 groove 3px}.groovewhite{border:#fff groove 3px}.groovered{border:#f00 groove 3px}.grooveyellow{border:#ff0 groove 3px}.grooveblue{border:#00f groove 3px}.grooveorange{border:#ffa500 groove 3px}.groovegreen{border:#008000 groove 3px}.groovebrown{border:#a52a2a groove 3px}.groovesilver{border:#c0c0c0 groove 3px}.ridgeblack{border:#000 ridge 3px}.ridgewhite{border:#fff ridge 3px}.ridgered{border:#f00 ridge 3px}.ridgeyellow{border:#ff0 ridge 3px}.ridgeblue{border:#00f ridge 3px}.ridgeorange{border:#ffa500 ridge 3px}.ridgegreen{border:#008000 ridge 3px}.ridgebrown{border:#a52a2a ridge 3px}.ridgesilver{border:#c0c0c0 ridge 3px}.insetblack1{border:#000 inset 1px}.insetblack{border:#000 inset 3px}.insetwhite1{border:#fff inset 1px}.insetwhite{border:#fff inset 3px}.insetred{border:#f00 inset 3px}.insetyellow{border:#ff0 inset 3px}.insetblue{border:#00f inset 3px}.insetorange{border:#ffa500 inset 3px}.insetgreen{border:#008000 inset 3px}.insetbrown{border:#a52a2a inset 3px}.insetsilver1{border:#c0c0c0 inset 1px}.insetsilver{border:#c0c0c0 inset 3px}.outsetblack1{border:#000 outset 1px}.outsetblack{border:#000 outset 3px}.outsetwhite1{border:#fff outset 1px}.outsetwhite{border:#fff outset 3px}.outsetred{border:#f00 outset 3px}.outsetyellow{border:#ff0 outset 3px}.outsetblue{border:#00f outset 3px}.outsetorange{border:#ffa500 outset 3px}.outsetgreen{border:#008000 outset 3px}.outsetbrown{border:#a52a2a outset 3px}.outsetsilver1{border:#c0c0c0 outset 1px}.outsetsilver{border:#c0c0c0 outset 3px}.arial{font-family:Arial,Helvetica,sans-serif}.courierNew{font-family:'Courier New',Courier,monospace}.georgia{font-family:Georgia,'Times New Roman',Times,serif}.lucidaConsole{font-family:'Lucida Console',Monaco,monospace}.lucidaSansUnicode{font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif}.tahoma{font-family:Tahoma,Geneva,sans-serif}.times{font-family:'Times New Roman',Times,serif}.trebuchet{font-family:'Trebuchet MS',Helvetica,sans-serif}.verdana{font-family:Verdana,Geneva,sans-serif}.msSans{font-family:'MS Sans Serif',Geneva,sans-serif}.msSerif{font-family:'MS Serif','New York',serif}.helvetica{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif}.impact{font-family:Impact,Charcoal,sans-serif}.century{font-family:'Century Gothic','Lucida Grande','Lucida Sans Unicode',sans-serif}.shadow{text-shadow:2px 2px 3px #aaa}.shadowlight{text-shadow:1px 1px 2px #aaa}.boxshadow{box-shadow:1px 2px 3px rgba(0,0,0,0.5)}.boxinset{box-shadow:0 3px 8px rgba(0,0,0,0.24) inset}.twocolumn{column-count:2;column-gap:1.5em}.threecolumn{column-count:3;column-gap:1.2em}.forcolumn{column-count:4;column-gap:1.2em}.column10{column-width:10em;column-gap:1.2em}.column15{column-width:15em;column-gap:1.2em}.column20{column-width:20em;column-gap:1.2em}.column25{column-width:25em;column-gap:1.2em}
\ No newline at end of file
|