/*
Copyright e-point S.A.
CSS MP http://www.w3.org/TR/css-mobile */

/* resetowanie styli domyslnych */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
abbr,acronym { 
	border:0;
}

/* ogolne */
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0 0.4em;
}
h1#firmName {
	font-weight: bold;
	color: #000066;
}
h2, #relatedPromotionProducts h2.lowLevel, h3 {
	font-weight: bold;
	color: #FFF;
	background-color: #B4C3E2;
	padding: 0.19em 0.31em;
	margin:0.63em  0;
}
#relatedPromotionProducts h2.lowLevel {
	margin: 0;
}
h2 span {
	display: block;
}
h2 a, h3 a {
	color: #FFF;
}
h3 {
	font-weight: normal;
}
p {
	margin:0.9em 0;
}
a {
	text-decoration: none;
	color: #000;
}

.contentArea a {
	color: #000066;
	text-decoration: none !important; /** wooki: FCK editor fix **/
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
ul, ol {
	margin-left:1.25em;
}
.clear {
	clear: both;
}
.anotherColor {
	color: #FF6000;
	letter-spacing: -1px;
}
.whiteColor {
	letter-spacing: -1px;
}
.smallerPointer {
	letter-spacing: -1px;
}
.errorMessage {
	color: red;
}
.stronger {
	font-weight: bold;
}
.activeTable {
	font-weight: bold;
}
.textAlignRight {
	text-align: right;
}
.upperCase {
	text-transform: uppercase;
}
.noMargin {
	margin : 0;
}
.smallerMargin {
	margin: 0.3em 0;
}

/* glowny kontener */
#mainC {
	margin: 0 auto;
	font-size: 1em;
}

/* top naglowek */
#topHeader {
	border-bottom: 0.31em solid #FF6000;
	margin-bottom: 0.2em;
	padding-bottom: 0.13em;
	width: 100%;
}
#topHeader .bankName {
	text-align: right;
	vertical-align: middle;
}

/* menu gorne */
#topHorizontalMenu {
	text-align: center;
}
#topHorizontalMenu a {
	font-size: 0.9em;
}

/* bread crumbs */
#path {
	margin-top: 1.25em;
	font-size: 0.87em;
}

/* produkt promowany */
#relatedPromotionProducts {
	margin: 1em 0 0.63em 0;
}
#relatedPromotionProducts h2 {
	background-color: #FFF;
	margin: 0;
}
#relatedPromotionProducts h2 a {
	color: #2B2B80; 
}
#relatedPromotionProducts img, .newsItem img {
	float: left;
	margin-right: 0.31em;
}

/* tresc */
#mainMiddle {
	margin: 0.63em 0;
}
#mainMiddle p.childSection {
	margin: 0.5em 0;
}
#mainMiddle .listOfChildSection p {
	margin: 0.25em 0;
}
#mainMiddle .listOfChildSection .leadContent,
#relatedPromotionProducts .leadContent,
.newsItem .leadContent {
	color: #949494;
}
#mainMiddle .returnTo {
	margin: 1em 0 0 0;
}

/* placowki i bankomaty */
#search fieldset#conditions {
	margin-bottom: 0.63em;
}
#search legend {
	display: none;
}
#search label.textLabel {
	display: block;
	padding-left: 0;
	margin: 0.8em 0 0.5em 0;
}
#search label {
	padding-left: 0.31em;
}
#search #conditions p {
	margin: 0.5em 0;
}
#search fieldset#localizationData p {
	margin: 0 0 0.13em 0;
	font-size: 0.8em;
}
#search input#yourLocalization {
	width: 90%;
}
#search input#searchButton {
	margin-left: 40%;
	margin-top: 1em;
}

/* wyniki wyszukiwania placowek i bankomatow */
#resultList {
	margin-left: 2.8em;
}
#resultList li {
	padding: 0.63em 0;
	border-top: 0.06em solid #FF6000;
}
#resultList li.firstChild {
	border-top: none;
}
#localizationTips p {
	margin: 0.25em 0;
}
#localizationTips p.chooseLokalization {
	font-weight: bold;
	margin-bottom: 1em;
}

