body {
	margin: 0px;
	font-size : 100%;
}
body, table, pre {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table {
	font-size : 100%;
}
a {
	color: #00539A;
	text-decoration: none;
}

a:hover {
  color : #ff0000;
}
.top {
	margin-top: 50px;
	width: 100%;
	height: 30px;
	background-color: #F5F5F5;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
}
.logo {
	position: absolute;
	top: 0px;
	left: 30px;
}
div.menu {
	background: #ffffff url(/admin/images/admin/menu.jpg) repeat-x left bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.menu ul {
	/*width: 740px;*/
	margin: 0; padding: 0;
}
div.menu li {
	display: inline;
	white-space: nowrap;
}
div.menu a {
	color: #00539A;
	font-weight: bold;
	text-decoration: none;
}
div.menu img {
	vertical-align: middle;
	margin: 2px 5px 4px 15px;
}

div.menu ul {
	margin-left: 15px;
}
div.menu li {
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #00539A;
}



div.submenu {
	background: #ffffff url(/admin/images/admin/submenu.jpg) repeat-x left top;
	border-top: 1px solid #C4C4C4;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.submenu ul {
	/*width: 740px;*/
	margin: 0; padding: 0;
}
div.submenu li {
	display: inline;
	white-space: nowrap;
}
div.submenu a {
	color: #256222;
	font-weight: bold;
	text-decoration: none;
}
div.submenu img {
	vertical-align: middle;
	margin: 2px 5px 4px 15px;
}

div.submenu ul {
	margin-left: 15px;
}
div.submenu li {
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #00539A;
}
.content {
	border-top: 1px solid #C4C4C4;
	padding: 15px;
}
div.futeris {
	clear: both;
	padding-left:30px;
	padding-top:5px;
	border-top: 1px solid #C4C4C4;
	line-height: 30px;
	height: 50px;
	background: #ffffff url(/admin/images/admin/submenu.jpg) repeat-x left top;
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}
.top2 {
	height: 30px;
	margin-left: 205px;
}
.flags {
	/*margin-left: 210px;*/
	margin-top: 7px;
	float:left;
}
.flag {
	margin-left: 5px;
}
.lang {
	margin-top: 8px;
	float: left;
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}
.time {
	margin-left: 50px;
	margin-top: 8px;
	float: left;
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 8pt;
	/*font-weight: bold;*/
	color: #000000;
}
.userinfo {
	margin-left: 50px;
	margin-top: 8px;
	float: left;
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 8pt;
	/*font-weight: bold;*/
	color: #000000;
}

.button {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  background: #ffffff url(/admin/images/admin/button_bg.jpg) repeat-x left bottom;
  /*background-color : #efefef;*/
  font-size : 11px;
  line-height : 16px;
  
  border-left-color : #efefef;
  border-top-color : #efefef;
  border-right-color : #999999;
  border-bottom-color : #999999;

  border-style : solid;
  border-width : 1px;
}

input, select, textarea  {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 100%;
}

/* table-styles */

table.header {
	border: 0px;
	font-size : 11px;	
}

table.list {
	padding: 0px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-size : 11px;
}

table.list th {
	font-weight: bold;
	text-align: center;
	background: #eee;
	padding: 5px;
	border: 1px solid #ccc;
}

table.list td {
	text-align: center;
	padding: 5px;
	border: 1px solid #ccc;
}

table.form {
	padding: 0px;
	font-size : 11px;
}

table.form td {
	padding: 5px;
	border: 1px solid #ccc;
}

table.editor td {
	border: none;
	padding: 0 0 0 3;
}

td.error{
	padding: 5px;
	font-family:Verdana;
	font-size: 11px;
	font-weight:bold;
	color:white;
	background:red;		
}

table.borders {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

/* page tree */
ul#menu, ul#menu ul {
	font-size: 11px;
	margin: 0; padding: 0;
	list-style: none outside none;
}
ul#menu li {
	padding: 3px 0 3px 40px;
	clear: both;
}
ul#menu li li {
	margin-left: -19px;
	padding: 6px 0 0 40px;
	background-image: none;
}

ul#menu img {
	border: none;
	float: left;
	margin: 3px 1px 1px -35px;
	width: 9px; height: 9px;
	display: inline;
}
ul#menu a img {
	margin: -1px 1px 1px -17px;
	width: 16px; height: 16px;
}

ul#menu a {
	text-decoration: none;
	color: #666;
}
ul#menu a:hover {
	text-decoration: underline;
	color: #00F;
}
ul#menu a.read {
	margin: 0;
	color: #F00;
	white-space: nowrap;
}
ul#menu a.read:hover {
	text-decoration: none;
	color: #600;
}

.style1 {
	color: green;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight : bolder;
	font-size: 10pt;
}
.style2 {
	color: red;
  background-color: #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight : bolder;
	font-size: 12pt;
}

table.borders {
	border: solid 1px #CCC;
	border-collapse: collapse;
}
table.borders th {
	font-size: 10px;
	background-color: #EEE;
}
table.borders td {
	border: solid 1px #DDD;
}
table.borders td.borders {
	border: solid 1px #DDD;
}
td.borders {
	border: solid 1px #DDD;
}
