
div#site_main_image
      {
            background:transparent url(../images/site_main_clubs_image.png) no-repeat scroll 0 0;
            border:0 solid red;
            float:left;
            height:288px;
            margin-left:784px;
            position:absolute;
            top:-13px;
            width:256px;
            z-index:5;  
      }


/*********************/
/**** SITE BACKGROUND SQUARE  *****/  
/*********************/
div#site_background_line_square
     {
            border:0px solid;
            height:523px;
            margin-left:192px;
            position:absolute;
            top:140px;
            width:750px;
            z-index:4;
            background-color:white;
     }
div#site_background_square_top
     {
            background-color:#bdc6dc;
            border:0px solid;
            float:right;
            height:1px;
            width:747px;
     }
div#site_background_square_right
     {
            background:transparent url(../images/site_background_square_right.png) no-repeat scroll 0 0;
            float:right;
            height:542px;
            width:1px;
     }

/*********************/
/**** SITE MAIN CONTENT *****/  
/*********************/

div.site_main_component_content
    {
            height:520px;
            width:741px;
			z-index:12300px;
    }    
div.site_main_component_content_inner
    {
            border:0px solid green;
            margin-left:51px;
            margin-top:2px;
    }    
div.site_main_component_content_inner_separator
    {
            background-color:#90A4BC;
            height:1px;
            margin-top:7px;
            width:223px;
    }    
div.site_main_component_content_inner_portion
    {
            background-color:transparent;
            border:0px solid pink;
            height:auto;
            margin-left:51px;
			float:left;
            width:688px;
    }    
div.site_main_component_content_inner_portion_result_head_rulers
    {
            background:transparent url(../images/site_main_component_content_inner_portion_result_head_rulers.png)  repeat-x scroll 0 0;
            border:0px solid;
            height:20px;
            margin-top:11px;
            width:680px;
            line-height:15px;
    }    
div#site_main_component_content_inner_portion_bottom
    {
            background-color:#EAEDF6;
            height:3px;
            line-height:18px;
            margin-top:11px;
            width:680px;
    }    
div.site_main_component_content_inner_portion_result_row
    {
		background-color:#EAEDF6;
		border:0 solid green;
		height:32px;
		line-height:14px;
		margin-top:8px;
		width:680px;
    }
div.site_main_component_content_inner_portion_result_row_white
    {
		background-color:#FFFFFF;
		border:0 solid;
		height:32px;
		line-height:14px;
		margin-top:8px;
		width:680px;
    }

/** head **/    
div.result_row_head_div_data
    {
            float:left;
            height:18px;
            width:583px;
    }

/* row */
div.result_row_div_data
    {
			border:0px solid green;
			float:left;
			height:19px;
			line-height:13px;
			width:54px;
    }
/* links */
div.result_row_div_data_links
    {
			float:left;
			height:28px;
			line-height:13px;
			margin-left:30px;
			width:563px;
    }

/*********************/
/**** SITE SEPARATOR *****/  
/*********************/
/* in case we need it :P*/
div.result_head_side_separator
    {
            color:#505569;
            float:left;
            font-family:tahoma;
            font-size:10px;
            height:10px;
            margin-top:3px;
            width:9px;
    }
div.result_row_side_separator
	{
			border:1px solid;
			float:left;
			height:auto;
			visibility:hidden;
			width:7px;
	}

/*********************/
/**** SITE TEXTS *****/  
/*********************/  
span.site_deep_text_grey
     {
           color:#7e7e7e;
           font-family:tahoma;
           font-size:11px;
           font-weight:bold;
     }
/*  specific text for the specific contoller */
span.site_specific_text_grey
     {
           color:#717171;
           font-family:tahoma;
           font-size:11px;
           font-weight:normal;
     }