body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}
td {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}
h1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.zag {
	font-family: Arial;
	font-size: 12px;
	color: #3B3224;
}
.zag14{
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	margin-top: 20px;
}
.menu_text {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #3B3224;
}
.text_sm_red {
	font-family: Arial;
	font-size: 12px;
	color: #C8322E;
}
.text_sm_green {
	font-family: Arial;
	font-size: 12px;
	color: #1bd51b;
}
.text12_und {
  font-family: Arial;
  font-size: 12px;
  text-decoration: underline;
  color: #000000;
}
.text8 {
  font-family: Arial;
  font-size: 8px;
  color: #000000;
}
.text9 {
  font-family: Arial;
  font-size: 9px;
  color: #000000;
}
.text14 {
  font-family: Arial;
  font-size: 14px;
  color: #000000;
}
a {
  font-family: Arial;
  font-size: 12px;
  text-decoration: underline;
  color: #3B3224;
}
a:hover {
  font-family: Arial;
  font-size: 12px;
  text-decoration: underline;
  color: #C8322E;
}
a.zag {
  font-size: 16px;
  }
a.zag:hover {
  font-size: 16px;
}
a.text {
  font-size: 14px;
  }
a.text:hover {
  font-size: 14px;
}
a.edit {
  font-size: 11px;
  text-decoration: underline;
  color: #aaaaaa;
}
a.edit:hover {
  font-size: 11px;
  text-decoration: underline;
  color: #C8322E;
}
a.menu {
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: #3B3224;
}
a.menu_red {
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: #C8322E;
}
a.menu_green {
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: #6EA100;
}
a.menu_orang {
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: #F8AB1D;
}
a.menu_blue {
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: #176DAE;
}
a.menu:hover {
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: #C8322E;
}
a.menu_tek {
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
}
a.menu_tek:hover {
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: #3B3224;
}
a.menu_dop {
	text-decoration: none;
}
a.menu_dop:hover {
	text-decoration: none;
}
a.razdel {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
a.razdel:hover {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
a.menu2 {
  font-size: 12px;
  text-decoration: none;
  color: #000000;
}
a.menu2:hover {
  text-decoration: none;
  color: #C8322E;
}
a.menu2_red {
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	background-color: #C8322E;
}
a.menu2_w {
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
select					   { border:1px solid #999;}
select:focus 			   { border-color:#C8322E; }
input[type="text"]         { border:1px solid #999;}
input[type="text"]:focus   { border-color:#C8322E; }
input[type="password"]         { border:1px solid #999;}
input[type="password"]:focus   { border-color:#C8322E; }
/* submit button */
input[type="submit"]       { cursor:pointer;border:1px solid #999;}
input[type="submit"]:hover,
input[type="submit"]:focus { border-color:#333;}

textarea 		{ border:1px solid #999;}
textarea:focus { border-color:#C8322E; }
		div{		
      font-family:Tahoma;
      font-size:11px;
      }
      .content div{
      padding:20px;
      border:2px solid green;
      color:black;
      
      }
      .name div{ 
      float:left;
      width:70px;
      padding: 2px 12px 2px 12px;
      margin-right:2px;
      }
      .hide{ /* Скрытый таб */
      display:none;
      }
      .show{ /* Видимый таб */
      display:block;
      color:red;
      }
      .nonactive{ /* Неактивный заголовок таба */
      background-color:#cccccc;
      cursor:pointer;
      color:black;
      }
      .active{ /* Активный заголовок таба */
      background-color:green;
      cursor:default;
      color:white;  
      }     
      
		#add-photo {
		position: absolute;
 		border:solid #105a98 4px;
		
  		left:45%;
  		top:30%;
  		margin:0 auto;
		display: none;
  		z-index: 10;
    	overflow: hidden;
		background: #FFFFFF;
		}

  #tabs {
    height: 20px;
    padding-top: 5px;
    padding-bottom: 3px;
  }
 
  #tabs a {
    display: block;
    float: left;
    height: 20px;
    width: 150px;
    margin-right: 4px;
    background-image: url(/images/button.png);
    background-position: left top;
    background-repeat: no-repeat;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
  }
 
  #tabs a span {
    font-size: 10px;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
  }
  #tabs a.active {
    background-image: url(/images/button_active.png);
    background-color: transparent;
    cursor: pointer;
  }
  
  #tabs_b {
    height: 60px;
    padding-top: 5px;
    padding-bottom: 3px;
  }
 
  #tabs_b a {
    display: block;
    float: left;
    height: 60px;
    width: 150px;
    padding-top: 15px;
	 margin-right: 4px;
    background-image: url(/images/add_travels.gif);
    background-position: left top;
    background-repeat: no-repeat;
    line-height: 10px;
    text-align: center;
	 text-decoration: none;
  }
  #tabs_b a.active span {
    color: white;
  }
  #tabs_b a span {
    font-size: 10px;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
  }
  #tabs_b a.active {
    background-image: url(/images/add_travels_red.gif);
    background-color: transparent;
    cursor: pointer;
  }
 #tabs_b a.active span {
    color: white;
  }
