﻿@charset "utf-8";
/* CSS Document */
/* Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	/*background: transparent;*/
}

ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}

/* remember to define focus styles! */
:focus
{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------Reset CSS ends ----------*/



body
{
	font-family:tahoma;
	font-size:12px;
}
table
{
	font-family:tahoma;
	font-size:12px;
	width:100%;
	border-width:0px;
}
a
{
	font-family:tahoma;
	font-size:12px;
	text-decoration:underline;
	color:#990000;
	cursor:hand;
}


.clear
{
	clear:both;
	height:1px;
	line-height:0.1;
}

p
{
	margin:15px 0 5px 0;
}
#flash_header
{
	height: 135px; 
	background:url(images/netbina_bg_header.gif) repeat-x right top;
	border-top:solid 5px red;
}
#nb_inside_wrapper
{
	width:710px;
	background:url(images/inside_top_bg.gif) no-repeat right top;
	padding:5px;
	font-family:tahoma;
	font-size:12px;
	direction:rtl;
	float:right;
	line-height:1.6;
	text-align:justify;

}
#nb_inside_wrapper_title
{

	margin:8px 20px 40px 0;
	color:#FFFFFF;
	font-weight:bold;
	color:#000000;
}

ul.nb_inside_bullet
{
	list-style-image:url(images/rtl_redarrow.gif);
	list-style-position:outside;
	margin-right:5px;
	text-align:justify;
	font-weight:normal;
	
}
	ul.nb_inside_bullet li
	{
		margin-top:20px;
		margin-bottom:5px;
		margin-right:10px;
		font-weight:bold;
	}
		ul.nb_inside_bullet ul 
		{
			list-style-image:url(images/rtlarrow.gif);
			list-style-position:inside;
			margin-right:30px;
			
		}
			ul.nb_inside_bullet ul li
			{
				font-weight:normal;
			}
.nb_inside_highlight
{
	width:340px;
	margin:5px;
	margin-bottom:20px;
	background:#ffe7e7;
	padding:5px;
	border-right:#999999 2px dotted;
	border-left:#999999 2px dotted;
}
.nb_inside_image
{
	float:left;
	margin:0 15px 8px 0;
	border:1px solid #ff7400;
	padding:3px;
	background:#F2F2F2;
}
.nb_image_grey_border
{
	margin:10px 15px 15px 0;
	border:1px solid #F2F2F2;
	padding:3px;
}
.nb_title_text
{
	font-weight:bold;
	
	color:#990000;
	padding:5px;
	margin-bottom:10px;
	display:block;
	background:url(images/rtlarrow.gif) no-repeat center right ;
	padding-right:10px;
}

.nb_table_header
{
	background-color:#CCCCCC; 
	text-align:center; 
	font-weight:bold;
	vertical-align:middle; 
	height:30px;
	border:2px solid #FFFFFF;
	padding:0 5px 5px 0;
}
.nb_table_bg_header
{
	width:141px;
	height:32px;
	background:url(images/gridview_header_bg.gif) top right #FFFFFF; 
	text-align:center;
	font-weight:bold; 
	color:#666666;
	border:1px solid #FFFFFF;
}
	.nb_table_bg_header a
	{
		text-decoration:underline;
		color:#666666;
	}
	.nb_table_bg_header a:hover
	{
		text-decoration:underline;
	}
	
.nb_table_body
{
	background:#F2F2F2; 
	vertical-align:middle; 
	height:30px;
	border:2px solid #FFFFFF;
	padding:8px;
}

.nb_gridview_pager
{
	background-color:#CCCCCC;
	text-align:center;
}
.nb_gridview
{
	color:#333333;
	border: solid 1px #CCCCCC;
}

.nb_text_bg
{
	background:#F3F3F3;
	padding:3px;
	margin:2px;

}
ul.nb_simple_bullet
{
	list-style:disc;
	color:#990000;
	list-style-position:outside;
	margin-right:2px;
	text-align:justify;
	font-weight:normal;
	
}
	ul.nb_simple_bullet li
	{
		margin-top:7px;
		margin-bottom:2px;
		margin-right:5px;
		color:#000000;
		font-size:11px;
		
		
	}
.nb_form, .nb_form span
{
	text-align:right;
	font-family:tahoma;
	font-size:12px;
	direction:rtl;
	line-height:1.5;
	
}
	.nb_form input[type="text"]
	{
		width:250px;
		border:none;
		border-right:1px solid #CC0000;
		background-color:#F5F5F5;
		padding:3px;
		margin:2px;
		font:11px tahoma;
	}
	.nb_form select
	{
		width:260px;
		border:none;
		border-right:1px solid #CC0000;
		background-color:#F5F5F5;
		padding:3px;
		margin:2px;
		font:11px tahoma;
		line-height:13px;
	}
		.nb_form input[type="text"]:hover
		{
			background-color:#FFEFE8;
		}
	.nb_form textarea
	{
		font-family:tahoma;
		font-size:12px;
		line-height:1.5;
		width:250px;
		border:none;
		border-right:1px solid #CC0000;
		background-color:#F5F5F5;
		padding:3px;
		margin:2px;
	}
		.nb_form textarea:hover
		{
			background-color:#FFEFE8;
		}
.nb_button
{
	 background:url(images/button_bg.gif) no-repeat top;
	 width:87px;
	 height:20px;
	 display:block; 
	 font-family:tahoma; 
	 font-size:9px; 
	 font-weight:bold; 
	 text-align:center; 
	 vertical-align:middle; 
	 text-decoration:none; 
	 padding-top:3px;
	 margin:5px;
	 color:#444444;
	
}
	.nb_button:hover
	{
		background-color:#FFFFFF;
		color:#990000;
		cursor:pointer;
		text-decoration:none;
		border:none;
	}
	a.nb_button 
	{
		background-color:#FFFFFF;
		color:#990000;
		cursor:pointer;
		text-decoration:none;
	}
.home_caption
{
	width:220px;
	height:110px;
	background:url(images/home_caption_bg.gif) no-repeat top right;
	font-size:11px;
	padding:0px;
	text-align:justify;
	line-height:1.4;

	
}
.home_caption a
{
	text-decoration:none;
	float:right;
}
	.home_caption img
	{
		float:left;
		margin:3px 5px 0 5px;
	}
	.home_caption span
	{
		margin:5px;
		margin-top:2px;
		display:block;
		padding:2px;
		padding-bottom:0;
	}
	
.nb_news_title
{
	text-align:justify;
	margin:40px 0 10px 0;
	border-bottom:1px dotted #990000;
	padding:2px;
	padding-right:0px;
	clear:both;
}
.nb_news_title_text
{
	font-weight:bold;
	color:#990000;
	margin-bottom:15px;
	background:url(images/rtlarrow.gif) no-repeat center right ;
	padding-right:10px;
	vertical-align:baseline;
}
.nb_news_img
{
	float:right;
	border:1px solid #990000;
	padding:3px;
	background:#F2F2F2;
}
	.nb_news_img:hover
	{
		background-color:#CCCCCC;
	}
.nb_news_date
{
	float:left;
	color:#999999;
	font-size:11px;
	vertical-align:bottom;
	

}

.nb_news_detail
{
	
}
	.nb_news_detail img
	{
		
		margin:10px;
	}
	.nb_news_detail a
	{
		color:#990000;
		text-decoration:underline;
	}
		.nb_news_detail a:hover
		{
			background-color:#F2F2F2;
			
		}
		
.nb_form_quick
{
	text-align:right;
	font-family:tahoma;
	font-size:11px;
	direction:rtl;
	line-height:1.5;
}
	.nb_form_quick input[type="text"]
	{
		width:120px;
		border:none;
		border-right:1px solid #CC0000;
		background-color:#ededed;
		padding:3px;
		margin:2px;
	}
		.nb_form_quick input:hover
		{
			background-color:#FFEFE8;
		}
	.nb_form_quick textarea
	{
		font-family:tahoma;
		font-size:11px;
		line-height:1.5;
		width:120px;
		border:none;
		border-right:1px solid #CC0000;
		background-color:#ededed;
		padding:3px;
		margin:2px;
	}
		.nb_form_quick textarea:hover
		{
			background-color:#FFEFE8;
		}

.nb_website
{
	text-align:right;
	vertical-align:top;
	line-height:2.5em;
	width:50%;
	border-bottom:1px solid #CC0000;
	padding:5px;
	font-family:Tahoma;
}
.nb_website_logo
{
	float:right;
	border:none;
}
	.nb_website span
	{
		background-color:#F1F1F1;
		padding:2px;
	}
	.nb_website a
	{
		text-decoration:none;
	}
.nb_website_screenshot
{
	padding:2px;
	border:1px solid #edcbcb;
}
.nb_website_impression
{
	height:27px;
	background:url(modules/images/user.gif) no-repeat center right;
	padding-right:30px;
	margin-right:25px;
	margin-top:5px;
	
}
.nb_website_click
{
	height:27px;
	background:url(modules/images/hand.gif) no-repeat center right;
	padding-right:30px;
	margin-right:25px;
	margin-top:5px;

}	
.nb_website_info_td
{
	border-bottom:1px dotted #edcbcb;
	padding-left: 40px;
}	
.nb_website_info_td_block
{
	vertical-align: top;
	border: solid 5px white;
	background-color:#f7f7f7;
	padding:5px;
	margin: 5px;
}	
.nb_website_info_value
{
	color:#990000;
	text-align:left;
	font-family:Tahoma;
}
.nb_website_info_text
{
	font-family:Tahoma;
}
	.nb_website_info img
	{
		width:80px;
		margin:10px;
		float:right;
		margin-bottom:15px;
	}
.nb_website_price
{
	border-bottom:1px dotted #edcbcb;
	text-align:center;
	margin:5px;
	clear:both;
}
.nb_website_price td
{
	border:1px dotted #edcbcb;
	color:#990000;
	padding:5px;
	background-color:#FFFFFF;
}
.nb_website_price th
{
	background-color:#edcbcb;
	color:#666666;
	text-align:center;
	height:22px;
	padding:1px;
}
.nb_insert_date
{
	float:left; 
	width:150px; 
	margin:2px;
	direction:rtl;
}
	.nb_insert_date span
	{
		color:#990000;
		margin-right:10px;
	}
.nb_zone_screenshot
{
	width:150px;
	padding:2px;
	border:1px solid #edcbcb;
}

.nb_ImageFrame
{
	padding:2px;
	border:1px solid #edcbcb;
}

.nb_hr
{
	border:none;
	border-bottom:1px dotted #CCCCCC;
	background-color:#FFFFFF;
	height:1px;
	padding:1px;
	width:80%;
}
h5
{
	text-align:right;  
	background:url(images/rtlarrow.gif) no-repeat center right;
	font:12px tahoma;  
	color:#990000; 
	line-height:12px;
	padding:5px;
	text-align:justify; 
	font-weight:bold;
	margin:20px 0 5px 0;
	padding-right:10px;
}
.nb_zone_info_td
{
}	
.nb_zone_info_value
{
	color:#990000;
	font-family:Tahoma;
}
.nb_zone_info_text
{
	font-family:Tahoma;
}
.nb_zone_screenshot
{
	padding:2px;
	border:1px solid #edcbcb;
}

.nb_ControlTitle
{
	white-space: nowrap;
	width: 1px;
	vertical-align:top;
	font-family:Tahoma;
	padding-right:1px;
}

.nb_Title
{
	white-space: nowrap;
	width: 100%;
	vertical-align:top;
	font-family:Tahoma;
	padding-right:1px;
	padding-left:1px;
	font-weight:bold;
}

.nb_glossary_tableStyle
{
	border:solid #999999 1px;

}
.nb_glossary_td1
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	width:40px;
	padding:8px;
	border:dotted #CCCCCC 1px;
	background-color:#FEEBF3;
	color:#821C26;
}
.nb_glossary_td2
{
	padding:8px;
	border:dotted #CCCCCC 1px;
}