body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


.center {
	text-align: center;
}

ul.SortableList {
	list-style-image: none;
	list-style-type: none;
	margin-top: 5px;
	margin: 0px;
	padding: 0px;
}

span.handle {
	background-color: #E8A400;
	color: white;
	cursor: move;
}

li.green {
	background-color: #ECF3E1;
	border: 1px solid #C5DEA1;
	cursor: move;
}

li.orange {
	border: 1px solid #E8A400;
	background-color: #FFF4D8;
}

/* Main container */
#Container {
	margin: 0px auto 0;
	padding: 0;
	position: relative;
}

/* -- Main Container -- */ /* AdminSite header */
#AdminHeader {
	color: #FFF;
	background: rgb(0%, 56%, 84%);
	font: bold 200%/ 1em Arial, Verdana, sans-serif;
	padding: 1em 1em 0;
	margin: 0;
	border: 1px solid rgb(0%, 31%, 46%);
	border-width: 2px 0;
}

/* -- AdminSite header -- */
#komunikat {
	float: right;
	height: 80px;
	width: 590px;
	display: block;
	background: #fff url(/images/admin/tlo_p_cien.gif) repeat-y right;
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
}

#komunikat p {
	color: #666666;
	margin: 10px 20px 0px 0px;
}

/* Site content */
#Content {
	display: block;
	float: right;
}

#Content .tytul {
	display: block;
	float: left;
	height: 28px;
	width: 280px;
	float: left;
}

#Content .zakladki {
	display: block;
	height: 28px;
	width: 700px;
	float: right;
	padding-right: 26px;
}

#Content .zakladki img {
	display: block;
	border: 0px;
	height: 28px;
	width: 93px;
	float: left;
}

#Content .zakladki ul {
	margin: 0;
	padding: 0;
}

#Content .zakladki li {
	color: #fff;
	list-style: none;
	border: 0px;
	height: 28px;
	padding-left: 10px;
	float: left;
	display: block;
	background: #fff url(/images/admin/n_button.gif) 0 0 no-repeat;
}

#Content .zakladki li a {
	color: #fff;
	border: 0px;
	padding-top: 8px;
	padding-right: 10px;
	font-size: 13px;
	height: 20px;
	float: left;
	display: block;
	background: #fff url(/images/admin/n_button.gif) 100% 0 no-repeat;
}

#Content h1 {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
}

#Content a img {
	border: 0;
}

#Content .funkcja {
	border: 2px solid #CCCCCC;
	display: block;
	clear: both;
	margin-bottom: 13px;
}

.MainForm {
	margin: 0 auto 0 auto;
	width: 600px;
}

.MainForm input {
	color: #781351;
	background: #f0f0f0;
	border: 2px solid #333;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 1px;
}

.MainForm textarea {
	color: #781351;
	background: #f0f0f0;
	border: 2px solid #333;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 1px;
}

.MainForm label {
	width: 7em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

.MainForm p {
	float: none;
	display: block;
}

.MainForm span.error {
	color: red;
	font-size: 13px;
	margin-left: 9em;
	padding: 2px;
	display: block;
}

.MainForm fieldset {
	border: 1px solid #666666;
	margin: 5px;
	width: auto;
}

.MainForm legend {
	color: #fff;
	background: #bbbbbb;
	border: 1px solid #004f75;
	padding: 2px 6px;
}

.CustomersTable {
	width: 100%;
}

.CustomersTable th {
	text-align: center;
}

#customer_description {
	background: #F7F7F7;
	border: 1px solid #EAEAEA;
	padding: 10px;
	margin-top: 10px;
}

#customer_description ul {
	margin: 0;
	padding: 0;
	list-style: none !important;
	list-style-image: none !important;
}

#customer_description ul li {
	margin-bottom: 10px;
}

#search_form {
	background: #F7F7F7;
	border: 1px solid #EAEAEA;
	padding: 10px;
}

#customer_name {
	width: 250px;
}

