﻿@media print, handheld
{
	body
	{
		font-size: 9pt;
		background-image:none;
		background-color:White;
	}
	
	#Page
	{
		margin-left: auto;
		margin-right: auto;
		width: 100% !important;
	}

	#Header
	{
		display: none;
	}

	#SearchBox
	{
		display: none;
	}

	#PrintLanguageDiv
	{
		display: none;
	}

	#Menu
	{
		display: none;
	}

	#main
	{
		width: 100% !important;
	}
	/*
			#SearchTextBox
			{
				width: 180px !important; 
			}
			
			#Level_ProgrammeDropDownList
			{
				width: 180px !important;
			}
			
			#CourseTypeDropDownList
			{
				width: 180px !important;
			}*/

	.SeachTable
	{
		width: 600px !important;
	}

	.SeachTable td
	{
		width: 25% !important;
	}


	#ShortContent
	{
		display: none; /* indsat rbr */
		/*
		padding-left: 0px;
		font-size: 11px;
		background-color: #ECF0F4;
		width: 600px;
		position: static;
		top: 0px; //left: 616px;
		z-index: 1;
		border-left-style:none;
		border-left-width:1px;	
		border-bottom-color:#B8BAB1;
		border-bottom-style:none;
		border-bottom-width:1px;
		border-right-color:#B8BAB1;
		border-right-style:none;
		border-right-width:1px;
		*/
	}
	
	.ShortContentTable
	{
		 margin-left:0px;
	}

	#MainContent
	{
		width: 600px;
		background-color: white;
		position: static;
	}

	#BrowserView
	{
		display: none;
	}

	#PrintDiv
	{
		display: inline;
	}
	
	#CourseTitle
	{
		display: none;		 
	}

	.noPrint
	{
		display: none;
	}
	
	 #Title
	 {
		display: inline;
	 }
	
	td.value
	{
	vertical-align: bottom;
	white-space: normal;
	padding-bottom: 0px;
	width:600px;
	}
	
	#MainContenttd.value
	{
		width:600px !important;
	 
	}
	
	.BoxBottom
	{
		display:none;
	}
	
	.BoxRound
	{ 
	 margin-bottom:0px;
	}
	
	/******* NEW STUFF FROM HERE **********/
	.BoxMain table
	{ 
		width:100%;		
		padding-left:0px;
	}
	
	#ListedValues td.label
	{		 
		 width: 229px !important;
	}
	
	#MainContent td.value
	{
		width: 600px !important;
	}

	#ListedValues td.value
	{	
		width:370px !important;
	}	
	
	#courseFacts
	{
		display: block;
		width: 100%;
		/*display: inherit;*/
	}
    #courseFacts .removeInPrint
	{
	     display:none;   
	}
	
	#CourseInformation
	{
	    display:none;
	}
	td.label
	{
	      padding-top:8px;
	}
	
	#courseFacts td.value 
    {
        padding-top:8px;
    }
    
    #courseFacts td.colspanTwoStyle 
    {
        padding-top:0px;
    }
 }
 
 .showOnPrint {
    display: none;
}	
 @media print
{   

.showOnPrint {
    display: inline;
}
.hideOnPrint {
    display: none;
}    

}

