/* Styl glowny dla wszystkich niezdefiniowanych */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #FFFFFF;
}

h1 {
	color: #FFFFFF;
	font-size: 8px;
	margin: 0px;
	padding: 0px;
}

/* ---------- START OF HEADER.HTML ---------- */

/* Kreska na samej gorze strony */
#top_line {
	position: relative;
	top: 3px;
	left: 0px;
	width: 100%;
	height: 2px;
	border-top-style: solid;
	border-top-color: #DBDDDD;
	border-top-width: 1;
}

/* Hmmm... Nie wiem jak to opisac */
#silver_partner_logo {
	position: absolute;
	top: 10px;
	left: 5px;
	width: 180px;
	height: 110px;
	cursor: pointer;
	background: url('images/logo_black_mid.png') no-repeat;
/*	background: url('images/borland-silver-partner.jpg'); */
}

/* ... z tym mam podobny problem... */
#codegear_logo {
	position: absolute;
	top: 28px;
	right: 0px;
	width: 90px;
	height: 75px;
	cursor: pointer;
	background: url('images/code-gear-logo.jpg');
	display: inline;
}

/* Menu w prawym gornym rogu - na kazdej stronie */
#top_right_menu {
	position: absolute;
	top: 5px;
	right: 5px;
	font-family: Verdana;
	color: #800000;
	font-size: 10px;
	display: inline;
}

/* Separator w prawym gornym menu */
.menu_column_spacer{
	color: c0c0c0;
}

/* ---------- END OF HEADER.HTML ---------- */




/* ---------- START OF FOOTER.HTML ---------- */

/* Stopka */
#footer {
	top: 0px;
	width: 100%;
	height: 24px;
}

/* Pozioma kreska na dole strony */
#bottom_line {
	top: 0px;
	left: 2px;
	width: 95%;
	height: 20px;
	border-top-style: solid;
	border-top-color: #DBDDDD;
	border-top-width: 1;
}

/* Menu dolne - na kazdej stronie */
#bottom_menu {
	top: 0px;
	left: 230px;
	font-family: Tahoma;
	color: #DBDDDD;
	font-size: 10px;
}

/* ---------- END OF FOOTER.HTML ---------- */





/* Glowne menu */
#main_menu {
	position: absolute;
	top: 81px;
	left: 390px;
	width: 700px;
}

/* Pierwsza strona - duzy baner */
#first_page_big_pic {
	top: -30px;
	left: 0px;
	width: 938px;
	height: 247px;
	border: solid 1px #BFBFBF;
/*	background: url('images/banner_duzy_1.jpg'); */
/*	background: url('images/banner_duzy_borland_bms.jpg');*/
	background: url('images/banner_future.png');
}

/* Pozioma kreska pod banerem na pierwszej stronie */
#middle_line {
	top: 0px;
	left: 0px;
	margin-top: 2px;
	width: 100%;
	height: 2px;
	border-top-style: solid;
	border-top-color: #DBDDDD;
	border-top-width: 1;
}

/* Zawartosc boksu Rozwiazania */
#solutions {
	top: 0px;
	width: 227px;
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	text-align: left;
	float: left;
}

/* Naglowek boksu Rozwiazania */
#solutions_bar {
	top: 0;
	left: 0px;
	height: 17px;
	width: 100%;
	background: url('images/pasek_3.jpg');
	font-family: Verdana;
	color: #8A1F03;
	font-size: 12px;
	font-weight: bold;
	padding: 1;
	padding-left: 2;
	margin-bottom: 6px;
}

/* Wysokosc pojedynczego elementu w boksie Rozwiazania */
#solutions_item {
	height: 20px;
	width: 100%;
	padding-left: 4px;
}

#solutions a:link, a:active, a:hover, a:visited {
	color: #3F3F3F;
	decoration: underline;
}

#divider {
	top: 0px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 6px;
	margin-bottom: 16px;
	width: 1px;
	height: 165px;
	float: left; 
	border-right-style: solid;
	border-right-color: #DBDDDD;
	border-right-width: 1;
}

* Zawartosc lewego boksu na stronie glownej */
#box_left {
	top: 0px;
	width: 230px;
	height: 150px;
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	float: left;
}

/* Zawartosc prawego boksu na stronie glownej */
#box_right {
	top: 0px;
	width: 230px;
	height: 150px;
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	float: left;
}


/* "Wiecej..." w boksach */
#box_more {
	top: 148px;
	left: 0px;
	font-family: Verdana;
	color: #8A1F03;
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;
	float: left;
	margin-top: 12px;
	padding-left: 5px;
}

/* Naglowek boksu */
#box_header {
	top: 0px;
	left: 0px;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #8A1F03;
	margin-bottom: 20px;
}