div.autocomplete {
	position: absolute;
	width: 250px;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul {
	list-style: none !important;
	list-style-image: none !important;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul li.selected {
	background-color: #B9DAF0;
}

div.autocomplete ul li {
	font-size: small;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	cursor: pointer;
}

.formularz {
	padding: 10px;
}

.formularz p {
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin: 10px 0px 3px 0px;
	clear: both;
}

.formularz input {
	float: left;
	display: block;
	margin: 2px;
}

.formularz label {
	font-size: 12px;
	color: #333333;
	padding: 0px;
	width: 440px;
}

#CalContent th {
	border: 0px;
	font-size: 14px;
	color: #666666;
	background-color: #CCCCCC;
}

#CalContent td {
	border: 0px;
	background-color: #F3F3F3;
	font-size: 12px;
	color: #666666;
	padding: 2px;
}

#CalContent .light {
	background: #eee;
}

#CalContent.td_1 {
	width: 15%;
	text-align: center;
}

.formularz th {
	border: 0px;
	font-size: 14px;
	color: #666666;
	background-color: #CCCCCC;
}

.formularz td {
	border: 0px;
	background-color: #F3F3F3;
	font-size: 12px;
	color: #666666;
	padding: 2px;
}

th a {
	color: #fff;
	text-decoration: none;
}

.formularz .light {
	background: #eee;
}

.formularz .td_1 {
	width: 15%;
	text-align: center;
}

td.income {
	color: green;
	text-align: right;
	width: 70px;
}

td.outcome {
	color: red;
	text-align: right;
	width: 70px;
}

a {
	text-decoration: none;
}

.formularz a:link {
	color: #333;
}

.formularz a:visited {
	color: #333;
}

.formularz a:hover {
	color: #C00;
}

.formularz a:active {
	color: #069;
}

.szary {
	color: #999999;
	font-size: 10px;
	margin: 5px 0 5px 0;
}

#TopMenu {
	font-size: 10px;
	color: #FFFFFF;
	padding: 3px 18px;
}

#TopMenu a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
}

.NewsDetails h4 a img {
	border: 0;
}

.NewsDetails p.date {
	text-align: right;
	color: #999999;
	font-size: 10px;
}

.NewsIntro img {
	float: left;
}

.NewsContent {
	clear: both;
}

/* */
#nav {
	margin: 0;
	padding: 0;
	float: none;
	width: 100%;
	height: 30px;
}

#nav li {
	list-style: none;
	float: left;
	margin-left: 1px;
	padding-left: 16px;
	font-size: 10px;
	line-height: 20px;
	white-space: nowrap;
	background: #BBB url(/images/tabs2-big.gif) 0 100% no-repeat;
}

#nav a {
	display: block;
	float: left;
	padding: 0 16px 0 0;
	text-decoration: none;
	font-weight: bold;
	background: #DDD url(/images/tabs2-big.gif) 100% 100% no-repeat;
	color: #333;
	width: .1em;
}

html>body #nav a {
	width: auto;
}  /* fixes IE6 hack */
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {
	float: none;
}  /* End IE5-Mac hack */
#nav a:hover {
	color: rgb(62%, 35%, 22%);
}

#nav #current,#nav #current a {
	color: #FDB;
	background-image: url(tabs2-big-ct.gif);
}

#SubMenu a {
	display: block;
	float: left;
}

#LeftMenu {
	width: 210px;
	display: block;
	float: left;
	background: #fff url(/images/admin/tlo_l_cien.gif) repeat-y left;
}

#LeftMenu a {
	text-align: right;
	clear: both;
	padding-right: 10px;
	padding-top: 5px;
	height: 49px;
	width: 183px;
	text-transform: uppercase;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 13px;
	color: #6e7b83;
	display: block;
	background: url(/images/admin/m.gif) no-repeat;
}

#LeftMenu a span {
	font-weight: normal;
	text-transform: lowercase;
	font-size: 11px;
}

#LeftMenu #mtytul {
	background: url(/images/admin/menu.gif) no-repeat top;
	height: 28px;
	width: 210px;
	display: block;
}

#LeftMenu #mkoniec {
	height: 24px;
	width: 210px;
	display: block;
	background: url(/images/admin/m_koniec.gif) no-repeat top;
}

#stopka {
	position: relative;
	display: block;
	clear: both;
	float: none;
	vertical-align: bottom;
	text-align: center;
}

#AdminBannersList {
	float: left;
	border: 1px solid #ddd;
	padding: 0;
	margin-right: 2px;
}

#AdminBannersList h4 {
	text-align: center;
	width: 200px;
}

#AdminBannersList li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 30px;
}

