body {
	margin: 0;
	font-family: Verdana, Times, Arial;
}

form {
	padding: 0;
	margin: 0;
}

ul, li {
	margin: 0;
	padding: 0;
}

input.textfield {
	padding: 2px;
	color: #004890;
	font-size: 12px;
	width: 160px;
	border: 1px solid #9fbde3;
}

input.button {
	background: #004890;
	border: none;
	width: 64px;
	height: 19px;
	color: white;
	font-weight: bold;
	font-size: 11px;
	padding: 0 0 2px 0;
}

input.button_kereses {
	background: #004890;
	border: none;
	width: 64px;
	height: 21px;
	color: white;
	font-weight: bold;
	font-size: 11px;
	background: transparent url('/gfx/images/buttons/kereses.png') no-repeat;
}

input.button_mentes {
	background: #004890;
	border: none;
	width: 64px;
	height: 21px;
	color: white;
	font-weight: bold;
	font-size: 11px;
	background: transparent url('/gfx/images/buttons/mentes.png') no-repeat;
}

input.button_modositas {
	background: #004890;
	border: none;
	width: 80px;
	height: 21px;
	color: white;
	font-weight: bold;
	font-size: 11px;
	background: transparent url('/gfx/images/buttons/modositas.png') no-repeat;
}

input.button_torles {
	background: #004890;
	border: none;
	width: 64px;
	height: 21px;
	color: white;
	font-weight: bold;
	font-size: 11px;
	background: transparent url('/gfx/images/buttons/torles.png') no-repeat;
}

select {
	color: #004890;
}

select.bigselect {
	width: 200px;
	height: 100px;
}

div#content {
	display: none;
}

div#wrapper {
	width: 1070px;
}

div#wrapper div.header {
	height: 80px;
	background: #004890 url('/gfx/images/logo.png') no-repeat;
	background-position: 14px 14px;
}

div#wrapper div.header div.menu {
	float: left;
	width: 600px;
}

div#wrapper div.header div.menu table {
	margin: 55px 0 0 201px;
}

div#wrapper div.header div.menu table tr td {
	width: 125px;
}

div#wrapper div.header div.menu table tr td a {
	text-decoration: none;
	color: white;
	padding: 0 10px 0 10px;
	font-size: 12px;
}

div#wrapper div.header div.menu table tr td a:hover {
	font-weight: bold;
}

div#wrapper div.header div.status {
	float: right;
	text-align: right;
	font-size: 11px;
	color: white;
	margin: 15px 15px 0 0;
}

div#wrapper div.header div.status a {
	font-size: 11px;
	color: white;
}

/* login.tpl */

div#login {
	border: 1px solid #9fbde3;
	margin: 160px auto 0 auto;
	width: 400px;
	height: 150px;
	background: #e7eef3;
}

div#login table {
	margin: 10px auto 10px auto;
}

div#login table tr td {
	padding: 3px 5px 0 5px;
	font-size: 12px;
}

div#login div.enterText {
	margin: 15px 0 0 15px;
	color: #004890;
	font-weight: bold;
}

div#login table tr td a {
	color: #064d93;
	text-decoration: none;
}

div#login table tr td a:hover {
	text-decoration: underline;
}





div#fpass_div {
	border: 1px solid #9fbde3;
	margin: 10px auto;
	width: 400px;
	height: 90px;
	background: #e7eef3;
}

div#fpass_div table {
	margin: 10px auto 10px auto;
}

div#fpass_div table tr td {
	padding: 3px 5px 0 5px;
	font-size: 12px;
}

div#fpass_div div.enterText {
	margin: 15px 0 0 15px;
	color: #004890;
	font-weight: bold;
}

div#fpass_div table tr td a {
	color: #064d93;
	text-decoration: none;
}

div#fpass_div table tr td a:hover {
	text-decoration: underline;
}

/* login.tpl */

/* index.tpl */

div#wrapper table.mainpage {
	height: 600px;
	width: 100%;
}

div#wrapper table.mainpage tr td.left {
	width: 200px;
	background: #2275c1;
}

div#wrapper table.mainpage tr td.content {
	font-size: 11px;
}

/*
div#wrapper table.mainpage tr td.content div.title {
	background: #E7EEF3;
	border-bottom: 1px solid #2275c1;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #004890;
}
*/

div#wrapper table.mainpage tr td.content div.content {
}

div#wrapper table.mainpage tr td.right {
	width: 200px;
	border-left: 1px solid #2275c1;
	background: #e7eef3;
}

/* index.tpl */

/* mainpage.tpl */

table tr td.left div.box_title {
	color: white;
	font-size: 11px;
	padding: 4px;
	text-transform: uppercase;
}

table tr td.left div.box_title a {
	text-decoration: none;
	color: white;
	font-size: 11px;
	text-transform: uppercase;
}

