/* 
   LineSoft creative group site .0B Styles
   http://linesoft.org
   (c) LineSoft creative group

   U661A
*/

 /* Main */

 body {
   background:#D1DCE7; 
   background-image:url('g/bg.gif'); 
   color:#202020; 
   font-family: Tahoma, Arial; 
   font-size:9pt;
 }

 TABLE {
   color:#202020;
   font-family:Tahoma, Arial;
   font-size:9pt;
 }

 h1,h2,h3,h4,h5,h6 
 {color:#3F6A96;font-family:Verdana,Lucida Console,Tahoma,Arial;font-weight:normal;}
 h1 {color:#000000;font-size:16pt;font-weight:normal; margin: 8 8 18 8;}
 h2 {font-size:14pt;font-weight:normal; margin: 16 8 18 8;}
 h3 {font-size:11pt;font-weight:bold;}
 h4 {font-size:11pt;font-weight:normal;}
 h5,h6 {font-size:10pt;font-weight:bold;}

 /* Common */

 .codearea {font-size:9pt;width:100%}
  pre.code {color:003060;}

 .NoteNormal {font-size:9pt;color:#707070;} 
 .NoteSmall {font-size:8pt;color:#707070;} 
 .WarningColor {color:#A62F2F}
 .OKColor {color:#287337}

 .small8 {font-size:8pt;}

 p.i {text-indent:3ex;}
 p.i0,p.m0 {text-indent:3ex; margin-top:0; margin-bottom:0;}
 p.mb0 {text-indent:3ex; margin-bottom:0;}
 p.mt0 {text-indent:3ex; margin-top:0;}

 /* Lists */

 .li1 {margin: 8 0 4 16;}
 .li2 {margin: 4 0 4 32;}
 .ul1 {margin:0 4 4 16}

 ul.List {margin: 0 4 4 16;}
 li.Lev1 {margin: 4 0 4 16;}
 li.Lev2 {margin: 4 0 4 32;}

 /* Images */

 /* Right aligned image margins */
 .ImageRA {margin: 6 4 6 12; text-align:right; text-indent:0}
 /* Left aligned image margins */
 .ImageLA {margin: 6 12 6 4; text-align:left; text-indent:0}
 /* Centered image margins */
 .ImageCA {margin: 4ex 8 1ex 8; text-align:center; text-indent:0}

 /* Links */

 A, A:link, A:visited, A:active, A:hover 
 {font-size:9pt;font-family:Tahoma,Verdana,Arial;color:#2D71BB;text-decoration:none;}
 A:active, A:hover {color:#1098F3;text-decoration:underline;}

 .topmenu, A.topmenu, A.topmenu:link, A.topmenu:visited, A.topmenu:active,A.topmenu:hover
 {font-size:8pt;font-family: Verdana,Lucida Console,Tahoma,Arial;color:#B3CCE1;text-decoration:none; letter-spacing: 0.1em;}
 A.topmenu:active,A.topmenu:hover {color:#B3CCE1;text-decoration:underline;}
 
 .ContentTop, A.ContentTop, A.ContentTop:link, A.ContentTop:visited, A.ContentTop:active,A.ContentTop:hover
 {font-size:8pt;font-family: Verdana,Tahoma,Arial;color:#4682B3;text-decoration:none; letter-spacing: 0.1em;}
 A.ContentTop:active,A.ContentTop:hover {color:#1098F3;text-decoration:underline;}
 
 /* Left menu */

 .menu, A.menu, A.menu:link, A.menu:visited, A.menu:active,A.menu:hover
 {font-size:9pt;font-family: Verdana,Tahoma,Lucida Console,Arial;color:#4682B3;text-decoration:none; padding-left:6px;}
 A.menu:active,A.menu:hover {color:#FFFFFF;font-weight:normal;}

 .RMenuItemNormal {background: #C1D3E6; background-image:none; }
 .RMenuItemSelected  {background:#83A6CD; background-image: url('/g/menuselbg.jpg'); }
 .RMenuItemCurrent  {background: #C1D3E6; background-image: url('/g/menubgcur.jpg'); }
	

 /* Standart form */

 .sform {border:solid 1px #95B4D5; background-color:#E9EFF5;}
 .sformTop {background-color:#E9EFF5; padding-top:2px; padding-left:16px; height:40px; 
            color: #304D6B; font-size:13pt; font-family:Verdana, Tahoma, Arial; 
            background-image:url(/g/form/headbg.jpg);
            /* border-bottom:1px solid #BDCFE3; */
            background-repeat: repeat-y;
            }
 .sformMiddle {background-color:#E9EFF5;}
 .sformBottom {background-color:#CADAE8;
               background-image:url(/g/form/botbg.jpg);
               background-repeat: repeat-y;
               height:38px;
               }
 .sformFields { margin:10 0 10 0; } 

 .sformFieldDesc { text-align:right; padding:3 8 3 8; color: #5886B4;}
 .sformField { padding:3 8 3 8; color: #304D6B;} 
 .sformFieldWhiteLine { background-color:#EFF5FA; } 

 .sformInput {
              background-color:#F4F8FB; 
              border-top: 1px solid #B1C6DE;
              border-right: 1px solid #9CB2CB;
              border-bottom: 1px solid #96ABC3;
              border-left: 1px solid #ADC3DD;
              font-size:9pt;font-family:Tahoma,Verdana,Arial;
             }
 .sformButton {
              background-color:#B6C9DF;   
              color: #304D6B;
              font-size:9pt;font-family:Tahoma,Verdana,Arial;
              border-top: 1px solid #B1C6DE;
              border-right: 1px solid #9CB2CB;
              border-bottom: 1px solid #96ABC3;
              border-left: 1px solid #ADC3DD;
  }

