/** Common **/

img, img:link,img:visited
{
	border: 0px; 
}

/*  Interface ~ Framework
----------------------------------------------------------------------------- 
*/

#f_DefaultControlCapsule, #f_ErrorContainer, #f_OfflineContainer
{
	border: solid 1px #D1D0BE; 	
	background-image: url(../../images/shared/ContainerBackground.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 0px !important;
	padding: 10px;
	width: 100%; 
}	

#f_DefaultControlSpacer
{
	height: 10px;
	display: block;  
}	

#f_DefaultContentSpacer
{
	height: 1px;
	display: block;  
}	

#f_DefaultContentCapsule
{
	border: solid 1px #D1D0BE; 	
	background-image: url(../../images/shared/ContainerBackground.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 0px !important;
	padding: 10px;
	width: 100%; 
}

#f_DefaultContentCapsule h1
{
	
}

#f_ErrorContainer td, #f_OfflineContainer td
{
	font-family: Tahoma;
	line-height: 16px; 
	font-size: 11px;   
}

#f_ErrorContainer a, #f_OfflineContainer a
{
	color: black; 
}

#f_ErrorContainer a:hover, #f_OfflineContainer a:hover
{
	color: black; 
	text-decoration: none; 
}

#ErrorHeader
{
	background-image: url(../../images/shared/ErrorHeader.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #C40304 ;
	height: 57px; 
	padding: 10px;
}

#OfflineHeader
{
	background-image: url(../../images/shared/OfflineHeader.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #11AE10 ;
	height: 57px; 
	padding: 10px;
}

/*  sIFR ELEMENTS
----------------------------------------------------------------------------- 
*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden; /** UPDATED BY ROB **/
	padding: 0px;	
	margin: 0px;
	font-size: 11px; 
}

.sIFR-hasFlash h2 {
	visibility: hidden; /** UPDATED BY ROB **/
	padding: 0px;	
	margin: 0px;
	font-size: 11px; 
}

.sIFR-hasFlash h3 {
	visibility: hidden; /** UPDATED BY ROB **/
	padding: 0px;
	margin: 0px;
	font-size: 11px; 
}

.sIFR-hasFlash h5 {
	visibility: hidden;
	font-size: 5px;
	padding: 0px; 
	margin-bottom: 10px;
}

/*  Loading Element ~ Framework
----------------------------------------------------------------------------- 
*/

#f_LoaderContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: expression('absolute');
  height: expression(document.documentElement.scrollHeight+'px');
  width: expression(document.documentElement.scrollWidth+'px');
  z-index: 1000;
}

#f_LoaderContainer td {
	padding-top: 150px;
	vertical-align: top;
	text-align: center;
	background-image: url(../../images/shared/LoaderBackground.gif);
}

#f_LoaderContainer td td {
	padding-top: 3px;
	text-align: left;
}

#f_LoaderCapsule
 {	
	width: 212px;
	margin-left: auto;	 
	margin-right: auto;	
}

#f_LoaderCapsule td 
{	
	background-color: White;
	padding: 3px;  	
}