/* Obrazek w boksie */
#box_pic {
	position: relative;
	top: 0px;
	left: 15px;
}

/* Tekst w boksie */
#box_text {
/*	position: relative; */
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	top: 18px;
	left: 0px;
	color: #3F3F3F;

}

/* Zawartosc boksu Case Studies */
#case_studies {
	top: 0px;
	width: 195px;
/*	height: 180px; */
	font-family: Arial;
	color: #3F3F3F;
	font-size: 12px;
	float: left;
	background-position: bottom right; 
	background: url('images/case-studies_fit.PNG') no-repeat;
}

#case_studies_box {
	top: 0px;
	width: 197px;
	height: 170px;
	float: left;
	font-family: Arial;
	color: #3F3F3F;
	font-size: 12px;
	background-position: bottom right; 
	background: url('images/case-studies_fit.PNG') no-repeat;
}

/* Naglowek boksu Case Studies */
#case_studies_bar {
	left: 0px;
	width: 100%;
	height: 16px;
	background: url('images/pasek_4.png');
	font-family: Verdana;
	color: #8A1F03;
	font-size: 12px;
	font-weight: bold;
	padding: 1;
	padding-left: 5px;
	margin-bottom: 10px;
}

/* Wysokosc pojedynczego elementu w boksie Case Studies */
#case_studies_item {
	height: 18px;
	width: 100%;
}

/* "Wiecej..." w Case Studies */
#case_studies_more {
	float: left;
	font-family: Verdana;
	color: #8A1F03;
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;
}


#news {
	top: 0px;
	left: 0px;
	width: 100%;
/*	height: 20px; */
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: bold;
	border-style: solid;
	border-color: #DBDDDD;
	border-width: 1;
	padding-top: 1px;
	padding-left: 10px;
	padding-bottom: 1px;
	color: #FFFFFF;
	margin-top: 10px;
	line-height: 18px;
	background: url('images/pasek_7.PNG') no-repeat;
}

/* Pozycja aktualnosci */
#news_line {
	font-size: 12px;
	font-family: Arial, Verdana;
	font-weight: normal;
	font-style: default;
	color: #3F3F3F;
	padding-top: 5px;
	padding-bottom: 2px;
	vertical-align: bottom; 
	line-height: 20px;
}

#codegear_pane {
	width: 280px;
	margin-left: 5px;
	margin-top: 20px;
/*	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	background: url('images/homepagebutton.jpg') no-repeat; */
}

/* Indywidualny styl dla bordowych linkow */
.linker{
	font_style: normal;
	color: #800000;
}

.linker_art{
	font_style: normal;
	color: #800000;
	font-size: 14;
	margin-bottom: 5px;
}


/* Indywidualny styl dla srebrnych linkow */
.linker_silver {
	font_style: normal;
	color: #3F3F3F;
}
.linker_silver A:hover, A:link {
	text-decoration: underline;
}

.linker_bold {
	font-weight: bold;
}

A:link { 
	text-decoration: none; 
	color: #3F3F3F;
} 

A:visited { 
	text-decoration: none; 
	color: #3F3F3F;
}

A:hover { 
	text-decoration: none; 
	color: #3F3F3F;
}

A:active { 
	text-decoration: none; 
	color: #3F3F3F;
}

#page_background {
	top: 0px;
	left: 0px;
	width: 938px;
	height: 100%;
	background-position: top right; 
	background: url('images/bor_bg.png') no-repeat;
}

#left_menu_box {
	position: relative;
	top: 20;
	left: 0;
	height: 190px;
	float: left;
	padding-left: 18px;
	padding-top: 21px;
	background: url('images/menu_left_bg.png') no-repeat;
}

#shadow_left{
	top: 0;
	left: 0;
	width: 18px;
	height: 180px;
	background-position: top left; 
	background: url('images/shadow_left.png') no-repeat;
	float: left;
}

#shadow_top{
	position: relative;
	top: -7;
	left: -14;
	width: 160px;
	height: 18px;
	background-position: top left; 
	background: url('images/shadow_top.png') no-repeat;
}

#left_menu_bar {
	position: relative;
	top: -14;
	margin-left: -10px;
	width: 100%;
	height: 16px;
	font-family: Verdana;
	color: #8A1F03;
	font-size: 14px;
	padding: 5;
	padding-left: 8px;
	font-weight: bold;
	background-color: #E4CBC5;
}

#left_menu_divider {
 	position: relative; 
	top: 0px;
	left: 0px;
	width: 160;
	height: 1px;
	display: inline;
	border-top-style: solid;
	border-top-color: #DBDDDD;
	border-top-width: 1; 
}


#left_menu_box a:hover {
	background: #ddd;
	color: #8A1F03;
	cursor: pointer;
}

#left_menu_box a:active {
	background:#3F3F3F;
	color: #111;
	cursor: pointer;
}

