﻿@import url("common.css");

input {
	border: 1px solid #e0e0e0;
	/*height: 13px;*/
	padding: 2px;
	margin: 0px;
	color: #000000
}



#divMain
{
	margin: 50px auto;
	margin-bottom:20px;
	width:360px;
}

td
{
	white-space:nowrap;	
	color:#888888;
}

h1, h2
{
	font-weight:bold;
	color: #888888;
	margin:0px;	
}

.c_lt,.c_rt,.c_lb,.c_rb,.c_lt_white,.c_rt_white,.c_lb_white,.c_rb_white
{
	background-repeat:no-repeat;
	width:100%;
	height:100%;

}
.c_lt,.c_lt_white
{
	background-position: left top;
	background-image:url(../img/frame_border_lt.gif);
}

.c_lt_white
{
	background-image:url(../img/frame_border_lt_white.gif);
}

.c_rt,.c_rt_white
{
	background-position: right top;
	background-image:url(../img/frame_border_rt.gif);
}

.c_rt_white
{
	background-image:url(../img/frame_border_rt_white.gif);
}

.c_lb,.c_lb_white
{
	background-position: left bottom;
	background-image:url(../img/frame_border_lb.gif);
}

.c_lb_white
{
	background-image:url(../img/frame_border_lb_white.gif);
}

.c_rb,.c_rb_white
{
	background-position: right bottom;
	background-image:url(../img/frame_border_rb.gif);
}

.c_rb_white
{
	background-image:url(../img/frame_border_rb_white.gif);
}


.b_l,.b_r,.b_t,.b_b
{
	width:100%;
	height:100%;

}

.b_l
{
	background-position: left;
	background-repeat:repeat-y;
	background-image:url(../img/frame_border_l_rep.gif);
	background-color:#ffffff;
}
.b_r
{
	background-position: right;
	background-repeat:repeat-y;
	background-image:url(../img/frame_border_r_rep.gif);
}
.b_t
{
	background-position: top;
	background-repeat:repeat-x;
	background-image:url(../img/frame_border_t_rep.gif);
}
.b_b
{
	background-position: bottom;
	background-repeat:repeat-x;
	background-image:url(../img/frame_border_b_rep.gif);
}

.title
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	height:16px;
	background-image:url(../img/stripe_blue_r.gif);
	background-repeat:no-repeat;
	background-position: right top;	
	text-align:left;
	white-space:nowrap;
}

.title div
{
	background-image:url(../img/stripe_blue_l.gif);
	background-repeat:no-repeat;
	background-position: left top;
	height:16px;
	padding-left:4px;
	line-height:15px;
}

.inner
{
	margin-left:4px;
	margin-right:4px;
	padding-top:4px;
	padding-bottom:4px;
	
}

.stripe
{
	height:16px;
	width:100%;
	
	background-color: #60b0e0;
	margin-bottom:2px;
}

.header
{
	padding: 3px 10px 10px 10px;
}

.footer
{
	text-align:center;
	padding-top:20px;
	color:#888888;
}

.footer div
{
	padding-top:15px;
}

.footer img
{
	vertical-align:middle;
}

.footer td
{
	text-align:right;
}

/* separators */
.separator_h_thin {
	height: 5px;
	clear:both;
}

.separator_h_thick {
	height: 15px;
	clear:both;
}

/* form fields */

.field_name {
	font-weight: bold;
	color:#888888;
}

.input_radio
{
	border:none;
}

.field_date {
	width: 57px;
	margin-right: 5px;
}

.field_time {
	width: 30px
}

.button_l
{
	background-image: url(../img/btn_l.gif);
	background-position: left;
	background-repeat:no-repeat;
	background-color: #a0d080;
	
	float:left;
	margin-right:4px;
	cursor:pointer;
}

.button_r
{
	background-image: url(../img/btn_r.gif);
	background-position: right;
	background-repeat:no-repeat;
	float:left;
	
	text-align:center;
	height: 16px;
	font-weight: bold;
	color:White;
	line-height: 15px;
	padding: 0px;
	padding-left:15px;
	padding-right:15px;
	vertical-align: bottom;
	
}

.scopeTable th
{
	font-weight:bold;
	text-align:left;
	color:Black;
}

.scopeTable td
{
	padding-left:20px;
	color:Black;
}

.scopeTable a, .scopeTable a:link, .scopeTable a:visited, .scopeTable a:active, .scopeTable a:hover
{
	font-size:10pt;
}

.box_blue h1
{
	color:Black;
}

hr 
{
	border:none;
	border-bottom: dotted 1px #e0e0e0;
	height: 1px;
}

.popup
{
	background-color:#FAFAE4;
	border:1px solid #E0E0E0;

	padding:3px 5px;

	text-align:justify;
	
	z-index:1;
}

ul.selectReplacement
{
	position: absolute;
	top: 4px;
	width: 90px;
}

.initialText
{
	color: #A0A0A0;
}
		
.helpIcon
{
	width: 16px; background-color: #ffffff; cursor:pointer; padding-right:2px;
}

.help
{
	width:300px;
	white-space:normal;
	padding: 3px 5px 3px 5px;
}

.help td
{
	white-space:normal;
}

#survey
{
	display:none;
	padding:5px;
	text-align:left;
	font-size:12px;
	cursor:default;
}

#survey table
{
	width:100%;
}

#survey td
{
	vertical-align:top;
	color:Black;
	text-align:left;
}

#survey span
{
	font-weight:bold;
}

#survey img
{
	float:right;
	cursor:pointer;
}

#survey input
{
	border:none;
}

.hostex div
{
	display:inline;
	vertical-align:middle;
	padding-top:5px;
}

.mainTop
{
	width:995px; 
	margin:30px auto 0px auto; 
	position:relative;
}

.topBanner
{
	border: 1px solid #e0e0e0; 
	border-right:none; 
	border-left:none; 
	height:100px; 
	padding-right:15px; 
	background-image:url(../img/reklama.png); 
	background-position:right center; 
	background-repeat:no-repeat;
}

.topBanner .logo
{
	height: 30px; 
	width:225px; 
	border: 0px; 
	float:left; 
	margin-top:35px; 
	margin-right:5px;
}

.topWithoutBanner
{
	text-align: center;
	height:100px;
}

.topWithoutBanner .logo
{
	height: 30px; 
	border: 0px;
	margin-left: 23px; 
	margin-top:35px;
}

.about, .about_bottom
{
	width:800px;
	margin:0px auto 0px auto;
	text-align:justify;
	font-size:13px;
	border-top:1px solid #e0e0e0;
}

.about_bottom
{
	text-align:center;
	clear:both;
	padding-top:20px;
}

.about_bottom a, .about a
{
	font-size:13px;
}

.about p
{
	padding: 0px 11px 11px 11px;
	margin:0px;
}

.about h1
{
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 11px;
	/*text-align: center;*/
}

.about h2
{
	font-size: 13px;
	font-weight:bold;
	border-bottom: dotted 1px #e0e0e0;
	margin-bottom: 11px;
}

.about, .about h1, .about h2, .about td
{
    color:Black;
}

.about ul
{
	margin-top: 0px;
}

.about li
{
	margin-bottom: 5px;
}

.news
{
	float:none;
	margin-bottom:10px;
}