/* **************************************************************** */


/* **************************************************************** */

	.col3neg_block_content { background: transparent ; }
	
	
	.col3neg_block_content { border: 1px solid #FFFFFF; }


	.sidebar_box { 
		background-color: #FFFFFF;
		color: #2631C6;
		padding: 20px 20px;
		font-size: 18px;
	}
	
	.sidebar_box a { 
		color: #2631C6;
	}
	
	form.customer { width: 550px }


/* **************************************************************** */


/* **************************************************************** */


/* **************************************************************** */

	body { 
		border: none; 
		margin-top: 0px; 
		background: #FFFFFF  
	}
	
	#col3_page { 
		background: #FFFFFF  
	}

	
/* **************************************************************** */

	body,
	table,
	.bodyfont,
	div.tab.active,
	.col3neg_text_color,
	a.cv_tag_cloud,
	a.cv_tag_tree {
		color: #2631C6;
		font-family: Arial, Helvetica, sans-serif;
	}

	div.col3neg_page_title_expressive,
	div.col3neg_tool_block_title,
	div.col3neg_admin_page_title,
	div.col3neg_sidebar_title,
	div.col3neg_sidebar_title_expressive,
	div.col3neg_panel_title,
	div.col3neg_page_title,
	span.col3neg_tool_block_title,
	.col3_color {
	color: #037C24;
	font-family: Arial, Helvetica, sans-serif;
	}

	div.tab.disabled,
	div.col3neg_feature_bullet, div.col3neg_feature_bullet a,
	div.col3neg_home_invitation,
	span.col3neg_item_description_label,
	div.col3neg_grid_panel_details, div.col3neg_grid_panel_commands,
	.hint,
	.col3neg_soft_color,
	table.col3neg_admin_stripes tr.head th,
	table.col3neg_admin_stripes tr.col3neg_head th {
		color: #EB1212;
		font-family: Arial, Helvetica, sans-serif; 
	}

	#col3_site_navbar {
	height: 30px;
	background: url(/media/themes/boxes/fff/080e01/993/nav_background.gif) top left repeat-x;
	}
		
		
	#col3_site_top div.col3neg_solid_banner {
		background-color: #44860B;
		background-image: none;
	}
	
	
	a { color: #080E01 }
	a:hover, div.col3neg_feature_bullet a:hover {
	color: #999933
}
	
	.linked_color { color: #080E01 }
	.active_color { color: #999933 }
	.colored_border { border: 1px solid #999933 }
	
	#col3_column_header { background-color: #080E01 }


	div.col3neg_accent_box,
	form.customer,
	table.col3neg_admin_stripes tr.head th,
	table.col3neg_admin_stripes tr.col3neg_head th,
	table.col3neg_admin_stripes tr.col3neg_foot th,
	table.col3neg_admin_stripes tr.col3neg_foot td { 
		background: #FFFFFF;
	}


	.col3_color { color: #080E01 ; }
	
	.col3_border,
	img.col3neg_thumbnail_magnified,
	div.col3neg_small_grid_panel img.col3neg_thumbnail_magnified,
	img.col3neg_magnified_small_thumb { 
		border-color: #080E01; 
	}

/* **************************************************************** */





/* **************************************************************** */

	html body,
	div#col3_page,
	div#col3_site_top,
	div.col3neg_site_top_leftbackground,
	div#col3_site_footer {
	width: 1048px;
	margin-left: auto;
	margin-right: auto;
	}
	
	div#col3_site_content { 
	  width: 850px;
	  min-height: 610px;
	}
	
	div#col3_main_area { 
		min-height: 510px;
	}
	
	div.col3_site_extra_column {
		width: 160px; 
		position: relative; 
		top: 8px; 
		left: 850px;
		margin-right: 10px;
		height: 600px; 
		margin-bottom: -600px;
	}

/* **************************************************************** */

	.col3neg_publish_form_field, #upload_field, #progressContainer { 
		width: 378px; 
	}	
	.col3neg_publish_sm { 
		width: 239px; 
	}	
	
	
/* **************************************************************** */


	.col3_full_area { margin: 0px auto; width: 830px; }

	#col3_player_page_area { width: 850px; }
	#col3_player_area .col3_player_sidebar { width: 302px; }
	#col3_player_area .col3_player { width: 518px; }

	#col3_player_side_area {
		padding: 0px 10px 0px 2px;
		width: 302px;
	}
	
	#col3_player_main_area {
		padding: 0px 2px 0px 10px;
		width: 518px;
	}
	.col3neg_video_panel { text-align: center; }

	#col3_page { width: 1020px; }
	#col3_side_area { width: 212px;  }
	#col3_main_area { width: 608px; }
	div.col3neg_split_left { width: 410px;  margin-left: 10px; }
	div.col3neg_split_right { width: 410px;  margin-right: 10px; }
	
	div#col3_site_top, div#col3_site_footer {  width: 100%;  overflow: hidden; }
	
	div#col3neg_top_leader { width: 1020px; text-align: center; }
	div#col3neg_bottom_leader { width: 1020px; text-align: center; }


/* **************************************************************** */

	div.col3neg_item_viewer_area {
	background-image: url(/img/source/player_border.png);
}

/* **************************************************************** */

<script language=JavaScript>

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="E mail - deepal2007ra@yahoo.it";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// </SCRIPT>
