/**
 * @project     KIX4OTRS (http://www.cape-it.org) - Customer Frontend
 * @version     $Revision: 1.9 $
 * @copyright   c.a.p.e. IT GmbH
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

@media screen,projection,tv,handheld {

/**
 * @package     Skin "default"
 * @section     Default Settings
 */

a {
    color: #222222;
}

a:hover {
    color: #EB9430;
}

h1 {
    font-size: 21px;
    font-weight: bold;
    margin: 5px 0px 20px 0px;
}

/**
 * @subsection  Header
 */

#Header {
    padding: 10px 0 2px;
    background:         url("../img/header_background.png") repeat-x scroll 0 0 transparent;
    border-bottom:      none;
    text-shadow: 0 1px 0 #EEE;
    color:              #404040;
    height:             64px;
    position:           relative;
    z-index:            10;
}

.CompanyName {
    padding-left: 10px;
}
/**
 * @subsection  Content
 */

.Content {
    padding: 13px 21px;
    border:             none;
    border-color:       transparent;
    border-top:         1px solid transparent;
}

/**
* @subsection Spacings
*/

  .SpacingTop {
      margin-top: 13px;
  }
  .SpacingTopNo {
      margin-top: 0 !important;
  }
  .SpacingTopSmall {
    margin-top: 8px;
  }
  .SpacingTopMedium {
      margin-top: 34px !important;
  }
  .SpacingTopLarge {
    margin-top: 89px;
  }
  .SpacingBottom {
      margin-bottom: 13px;
  }
  .SpacingBottomNo {
      margin-bottom: 0 !important;
  }
  .SpacingBottomMedium {
      margin-bottom: 34px !important;
  }
  .SpacingBottomLarge {
      margin-bottom: 89px;
  }
  .SpacingBottomSmall {
      margin-bottom: 8px;
  }
  .SpacingRight {
      margin-right: 13px;
  }
  .SpacingRightNo {
      margin-right: 0 !important;
  }
  .SpacingRightSmall {
      margin-right: 8px;
  }
  .SpacingRightMedium {
      margin-right: 25px;
  }
  .SpacingRightLarge {
      margin-right: 89px;
  }
  .SpacingLeft {
      margin-left: 13px;
  }
  .SpacingLeftNo {
      margin-left: 0 !important;
  }
  .SpacingLeftSmall {
      margin-left: 8px;
  }
  .SpacingLeftMedium {
      margin-left: 25px;
  }
  .SpacingLeftLarge {
      margin-left: 89px;
  }

/**
* @subsection Standard Widths
*/

  .W10pc {
    width: 10%;
  }
  .W20pc {
    width: 20%;
  }
  .W25pc {
    width: 25%;
  }
  .W33pc {
    width: 33%;
  }
  .W50pc {
    width: 50%;
  }
  .W75pc {
    width: 75%;
  }
  .W100pc {
    width: 100%;
  }
  .W50px {
    width: 50px;
  }
  .W950px {
    width: 950px;
  }
  .FixedWidth250 {
    width: 250px;
  }

  /**
    * @subsection Widget
  */

  .WidgetSimple {
    padding: 34px 34px 21px;
    width: 600px;
}

.WidgetSimple .Header {
    font-size:      14px;
    font-weight:    bold;
    color:          #505050;
}

  div.WidgetPopup {
    display: none;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 5;
    width: 400px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #CCC;
    background: #eee url(../img/widget_bg_100.png) repeat-x;
    -moz-box-shadow: 4px 4px 4px #666;
    -webkit-box-shadow: 4px 4px 4px #666;
    box-shadow: 4px 4px 4px #666;
  }
  div.WidgetPopup > .Header{
    padding: 2px 5px 3px;
    border: 1px solid #FFF;
    border-bottom: 1px solid #CCC;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    position: relative;
  }
  div.WidgetPopup > .Header h2 {
    padding: 4px 3px;
    margin: 0;
  }
  div.WidgetPopup > .Content{
    padding: 8px 8px 10px;
    border: 1px solid #FFF;
    border-bottom: none;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    overflow: auto;
  }

  #FollowUp  {
    width: 940px;
  }

  input[type=text].Validate_DateFull {
    width: 80px;
  }
  input[type=text].Validate_DateDay {
    width: 25px;
  }
  input[type=text].Validate_DateMonth {
    width: 25px;
  }
  input[type=text].Validate_DateYear {
    width: 40px;
  }


} /* end @media */
