body {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size   : 11px;
	font-weight : normal;
	color       : #000000;
  	background-color : #f6f6f6; 
}

td, th, input, select, textarea, optgroup {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size   : 11px;
}

a:link {
  color: #0240a3;
}

a:visited {
  color: #0240a3;
}

a:active {
  color: #000000;
}

img {
  border: none;
}

legend {
  white-space   : nowrap;
}

input, textarea, select		
{
    padding     : 1px;	 		
    border      : 1px solid #D0D0D0; 	
}

.displayNone {
  display   : none !important;
}

.scrollingBox {
  overflow  : auto;
  width     : 100%;
  
  /*overflow-y: auto;
  overflow-x: hidden;*/
  
}

table.scrollingBoxBorder {
 border             : 1px solid #8daac4; 
 background-color   : #FFFFFF;
}

div.scrollingBoxAround {
 margin-right       : 1px;
}

.noBold {
  font-weight       : normal;
}

.blue   { color:Blue; }
.red    { color:Red; }
.bold{font-weight:bold;}

.PageSize{}
.PageSizeSelected,
.PageSizeSelected:link,
.PageSizeSelected:active,
.PageSizeSelected:visited
{
    font-weight     : bold;
    text-decoration : none; 
    color           : Black;
    }
    
