.pageHeader img {
 padding: 10px;
}

.pageHeader {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 2;
 padding: 0px;

 /*background: -moz-linear-gradient(
		top,
		#efffb8 0%,
		#efffb8);
 background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#d8ff6f),
		to(#efffb8));
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efffb8', endColorstr='white');
 */
 color: white;
 border-spacing: 0;
 height: 80px;
 text-align: center;
 background-color: #efffb8;
 padding-bottom: 0px;
 margin-bottom: 0px;
}

.pageHeaderTable {
 padding: 0px;
 margin: 0px;
 border-bottom: 1px solid #007EFD;
 color: black;
 height: 100%;
}


.pageFooter {
 position: fixed;
 padding: 3px;
 bottom: 0px;
 left: 0px;
 width: 100%;
 background-color: #282828;
 width: 100%;
 color: #B4B4B4;
}

.pageFooter a {
 color: white;
}

.pageHeaderHeading {
 font-size: 32px;
 color: #0000A0;
 text-align: center;
 padding-bottom: 5px;
}

.pageHeaderMenuLast {
 border-left: 1px solid #3399FF;
} 
.pageHeaderMenuSelected {
 border-top: 1px solid #3399FF;
 border-left: 1px solid #3399FF;
 text-align: center;
 font-weight: bold;
 height: 30px;
 padding: 0px;
 padding-left: 5px;
 padding-right: 5px;
 
 cursor: pointer;
	
 background: -moz-linear-gradient(
		top,
		#DAECFC 0%,
		#C4E0FC);

 background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#DAECFC),
		to(#C4E0FC));
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DAECFC', endColorstr='#C4E0FC');
 color: black; 
 background-color: #DAECFC;
}

.pageHeaderMenu {
 border-top: 1px solid #3399FF;
 border-left: 1px solid #3399FF;
 cursor: pointer;
 height: 30px;
 padding: 0px;
 padding-left: 5px;
 padding-right: 5px;
 text-align: center;
 font-weight: normal;
 
 color: black;
 background: -moz-linear-gradient(
		top,
		#ECF4FC 0%,
		#DCECFC);
 background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ECF4FC),
		to(#DCECFC));
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECF4FC', endColorstr='#DCECFC');
  background-color: #ECF4FC;
}

.pageHeaderMenu:hover {

 background: -moz-linear-gradient(
		top,
		#DAECFC 0%,
		#DCECFC);

 background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#DAECFC),
		to(#DCECFC));
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DAECFC', endColorstr='#DCECFC');
 background-color: #DAECFC;
 text-shadow: 1px 1px yellow;
}	

.formName {
 font-size:18px;
}
.pageBody {
 text-align: center;
 padding-bottom: 20px;
 margin-top: 85px;
 width: 100%;
 left: 0px;
 display:block;
 font-family: robotoregular, 'trebuchet ms', arial, sans-serif; 
 /* position: absolute; 
 top: 50px;
 */
}

.gridHeaderCell {
 border-color:  #809cbb;

 background: -moz-linear-gradient(
		top,
		#ECF4FC 0%,
		#DCE4FC);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ECF4FC),
		to(#DCE4FC));
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECF4FC', endColorstr='#DCE4FC');

 background-color:  #ECF4FC;
 
 color: navy;

}

.gridCell {
 border-color:  #809cbb;
}

.entryTable {
 border-color:  #809cbb;
}

.paginator {
 border: 1px solid #809cbb;
 -moz-border-radius: 5px;
 border-radius: 5px;

 background: -moz-linear-gradient(
		top,
		#ECF4FC 0%,
		#DCE4FC);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ECF4FC),
		to(#DCE4FC));
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECF4FC', endColorstr='#DCE4FC');

 background-color:  #ECF4FC;
 
 color: navy;
 width: auto;
 max-width: 700px;

}

.calendarTable {
 margin: auto;
	min-width: 600px;
	border-spacing: 0px;
  border-spacing:0;
  border-collapse:collapse;

}

.calendarHeader {
 border: 1px solid navy;
 color: white;
 background-color: #AFAFFF;
 min-width: 29px;
 text-align: center; 
}

.calendarCellStart {
 background-color: #CFCFFF;
 margin: 4px;
 padding: 3px;
}

.calendarCell {
 border: 1px solid navy;
 text-align: center; 
}

/*
 * jchvojka
 *******************************************************/

/**
* 	primary-color: 		#74DF00; 
* 	secondary-color: 	#EFFFDF;
* 	tertiary-color: 	#080044;
*
*	basic-table-border: #000;
*/

.main {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.main .selection, .main .report{
	margin-left: auto;
	margin-right: auto;	
}


/* TABLES
***********************************************************/

table {
	border-spacing: 0px;
}

table.basic {
	margin-top: 15px;
	border: 1px solid #000; 		/* basic-table-border */
	padding: 5px;
	text-align: left;
}

/* SELECTION TABLE
***********************************************************/
table.selection {
	text-align: left;
	border-top-width: 0px;
}

table.selection caption {
	border: 1px solid #000; 		/* basic-table-border */
	border-bottom-width: 0px;
	background-color: #74DF00; 		/* primary-color */
	padding: 4px;
	font-size: 15px;
	font-weight: bold; 
}

table.selection  table{
	width: auto;
    min-width: 0;
    display: table;
}

/* cells */
table.selection  table td {
	line-height: 28px;
}


/* REPORTS TABLE
 **********************************************************/


/* heading row */

tr.user td, tr.user th {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
}

tr td.col-account {
	text-align: right;
	font-size: 13px;
}

.user td {
	font-size: 15px;
	border: 0px solid gray;
	border-bottom-width: 1px; 
}

.user td:first-child {
	font-weight: bold;
}

tr.user td.header-summary  {
	text-align: right;
	
}

.header-summary .price {
	font-weight: bold;
}

/* item row */

tr.products table tr:first-child th{
	border: 0px dashed gray;
	border-bottom-width: 1px;
}

tr.products td, tr.products th {
	padding-top: 2px;
	padding-bottom: 2px;
}

tr.products th {
	color: gray;
	font-weight: normal;
}

tr.sub-total td{
	border: 0px dashed gray;
	border-top-width: 1px;
	font-weight: bold;
}

/* total */

tr.total table {
	margin-top: 15px;
}

tr.total table th {
	padding-top: 25px;
	font-weight: normal;
	border: 0px double black;
	border-top-width: 4px;
}

tr.total table td {
	padding-bottom: 15px;
	font-weight: bold;
}

/* COLUMNS
 ****************************************************/ 
 
.col-number, .col-price, .col-quantity {
	text-align: right;
}

td.col-price, span.price {			
	color: #080044;					/* tertiary-color */
}


/* dimensions */
th.col-price {
	width: 100px;
}

.col-product {
	width: 250px;
}

.col-string {
	width: 150px;
}

.col-date {
	width: 100px;
}

.col-quantity {
	width: 50px;
}

/* 
 ****************************************************/ 

.subTotalHeader th {
	border: 0px dashed gray;
	border-bottom-width: 1px;
	color: gray;
	font-weight: normal;
}

.subTotalHeader th, tr.sub-total td {
	text-align: right;
}

.subTotalHeader th:first-child,tr.sub-total td:first-child {
	text-align: left;
}

tr.sub-total td{
	border: 0px dashed gray;
	border-top-width: 1px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;	
	
}

tr.sub-total:last-child td{
	padding-bottom: 10px;
}

tr.gridCellRow.odd {
	background-color: #EFFFDF;
}

.report tr.gridCellRow td{
	border-width: 0;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;	
}

.report tr.gridCellRow td:first-child{
	text-align: left;
}

tr.total-header td {
	padding-top: 20px;
	font-weight: normal;
	border: 0px double black;
	border-top-width: 4px;	
}

tr.total-values td {
	font-weight: bold;
}

table.report {
	text-align: right;
  margin-left: auto;   
  margin-right: auto;
}

.total-heading {
	font-size: 20px; font-weight: bold;
text-align: left;
}


.ajaxPopupHeader {
white-space:nowrap;
}
