/* CSS Document */

/* ORMultiView Application Styles
   © soVision Ltd 2008
   
   Application wide colours:
		Dark	:	#378C8B
		Mid		:	#9DD9D9
		Light	:	#CBEBEB
*/


body{
	background:#9DD9D9;
	margin:0;
	padding:0;
	font-family:Calibri, Arial, Helvetica, sans-serif
}
a img{border:0;}

/* Web Embedding Fonts Tool (WEFT) */
<!-- /* $WEFT -- Created by: tim (tim@sovision.com) on 08/08/2008 -- */
  @font-face {
    font-family: Calibri;
    font-style:  normal;
    font-weight: normal;
    src: url(../WEFTfonts/CALIBRI3.eot);
  }
  @font-face {
    font-family: Calibri;
    font-style:  normal;
    font-weight: 700;
    src: url(../WEFTfonts/CALIBRI2.eot);
  }
    @font-face {
    font-family: Calibri;
    font-style:  italic;
    font-weight: normal;
    src: url(../WEFTfonts/CALIBRI1.eot);
  }
  @font-face {
    font-family: Calibri;
    font-style:  italic;
    font-weight: 700;
    src: url(../WEFTfonts/CALIBRI0.eot);
  }
-->

.scrollingcontent
{
    background-color: white;
	overflow:auto;
	height:93%;
	border:1px solid #999999;
}

.updateprogressinline {
float:left;
padding:6px 0 0 5px;
margin:0;
}

.updateprogressinline img{
    margin:0px;
    padding:0px;
}