/*h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
}*/

#eventText {
	width: 600px;
	height: 70px;
}
.partTitle {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}

/*
 * Calendar
 */
#date_year {
	float: left; 
	width: 60px; 
	margin-right: 5px;
}
#date_month {float: left; 
	width: 45px; 
	margin-right: 5px;
	
}
#changeDate {
	float: left; 
	width: 80px; 
	margin: 0;
	padding: 0px;
}
.label a.changeMonth {
	margin-left: 2px;
}

table#vehicleCalendar {
	padding: 0;
	margin: 0;
	border-spacing: 0;
	width: 92%;
	margin: 0 auto 0 auto; 
}
#daysHeader {
	color: #666666;
	border-top: 1px dotted #C2C2C2;
	border-bottom: 1px dotted #C2C2C2;
}
table.niceBorders {
	border-spacing:0;
	border-collapse:collapse;
}
.dayBox {
	float: left; 
	background-color:#F2F2F2; 
	margin-bottom: 15px; 
	border: 1px solid #DDDDDD;
	width: 130px; 
	border-top: 0px; 
	height: 30px; 
	padding: 5px; 
	width: 160px;
}
.dayNumber {
	float:left; 
	margin-right: 10px; 
	font-size: 20px;
}
.dayName {
	float:left; 
	margin-right: 10px; 
	font-size: 10px;
}

.dayCellSet {
	font-size: 9px;
	border-right: 1px dotted #C2C2C2;
	border-left: 1px dotted #C2C2C2;
	border-bottom: 1px dotted #C2C2C2;
}

.dayNo {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	float: right;
	margin-bottom: 5px;
}
#addEventButton {
	text-decoration: none; 
	border: 1px solid #C2C2C2; 
	padding-right: 2px;
	padding-bottom: 1px;
	background: #D8D8D8;	
}
#addEventButton img {
	margin-right: 3px;
}
.eventListContainer {
	margin-top: 5px;
}
.eventListContainer img {
	vertical-align: middle;
}
.event_chooser {
	width: 70px;
}

a.triggerAddEvent, a.triggerAddEvent:link, a.triggerAddEvent:visited, a.triggerAddEvent:active {		
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #882114;	
	text-decoration: underline;	
	//margin-right: 7px;
}
.calEvent, .calEvent2, .calEvent3 {
	background-color: #A5C057; 
	clear: both;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	color: #000000;
	margin-top: 2px;
	padding: 2px;
}
.calEvent2 {
	background-color: #CA310F;
	color: white;
}
.calEvent3 {
	background-color: #FEDF82;
}

.carImgBorder {
	border: 1px solid black;	
}

.carImg {
	border: 1px solid black;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
a.submenuItem, a.submenuItem:link, a.submenuItem:visited, a.submenuItem:active, a.submenuItem:hover {
	font-family: Tahoma, Arial, sans-serif;
	color: #BF0512;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.submenuItem:hover {
	border-bottom: dashed 1px #BF0512;
}

<!-- tymczasowo -->
.addCalEvent {
	background: #fff;
}

.jqmWindow {
	text-align: left;
    display: none;
    position: absolute;
    top: 17%;
    left: 53%;
    
    margin-left: -330px;
 	width: 650px;

    background-color: #fff;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}
#uservehicle {
	width: 130px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead *//*
* html .jqmWindow {
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
*/
/*.commentInside {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #F2F2F2;
	border:1px solid #DDDDDD;
}
.commentInside .label {
	background: #D8D8D8;
	padding: 2px; 
	padding-left: 10px;
}
.commentInside .commonText {
	padding-left: 10px;
	padding-right: 10px;	
}
.commentInside .lcase, a.author {
	margin-right: 0px;
}*/

ul.calMenu, ul.calMenu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.calMenu {
	float: left;
	width: 690px;
	padding-left: 30px;
	margin-top: 20px;
	border-bottom:1px solid #8A1913;
}

ul.calMenu.popupWindow {
	width: 450px;
	margin-top: 0px;
	padding-left: 0px;
}

ul.calMenu li {
	float: left;
}

ul.calMenu a:link, ul.calMenu a:visited {
	text-decoration: none;
	display: block;
	color: #000;
	padding: 5px 10px;
	border-top: 1px solid #fff;
	border-bottom: 0px solid #8A1913;
	position: relative;
	top: 1px;
	font-weight: bold;
}
ul.calMenu li.set a:link, ul.calMenu li.set a:visited {
	text-decoration: none;
	display: block;
	color: #000;
	padding: 5px 10px;
	border: 1px solid #8A1913;
	border-bottom: 1px solid white;
	position: relative;
	top: 1px;
	font-weight: bold;
}

ul.calMenu a:hover {
	text-decoration: underline;
}
ul.calMenu li.set a:hover {
	//border-bottom-color: #fff;
	text-decoration: underline;
}

#vehCalContainer {
	border: 1px solid #890802; 
	border-top: 0px;	
}

a.jqmClose {
	color: black;
}
.cycle_fields, .purchase_publish, .insurance_publish, .note_publish {
	display:none;
}

.row_border_top {
	margin-top: 0px !important;
	padding-top: 10px; 
	border-top: 1px solid green; 
	border-left: 1px solid green; 
	border-right: 1px solid green;	
}

.row_border_bottom {
	margin-top: 0px !important;
	padding-top: 10px; 
	border-bottom: 1px solid green !important; 
	border-left: 1px solid green; 
	border-right: 1px solid green;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_odd {
	background-color: #fff;
}

.ac_over {
	background-color: #E7E7E7;
	color: #000;
}

div#waitIcon {			
	padding-top:50px;	
	padding-left:290px;	
	display: none;
}

#preLoader {
	position: relative;
	top: 100px;
	z-index: 2;
}

table.detailsTable {
	width: 360px;
}

table.detailsTable .title {
	display: table-cell;
	text-align: right;
	width: 110px;
	font-weight: bold;
	vertical-align: top;
}

table.detailsTable td {
	vertical-align: bottom;
}

div.img img.blind {
	border: 0 none;
}

