/*********************** LAYOUT STYLES ***********************/
html, body {
	margin: 0;
	height: 100%;
	padding: 0;
}

body {
	background: url("images/bg.gif") repeat scroll 0 0 transparent;
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	min-width: 1200px;
}
body.calendar{
	background: none repeat scroll 0 0 #f9f9f9;
}
#emsize_top_in{
	margin: 0 auto;
	text-align: right;
	width: 900px;
}
#outer {
	background: none repeat scroll 0 0 #F9F9F9;
	box-shadow: 0 0 15px #E2E2E3;
	margin: 0 auto;
	width: 1200px;
}
/********** header **********/
#header {
	background: url("images/header_long1.jpg") no-repeat scroll 0 0 transparent;
	height: 126px;
	margin: 19px 0 0;
	padding: 0;
	position: relative;
}
#logo {
	left: 30px;
	position: absolute;
	top: 14px;
}

/********** main columns **********/
#main{
	padding: 0 15px 40px;
}
#left {
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
	width: 175px;
}
#left-in {
	padding: 0px;
}
#content{
	float: left;
	width: 985px;
}
#content-in {
	overflow: hidden;
	padding: 0 0 84px;
}
.new_lp #content-in{
	padding:0;
}
/********** clearing **********/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { 	
	display: inline-block;
}

/* Hides from IE-mac \*/ * html .clearfix {
	height: 1%;
}

.clearfix {
	display: block !important;
}
/* End hide from IE-mac */