#left_menu_box_box {
	position: relative;
	left: -10px;
	top: -13px;
	width: 160;
	font-family: Verdana;
	font-size: 13px;
	color: #3F3F3F;
}

#left_menu_item_bar {
	width: 100%;
	font-family: Verdana;
	color: #8A1F03;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: default;
	float: left;
	background-color: #E4CBC5;
}

#left_menu_item_first {
	width: 100%;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
	float: left;
	color: #3F3F3F;
}

#left_menu_item {
	width: 160;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBDDDD;
	cursor: pointer;
	float: left;
}

#left_menu_item_current {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #8A1F03;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: default;
	float: left;
	background-color: #E4CBC5;
}


#left_menu_subitem {
	width: 100%;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
	float: left;
	font-size: 11px;
/*	position: relative;
	height: 24px;
	width: 160px;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: inline;
	cursor: pointer;
	font-size: 11px; */
}

#left_menu_subitem_current {
	width: 100%;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	float: left;
	font-size: 11px;
	font-family: Verdana;
	color: #8A1F03;
	font-weight: bold;
	background-color: #E4CBC5;
	cursor: default;
}

#page_path {
	position: relative;
	top: 20px;
	left: 2px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #666666; 
	cursor: default;
}

#main_area {
	position: relative;
	top: 5px;
	margin-bottom: 50px;
	font-family: Sans-serif, Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #3F3F3F;
}

#news_date {
	color: #3F3F3F;
	font-size: 9px;
	font-weight: normal;
	line-height: 32px;
	font-family: Verdana;
	margin-bottom: 5px;
	height: 10px;
}

#main_title {
	color: #8A1F03;
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	font-family: Verdana;
	margin-bottom: 5px;
	height: 10px;
}

#main_undertitle {
	color: #8A1F03;
	font-family: Arial;
	font-size: 14px; 
	font-weight: normal;
}

#main_subtitle {
	color: #8A1F03;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

#art_header {
	position: relative;
	margin-left: 20px;
	width: 100%;
/*	background-position: top left; */
/*	background: url('images/pdf_icon.png') no-repeat;	*/
}

#right_pane {
	position: relative;
	top: 90px;
	right: 3px;
	float: right;
	width: 200px;
}

#right_pane_top_box {
	width: 200px;
}

#right_pane_table {
	margin-top: 90px;
}

#right_pane_table_sapcer {
	height: 10px;
}

#box_table {
	border-color: #DBDDDD #909090 #909090 #DBDDDD;
	border-style: solid;
	border-bottom-width: 2;
	border-right-width: 2;
	border-left-width: 1;
	border-top-width: 1;
	cursor: pointer;
	background-color: #FFF;	
	width: 100%;
}

#box_td {
	font-family: Arial;
	font-size: 12px;
	color: #666666; 
	padding: 10px 10px 0px 0px;
}

#right_pane_box {
	position: relative;
	margin-top: 10;
	left: 0px;
	border-color: #DBDDDD #909090 #909090 #DBDDDD;
	border-style: solid;
	border-bottom-width: 2;
	border-right-width: 2;
	border-left-width: 1;
	border-top-width: 1;
	width: 200px;
	font-family: Arial;
	font-size: 12px;
	color: #666666; 
	padding: 10px;
	padding-left: 48px;
	background-position: top left; 
	background: url('images/pdf_bor.png') no-repeat;
	cursor: pointer;
}

#right_pane_box_demo {
	position: relative;
	margin-top: 10;
	left: 0px;
	border-color: #DBDDDD #909090 #909090 #DBDDDD;
	border-style: solid;
	border-bottom-width: 2;
	border-right-width: 2;
	border-left-width: 1;
	border-top-width: 1;
	width: 199px;
	font-family: Arial;
	font-size: 12px;
	color: #666666; 
	padding: 10px;
	padding-left: 48px;
	background-position: top left; 
	background: url('images/demo_bor.png') no-repeat;
	cursor: pointer;
}

#right_pane_box_small {
	position: relative;
	margin-top: 10;
	left: 0px;
	border-color: #DBDDDD #909090 #909090 #DBDDDD;
	border-style: solid;
	border-bottom-width: 2;
	border-right-width: 2;
	border-left-width: 1;
	border-top-width: 1;
	width: 199px;
	font-family: Arial;
	font-size: 12px;
	color: #666666; 
	padding: 10px;
	padding-left: 48px;
	background-position: top left; 
	background: url('images/pdf_bor_small.png') no-repeat;
	cursor: pointer;
}

