* {
	padding: 0px;
	margin: 0px;
}

body {
	font: 80%/1.4 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	color: #333;
	background: #fff;
}

h1 {
	font-size: 190%;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #165ca3;
}

h2 {
	font-size: 150%;
	color: black;
	margin-bottom: 10px;
}

h3 {
  font-size: 125%;
  color: #165ca3;
}

a {
	color: #0000CC;
}

a:hover{
  color:white;
  background-color: #0000CC;
  text-decoration:none;
}

hr {
	border: 2px solid #C6DBFF;
}

a[href ^="error:"] {
	background: red !important;
	color: white !important;
}

ul,li {
	list-style-image: none;
	list-style-type: none;
}
hr, br {
	clear: both;	
}
body {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin: 5px 5px 0px 10px;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

form fieldset {
	margin: 5px;
	padding: 8px;
}

form {
	/*background-color: white;*/
	clear: both;
	padding: 5px;
}

pre.debug span {
	color: blue
}

#flashes {
	clear: both;
	float: none;
	margin: 0 5px 10px;
	position: relative;
}

.selected {
	background-color: #c6dbff;
	padding-top: 4px !important;
	padding-bottom: 3px !important;
}

#mainframe {
	background-color: #e7efff;
	min-height: 250px;
	padding: 10px;
	clear: both;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 5px;
}
#mainframe-cover, #detail-cover {
margin:0 auto;
	background-color: #C6DBFF;
	padding: 10px;
	margin-bottom: 10px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 5px;
	/*float: left;
	min-width: 500px;
	max-width:640px;*/
}

#detail-cover{
 max-width:800px;
}

#footer{
  text-align:center;
  margin:2px 0;
  font-size:.85em;
  color:#3F4952;
}

div#footer a{
  text-decoration:none;
  color:#3F4952;
}

div.toolbar {
	background-color: #c6dbff;
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	float: none;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 5px;
}

div.toolbar ul {
	list-style-position: outside;
	list-style-type: none;
	padding: 3px;
}

div.toolbar a {
	list-style-position: outside;
	list-style-type: none;
	padding: 2px;
}

div.toolbar a img {
	border: 1px solid #cccccc;
}


/* datagrid snippets */
div[id $="__grid"] {
	float: left;
}


/************ info boxy ~ flash zpravy ******************/
.flash, .info, .success, .warning, .error, .validation, .roundBox {
    border: 1px solid;
    margin: 10px 5px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    /*font-family:Arial, Helvetica, sans-serif;*/ 
    font-size: 13px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 5px;
	opacity: 0.9;
	border: none !important;

}
.roundBox {
    color: #00529B;
    background-color: #C6DBFF;
}
.info {
    color: #00529B;
    background-color: #C6DBFF;
    background-image: url('../images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../images/warning.png');
}



/***************** jQuery UI customize ***************/
.ui-widget {
	font-family: Arial,sans-serif !important;
	font-size: 1em;
}

.ui-datepicker {
	font-size: 80% !important;
	z-index: 2005;
}

input.datepicker {
	background: white url('../images/calendar.gif') no-repeat right;
	border: 1px solid #ccc;
	padding: 0;
	padding-right: 26px;
}

/* Fonts */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: inherit; font-size: 1em; }







/**************** Icons *****************/
span.icon {
	float: left;
	margin: 1px 4px;
}
.icon {
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
}
.icon-add {
	background-image: url('../images/icons/page_add.png');
}
.icon-edit {
	background-image: url('../images/icons/page_edit.png');
}
.icon-del {
	background-image: url('../images/icons/page_delete.png');
}
.icon-copy {
	background-image: url('../images/icons/page_copy.png');
}
.icon-save {
	background-image: url('../images/icons/page_save.png');
}
.icon-detail {
	background-image: url('../images/icons/page_detail.png');
}
.icon-print {
	background-image: url('../images/icons/printer.png');
}
.icon-bin {
	background-image: url('../images/icons/bin_closed.png');
}
.icon-find {
	background-image: url('../images/icons/find.png');
}
.icon-refresh, .icon-invert {
	background-image: url('../images/icons/arrow_refresh.png');
}
.icon-invert, .icon-find {
	cursor: pointer;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0 !important;
}
.icon-shipped, .icon-resolved, .icon-cancelled, 
.icon-no-orders, .icon-invert, .icon-find {
	float: none !important
}
.icon-shipped {
	background-image: url('../images/icons/cart_go.png');
}
.icon-resolved {
	background-image: url('../images/icons/flag_green.png');
}
.icon-cancelled {
	background-image: url('../images/icons/flag_red.png');
}
.icon-no-orders {
	background-image: url('../images/icons/box.png');
}

