body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

div#container {
	width: 900px;
	margin: 0 auto;
}

div#top {
	clear: both;
}

img#logo {
	border: none;
}

div#left {
	float: left;
	width: 197px;
        margin-top: 30px;
}

div#menu {
	/* padding-top: 21px; */
	margin-bottom: 3px;
}

div#menu a:link,
div#menu a:visited,
div#menu a:hover {
	display: block;
	background-image: url(/img/menu_button.gif);
	width: 177px;
	height: 36px;
	line-height: 36px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 1px;
	text-transform: uppercase;
}

div#menu a.menu_button_sel:link,
div#menu a.menu_button_sel:visited,
div#menu a.menu_button_sel:hover {
	background-image: url(/img/menu_button_sel.gif);
	width: 160px;
	margin-left: 17px;
	color: #fff;
	font-weight: bold;
}

div#menu a:hover {
	color: #333;
}

div#right {
	float: left;
	/* margin-left: 3px; */
	width: 621px;
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 20px 40px 20px;
	min-height: 300px;
}

div#content {
	/* padding: 15px 0 0 15px; */
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

div#content h1 {
	display: block;
	text-transform: uppercase;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
	font-size: 14px;
	color: #d90000;
	letter-spacing: 5px;
}

div#content h2 {
	display: block;
	/* text-transform: uppercase; */
	/* padding-bottom: 5px;
	border-bottom: 1px solid #ccc; */
	margin-bottom: 4px;
	font-size: 12px;
	color: #009acf;
	letter-spacing: 2px;
}


div.blue_box_top {
	background-image: url(/img/blue_box_top.gif);
	width: 197px;
	height: 5px;
}

div.blue_box_content {
	background-image: url(/img/blue_box_middle.gif);
	background-repeat: repeat-y;
	width: 177px;
	padding: 10px;
	color: #fff;
}

div.blue_box_bottom {
	background-image: url(/img/blue_box_bottom.gif);
	width: 197px;
	height: 4px;
}

div.blue_box_content h1 {
	display: block;
	text-transform: uppercase;
	padding-bottom: 8px;
	border-bottom: 1px solid #7dcee2;
	margin-bottom: 8px;
	font-size: 12px;
	color: #fff;
	letter-spacing: 3px;
}

div.blue_box_news_title {
	font-weight: bold;
}

div.blue_box_news_date {
	font-size: 10px;
	color: #f0f0f0;
}

div.blue_box_news_content {
	padding-top: 8px;
}


div#footer {
	width: 860px;
	height: 44px;
	line-height: 44px;
	color: #999;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(/img/footer.gif);
	margin-top: 5px;
}

div#footer a:link,
div#footer a:visited,
div#footer a:hover {
	color: #999;
	text-decoration: none;
}

div#footer a:hover {
	color: #666;
}

div#footer_left {
	float: left;
}

div#footer_right {
	float: right;
}

a.blue_box_menu_item:link,
a.blue_box_menu_item:visited,
a.blue_box_menu_item:hover {
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: bold;
	line-height: 16px;
	padding-left: 14px;
	background-image: url(/img/blue_box_arrow.gif);
	background-repeat: no-repeat;
}

a.blue_box_menu_item_sel:link,
a.blue_box_menu_item_sel:visited,
a.blue_box_menu_item_sel:hover {
	color: #000;
	background-image: url(/img/blue_box_arrow_sel.gif);
}


div#test_container {
	position: relative;
	width: 400px;
	height: 300px;
	margin: 0 auto;
	border: 1px solid #ccc;
}

div#test_container div.test_step {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 330px;
	height: 230px;
	display: none;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
}

div#test_indicator {
	margin-top: 40px;
}

div#test_welcome div,
div#test_indicator div,
div#test_summary div {
	margin-bottom: 30px;
}

input#test_start {
	border: 2px solid #ccc;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 5px 30px 5px 30px;
}

div.test_step h1 {
	display: block;
	text-transform: uppercase;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	font-size: 24px;
	color: #666;
	letter-spacing: 3px;
	text-align: left;
}

div#test_version {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	font-size: 10px;
	color: #999;
}

div#test_summary table td {
	text-align: left;
	font-size: 16px;
	color: #333;
	padding: 3px 25px 3px 0px;
}

div.test_serwis {
	font-size: 16px;
	text-align: justify;
}

.small_gray {
	font-size: 10px;
	color: #666;
}

div#content a:link,
div#content a:visited,
div#content a:hover {
	color: #d96c00;
	font-weight: bold;
	text-decoration: none;
}

div#content a:hover {
	color: #d90000;
}

table.generic_table td {
	vertical-align: top;
	padding-right: 15px;
}



table.table_internet {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

table.table_internet td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999;
	height: 40px;
	padding: 5px;
}

tr.b td {
	font-weight: bold;
}

.left {
	text-align: left !important ;
}

tr.gray td {
	background-color: #dfdfdf;
}

tr.overbigline td {
	border-top: 3px solid #999;
}

tr.no_top_border td {
	border-top: none !important;
}

td.no_left_border {
	border-left: none !important;
}

td.no_right_border {
	border-right: none !important;
}

tr.no_bottom_border td {
	border-bottom: none !important;
}