#right_pane_box_trial {
	position: relative;
	margin-top: 10;
	left: 0px;
	border-color: #DBDDDD #909090 #909090 #DBDDDD;
	border-style: solid;
	border-bottom-width: 2;
	border-right-width: 2;
	border-left-width: 1;
	border-top-width: 1;
	width: 199px;
	font-family: Arial;
	font-size: 12px;
	color: #666666; 
	padding: 10px;
	padding-left: 48px;
	background-position: top left; 
	background: url('images/trial_bor.png') no-repeat;
	cursor: pointer;
}


#contact_us_pane {
	top: 0px;
	left: 0px;
	width: 200px;
	height: 27px;
/*	background: #9A6053; 
	border-color: #DBDDDD #909090 #909090 #DBDDDD;
	border-style: solid;
	border-bottom-width: 2;
	border-right-width: 2;
	border-left-width: 1;
	border-top-width: 1; */
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	background: url('images/bor_button_main.gif') no-repeat top left;
}

#contact_us_pane_hover {
	width: 100%;
	height: 100%;
	padding: 3px;
	cursor: pointer;
	border-color: #909090 #DBDDDD #DBDDDD #909090;
	border-style: solid;
	border-width: 1;
}

/*
#contact_us_pane a:visited, a:active, a:link {
	color: #3F3F3F;
}*/

#contact_us_pane a:hover {
	background: #E4CBC5;
	color: #8A1F03;
}

#download_arrow {
	left: 200;
	top: 55px;
	width: 22px;
	height: 33px;
	background-position: top left; 
	background: url('images/download_arrow.png') no-repeat;
}

#box_title {
	color: #8A1F03;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}


#page_path a:link {
	color: #909090;
	decoration: none;
}

#page_path a:visited {
	color: #909090;
	decoration: none;
}

#page_path a:hover {
	color: #8A1F03;
	cursor: pointer;
}

#right_pane_bottom_box {
	width: 200;
}

#right_pane_link_box {
	margin-top: 25px; 
	left: 0;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-family: Tahoma, Verdana;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;;
	border-color: #DBDDDD;
	border-style: solid;
	border-width: 1px;	
	cursor: pointer;
}

#right_pane_link_box_next {
	margin-top: -1px;
	left: 0;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-family: Tahoma, Verdana;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;;
	border-color: #DBDDDD;
	border-style: solid;
	border-width: 1px;	
	cursor: pointer;	
}

#pdf_icon {
	float: right;
	height: 14px;
	width: 24px;
	padding-left: 10px;
	margin-left: 10px;
/*	background: url('images/pdf_small.png') ; */
}

#right_pane_link_box_hover {
	width:100%;
	height: 100%;
	padding: 4px;
	padding-left: 5px;
	font-family: Tahoma, Verdana;
	color: #8A1F03;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

#right_pane_link_box a:hover {
	background-color: #E4CBC5;
	decoration: none;	
}

#right_pane_link_box_next a:hover {
	background-color: #E4CBC5;
	decoration: none;	
}


#right_pane_menu_box {
	position: relative;
	left:0;
	width: 200px;
	height: 300px;
	font-family: Arial;
	color: #3F3F3F;
	font-size: 10px;
	margin-top: 0; 
	margin-bottom: 3px
}

#right_pane_menu_bar {
	margin-top: 20px;
	left: 0px;
	width: 200px;
	height: 17px;
	background: url('images/pasek_4.png'); 
	font-family: Verdana;
	color: #8A1F03;
	font-size: 12px;
	font-weight: bold;
	padding: 1;
	padding-left: 2;
}

#right_pane_menu_item {
	height: 18px;
	width: 200px;
	padding-left: 2px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline;
	line-height: 18px;
	font-size: 12px;
/*	background: url('images/bg_grad_grey.gif') repeat-x; */
}

#right_pane_menu_comment_item {
	height: 18px;
	width: 200px;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 18px;
	font-size: 12px;
	background-color: #FBFBFB;
/*	background: url('images/bg_grad_grey.gif') repeat-x; */
}

#right_pane_menu_read_more {
	margin-top:5px;
	margin-right: 5px;
	float: right;
	font-family: Tahoma, Verdana;
	color: #8A1F03;
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;
}

#res_main {
	width: 655px;
	height: 200px;
/*	background: url('images/rc_main.png') right bottom no-repeat; */
}

#res_main_text {
	width: 390px;
	font-family: Arial;
	color: #3F3F3F;
	font-size: 12px;
	line-height: 18px;
}

#boxes_main {
	width: 710px;
	height: 300px;
	font-family: Verdana;
	color: #3F3F3F;
	font-size: 11px;
	line-height: 13px;
}

#box {
	width: 300px; 
	height: 75px;
	border-width: 1px;
	border-style: solid;
	border-color: #DBDDDD;
	font-family: Verdana;
	color: #3F3F3F;
	font-size: 11px;
	cursor: pointer;
	background: url('images/res_box.png') no-repeat;
}

#res_box_title {
	color: #8A1F03;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}