/* S C R E E N S H O T S */

a{
			font-family:arial;
			font-size:12px;
			font-weight:bold;
			text-decoration:none;
}
a:hover{
			font-family:arial;
			font-size:12px;
			font-weight:bold;
			text-decoration:underline;
}

	/* page bg*/
		td.screenshot_content_center {
			/*background-color:#000000;*/
			background-image:url('_images/bg_general.gif');
			
			background-color:#B3BAC5;	
			
		}
	/*table holding the pics and descriptions*/
		table.screenshots {
			/*background-color:#000000;*/
			background-image:url('_images/bg_general.gif');
			background-repeat:repeat-x;
			width:800px;	
		}
		/*description bg cell - left one*/
		td.td_desc_left {
			background-image:url('_images/bg_screenshot_desc_left.gif');
			background-repeat:repeat-y;				
		}
		/*description bg cell - right one*/
		td.td_desc_right {
			background-image:url('_images/bg_screenshot_desc_right.gif');
			background-repeat:repeat-y;				
		}		
		
		td.screenshot_title_left {
			font-family:arial;
			font-size:16px;
			font-weight:bold;
			background-image:url('_images/bg_screenshot_desc_right.gif');
			background-repeat:repeat-y;					
		}
		
		td.screenshot_title_right {
			font-family:arial;
			font-size:16px;
			font-weight:bold;
			background-image:url('_images/bg_screenshot_desc_left.gif');
			background-repeat:repeat-y;					
		}		
		
		p.screenshot_text_description {
			font-family:arial;
			font-size:12px;
			font-weight:normal;
			color:#000000;
			text-align:justify;	
			width:290px;
			padding:25px;
			/*
			background-image:url('_images/screen_description_bg.gif');
			background-repeat:repeat-y;		*/	
		}
		p.screenshot_text_description_2 {
			font-family:arial;
			font-size:12px;
			font-weight:normal;
			color:#000000;
			text-align:justify;	
			width:290px;
			padding:25px;
			background-image:url('_images/screen_description_bg_2.gif');
			background-repeat:repeat-y;			
		}		
		
		table.website_content td.screenshot_content_center {
			/*width:722px;
			/*background-image:url('_images/ms_frontpage_center_bg.gif');
			background-repeat:reapeat-x;	*/	
			background-color:#ffffff;
		}	
		
		img.ssp_img {
			width:400px;
			border-width:0px;
		}