html
{
  height:100%;
} 
body
{
  background: #fff;
  font-family: Verdana;
  font-size: 12px;
  margin: 0;
}
div.head
{
  padding-bottom: 5px;
/*  height: 101px; */
  height: 70px;
  padding-top: 16px;
}
div.menu1, div.menu2
{
  display: inline;
}
div.menu2
{
  height: 23px;
  overflow: hidden;
}
div.menu_2_wrapper
{
  background: #e5e5e5;
}
div.wrapper
{
  width: 900px;
  margin: auto;
}
img
{
  border: 0;
}
div.menu
{
  height: 23px;
  overflow: hidden;
}
div.menu_wrapper
{
  /* height: 45px; */
}
div.languages
{
  text-align: right;
  height: 21px;
  overflow: hidden;
}
div.languages a
{
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  background: #fff;
  color: #000;
  text-decoration: none;
  text-align: center;
}
div.content
{
  width: 900px;
  min-height: 350px;
  background: #fff;
  margin-bottom: 35px;
}
div.content p
{
  
}
div.info
{
  border: solid 1px #88e;
  background: url(/a_icons/page_white_edit.png) no-repeat scroll 0 7px #eef;
  padding-left: 20px;
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  font-size: 14px;
}
ul.admin
{
  background: #fff;
  border: solid 1px #eee;
  padding: 2px;
}
ul.admin li
{
  list-style-type: none;
}
li.edit
{
  background: url(/a_icons/page_white_edit.png) no-repeat;  
}
li.add
{
  background: url(/a_icons/page_white_add.png) no-repeat;
}
li.settings
{
  background: url(/a_icons/cog.png) no-repeat;
}
li.up
{
  background: url(/a_icons/arrow_up.png) no-repeat;
}
li.down
{
  background: url(/a_icons/arrow_down.png) no-repeat;
}
li.delete
{
  background: url(/a_icons/cross.png) no-repeat;
}
ul.admin li
{
  height: 17px;
  padding-left: 20px;
  display: inline-block;
}
ul.admin li:hover
{
  background: #ffffaa;
}
ul.admin li a
{
  display: block;
  color: #000;
  text-decoration: none;
}

div.loginForm
{
}
div.loginForm input
{
  border: 0;
  height: 24px;
  background: #e5e5e5;
  margin: 0;
  padding: 0;
  width: 150px;
}
div.loginForm input.login
{
  display: block;
  background: #000 url('/gfx/login_button.png') no-repeat scroll 73px 0;
  cursor:pointer;
}
div.form-row
{
  padding: 3px;
}
div.form-row label
{
  font-weight: bold;
  margin-right: 10px;
}
input[type="submit"]
{
  color: #fff;
  background: #000;
  border: 0;
}
div.helvetica
{  
}
div.search form, div.search form input
{
  display : inline;
}
input.search
{
  width: 91px;
  height: 15px;
  border: 0;
  vertical-align: top;
  background: url(/gfx/search.png);
  font-size: 10px;
  margin-top: 3px;
  padding: 2px;
}
h3
{
  padding: 0;
  margin: 0;
  font-size: 24px;
}
h4
{
  padding: 0;
  margin: 0;
  font-size: 16px;
}
h5
{
  padding: 0;
  margin: 0;
  font-size: 12px;
}
div.art iframe
{
  width: 800px;
  height: 90px;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/a_icons/calendar.png) no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

input.dp-applied {
	width: 140px;
	float: left;
}

tr.even td
{
  background: #eee;
}

table.admin th
{
  background: #ddd;
}

table.admin td, table.admin th
{
  padding: 2px;
  text-align: center;
}
span.lang-desc
{
  display: inline-block;
  width: 40px;
}