.clear {
	clear: both;
}
h3{
	background: url("images/h3.gif") repeat-x scroll 0 0 transparent;
	border-left: 1px solid #2A9732;
	border-radius: 3px 3px 3px 3px;
	border-top: 1px solid #2A9732;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 35px;
	margin: 0 0 -2px;
	padding: 0 10px;
	position: relative;
	text-shadow: 1px 1px 1px #208827;
	z-index: 5;
}
.mod{
	margin: 0 0 10px;
}
.mod_inside{
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	border-radius: 3px 3px 3px 3px;
	border-right: 1px solid #DFDFDF;
	margin: 0;
}
.mod2 .mod_inside{
	border-top: 1px solid #DFDFDF;
}
.mod_inside ul{
	margin: 0;
	padding: 0;
}
.mod_inside ul li{
	background: url("images/li.gif") repeat-x scroll 0 0 #F2F2F2;
	line-height: 34px;
}
.mod_inside ul li a{
	background: url("images/li_a.png") no-repeat scroll 11px 14px transparent;
	color: #666666;
	display: block;
	padding: 0 10px 0 23px;
	text-decoration: none;
	text-shadow: 1px 2px 2px #FFFFFF;
}
.mod_inside ul li span{
	background: url("images/li_a.png") no-repeat scroll 11px 14px transparent;
	color: #666666;
	display: block;
	padding: 0 10px 0 23px;
	text-decoration: none;
	text-shadow: 1px 2px 2px #FFFFFF;
}
.mod2 .mod_inside ul li a{
	background: none repeat scroll 0 0 transparent;
}
.mod2 .mod_inside ul li span{
	background: none repeat scroll 0 0 transparent;
}
.mod_inside ul li a:hover{
	text-decoration:underline;
}
.mod2 .mod_inside ul li a:hover{
	background:#8e8e8e;
	text-decoration:none;
	text-shadow:none;
	color:#fff;
}
.mod2 .mod_inside ul li.first a{
	border-radius: 3px 3px 0 0;
}
.mod2 .mod_inside ul li.last a{
	border-radius: 0 0 3px 3px;
}
.search{
	float: left;
	width: 100%;
}
.search_buttons{
	float: left;
	margin: 37px 0 10px;
	width: 100%;
}
.search_buttons_in{
	float: right;
}
.search_buttons_left{
	float: left;
}
.inputs{
	float: left;
	margin: 0 21px 0 0;
}
.inputs.last{
	margin:0;
	float: right;
}
.inputs label{
	color: #444444;
	font-size: 10px;
	line-height: 28px;
	margin: 0 19px 0 0;
	text-transform: uppercase;
}
.inputs .textbox{
	border: 1px solid #E4E4E4;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 5px;
	width: 137px;
}
.inputs .textbox.t2{
	width: 198px;
}
.inputs .textbox.t3{
	width: 60px;
}
table.border{
	border-collapse: separate;
	border-radius: 3px 3px 3px 3px;
	border-top: 1px solid #D2D5D7;
	float: left;
	margin: 0 0 11px;
	padding: 0;
	text-transform: none;
	width: 100%;
}
table.border td,
table.border th{
	border-bottom: 1px solid #D2D5D7;
	border-left: 1px solid #D2D5D7;	
	border-right: 1px solid #D2D5D7;	
}
table.border td.first,
table.border th.first{
	border-left: 1px solid #D2D5D7;
}
table.border th{
	background: url("images/th.gif") repeat-x scroll 0 0 #E3E5E6;
	color: #666666;
	font-size: 12px;
	height: 58px;
	line-height: 18px;
	padding: 10px 5px;
	text-align: center;
	vertical-align: top;
	text-shadow: 1px 1px 1px #FFFFFF;
}
table.border td{
	font-size: 12px;
	line-height: 18px;
	padding: 15px 6px;
	text-align: center;
	vertical-align: top;
}
table.border input[type="checkbox"]{
	margin:0;
}
table.border td a{
	display:block;
}
table.border span{
	padding:0;
}
table.border .tr1{
	background: none repeat scroll 0 0 #F6F6F6;
}
table.border th a{
	color: #666666;
	text-decoration: none;
}
table.border th a:hover{
	text-decoration:underline;
}
table.border tr:first-child th:last-child{
	border-radius: 0 3px 0 0;
}
table.border tr:last-child td:last-child{
	border-radius: 0 0 3px 0;
}
.search_button{
	background: url("images/search_button.jpg") no-repeat scroll right 0 transparent;
	border: 1px solid #797979;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: arial;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	overflow: visible;
	margin: 0 0 0 17px;
	padding: 0 11px;
	width: auto;
}
.search_button:hover{
	background: url("images/search_button.jpg") no-repeat scroll right -32px transparent;
}
.show_all{
	background: url("images/see_all.gif") repeat-x scroll 0 0 transparent;
	border: 1px solid #797979;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: arial;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	margin: 0 0 0 17px;
	padding: 0 11px;
}
.show_all.disabled {
    background: url("images/see_all_light2.gif") repeat-x scroll 0 0 transparent;
}
.show_all.left_side{
	float: left;
	margin: 0;
}
.show_all.right_side{
	float: right;
	margin: 0;
}
.show_all:hover{
	background: url("images/see_all.gif") repeat-x scroll 0 -32px transparent;
}
input[type="checkbox"]{
	background: none repeat scroll 0 0 #FFFFFF;
	border: medium none;
	color: graytext !important;
	cursor: inherit;
	margin: 0;
	padding: 1px;
}
.front #footer{
	border-top: 5px solid #3ABC43;
	padding: 22px 0 0;
	width: 960px;
}
#info{
	color: #666666;
	float: left;
	font-size: 12px;
	line-height: 18px;
}
#info a{
	color: #666666;
	text-decoration: none;
}
#info p{
	margin:0;
}
#poweredby{
	float: right;
	height: 52px;
	vertical-align: top;
}
#poweredby img{
	margin: 0 0 0 21px;
	vertical-align: top;
}
img{
	margin:0;
	padding:0;
	border:none;
}
.pagination{

}
.pagination ul,
tr.pagination{
	margin: 0;
	padding: 0;
	text-align: center;
}
tr.pagination td{
	font-family: 'Open Sans', sans-serif;
}
.pagination ul td.dot{
	padding: 0 4px;
}
tr.pagination td a{
	background: url("images/pagination.gif") repeat-x scroll 0 0 transparent;
	border: 1px solid #C9C9C9;
	border-radius: 3px 3px 3px 3px;
	color: #717171;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	margin: 0;
	padding: 0 7px;
	text-decoration: none;
}
tr.pagination td a:hover{
	background:#fff;
}
tr.pagination td span{
	background: url("images/pagination_active.gif") repeat-x scroll 0 0 transparent;
	border: 1px solid #C9C9C9;
	border-radius: 3px 3px 3px 3px;
	color: #f2f2f2;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	margin: 0;
	padding: 0 7px !important;
	text-decoration: none;
}
tr.pagination td{
	border:none;
}
/************************************************************/
table{
	color: #444444;
	font-size: 10px;
	line-height: 49px;
	padding: 5px 0 0;
	text-transform: uppercase;
}
table td{
	
}
table td.buttons{
	padding:0 0 31px;
}

