/* obecne styly */

body {
	margin: 1px 0px 0px 1px;
	background-color: #EBEBFA;
	font-family: Helvetica, Arial, serif;
	font-size: 12px;
}

.bodyBackgroundColor {
	background-color: #EBEBFA;
}

td, th {
	/* toto tu musi byt kvuli IE6, protoze nejak nebere na vedomi font-size v body */
	font-size: 12px;
}

.clean {clear: both;}

a {
	color: #00005B;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

legend {
  padding: 0.2em 0.5em;
  text-align:right;
  border:1px solid #07f;
  background-color: #eef;
  font-weight:bold;
}

fieldset { 
	border: 1px solid #07f;
}

div.buttonSet {
	width: 90%;
	margin: 0.9em 0.2em 0.9em 0.2em;
	text-align: center;
}


#globalActions {
	width: 100%;
}
#globalActions table {
	width: 100%;
}

#globalActions td {
	text-align: right;
}

.imageBrowse td {
	text-align:center;
}
.imageBrowse tr.itemRow0 td {
	vertical-align: bottom;
}
.imageBrowse tr.itemRow0 td .image {
	margin:10px 10px 0px 10px;
}
.imageBrowse tr.itemRow1 td {
	vertical-align: top;
}
.imageBrowse tr.itemRow1 td .name {
	margin:0px 10px 10px 10px;
}


td.searchtopmiddle {
	background-image: url(/admin/img/search_top_middle.gif);
	background-repeat: repeat-x;
	text-align: right;
	padding: 0px;
}

.referencesPrepareCreateButton {
	text-align: right;
	padding-right: 20px;
}