
/*
 * CSS:Global, by Limarc /Alexander Lobashev/
 * 
 * (c) 2008-2009 by Limarc, Lim-on Media
 * _link: http://www.free-lance.ru/users/Limarc
 *
 * _index: doc.style_global.css
 * _revision: 1.13
 * 

 //  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: #fff;
         
         font: 62.5% Tahoma, Geneva, sans-serif;
         color: #000;
         
         padding: 0px;
         
         width: 100%;
         height: 100%;
 }

  /* > `form elements`
 ----------------------------------------------- */
 textarea,
 select,
 input
 {
         font: .9em Tahoma, Geneva, sans-serif;
         color: #373737;
         
         padding: 0px;
	 margin: 0px;
 }

 label
 {
         cursor: pointer;
 }

  /* > `links elements`
 ----------------------------------------------- */
 a
 {
         color: #002f4a;
         text-decoration: underline;
 }

 a:hover
 {
         text-decoration: none;
 }
 
 /* > `links elements` adventsment
 ----------------------------------------------- */
 a.selected
 {
	 text-decoration: none;
 }
  
 a.high
 {
         color: #ff0000;
 }
 
 a.low
 {
         color: #777777;
 }
 
 a.archive
 {
         background: url('../images/icon/archive.gif') no-repeat bottom left;
	 
	 padding-left: 30px;
 }
 
 /* > `span elements` extended
 ----------------------------------------------- */
 span.high
 {
         color: #860100;
 }
 
 span.low
 {
         color: #777777;
 }
 
 span.requied
 {
         color: #ff0000;
	 
         padding-left: 5px;
	 padding-right: 10px;
 }
 
 span.date
 {
	 font-size: 0.8em;
	 color: #005973;
 }  
 