table tr td.left div.box_title a:hover {
	font-weight: bold;
}

table tr td.left div.box_container {
	padding: 0 4px 23px 4px;
	border-bottom: 1px solid white;
}

table tr td.left div.box_container select {
	width: 188px;
}

table tr td.left div.box_container div.button_container {
	text-align: right;
	padding: 4px 0 0 0;
}

table tr td.right div.box_title {
	color: #004890;
	font-size: 11px;
	padding: 4px;
	text-transform: uppercase;
}

table tr td.right div.box_title a {
	text-decoration: none;
	color: #004890;
	font-size: 11px;
	text-transform: uppercase;
}

table tr td.right div.box_title a:hover {
	text-decoration: underline;
}

table tr td.right div.box_container {
	padding: 0 4px 0 4px;
}

table tr td.right div.box_container a {
	text-decoration: none;
	float: left;
	display: block;
	color: #0000FF;
	padding: 4px 5px 4px 5px;
}

table tr td.right div.box_container a.tag_1 {
	font-size: 9px;
	color: #66B3FF;
}

table tr td.right div.box_container a.tag_2 {
	font-size: 12px;
	color: #2F97FF;
}

table tr td.right div.box_container a.tag_3 {
	font-size: 15px;
	color: #0075EA;
}

table tr td.right div.box_container a.tag_4 {
	font-size: 18px;
	color: #0055AA;
}

table tr td.right div.box_container a.tag_5 {
	font-size: 21px;
	color: #004890;
}

table tr td.right div.box_container a.tag_6 {
	font-size: 24px;
	color: #002F5E;
}

table tr td.right div.box_container a:hover {
}

/* mainpage.tpl */

/* categories.tpl */

table.categories tr td {
	padding: 5px 10px 5px 0;
}

/* categories.tpl */

/* families.tpl */

table.families tr td {
	padding: 5px 10px 5px 0;
}

/* families.tpl */

/* types.tpl */

table.types tr td {
	padding: 5px 10px 5px 0;
}

/* types.tpl */

/* newimage.tpl */

table.newimage tr td {
	padding: 5px 10px 5px 0;
}

table.newimage tr td input.textfield {
	width: 194px;
}

/* newimage.tpl */

/* users.tpl */

table.users tr td {
	padding: 5px 10px 5px 0;
}

table.users tr td select {
	width: 188px;
}

table.users tr td.head {
	text-align: center;
	font-weight: bold;
}

/* users.tpl */

div#talalatok {
	margin: 0 auto;
	display: table;
}

div#talalatok table.item {
	width: 115px;
	height: 146px;
	margin: 9px 9px 9px 9px;
}

div#talalatok table.item tr {
	
}

div#talalatok table.talalatok_table tr td.line {
}

div#talalatok table.item tr td.picture_td {
	height: 117px;
	text-align: center;
	border: 1px solid #ABBAE1;
}

div#talalatok table.item tr td.picture_td div.picture {
}

div#talalatok table.item tr td.picture_td div.picture img {
	border: 1px solid #ABBAE1;
}

div#talalatok table.item tr td.name_td {
	height: 29px;
}

div#talalatok table.item tr td.name_td div.name {
	text-align: center;
}

div#talalatok table.item tr td.name_td div.name a {
	text-decoration: none;
	color: #000;
}

div#talalatok table.item tr td.name_td div.name a:hover {
	text-decoration: underline;
}

div.pager {
	margin: 10px;
	background: #E7EEF3;
	border-top: 2px solid #A5BCE5;
	height: 27px;
	padding: 5px 5px 0 5px;
}

div.pager div.numofitems {
	float: left;
	margin: 2px 0 0 0;
	font-size: 14px;
	color: #224774;
}

div.pager div.page {
	float: right;
}

div.pager div.page select {
	color: #224774;
}

#toolTip{
   border:1px solid #CCC;
   background-color:#F9F9F9;
   width:150px;
   position:absolute;
   visibility: hidden;
   overflow: hidden;
  	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
   color:#333;
}

#toolTip p {
   margin:0px;
}

div#imagedata,
div#image_view {
	margin: 0 10px 0 10px;
}

div#imagedata table tr td,
div#image_view table tr td {
	padding: 3px 8px 3px 8px;
}

div#imagedata table tr td input.textfield {
	width: 194px;
}

table.pikkpakk {
	border-top: 2px solid #E7EEF3;
}

table.pikkpakk tr.head td {
	background: #E7EEF3;
	color: #004890;
	font-weight: bold;
}

table.pikkpakk tr.value td {
	color: #7D7D7D;
}

table.kep tr td.key {
	color: #2275C1;
}

table.kep tr td.value {
	color: #2F4588;
}