#AdminBannersList img {
	width: 198px;
	height: 30px;
}

#SiteBannersList {
	float: left;
	border: 1px solid #ddd;
	padding: 0;
}

#SiteBannersList h4 {
	text-align: center;
	width: 200px;
}

#SiteBannersList li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 30px;
}

#SiteBannersList img {
	width: 198px;
	height: 30px;
}

#AdminPictureList {
	padding: 1px;
	width: 504px;
	height: 504px;
	border: 2px solid #e8a400;
}

#AdminPictureList img {
	float: left;
	margin: 0px;
	cursor: move;
	margin: 1px;
	width: 80px;
	height: 80px;
	border: 1px solid #e8a400;
}

.ImgBox {
	display: block;
	background: #ddd;
	float: left;
	text-align: center;
}

.login {
	color: #666;
	font-size: 11px;
	padding: 5px;
	clear: right;
}

.login a:link,.login a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

.login a:hover {
	text-decoration: none;
	color: #FF0000;
}

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	width: 500px;
}

legend {
	font-weight: bold;
}

label {
	float: left;
	width: 100px;
}

#browse_crag {
	width: 802px;
	margin: 0;
	/*background-image: url(../images/browse_crag_bg.jpg);
background-repeat: repeat-x;
*/
	border-bottom: 1px solid #99FF00;
}

.error {
	font-weight: bold;
	color: #FF3300;
	padding-left: 18px;
	background: url(../../shared/images/error.png) no-repeat left top;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .error {
	width: 10em;
}

table.SmallCal {
	float: right;
	position: relative;
}

table.WeekTable {
	clear: both;
}

table.WeekTable th {
	width: 200px;
}

table.WeekTable td {
	width: 200px;
	height: 20px;
	vertical-align: top;
}

/* Event definition */
div.event {
	background-color: #ffff99;
	margin: 2px;
	margin-bottom: 4px;
	border: 2px solid #000;
	padding: 2px;
	border: 2px solid #000;
}

div.event a {
	font-weight: normal;
}

.EventName {
	margin: 0;
	padding: 3px 0 3px 0;
	font-size: 13px;
	display: block;
	float: none;
	font-weight: bold;
	clear: both;
}

.EventIncome,span.time {
	float: none;
	display: block;
}

span.important {
	float: none;
	display: block;
        color: red;
        text-transform: uppercase;
        font-weight: bold;
}
span.payroll {
	float: none;
	display: block;
        color: green;
        text-transform: uppercase;
        font-weight: bold;
}

.BottomEventLink a {
	padding: 5px;
	float: none;
	display: block;
	border: 1px solid #666;
	margin-top: 1px;
	text-align: center;
}

.BottomEventLink a:hover {
	background-color: buttonshadow;
	border: 1px solid red;
	font-weight: bold;
}

.repeatBoxInfo {
	border: 1px dashed green;
	padding: 1px;
	margin-top: 1px;
	display: block;
	width: 18px;
	text-align: center;
	color: green;
	float: left;
}

.keyInfo {
	padding: 0;
	margin: 1px 0 0 2px;
	display: block;
	color: #000;
	border: 1px dashed #666;
	float: right;
	font-weight: bold;
	line-height: 16px;
}

.ico {
	height: 16px;
	margin: 0;
	padding: 0;
	padding-right: 2px;
	display: block;
	float: left;
	border: 0;
}

/* put the left rounded edge on the track */
#track1-left {
	position: absolute;
	width: 5px;
	height: 9px;
	background: transparent url(/images/slider-images-track-left.png)
		no-repeat top left;
}

/* put the track and the right rounded edge on the track */
#track1 {
	background: transparent url(/images/slider-images-track-right.png)
		no-repeat top right;
}

@media print {
	div#LeftMenu,div#AdminHeader,#logo,#komunikat,#stopka,#koniec,th#WeekReport,th#WeekReport a,div.BottomEventLink,table.SmallCal,ul#nav,select
		{
		display: none;
	}
	#Content,#Content .funkcja {
		width: 100%;
		border: none;
	}
}

a.glink {
	font-weight: normal;
	border: 1px solid #eee;
	padding: 1px;
}

a:hover .glink {
	font-weight: normal;
	border: 1px solid #e3e3e3;
	padding: 1px;
	background-color: #eee;
}