
/* 
  File name:  main
  Created on: 25. Januar 2005 at 00:11
  Author:     Administrator  

  Description:
    basic stylesheet
*/
root
{
  display: block;
}

.trendtext
{
  font-weight: normal;
  font-size: 0.9em;
  color: LightSlateGray;
  font-family: Tahoma, Arial, sans-serif;
}
.trendtextbold
{
  font-weight: bold;
  font-size: 0.9em;
  color: LightSlateGray;
  font-family: Tahoma, Arial, sans-serif;
}
.trendtextsmall
{
  font-weight: normal;
  font-size: 0.8em;
  color: LightSlateGray;
  font-family: Tahoma, Arial, sans-serif;
}
.trendtextsmallbold
{
  font-weight: bold;
  font-size: 0.8em;
  color: LightSlateGray;
  font-family: Tahoma, Arial, sans-serif;
}
.trendtextlarge
{
  font-weight: normal;
  font-size: 1.1em;
  color: LightSlateGray;
  font-family: Tahoma, Arial, sans-serif;
}
.trendtextlargebold
{
  font-weight: bold;
  font-size: 1.1em;
  color: LightSlateGray;
  font-family: Tahoma, Arial, sans-serif;
}
.trenderror
{
  font-size: 0.8em;
  color: #ff0000;
  font-family: Tahoma, Arial, sans-serif;
}
.trenderrorbold
{
  font-weight: bold;
  font-size: 0.8em;
  color: #ff0000;
  font-family: Tahoma, Arial, sans-serif;
}
.trendlink
{
  font-size: 0.9em;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
  color: Gray;
  text-decoration: none;
  cursor: hand, pointer;
}
.trendlink:active
{
  font-size: 0.9em;
  color: #FF0000;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: none;
  cursor: hand, pointer;
}
.trendlink:visited
{
  font-size: 0.9em;
  color: Gray;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: none;
  cursor: hand, pointer;
}
.trendlink:hover
{
  font-size: 0.9em;
  color: #FF4B7F;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: none;
  cursor: hand, pointer;
}

.trendlinkbold
{
  font-size: 0.9em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: Gray;
  text-decoration: none;
  vertical-align: top;
  cursor: hand, pointer;
}
.trendlinkbold:active
{
  font-size: 0.9em;
  color: #FF0000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  cursor: hand, pointer;
}
.trendlinkbold:visited
{
  font-size: 0.9em;
  color: Gray;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  cursor: hand, pointer;
}
.trendlinkbold:hover
{
  font-size: 0.9em;
  color: #FF4B7F;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  cursor: hand, pointer;
}
.trendlinksmall
{
  font-size: 0.8em;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
  color: Gray;
  text-decoration: none;
  cursor: hand, pointer;
}
.trendlinksmall:active
{
  font-size: 0.8em;
  color: #FF0000;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: none;
  cursor: hand, pointer;
}
.trendlinksmall:visited
{
  font-size: 0.8em;
  color: Gray;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: none;
  cursor: hand, pointer;
}
.trendlinksmall:hover
{
  font-size: 0.8em;
  color: #FF4B7F;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: none;
  cursor: hand, pointer;
}