/* pager w wynikach wyszukiwania placowek i bankomatow */
#pagerWrapper {
	margin: 1.25em 0;
}
#pagerNumberList .pageLabel {
	padding-left: 1.5%;
} 
#pagerNumberList .totalNumber {
	padding-right: 1.5%;
}


/* tabela kursow walut na stronie głównej */
#currencyTable {
	width: 100%;
	margin-bottom: 0.63em;
}
#currencyTable caption {
	margin: 0.31em 0;
}
#currencyTable tr.headerTable td {
	background-color: #FF6000;
	color: #FFF;
	font-weight: bold;
}
#currencyTable tr {
	text-align:center;
}

/* notowania */
#quotationTable {
	width: 100%;
	margin: 0.5em 0 0.5em 0;
}
#quotationTable tr.header td {
	background-color: #B4C3E2;
	color: #FFF;
	padding: 0.19em 0.31em ;
	font-weight: bold;
	border: none!important;
}
#quotationTable tr.header td a,
table.quotationInnerTable td a
 {
	color: #FFF;
	font-weight: normal;
}
.quotationInnerTable tr.subcategoryHeader td {
	background-color:#FF6000;
	color:#FFFFFF;
	font-weight:bold;
	padding: 0.19em 0.31em;
	border: none!important;
}
#quotationTable tr.quotationData,
#quotationTable tr.quotationDataValues {
	text-align: center;	
	vertical-align: top;
}
#quotationTable tr.quotationDataValues td {
	padding-bottom: 0.5em;
	vertical-align: top;
}
table.quotationInnerTable {
	width: 100%;
}
table.quotationInnerTable tr.header td {
	background-color: #B4C3E2;
	color: #FFF;
	padding: 0.19em 0.31em ;
	font-weight: bold;
	border: none!important;
}
table.quotationInnerTable tr.quotationData td {
	text-align: center;
	width: 25%;
}
table.quotationInnerTable tr.oddRow td {
	background-color: #F2F2F2;
	padding: 0.25em 0;
}
table.quotationPensionData {
	width: 100%;
}
table.quotationPensionData td {
	text-align: center;
	width: 33%;
}
#chooseFund {
	margin-bottom: 10px;
}
#chooseFund .wrapperForm {
	margin-bottom: 1em;
}
table.favourTable {
	margin-top: 0.5em;
}
#chooseDay {
	margin-bottom: 10px;
}
/* archiwalne notowania */
#archiveTable {
	width: 100%;
}
#archiveTable tr td {
	text-align: center;
}
#archiveTable tr.header td {
	background-color: #B4C3E2;
	color: #FFF;
	font-weight: bold;
	padding: 0.19em 0.31em ;
	border-color: #B4C3E2;
}
#archiveOptions {
	width: 100%;
}
#chart {
	margin-top: 0.8em;
}
tr.archiveData td {
	padding-bottom: 0.3em;
}

/* aktualnosci */
.newsItem {
	margin: 10px 0 15px 0;
}
.newsItem h3 a {
	text-decoration: none;
	color: #000;
	font-size: 1em;
	font-weight: bold;
}
.newsItem .publicationDate {
	margin-top: 0;
	font-size: 0.85em;
}
.newsItem a.moreNewsLink {
	margin-top: 0.63em;
}

/* stopka */
#footer {
	clear: both;
	border-top: 0.3em solid #FF6000;
	margin-top: 0.9em;
	padding: 0.2em 0 0.63em 0;
	text-align: center;
}
#footer #copyright {
	font-size: 0.87em;
	color: #999;
}	
#footer a {
	font-size: 0.9em;
}
/* specjalne klasy dla iPhona */
.show_vertical {
	width: 315px;
	-webkit-text-size-adjust:none;
}
.show_horizontal {
	width: 475px;
	-webkit-text-size-adjust:none;
}

/* dekoracje tekstu */

.kolorowy {
	color: #000066;
}

.kolorowy_u {
	color: #000066;
	text-decoration: underline;
}

.wyrozniony {
	color: #FF6600;
}

.wyrozniony_u {
	color: #FF6600;
	text-decoration: underline;
}

.szary {
	color: #999999;
}

.zwyczajny {
	color: #000;
}

.zwyczajny_u {
	text-decoration: underline;
}

