/*
 * ----------------------------------------------------
 * 1C-Bitrix
 * ----------------------------------------------------
 * by Limarc /Alexander Lobashev/
 * (c) 2007-2008 by Limarc, Lim-on Media
 * Web: http://www.lobashev.org
 *      http://www.limon-media.org
 * ----------------------------------------------------
 * Index: style_common.css
 * ----------------------------------------------------
 *

 //  CSS Information:
     ------
     Colors:
         light orange: FF8000
          dark orange: D96C00
           dark beige: 4D4D40
            med beige: 80806B
          light beige: E5E5D8
          darker teal: 268080
            dark teal: 3DCCCC
           light teal: B3FFFF

 */


 /* > `common elements`
 ----------------------------------------------- */
 html
 {
         width: 100%;
         height: 100%;
 }

 body
 {
         background: #2e5590 url('../images/background.jpg') repeat-x top;
         
         font: 62.5% Tahoma, Trebuchet MS, Sans-serif;
         color: #fff;
         
         margin: 0px auto;
         padding: 0px;
         
         /*overflow-y: scroll;
         overflow-x: hidden;
         overflow: -moz-scrollbars-vertical;*/
         
         width: 100%;
         height: 101%;         
 }


 /* > `table elements`
 ----------------------------------------------- */
 table
 {
         font: 1.2em Tahoma, Trebuchet MS, Sans-serif;
         color: #fff;
 }


 /* > `form elements`
 ----------------------------------------------- */
 form
 {
         display: inline;
 }

 textarea, select, input
 {
         background: #fff;
         
         font: 1.2em Tahoma, Trebuchet MS, Sans-serif;
         color: #303032;
         
         
         padding: 3px;
         margin-right: 5px;
         border: 0px solid #fff;
 }


 /* > `help elements`
 ----------------------------------------------- */
 abbr, acronym
 {
         font-style: normal;
         border-bottom: 1px dashed #fff;
         cursor: help;
 }


 /* > `links elements`
 ----------------------------------------------- */
 a:link,
 a:visited,
 a:active
 {
         color: #fff;
         text-decoration: none;
         border-bottom: 0px solid #fff;
 }

 a:hover
 {
         color: #f1f1f1;
         text-decoration: none;
         border-bottom: 0px solid #f1f1f1;
 }