table td input[type="text"],
table td input[type="password"]{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E4E4E4;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 5px;
	width: 198px;
}
table td.left{
	padding: 0 19px 0 0;
	text-align: right;
	padding: 0 19px 0 0;
	text-align: right;
	width: 160px;
	vertical-align: top;
}
table td input[type="text"],
table td input[type="password"]{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E4E4E4;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 5px;
	width: 198px;
}
table td input[type="text"].long{
	width: 298px;
}
table td select{
	border: 1px solid #E4E4E4;
	color: #A5A5A5;
	font-size: 12px;
	margin: 0;
	padding: 5px 0;
	width:208px;
}
table td select.select_long{
	margin: 10px 0;
	width: 308px;
}
table td select.select_space{
	margin: 0 0 0 20px;
}
table td span{
	padding: 0 15px;
}
table td span.space_right{
	padding: 0 15px 0 0;
}
table td input[type="text"].miejscowosc{
	width: 345px;
}
table td input[type="text"].miejscowosc1{
	width: 340px;
}table td input[type="text"].kod_pocztowy{
	width: 50px;
}table td input[type="text"].numer{
	width: 135px;
}
table td input[type="text"].nip{
	width: 100px;
}
table td input[type="text"].dl_520{
	width: 520px;
}
table .show_all{
	float: right;
}
table input[type="checkbox"]{
	margin: 0 15px 0 0;
	vertical-align: middle;
	
}
table td input[type="text"].width_143{
	width:133px;
}
table td input[type="text"].width_468{
	width:458px;
}
#content h2{
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	margin: 14px 0 18px;
	padding: 0;
}
#footer{
	margin: 20px auto;
	padding: 0;
	width: 1200px;
}
table.small{
	border-spacing: 2px;
	color: #777777;
	font-size: 12px;
	line-height: 28px;
	margin: 0 0 0 -2px;
	padding: 0;
	text-transform: none;
	width: 312px;
}
table.small td{
	padding: 0 10px;
}
table.small .tr1 td{
	background: none repeat scroll 0 0 #F2F2F2;
}
#top_front{
	height: 681px;
}
#top_front_in{
	background: url("images/header_front.png") no-repeat scroll 0 18px transparent;
	border-bottom: 5px solid #E2E2E2;
	height: 68px;
	margin: 0 auto;
	padding: 18px 0 20px;
	width: 960px;
}
#all{
	background: url("images/map.png") no-repeat scroll center 37px transparent;
}
#login{
	margin: 189px auto 0;
	width: 255px;
}
#login label{
	color: #7C7C7C;
	display: block;
	font-size: 10px;
	line-height: 26px;
	text-transform: uppercase;
}
#login input{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E4E4E4;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 5px;
	width: 243px;
}
#login input[type="submit"]{
	background: none repeat scroll 0 0 #7F7F7F;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	font-family: arial;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	margin: 20px 0 0;
	padding: 0 7px;
	text-shadow: 1px 1px 1px #474747;
	text-transform: uppercase;
	vertical-align: middle;
	width: auto;
}
#login input[type="submit"]:hover{
	background:#484948;
}
.button1{
	background: url("images/+.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	float: right;
	height: 20px;
	margin: 4px 0 0;
	padding: 0;
	width: 21px;
}
.button2{
	background: url("images/-.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	float: right;
	height: 20px;
	margin: 4px 0 0;
	padding: 0;
	width: 21px;
}
table.track{
	background: none repeat scroll 0 0 #F6F6F6;
	border-left: 1px solid #D2D5D7;
	border-top: 1px solid #D2D5D7;
	color: #666666;
	font-size: 10px;
	line-height: 15px;
	margin: 0 0 9px;
	padding: 0;
	width: 100%;
}
table.track.width50{
	border-bottom: 1px solid #D2D5D7;
	float: left;
	font-style: italic;
	width: 50%;
}
table.track.right_table{
	border-left: medium none;
}
table.track table.inside_table{
	color: #666666;
	font-size: 8px;
	line-height: 12px;
	padding: 0;
}
table.track td{
	border-bottom: 1px solid #D2D5D7;
	border-right: 1px solid #D2D5D7;
	padding: 0 10px;
}
table.track td td{
	border: medium none;
	padding: 0;
}
table.track td.head{
	background: none repeat scroll 0 0 #F0F0F0;
	font-size: 16px;
	font-weight: bold;
	line-height: 33px;
	text-align: center;
	width: 522px;
}
table.track td.head2{
	background: none repeat scroll 0 0 #F0F0F0;
	border-bottom: 1px solid #D2D5D7 !important;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
	text-align: left;
	width: auto;
}
table.track td.white{
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 0;
}
table.track p{
	margin: 0;
}
table.track td.big{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	width: 372px;
}
table.track td.top{
	text-align: center;
	vertical-align: top;
}
table.track .height48 td{
	height: 48px;
}
.lowercase{
	display: inline !important;
	text-transform: lowercase;
	vertical-align: middle;
}
table.track table{
	
}
table.track table td{
	
}
table.track span{
	display: block;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	padding: 0;
	margin-top: 0px;
}
table.track.width50 td{
	border-bottom: medium none;
	padding-bottom: 6px;
	padding-top: 5px;
}
table.track td input[type="text"], table.track td input[type="password"]{
	height: 24px;
	line-height: 24px;
	width: auto;
}
table.track.vertical td{
	border-bottom: 1px solid #D2D5D7;
	border-right: 1px solid #D2D5D7;
	padding: 6px 10px;
}
table.track td input[type="text"].width636{
	width: 626px;
}
table.track.shipment_data{
	margin: 0 0 -1px;
}
table.track.shipment_data input[type="text"]{
	text-align: center;
	width: 48px;
}
table.track.shipment_data td{
	height: 48px;
	text-align: center;
	text-transform: none;
}
table.track.shipment_data td.head2{
	height: auto;
	text-align: left;
}
table.track.shipment_data select{
	width: 108px;
}
table.track.shipment_data .plus_b{
	background: url("images/big_plus.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	height: 26px;
	margin: 0;
	padding: 0;
	width: 27px;
}
table.track.shipment_data .minus_b{
	background: url("images/big_minus.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	height: 26px;
	margin: 0;
	padding: 0;
	width: 27px;
}
.left_align{
	text-align: left !important;
}
.width511{
	text-align: left !important;
	width: 501px !important;
}
.width1100{
	text-align: left !important;
	width: 1100px !important;
}
table.track.shipment_data .show_all{
	height: 24px;
	line-height: 24px;
	margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
table.track.charges td{
	padding: 10px 10px 8px;
	text-align: center;
}
table.track.charges td.head2{
	padding: 0 10px;
	text-align: left;
}
table.track.charges input[type="checkbox"]{
	margin: 0;
}
table.track.charges input[type="image"]{
	margin: 0 3px;
}
table.track.client_instructions td{
	padding: 5px;
}
table.track.client_instructions td.left{
	padding: 5px 10px;
	text-align: left;
	width: 200px;
}
table.duty_description td
{
	padding: 5px;
}
table.track.duty_description {
	background: none repeat scroll 0 0 #F6F6F6;
	border: none;
	color: #666666;
	font-size: 10px;
	line-height: 15px;
	margin: 0 0 9px;
	padding: 0;
	width: 100%;
}
table.track.duty_description td.left{
	padding: 5px 10px;
	text-align: left;
	width: 130px;
}
table.track.duty_description input[type="text"]{
	text-align: center;
	width: 418px;
}
table.track.add_document {
	background: none repeat scroll 0 0 #F6F6F6;
	border: none;
	color: #666666;
	font-size: 10px;
	line-height: 15px;
	margin: 0 0 9px;
	padding: 0;
	width: 100%;
}
table.track.add_document td.left{
	padding: 5px 10px;
	text-align: left;
	width: 20px;
}

table.track.add_document_add {
	background: none repeat scroll 0 0 #F6F6F6;
	border: none;
	color: #666666;
	font-size: 10px;
	line-height: 15px;
	margin: 0 0 9px;
	padding: 0;
	width: 100%;
}
table.track.add_document_add td{
	padding: 5px 10px;
	text-align: left;
	width: auto;
}
table.track.add_document_add input[type="text"]{
	text-align: left;
	width: auto;
}
.width586{
	width: 576px !important;
}
.top_position td{
	vertical-align: top;
}
table.track.client_instructions span{
	font-size: 10px;
	line-height: 15px;
}
table.track.client_instructions span.inline.bigger{
	line-height:12px !important;
}
table.track.client_instructions span.inline.bigger span{
	line-height:12px !important;
} 
table.track.client_instructions span.inline{
	display: inline;
	line-height: 24px;
}
.box_line{
	height: 37px;
	vertical-align: middle;
}
.box_line input[type="text"]{
	width: 426px !important;
}
.bigger{
	font-size: 12px !important;
	font-weight: bold;
	line-height: 15px !important;
}
table.track.client_instructions .top_position input[type="checkbox"]{
	margin: 0 0 25px;
}
table.track.client_instructions input[type="checkbox"]{
	margin: 7px 8px 7px 0;
	vertical-align: top;
}
table.track.client_instructions .show_all{
	float: none;
	height: 24px;
	line-height: 24px;
	margin: 0;
}
.box_line2{
	display: inline;
	padding: 0 8px 0 0;
}
.box_line2 .inline{
	padding: 0 10px 0 0;
}
table.track.client_instructions .box_line2 input{
	width: 132px;
}
table.track.documents{
	font-size: 12px;
}
table.track.documents td{
	padding: 8px 10px;
}
table.track.documents input[type="image"]{
	margin: 0 3px;
}
table.track.documents td.first{
	text-align: center;
}
table.track.client_instructions{
	margin: 0 0 -1px;
}
table.track.documents td.head2{
	padding: 0 10px;
	text-align: left;
}
.width776{
	border: 1px solid #E4E4E4;
	height: 74px;
	margin: 10px 0;
	padding: 0 5px;
	width: 766px;
}
table.buttons_table{
	padding: 0;
	width: 106%;
}
table.buttons_table input{
	background: url("images/see_all.gif") repeat-x scroll 0 0 transparent;
	border: 1px solid #797979;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: arial;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0;
	width: 163px;
}
table.buttons_table input[disabled] {
	color:#c7c7c7;
}
table.buttons_table input:hover{
	background: url("images/see_all.gif") repeat-x scroll 0 -32px transparent;
}
input[type="checkbox"]{
	background: none repeat scroll 0 0 transparent;
	border: medium none;
}
table.popup{
	border-collapse: collapse;
	padding: 0;
}
.popup_box{
	background: none repeat scroll 0 0 #F9F9F9;
	margin: 0 auto;
	padding: 30px 55px;
	width: 760px;
}
.popup_box h3{
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	border-radius: 0 0 0 0;
	color: #666666;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 26px;
	padding: 0;
	text-align: center;
	text-shadow: none;
}
table td.left_box{
	padding: 0 19px 0 0;
	text-align: right;
	width: 80px;
}
.popup_box table td span{
	padding: 0 18px;
}
.popup_box table td input.kontakt[type="text"]{
	width: 527px;
}
.popup_box table.border{
	float: none;
}
.popup_box .pagination{
	float: none;
}
.alert{
	color: red;
}
.show_all.ok{
	margin: 0;
}
table.pagination_table{
	margin: 0 auto;
}
table.pagination_table td{
	border: medium none;
	padding: 0;
}
/***********calendar****************/
#content .ajax__calendar_container {
	background: none repeat scroll 0 0 #F9F9F9;
	border: medium none;
	padding: 0;
	width: 211px;
}
 
#content .ajax__calendar_header {
	background: url("images/calendarheader.gif") repeat-x scroll 0 0 transparent;
	border: 1px solid #797979;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	margin: 0 0 2px;
	text-align: center;
	width: 209px;
}
 
#content .ajax__calendar_title:hover{
	color:#fff;
}
#content .ajax__calendar_next{
	background: url("images/calendarnext.png") no-repeat scroll 0 center transparent;
	float: right;
	height: 30px;
	margin: 0;
	padding: 0;
	width: 17px;
	cursor: pointer;
}
#content .ajax__calendar_prev {
	background: url("images/calndarprev.png") no-repeat scroll right center transparent;
	cursor: pointer;
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
	width: 17px;
}
 