dl{
float:left;
margin: 5px;
margin-top:0px;
margin-bottom: 10px;
margin-left:0;
width:100%;
}

dd{
display: block;
float: left;
width: 68%;
background-color: #FFFFFF;
margin:1px;
padding:2px;
padding-left:5px;
}

dt{
display: block;
float: left;
width: 29%;
background-color: #F6F7FA;
margin:1px;
padding:2px;
padding-left:5px;
}

a[href*="mailto:"] {
	padding-right: 15px !important;
	background: url('../images/link-mail.gif') right center no-repeat;
}
a[href*="mailto:"]:hover{
  background-color:#0000CC;
  text-decoration:none;
}

.money{
  padding-left: 18px !important;
	background: url('../images/icons/money.png') left center no-repeat;
}

h3{
  float:left;
  margin-top:5px;
  padding:5px 0 0 5px;
}

.liLinks{
  display:block;
  float:left;
  width:100%;
  text-align:center;
  padding:0 5px;
}
.liLinks li{
  display:block;
  float:left;
  background:#F6F7FA;
  text-align:center;
  margin:1px;
  padding:1px 5px;
  min-width:190px;
}

.dgblok {
  clear:both;
}

.dgslot input[type="button"]{
  margin 0;
  padding 0;
  color: blue;
  background-color: transparent;
  border:none;
  border-bottom:1px solid blue;
  cursor: pointer;
  cursor: hand;
}

.dgslot a{
  font-weight:bold;
}

.dgslot a:hover{
  background-color: transparent;
  text-decoration:underline;
  color:red;
}

.dgslot{
  float:left;
  margin-right:5px;
}

p b a{
  letter-spacing:1px;
}

.printLink{
  float:right;
  padding-left: 18px !important;
	background: url('../images/icons/printer.png') left center no-repeat;
}
.onlyPrint{
  font-weight:bold;
  display: none;
  text-align:center;
}
div#adfox-l2 {background:#f6f7fa;}
div#adfox-l2 h2 {float:right; padding-right:10px;}
div#adfox-l2 h2 a, div#adfox-l2 h2 a:hover {color:black; font-size:10px; text-decoration:none; border: none;background:transparent;}
div.adfox-box {font-size:100%;background:#f6f7fa;float:left;width:100%;}
div.adfox-box p {margin:0 0 5px 5px;clear:left;float:left;}
div.adfox-box h3 {margin-bottom:5px; font-weight: bold; font-size: 110% !important;}
div.adfox-box h3 a { color: #0000cc; text-decoration: underline; }
div.adfox-box h3 a:hover { color:red; text-decoration: underline; background:transparent;}
div.adfox-box div a, div.adfox-box div a:hover {float:right;text-decoration: none; border: none; color: #0000cc;background:transparent;margin-right:10px;}
div.adfox-box div a:hover {color:red;}
.bold{
  font-weight:bold;
}

.dgSlotB{float:left;}
.dgBlockB{color:#333333;font-size:12px;width:240px;margin:2px 10px;padding:2px;float:left;background:#F6F7FA;border:1px solid white;}
.dgBlockB a {font-weight:bold;}
.dgBlockB a:hover{color:#CC0000;text-decoration:underline;background:transparent;}
#footer a:hover{text-decoration:underline;background:transparent}
.noLink, a.noLink:hover {
  text-decoration:none;
  color:#000;
  background-color:transparent;
}
