
/*body{background-image: url('img/Background960.jpg');}*/

/* -------------------------------------------------------------------------------------------------*/
/* PAGE WIREFRAME
/* -------------------------------------------------------------------------------------------------*/

@media screen
{
#fixwidth {
	width:950px; 
	margin:0px auto;
	position: relative;	}
}

#fixwidth {
	text-align:left; }

/* -------------------------------------------------------------------------------------------------*/
/* NEED TO CHECK WHERE #InjectCrisisManagementSignOut IS USED */

#InjectCrisisManagementSignOut
{
float: right;
}
/* -------------------------------------------------------------------------------------------------*/

#MainContent{
	margin-left:160px; 
	font-size:100%;	}
	
@media print {
    #MainContent 
    {
		margin-left:0px;
		margin-top:30px;}}	
		
/* -------------------------------------------------------------------------------------------------*/
/* STANDARD HTML TAGS
/* -------------------------------------------------------------------------------------------------*/

H1{
	font-size:110%; 	}	

H2{
	font-size:100%; 
	margin-bottom:0px	}	

p
{
	margin-top:0px }

/* -------------------------------------------------------------------------------------------------*/
/* GENERIC PANEL */
/* -------------------------------------------------------------------------------------------------*/

.Panel h1	{
	font-size:110%;
	background-repeat:no-repeat;
	background-position: 5px 0.3em;
	height:1.5em;
	padding-top:0.3em; 
	padding-left:25px; 
	margin-bottom:0px;
	padding-right:5px; 
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;	}
	
.Panel h2 {
	font-size:110%;
	padding-right:0px; 
	padding-left:0px; 
	font-weight: bold; 
	padding-bottom:0px; 
	margin:0px 0px 0px; 
	padding-top:0px;	}

.Panel A:link, A:visited, A:active {
	color: #000000; 
	text-decoration: none	}
	
.Panel A:hover {
	color: #000000; 
	text-decoration: underline	}

.PanelItem 
{
	padding-right: 10px; 
	padding-left: 10px; 
	padding-top: 1.65em;  
	padding-bottom: 1.65em;		
	}

.Panel .LeftImage img
{
	float:left;  
	margin-right:10px; 
	margin-left:10px; 
	border:solid 1px black; 
	height:75px; 
	width:75px	}

.Panel .RightImage img
{
	float:right; 
	margin-right:20px; 
	margin-left:10px; 
	border:solid 1px black; 
	height:75px; 
	width:75px	}


/* -------------------------------------------------------------------------------------------------*/
/* ENCLOSED PANEL */
/* -------------------------------------------------------------------------------------------------*/

.EnclosedPanel .PanelItem
	{border-bottom:solid 0.2em #ffffff;} /* Show a visible separator on an enclosed panel*/

/* -------------------------------------------------------------------------------------------------*/
/* Left Menu Panel */
/* -------------------------------------------------------------------------------------------------*/

 #LeftMenuPanel  {
	float:left; 
	width:150px; 
	margin-top:0px;	}

@media print {
	#LeftMenuPanel {display:none}}

/* -------------------------------------------------------------------------------------------------*/
/* Right Panel */
/* -------------------------------------------------------------------------------------------------*/

.RightPanel {
	float:right; 
	width:310px; 
	margin-top:0px; 	}

@media print {
	#RHSPanel {display:none}}	

/* -------------------------------------------------------------------------------------------------*/
/* GENERAL FORMATTING
/* -------------------------------------------------------------------------------------------------*/

.Clear{
	clear:both	}
	
/* Classes copied from styles.css */	
.Normal hr			{height: 1;}
.Normal a:link		{color: #0033cc; text-decoration: none;}
.Normal a:visited	{color: #0033cc; text-decoration: none;}
.Normal a:active	{color: #0033cc; text-decoration: none;}
.Normal a:hover		{color: #6699FF; text-decoration: underline;}

.normal hr			{height: 1;}
.normal a:link		{color: #0033cc; text-decoration: none;}
.normal a:visited	{color: #0033cc; text-decoration: none;}
.normal a:active	{color: #0033cc; text-decoration: none;}
.normal a:hover		{color: #6699FF; text-decoration: underline;}

.sectionLink			{margin:1px 0px 0px; padding:0; color: #000000; font-weight: bold;}
.sectionLink a:link,
.sectionLink a:visited,
.sectionLink a:active	{text-decoration: none; color: #000000}
.sectionLink a:hover	{text-decoration: underline; color: #6699FF;}

.panellink			{margin:1px 0px 0px; padding:0; color: #000000; font-size: 90%;}
.panellink a:link,
.panellink a:visited,
.panellink a:active	{text-decoration: none; color: #000000}
.panellink a:hover	{text-decoration: underline; color: #6699FF;}

.FieldTitle			{font-weight: bold;}

.Message			{font-weight:bold}

.tabletitle			{font-size: 120%; }

.paneltitle			{font-size:110%; margin:1px 0px 0px; padding:0; font-weight: bold;}

/* Background color for alternating data rows */
.AlternateBackground	{background-color: #F6F4F4}

TABLE.ConsultationsList {BACKGROUND-COLOR: #EAEAEA;  }
TABLE.ConsultationsList TH {BACKGROUND-COLOR: #EAEAEA; COLOR: #000000; PADDING:5px 5px 5px 5px }
TABLE.ConsultationsList TR {BACKGROUND-COLOR: #ffffff; }
TABLE.ConsultationsList TD {BACKGROUND-COLOR: #ffffff; PADDING:5px 5px 5px 5px; HEIGHT:50px; vertical-align:middle}

TABLE.ConsultationsDetail {BACKGROUND-COLOR: #EAEAEA;  }
TABLE.ConsultationsDetail TH {BACKGROUND-COLOR: #EAEAEA; COLOR: #000000; PADDING:5px 5px 5px 5px }
TABLE.ConsultationsDetail TR {BACKGROUND-COLOR: #ffffff; }
TABLE.ConsultationsDetail TD {BACKGROUND-COLOR: #ffffff; PADDING:5px 5px 5px 5px; vertical-align:top} 

/* -------------------------------------------------------------------------------------------------*/
/* VISIBLE IN PRINT VERSION ONLY
/* -------------------------------------------------------------------------------------------------*/

.printOnly {
      display: none;
    }


