/*******************************************************************************************
 *                             Style wspólne dla całego portalu                            *
 *******************************************************************************************/

/******************* Tekst *******************/
/* do błędów i walidacji */
.ex_error {
font-family:Tahoma,arial,helvetica,sans-serif;
font-size:11px;
color: Red;
}



/*******************************************************************************************
 *                             Style dla poszczególnych modułów                            *
 *******************************************************************************************/

/************************************* Newsletter ******************************************/
.ex_newsletter_inputTextBoxLabel {
color: #231F20;
font-family:Tahoma,arial,helvetica,sans-serif;
font-size:11px;
}

.ex_newsletter_inputTextBox {
background-color:white;
border-color:#FBC26B #FCCD86;
border-style:solid;
border-width:2px 1px;
color:#231F20;
font-family:Tahoma,arial,helvetica,sans-serif;
font-size:10px;
padding-left:3px;
vertical-align:bottom;
}

a.ex_newsletter_saveLinkButton:active, a.ex_newsletter_saveLinkButton:hover, a.ex_newsletter_saveLinkButton:link, a.ex_newsletter_saveLinkButton:visited {
background:transparent url(./ExantModules/newsletter_button.gif) no-repeat;
width:121px;
height:12px;
padding:19px 0;
display:inline-block;
font-family:Tahoma,arial,helvetica,sans-serif;
font-weight:bold;
font-size:11px;
text-transform:uppercase;
color: #283F4D;
text-decoration: none;
}

a.ex_newsletter_cancelLinkButton {
display: none;
}

/****************************************** Text Layout ****************************************/
.layout_link {
}
.layout_simpletext {
}
a.layout_link_firma:active, a.layout_link_firma:hover, a.layout_link_firma:link, a.layout_link_firma:visited {
	font-weight: bold;
	text-decoration: none;
}
.layout_simpletext_promocje {
	padding-bottom: 5px;
	display: block;
}

/******************************************** Logoff *******************************************/
.ex_logoff_header, .ex_logoff_username {
color: #231F20;
font-family:Tahoma,arial,helvetica,sans-serif;
font-size:11px;
}
.ex_logoff_button {
background:transparent url(./ExantModules/newsletter_button.gif) no-repeat;
width:121px;
height:50px;
padding:0 0 2px;
display:inline-block;
font-family:Tahoma,arial,helvetica,sans-serif;
font-weight:bold;
font-size:11px;
text-transform:uppercase;
color: #283F4D;
text-decoration: none;
border: 0;
cursor:pointer;
}

/******************************************* Languages ************************************************/
a.lang_pl:active, a.lang_pl:hover, a.lang_pl:link, a.lang_pl:visited,
a.lang_pl_active:active, a.lang_pl_active:hover, a.lang_pl_active:link, a.lang_pl_active:visited,
a.lang_gb:active, a.lang_gb:hover, a.lang_gb:link, a.lang_gb:visited,
a.lang_gb_active:active, a.lang_gb_active:hover, a.lang_gb_active:link, a.lang_gb_active:visited {
	border: 0 none;
	display: inline-block;
	width: 33px;
	height: 26px;
}
a.lang_pl:active, a.lang_pl:hover, a.lang_pl:link, a.lang_pl:visited {background:url(/DesktopModules/eXant.Language/images/flags/pl-PL_i.png) no-repeat 0 0;}
a.lang_pl_active:active, a.lang_pl_active:hover, a.lang_pl_active:link, a.lang_pl_active:visited {background:url(/DesktopModules/eXant.Language/images/flags/pl-PL.png) no-repeat 0 0;}
a.lang_gb:active, a.lang_gb:hover, a.lang_gb:link, a.lang_gb:visited {background:url(/DesktopModules/eXant.Language/images/flags/en-GB_i.png) no-repeat 0 0;}
a.lang_gb_active:active, a.lang_gb_active:hover, a.lang_gb_active:link, a.lang_gb_active:visited {background:url(/DesktopModules/eXant.Language/images/flags/en-GB.png) no-repeat 0 0;}
