/* -----------------------------------------------
Cheetah Wireless Technologies, Inc. (CWTI)
Author: Zoran Stalevski
(c) Ameritege, 2005. All rights reserved.
----------------------------------------------- */

/* ELEMENTS */
BODY {
   font-family: MyriadPro, Tahoma, Arial, Helvetica, Sans-Serif;
   font-size: 12px;
   margin: 0px;
   color: #666666;
   background-color: #ffffff;
}

TD {
   font-family: MyriadPro, Tahoma, Arial, Helvetica, Sans-Serif;
   font-size: 12px;
}

A, A:link, A:active, A:visited {
   color: #104060;
}
   A:hover {
      color: #ED1B23;
   }


H1 {
   font-family: MyriadPro, Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
   font-weight: bold;
   color: #000000;
   font-variant: small-caps;
   font-size: 22px;
   padding-left: 10px;
   border-left: #000000 16px solid;
   border-bottom: #000000 1px solid;
}

H2 {
   font-family: MyriadPro, Trebuchet MS, Tahoma, Arial, Helvetica, Sans-Serif;
   font-size: 16px;
   color: #ED1B23;
   padding-left: 10px;
}

H3 {
   font-family: MyriadPro, Trebuchet MS, Tahoma, Arial, Helvetica, Sans-Serif;
   font-size: 12px;
   font-weight: bold;
}

/* CLASSES */
.Padding10 {
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 10px;
   padding-bottom: 10px;
}

.Padding20 {
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 20px;
   padding-bottom: 20px;
}

.PressDatePanel {
   width: 100px;
   color: #000000;
   letter-spacing: 1pt;
   background-color: #f5f5f5;
   text-align: right;
   font-variant: small-caps;
}

.SmallText {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 10px;
   color: #666666;
}

.LightFrame {
   border-right: #e5e5e5 1px solid;
   border-top: #e5e5e5 1px solid;
   border-left: #e5e5e5 1px solid;
   border-bottom: #e5e5e5 1px solid;
}

.GreyBox {
   border-right: #e5e5e5 1px solid;
   border-top: #e5e5e5 1px solid;
   font-size: 11px;
   border-left: #e5e5e5 1px solid;
   border-bottom: #e5e5e5 1px solid;
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
   background-color: #f5f5f5;
}

.MsgBox {
   border-right: #e5e5e5 1px solid;
   padding-right: 5px;
   border-top: #e5e5e5 1px solid;
   padding-left: 5px;
   font-weight: bold;
   font-size: 14px;
   padding-bottom: 5px;
   border-left: #e5e5e5 1px solid;
   color: #ed1b23;
   padding-top: 5px;
   border-bottom: #e5e5e5 1px solid;
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
   background-color: #f5f5f5;
   font-variant: small-caps;
}