/***************************************************/
/******              CCT-AUSTRIA               *****/
/***************************************************/

/************************************/
/***             HTML             ***/
/************************************/
html 
{
    height: auto;
    min-height: 0;
}

/************************************/
/***             BODY             ***/
/************************************/
body 
{
    height: auto;
    min-height: 0;
	font-family: verdana, arial, helvetica, "trebuchet ms", geneva, sans-serif;
	font-size: 10px;
	background-color: white;
}
	

	/********************************/
	/***         DOCUMENT         ***/
	/********************************/
	#document {
		width: auto !important;
	}

	
		/********************************/
		/***    MENU INFO CONTAINER   ***/
		/********************************/
		#menu_info_container {
			display: none !important;
		}
		
		
		/********************************/
		/***    MENU TOP CONTAINER    ***/
		/********************************/
		#menu_top_container {
			height: 120px;
			border: 0px solid transparent;
		}
		
			/********************************/
			/***         LOGO CCT         ***/
			/********************************/
			#logo_cct {
			}
			
			/********************************/
			/***         MENU TOP         ***/
			/********************************/
			ul#menu_top {
				display: none !important;
			}
						
				
		/********************************/
		/***      CONTAINER LEFT      ***/
		/********************************/
		#container_left {
			display: none !important;
		}
			
			
		/********************************/
		/***      CONTAINER RIGHT     ***/
		/********************************/
		#container_right {
			display: block !important;
			width: auto !important;
			float: none;
			min-height: 0;
		}
			
			/********************************/
			/***      MENU_BREADCRUMB     ***/
			/********************************/
			#menu_breadcrumb {
				display: none;
			}
			
			
			/********************************/
			/***          CONTENT         ***/
			/********************************/
			#content {
			}
			
				#button_print {
					display: none;
				}
				
				
/************************************/
/***            CLASSES           ***/
/************************************/
.hideOnScreen {
    display: inline;
}
.hideOnPrint {
    display: none;
}
table.resultSummary {
    border-collapse: collapse;
}
    table.resultSummary td {
        border: 1px solid #CCCCCC;
    }
        table.resultSummary tr td:first-child {
            border: 0px solid transparent;
        }