.trendlinksmallbold
{
  font-weight: bold;
  font-size: 0.8em;
  color: Gray;
  font-style: normal;
  font-family: Tahoma, Arial, sans-serif;
  text-decoration: none;
}
.trendlinksmallbold:visited
{
  font-weight: bold;
  font-size: 0.8em;
  color: Gray;
  font-style: normal;
  font-family: Tahoma, Arial, sans-serif;
  text-decoration: none;
}
.trendlinksmallbold:active
{
  font-weight: bold;
  font-size: 0.8em;
  color: #ff0000;
  font-style: normal;
  font-family: Tahoma, Arial, sans-serif;
  text-decoration: underline;
}
.trendlinksmallbold:hover
{
  font-weight: bold;
  font-size: 0.8em;
  color: #FF4B7F;
  font-style: normal;
  font-family: Tahoma, Arial, sans-serif;
  text-decoration: underline;
}
.trendtextfield
{
  font-weight: normal;
  font-size: 9pt;
  color: #000000;
  font-style: normal;
  font-family: Tahoma, Arial, sans-serif;
  height: 20px;
}
.trendtextfieldbold
{
  font-weight: bold;
  font-size: 9pt;
  color: #000000;
  font-style: normal;
  font-family: Tahoma, Arial, sans-serif;
  height: 20px;
}
.trendtextfieldsmall
{
  font-weight: normal;
  font-size: 0.8em;
  color: #000000;
  font-style: normal;
  font-family: Tahoma, Arial, sans-serif;
  height: 20px;
}
.trendtextfieldsmallbold
{
  font-weight: bold;
  font-size: 0.8em;
  color: #000000;
  font-style: normal;
  font-family: Tahoma, Arial, sans-serif;
  height: 20px;
}
.trendtextfieldwide
{
  font-weight: normal;
  font-size: 9pt;
  width: 100%;
  color: #000000;
  font-style: normal;
  font-family: Tahoma, Arial, sans-serif;
  height: 20px;
}
.trendtextfieldwidebold
{
  font-weight: bold;
  font-size: 9pt;
  width: 100%;
  color: #000000;
  font-style: normal;
  font-family: Tahoma, Arial, sans-serif;
  height: 20px;
}
.trendtextfieldwidesmall
{
  font-weight: normal;
  font-size: 0.8em;
  width: 100%;
  color: #000000;
  font-style: normal;
  font-family: Tahoma, Arial, sans-serif;
  height: 20px;
}
.trendtextfieldwidesmallbold
{
  font-weight: bold;
  font-size: 0.8em;
  width: 100%;
  color: #000000;
  font-style: normal;
  font-family: Tahoma, Arial, sans-serif;
  height: 20px;
}
.trendbutton
{
  font-weight: normal;
  font-size: 0.8em;
  color: #000000;
  font-style: normal;
  font-family: Tahoma, Arial, Sans-Serif;
  height: 20px;
  text-align: center;
}
body
{
  font-size: small !important;
  text-align:center;
  background-color: AliceBlue;
  color:Gray;
  Scrollbar-BaseColor: AliceBlue;
  scrollbar-3dlight-color: #54E8C4;
  scrollbar-arrow-color: #A3C1E8;
  scrollbar-darkshadow-color: #525F67;
  scrollbar-face-color: #7C82D5;
  scrollbar-highlight-color: #C3FBD5;
  scrollbar-shadow-color: #9C8CAB;
  scrollbar-track-color: #F8DCA7;
  scrollbar-style: flat;
  width: 800px;
}
.trendbackgrounddark
{
  background-color: #c1c1c1;
}
.trendbackgroundlight
{
  background-color: #f1f1f1;
}
.trendbackgroundsilver
{
  background-color: #cccccc;
}
.trendbackgrounddarkgreen
{
  background-color: #339999;
}
.trendbackgroundvioletblue
{
  background-color: #9999ff;
}
.trendbackgroundorange
{
  background-color: #ffcc66;
}
.trendbackgroundbeige
{
  background-color: beige;
}
.trendcolordark
{
  color: #c1c1c1;
}
.trendcolorlight
{
  color: #f1f1f1;
}
.trendcolorsilver
{
  color: #cccccc;
}
.trendcolordarkgreen
{
  color: #339999;
}
.trendcolorvioletblue
{
  color: #9999ff;
}
.trendcolororange
{
  color: #ffcc66;
}
.trendcolorbeige
{
  color: beige;
}

.trendcontent
{
  width: 100%;
}
.trendcontentsmall
{
  width: 300px;
}
.trendpopupsmallcontent
{
  width: 100px;
}
.trendcontent700
{
  width: 700px;
}
.trendcontent600
{
  width: 600px;
}
.trendcontent500
{
  width: 500px;
}
.trendcontent400
{
  width: 400px;
}
.trendcontent300
{
  width: 300px;
}
.trendcontent200
{
  width: 200px;
}
.trendcontent100
{
  width: 100px;
}
.divvita
{
  border: solid 1px Gray;
  margin: 1px 2px 1px 2px;
  clear: both;
  width: 100px;
}

#trendcontent
{
  border: 1px solid #90BADE;
}

#trendcontent ul
{
  list-style: none;
}

#trendcontent li
{
  height: 300px;
  text-indent: 10px;
}
#trendcontent li div
{
  text-indent:10px;
}

