ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}

ul, ol {
	list-style: none;
}

:link, :visited {
	text-decoration: none;
}

a img, :link img, :visited img {
	border: none;
}

a, a:visited, a:active, a:hover {
	outline: 0;
}

address {
	font-style: normal;
}

hr {
	display: none;
}

br {
	clear: left;
}

html {
	background: white url("../gfx/bg.gif") top repeat-x;
}

body {
	font-size: 1em;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0;
}

.clear {
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}

#container {
	margin: 0 auto;
	font-size: .75em;
}

/* forms */
.formContainer {
	color: #5a5a5a;
	width: auto;
	height: auto;
	margin: 20px 10px 0px 81px;
}

.formContainer span.tip, .box span.tip {
	font-size: .9em;
	font-weight:  normal;
	color: #a3a3a3;
	width: 144px;
	margin: 15px 0 0 8px;
	display: block;
	float: left;
	border: 0;
}

.formContainer span.error {
	background: transparent url("../gfx/exclam.gif") left no-repeat;
	width: 5px;
	height: 21px;
	display: block;
	float: left;
	margin: 10px 5px 0;
}

input.std, select.std, textarea.std {
	color: #5a5a5a;
	border: 1px solid #b9b6a9;
	width: 270px;
	margin-top: 9px;
	padding: 2px;
	display: block;
	float: left;
}

div.std {
	width: 270px;
	margin-top: 9px;
	padding: 4px 0;
	display: block;
	float: left;
}

div.stdPadding {
	padding: 4px 0;
}

select.std {
	width:276px;	
}

label.std {
	display: block;
	float:left;
	width: 180px;
	text-align: right;
	padding: 2px 15px 0 0;
	margin-top: 10px;
}

label.std em, span.asterisk {
	color: #c00;
	margin: 0 4px;	
}

div.submits {
	text-align: center;
	padding: 15px 0 30px;
}

div.infoField {
	color: #5a5a5a;
	width: 270px;
	margin-top: 9px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	display: block;
	float: left;
}

input.btnSave, input.btnDownload, input.btnSignIn, input.btnCancel {
	width: 90px;
	height: 25px;
	cursor: pointer;
	border: 0;
	padding: 0;
	margin: 0 10px;
}

input.btnSignIn {
	background: transparent url(../gfx/btn_sign_in.gif) no-repeat;
}

input.btnSignIn:hover {
	background: transparent url(../gfx/btn_sign_in.gif) -90px 0 no-repeat;
}

input.btnCancel {
	background: transparent url(../gfx/btn_cancel.gif) no-repeat;
}

input.btnCancel:hover {
	background: transparent url("../gfx/btn_cancel.gif") -90px 0 no-repeat;
}

input.btnSave {
	background: transparent url("../gfx/btn_save.gif") no-repeat;
}

input.btnSave:hover {
	background: transparent url("../gfx/btn_save.gif") -90px 0 no-repeat;
}

input.btnDownload {
	background: transparent url("../gfx/btn_download.gif") no-repeat;
}

input.btnDownload:hover {
	background: transparent url("../gfx/btn_download.gif") -90px 0 no-repeat;
}

input.btnApply, input.btnSearch, input.btnProceed, input.btnAdd, input.btnNext, input.btnView, input.btnDelete, input.btnYes, input.btnNo, 
input.btnClear, input.btnShowAll, input.btnChangeStandard {
	width: 72px;
	height: 20px;
	cursor: pointer;
	border: 0;
	padding: 0;
	margin: 0 10px;
}

input.btnApply {
	background: transparent url("../gfx/btn_apply.gif") no-repeat;
}

input.btnApply:hover {
	background: transparent url("../gfx/btn_apply.gif") -72px 0 no-repeat;
}

input.btnSearch {
	background: transparent url("../gfx/btn_search.gif") no-repeat;
}

input.btnSearch:hover {
	background: transparent url("../gfx/btn_search.gif") -72px 0 no-repeat;
}