#content .ajax__calendar_body {
	background: none repeat scroll 0 0 #F9F9F9;
	border: medium none;
	width: 211px;
}
 
#content .ajax__calendar_dayname {
	background: none repeat scroll 0 0 #F4F4F4;
	color: #666666;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	margin: 1px;
	padding: 0 4px;
	text-align: center;
	text-transform: none;
}
 
#content .ajax__calendar_day {
	background: none repeat scroll 0 0 #EDEDED;
	border-radius: 3px 3px 3px 3px;
	color: #666666;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	margin: 1px;
	padding: 0 4px;
	text-align: center;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#content .ajax__calendar_other .ajax__calendar_day{
	background: none repeat scroll 0 0 #F4F4F4;
}
#content .ajax__calendar_active .ajax__calendar_day{
	background:#daea96;
}
#content .ajax__calendar_hover .ajax__calendar_day{
	background:#d1e384;
}
#content .ajax__calendar_hover .ajax__calendar_day,
#content .ajax__calendar_hover .ajax__calendar_month,
#content .ajax__calendar_hover .ajax__calendar_year,
#content .ajax__calendar_active {

}
 
#content .ajax__calendar_today {
	height: auto;
}
 
#content .ajax__calendar_other,
#content .ajax__calendar_hover .ajax__calendar_today,
#content .ajax__calendar_hover .ajax__calendar_title {

}
#content .ajax__calendar_days table{
	margin: 0;
	padding: 0;
	width: 100%;
}
#content .ajax__calendar_dayname.first{
	border-radius: 3px 0 0 3px;
}
#content .ajax__calendar_dayname.last{
	border-radius: 0 3px 3px 0;
}
#content .ajax__calendar_year br,
#content .ajax__calendar_month br{
	display:none;
}
#content .ajax__calendar_years,
#content .ajax__calendar_months{
	left:20px !important;
}
table.track.vertical .ajax__calendar td{
	border: medium none;
	padding: 0;
}
#ctl00_contentPlaceHolder_CalendarExtender1_container{

}
/**************************/
.UpdateProgressPanel{
	right:0 !important;
	top:0 !important;
	bottom:auto !important;
	left:auto !important;
}
.popup td ul li{
	line-height:20px !important;
	height:20px !important;
}
