/* border:nones are for NN4 */
html { margin: 0px; padding: 0px; }
body
	{
	background:url('../../images/common/bck.gif');
	background-repeat:repeat-x;	
	background-color: #ffffff;	
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
div { margin: 0px; padding: 0px; }
a {
text-decoration: none;
color: #545454;
line-height: 16px;
}
a:hover {
text-decoration: underline;
color: #234686;
line-height: 16px;
}

.clear { clear: both;} /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */

/*/*/ .clear { display: none; } /* */
/* box-wrap is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */

.box-wrap
{
	background-image:url('../../images/common/content_table_bck_top.gif');
	background-position:top;
	background-repeat:no-repeat;
	width: 958px;
	color : #000000;
	margin-left: auto;
	margin-right: auto;
}
.box-back
	{
	background-image:url('../../images/common/spc_bck.gif');	
	background-position:top;	
	width: 958px;	
/*	margin-top: 24px;	 */
	padding:0;
	margin-left: auto;
	margin-right: auto;
	}
.box-header
	{
	height:90px;	
	color: #313131;
	margin: 0px;
	border: none;
	background: #ffffff; /* theme change */
	}
.box-mainMenu
	{
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 8px;
	height: 37px;
	border-bottom: 1px solid #ffffff;
	background: #234686 url('../../images/menu.jpg');
	}

.box-footer
	{
	height:24px;
	background: #1e3c73;  /* theme change */
	clear: both;
	border: none;
	}
/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
.columns-float
	{
	float: left;
	width: 778px;
	background-position:bottom;
	}
.column-one
	{
	background: #ffffff;	
	float: right;
	width: 598px;
	}
/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
.column-two
	{
	margin-right: 598px;
	}
.column-three {
	margin-left: 778px;
	}
/* */
.column-one-content, .column-two-content, .column-three-content
	{
	padding:0px;
	margin:0px;
	color: #000000;
	}
	
.column-one-content {
	margin-top: 34px;
	margin-left:46px;
	margin-right:46px;
}
.column-two-content, .column-three-content {
	margin-top: 18px;
}
.column-two-content {
margin-left: 24px;
}
.column-three-content {
margin-left: 17px;
}

.logo {
	margin-top:14px; margin-left:24px; /* theme change */
}

/* topRight - jezyki i wyszukiwarka */
.topRight {
	height:60px; padding:0px; margin: 0px; padding-right:30px; margin-top:20px; float:right
}


.topRight .style1 {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.topRight .style1 a {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}
.topRight .style1 a:hover {
	text-decoration:underline;
}
.topRight .style3 a{
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration:none;
}
.topRight .style3 a:hover{
	text-decoration:underline;
	color: #ffffff;
}
.topRight .style4 {
	color: #CCCCCC;
	font-size: 16px;
}

/* VERTICAL PADDING ABOVE COLUMNS */
.box-header
	{ margin-bottom: 0px; }
.column_padding_after
	{
	height:0px;
	font-size: 1px;
	line-height: 0px;
	clear: both;
	}
/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 
/*/*/
.columns-float, .column-one, .column-two, .column-three, h2
	{ p\osition: relative; }
/* */


/* interface elements */
.colBox1-header {
	background-image: url('../../images/common/table_header.gif');
	width: 136px;

	height: 19px;
	margin: 0;
	padding: 0;
	font-family: tahoma;
	color: #606060;
	font-size: 10px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 4px;
}

.colBox1-body {
	padding: 6px;
	border: solid;
	border-width: 1px;
	border-top: 0;
	border-color: #cccccc;
	background-color: #ffffff;
	height: auto;
	width: 126px;
	vertical-align: top;
	margin-bottom: 20px;
}
.colBox1-body p {
	font-family: verdana;
	font-size: 10px;
}

/* typography */
h1, h2, h3
	{
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0px;
	color: #24478b;	
	font-weight: normal;	
	}
h1 a { color: #24478b; text-decoration: none; }
h1 {
	font-family: Verdana, Helvetica, sans-serif;
}	
h1 {
	font-size: 10pt;
	margin-bottom: 12px;
	font-weight: bold;
}
h2 {
	font-size: 11pt;
	margin-bottom: 12px;
	margin-top: 0px;
	font-weight: bold;
	line-height: 20px;	
	margin-top: 26px;	
}
p.lead {
	font-weight: bold;

}

h3 {
	font-size:10pt;
	margin-bottom: 12px;
}
p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px; margin: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #545454;
	}
.column-one-content p {
	font-size: 10px;
	line-height: 17px;
	margin-bottom: 14px;
}
.column-one-content .about {
	margin-top: 34px;
	color: #858585;
}
.column-one-content a {
	color: #24478b;
	text-decoration: none;
}
.column-one-content a:hover {
	text-decoration: underline;
}


/* prawa kolumna - logowanie */
.colBox1-body form {
	margin:0px; padding:0px;
}

select, option {
	font-family: Verdana, Tahoma;
	font-size: 10px;	
}

.colBox1-body form input, label {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	width: 110px;
	margin-bottom: 2px;
}
.colBox1-body form a {
	font-family: Verdana, Tahoma;
	text-decoration: none;
	color: #24478b;
	padding: 0px;
	margin: 0px;
}
.colBox1-body a:hover {
text-decoration: underline;
}

.colBox1-body a.register {
	font-size: 10px;
}
.colBox1-body a.forgot {
	font-size: 10px;
}
.marginTop {
	margin-top: 18px;
}


/* strona glowna portalu */
.mainBaner {
	/* border: dotted 1px; */
	margin-top: 0px;
	margin-bottom: 20px;	
	margin-left: 5px;
	height: 360px;
	width: 904px;
}
.mainBaner div, object{
	margin: 0px;
	padding: 0px;
}

.mainFlash {
	width:600px;
	height:210px;
	vertical-align:top;
}





.industriesMenu {
	/* border: dotted 1px; */
	margin-top:20px;
	margin-bottom:22px;
	margin-left:25px;	
	width: 930px;
}

.industriesMenu img {
	margin-right: 25px;
}

.mainTabs {
	margin-left: 24px;
	height:210px;
	width:288px;	
	border:solid 0px #CCCCCC;
	margin-bottom:0px;
	padding-bottom:0px;
}



/* stopka */
.box-footer a {
color: #ffffff;
}
.box-footer .left {
	color: #ffffff;
	font-size: 10px;
	float: left;
	margin-left: 25px;
	margin-top: 6px;
}
.box-footer .right {
	color: #ffffff;
	font-size: 10px;
	margin-right: 25px;
	float: right;
	margin-top: 6px;
}
/* end stopka */

/* forms */

.contactForm, input{
	color: #545454; /*theme change */
}

.contactForm .btn {
	background-color: #919db4; /*theme change */	
	border-top-color:#0475AF; /*theme change */
	border-left-color:#0475AF; /*theme change */
	border-right-color:#0475AF; /*theme change */
	border-bottom-color:#0475AF; /*theme change */
}
.contactForm .btn:hover, .formMini .btn:hover {
	background-color: #1e3b74; /*theme change */
}
.formMini .btn{
	background-color: #919db4; /*theme change */
	border-top-color:#0475AF; /*theme change */
	border-left-color:#0475AF; /*theme change */
	border-right-color:#0475AF; /*theme change */
	border-bottom-color:#0475AF; /*theme change */	
}

.table1 {
	color: #545454; /*theme change */
}
.column-one a {
	color: #234689; /*theme change */
}

.colBox1-body a {
	color: #234689; /* theme change */
}
a.path {
	color: #999999;
}

.conferences li {
	margin-bottom: 14px;
}