input.btnShowAll {
	background: transparent url("../gfx/btn_show_all.gif") no-repeat;
}

input.btnShowAll:hover {
	background: transparent url("../gfx/btn_show_all.gif") -72px 0 no-repeat;
}

input.btnProceed {
	background: transparent url("../gfx/btn_proceed.gif") no-repeat;
}

input.btnProceed:hover {
	background: transparent url("../gfx/btn_proceed.gif") -72px 0 no-repeat;
}

input.btnAdd {
	background: transparent url("../gfx/btn_add.gif") no-repeat;
}

input.btnAdd:hover {
	background: transparent url("../gfx/btn_add.gif") -72px 0 no-repeat;
}

input.btnNext {
	background: transparent url("../gfx/btn_next.gif") no-repeat;
}

input.btnNext:hover {
	background: transparent url("../gfx/btn_next.gif") -72px 0 no-repeat;
}

input.btnView {
	background: transparent url("../gfx/btn_view.gif") no-repeat;
}

input.btnView:hover {
	background: transparent url("../gfx/btn_view.gif") -72px 0 no-repeat;
}

input.btnDelete {
	background: transparent url("../gfx/btn_delete.gif") no-repeat;
}

input.btnDelete:hover {
	background: transparent url("../gfx/btn_delete.gif") -72px 0 no-repeat;
}

input.btnYes {
	background: transparent url("../gfx/btn_yes.gif") no-repeat;
}

input.btnYes:hover {
	background: transparent url("../gfx/btn_yes.gif") -72px 0 no-repeat;
}

input.btnNo {
	background: transparent url("../gfx/btn_no.gif") no-repeat;
}

input.btnNo:hover {
	background: transparent url("../gfx/btn_no.gif") -72px 0 no-repeat;
}

.btnChangeStandard {
	background: transparent url(../gfx/btn_change.gif) no-repeat;
}

.btnChangeStandard:hover {
	background: transparent url(../gfx/btn_change.gif) -72px 0 no-repeat;
}

input.btnClear {
	width: 59px;
	height: 20px;
	position: absolute;
	margin: 0;
	top: 15px;
	left: 8px;
	display: block;
	float: left;
	cursor: pointer;
	border: 0;
	background: transparent url("../gfx/btn_clear.gif") no-repeat;
}

input.btnClear:hover {
	background: transparent url("../gfx/btn_clear.gif") -59px 0 no-repeat;
}

.btnCancel {
    background: #fff url(../gfx/btn_cancel.gif) no-repeat;
    width: 90px;
    height: 25px;
    display: block;
    float: right;
    margin: -10px 0 10px;
    text-indent: -10000px;
}

.btnCancel:hover {
    background: #fff url(../gfx/btn_cancel.gif) -90px 0 no-repeat;
}

.btnChange {
	background: #fff url(../gfx/btn_change.gif) no-repeat;
	width: 72px;
	height: 20px;
	display: block;
	float: right;
	margin: 10px 0;
	text-indent: -10000px;
}

.btnChange:hover {
	background: #fff url(../gfx/btn_change.gif) -72px 0 no-repeat;
}

/* button - width: 87px */
input.btnCarryover {
	width: 87px;
	height: 20px;
	cursor: pointer;
	border: 0;
	padding: 0;
	margin: 0;
}

input.btnCarryover {
	background: transparent url("../gfx/btn_co.gif") no-repeat;
}

input.btnCarryover:hover {
	background: transparent url("../gfx/btn_co.gif") -87px 0 no-repeat;
}

/* form errors */
input.formError, select.formError, textarea.formError {
	background-color: #fff2f1;
	color: #5a5a5a;
	border: 1px solid #c00;
}

label.formError	{
	color: #c00;
}

/* infos, errors */
div.msgs {
	color: #52514f;
	text-align: justify;
	min-height: 55px;
	margin: 10px 0px 40px 0px;
	padding: 10px 26px 10px 80px;
	clear: both;
}

