/* Stylesheet for the WML documents */
/* Copyright 2003 Opera Software */

/* Modified by Toman, tomanATwebtomanDOTcom */

@namespace wml url(http://www.wapforum.org/2001/wml);

wml|wml, wml|template, wml|card, p, br, pre {display: block; font:9pt sans-serif;}

wml|wml {
  color: windowtext;
  background: window;
}

wml|template {
  background: threedface;
  border:1px solid;
  border-color: threedhighlight threedshadow threedshadow threedhighlight;
  padding: .6em .8em;
  margin-bottom: .3em;
}

wml|card:before {
  display: block;
  font-weight: bold;
  font-size:1.1em;
  text-transform:uppercase;
  background: activecaption;
  color: white;
  content: attr(title);
  padding: .2em;
  margin-bottom: .5em;
}

wml|card { 
  display: block;
  position: deck;
  padding: .5em;
  text-align: left;
}

img {
  margin .3em;
}

wml|timer { display: none }

wml|do {
  padding: .2em;
  margin: .2em;
  white-space: nowrap;
  text-transform:uppercase;
  font-size:.8em;
  color:blue;
}

wml|template wml|do {
  color:buttontext;
  margin:2px;
  font:status-bar;
  font-size:.8em;
}

wml|do[type=prev]:before {
  content: "Previous";
}

wml|do[type=next]:before {
  content: "Next";
}

wml|do[type=accept]:before {
  content: "Accept";
}

wml|do[type=options]:before {
  content: "Options";
}

wml|do[label]:before {
  content: attr(label);
  font-style: normal;
}

a, wml|go, wml|anchor {
color:blue;
text-decoration:none;
display:inline ;
}

a:hover, wml|go:hover, wml|anchor:hover {
text-decoration:underline;
}
a:visited, wml|go:visited, wml|anchor:visited {
color:purple;
}
wml|onevent[type="onenterforward"] wml|go:before {
  content: "Please press forward";
  text-decoration: blink;
}

small {
  font-size: smaller;
}

p { padding: .2em }

p, p[align=left] { text-align: left } 
p[align=center] { text-align: center }
p[align=right] { text-align: right }

strong, b { font-weight: bold }
i, em { font-style: italic }
u { text-decoration: underline }
big { font-size: larger }
pre { white-space: -o-pre-wrap }

table { display: table }
tr { display: table-row }
td { display: table-cell }

fieldset { display: block }
