﻿/**{ margin: 0;}*/

html{   height: 100%;}
body{ margin: 0; height: 100%; 
      /*background:url(../images/content-pattern.jpg); */
      background:url(../images/bg2.jpg); 
      /*background:url(../images/bg2.jpg); */
      font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#fff;}
.form_title
   {
   	text-align:center;
   	font-size:24px;
   	font-weight:bold;
   	background-color:#005EBE;
   	color:White;
   	border-radius:5px 5px 5px 5px;
   	
   
   }
  
.test
{
    font-size:50px;
    font-weight:bold;
    text-align:center;
    color:White;
}
.wrapper {min-height: 80%;    height: auto !important;    height: 100%;    margin: 0 auto 0em; overflow:hidden; padding-bottom:5px}
#header 
{
	height:108px; 
    /*background:url(../images/header-bg.jpg); */
}
.main-header_prnt
{
	width:960px; margin:auto;  
	background:url(../images/mainwraper-bg.png); 
}
.main-header{ width:960px; margin:auto;  }
.logo{ float:left; margin-top:15px; width:240px; }
.logo-right{float: right;margin-top: 35px;
    text-align: right;
    width: 74%;}
.menu{ float:right; width:535px;}
.main-content{width:960px; margin:auto; padding:10px 10px 10px 10px;  }
.content-body{ line-height:20px; overflow:hidden;}
.leftblock{ float:left; width:239px;}
.rightblock{ float:left; width:75%;}





.footer 
{
	/*background:#09658a url(../images/bottom-bg1.jpg) repeat-x ; */
}
.main-footer{ width:960px; height:40px; margin:auto; background:url(../images/bottom-bg.jpg) no-repeat;   clear:both;}
.copymenu{ color:#ad6412; border-top:solid 1px #bababa; padding:10px 0 0 0;}
.copymenu a{color:#ad6412; text-decoration:none;}
.copyright{ float:left;}
.bottommenu{ float:right;}
.bottommenu span{color:#8d4b01;}
.left{ float:left;}
.right{ float:right;}
p{ padding-bottom:10px;}



.content {
	background-color:#F4F4F4;
	padding:10px;
	border:1px solid #464c54;
}
#content_2, #content_3 { display:none; }


.add_button
{		
    background-color: #ffb94b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fddb6f), to(#ffb94b));
    background-image: -webkit-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -moz-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -ms-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -o-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: linear-gradient(top, #fddb6f, #ffb94b);
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    
     -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
    
    border-width: 1px;
    border-style: solid;
    border-color: #d69e31 #e3a037 #d5982d #e3a037;

    float: right;
    height: 35px;
    padding: 0;
    min-width: 120px;
    max-width: auto;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #8f5a0a;
}

.add_button:hover,.add_button:focus
{		
    background-color: #fddb6f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb94b), to(#fddb6f));
    background-image: -webkit-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -moz-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -ms-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -o-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: linear-gradient(top, #ffb94b, #fddb6f);
}	

.add_button:active
{		
    outline: none;
   
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

.add_button::-moz-focus-inner
{
  border: none;
}