div.infos {
	background: #f1fff2 url("../gfx/ok_info.gif") no-repeat 0 50%;
	border: 1px solid #94ae75;
}

div.errors {
	background: #fff2f1 url("../gfx/error_info.gif") no-repeat 0 50%;
	border: 1px solid #d3574c;
}

div.msgs li {
	margin: 5px;
	padding-left: 10px;
	background-position: 0 4px;
	color: #52514f;
}

div.notice {
	background: #F0F4F9 url("../gfx/icon_info.gif") no-repeat 35px 50%;
	border: 1px solid #249AC0;
}

/* footer */
#footer_container {
	height: 34px;
	background-color: #303030;
	border-top: 4px solid #3e3e3e;
	margin-top: 20px;
}

#footer {
	background-color: transparent;
	width: 980px;
	height: 14px;
	margin: 10px auto;
	padding: 0;
	color: #cbc9c3;
	font-size: .7em;
}

#footer_policy {
	background-color: transparent;
	width: 180px;
	height: auto;
	margin-top: -1px;
	padding: 0;
	color: #cbc9c3;
	float: left;
}

#footer_menu {
	width: 110px;
	height: auto;
	margin: 0;
	color: #cbc9c3;
	float: right;
	text-align: right;
	margin-top: -2px;
}

#footer_menu a, #footer_menu a:visited, #footer_menu a:active {
	text-decoration: none;
	color: #cbc9c3;
}

#footer_menu a:hover {
	text-decoration: underline;
}

/* other */
.bold {
	font-weight: bold;
}

table.listTable td.alignRight {
	text-align: right;
}

/* data tables & lister */
.hand {
	cursor: pointer;
}

div.list {
	margin: 7px auto 0;
}

div.listTitle {
	float: left;
	font-weight: bold;
	color: #636363;
	padding-left: 2px;
}

div.listTotal {
	float: right;
	margin: 0 3px 0 10px;
	color: #8a8a8a;
}

div.listDeleteButton		{ float: left; padding: 2px 39px }
div.listDeleteButton .submit	{ font-size: .9em }

div.listLimit {
	float: left;
	padding-bottom: 6px;
}

div.listLimit .separator { color: #dfdfdf; }

div.listPaging {
	float: right;
}

div.listPaging span {
	display: block;
	float: left;
}

div.listPaging a {
	margin: 0 2px;
	padding: 0 5px;
	display: block;
	float: left;
	border: 1px solid #D0CFCA;
	height: 16px;
	text-decoration: none;
	text-align: center;
}

div.listPaging a img {
	margin-top: 2px;
}

div.listPaging a:hover {
	border: 1px solid #999;
	text-decoration: none;
}

div.listPaging a.sel {
	border: 1px solid #45A9C9;
	background-color: #45A9C9;
	color: #fff;
}

table.listTable {
	width: 100%;
	background-color: #fff;
	margin: 10px 0; 
	border-bottom: 1px solid #DFDFDF;
}

table.listTable th {
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #7D7B73;
	border-right: 1px solid #A2A099;
	padding: 10px 7px;
}

table.listTable th.left {
	background: #7d7b73 url(../gfx/table_tl.gif) top left no-repeat;
}

table.listTable th.right {
	background: #7d7b73 url(../gfx/table_tr.gif) top right no-repeat;
	border-right: 0;
}

table.listTable th a, h2.tableTitle a {
	color: #fff;
}

table.listTable th a:hover, h2.tableTitle a:hover {
	text-decoration: underline;
}

table.listTable th.asc {
	background: #7D7B73 url('../gfx/sort_asc.gif') no-repeat center bottom;
}

table.listTable th.desc {
	background: #7D7B73 url('../gfx/sort_desc.gif') no-repeat center top;
}

table.listTable td {
	border-left: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	padding: 7px 3px;
	text-align: center;
}

table.listTable td.last {
	border-right: 1px solid #DFDFDF;
}

table.listTable td.noPadding {
	padding: 0;
}

table.listTable tr:hover {
	background-color: #E8F5F8;
}

table.listTable tr.noHover:hover {
	background-color: #fff;
}

table.listTable tr.checked	{ background-color: #F3C491 }
table.listTable tr.categ		{ background-color: #f2f2f2 }
table.listTable tr.categ:hover	{ background-color: #F9E3CB }

/* wyszukiwarka nad listą */
form.listSearch {
	margin-bottom: 15px;
}

div.listSearch {
	border: 1px solid #dfdfdf;
	padding: 10px;
}

div.listSearchTitle {
	background-color: #7d7b73;
	padding: 6px;
	color: #fff;
	font-weight: bold;
	height: 15px;
}

div.notes table.listTable {
    margin: 0;
}

.alignLeft, table.listTable td.alignLeft {
    text-align: left;
}

div.notes form {
    border: 1px solid #dfdfdf;
    margin: 1px 0;
    padding: 3px;
    text-align: center;
}

div.notes form textarea {
    border: 1px solid #b9b6a9;
}

div.notes form textarea.formError {
    border-color: #c00;
}

div.notes form input.btnAdd {
    margin: 10px auto 5px;
}

div.notes #messages {
    margin: 1px 0;
}

.alignRight {
	text-align: right;
}

/* tip */
.tip	{
	display: block;
	font-weight: bold;
	color: #636363;
	border-bottom: 1px solid #dfdfdf;
}

.tip span {
	color: #e8880b;
}

/* plans */
#content_border {
	background-color: transparent;
	color: #636363;
	text-align: justify;
	display: block;
	border: 1px solid #dfdfdf;
	position: relative;
	margin: 24px 0;
	padding: 17px 17px 0 17px;
	line-height: 18px;
}

.content_title {
	font-size: 1.5em;
	font-weight: bold;
	color: #e8880b;
	margin-bottom: 15px;
}

.ct_small {
	color: #e8880b;
	font-size: 1.2em;
	margin: 15px 0;
}

.affiliate_plans {
	background: #fff url(../gfx/affilliate_plans_bg.gif) left repeat-y;
	border-top: 1px solid #dfdfdf;
	padding: 10px 0 8px 92px;
	display: block;
	line-height: 24px;
	position: relative;
	min-height: 30px;	/* IE7 hack */
}

.radio {
	position: absolute;
	top: 23px;
	left: 29px;
	color: #e8880b;
}

* html .radio {
	top: 23px;
	left: 25px;
}

.btn {
	height: 30px;
}

/* affiliate plan box */
div.box {
	border: 1px solid #DFDFDF;
	padding: 17px;
}



/* sign in page */
#sign_in_bg, #sign_in_bg2 {
	background: #fff url(../gfx/sign_in_bg.gif) no-repeat;
	width: 310px;
	height: 198px;
	margin: 0 auto;
	padding: 53px 30px 0;
	color: #636363;
}

#sign_in_bg2 {
	background: #fff url(../gfx/sign_in_bg2.gif) no-repeat;
	height: 168px;
}

.regInput {
	width: 205px;
	color: #5a5a5a;
	border: 1px solid #b9b6a9;
	padding: 2px;
}

.regRow {
	line-height: 23px;
	margin: 7px 0;
	text-align: right;
}

#statTable {
	font-family: Arial, Helvetica, sans-serif;
}




/**** <Highslide> ****/

.highslide {
    cursor: url(../gfx/highslide/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-loading {
    display: block;
	color: white;
	font-style: 'Verdana, Helvetica, sans-serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    padding-left: 22px;
    background-image: url(../gfx/highslide/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
/**** </Highslide> ****/

div.calendarIcon {
	float: left;
	width: 20px;
	height: 20px;
	background: transparent url(../gfx/icons.gif) no-repeat -5px -722px;
	cursor: pointer;
	margin: 10px 7px;
}
