﻿/* This code uses .LESS for more info see http://www.dotlesscss.com/ */

@border-color: #000000;

body
{	
	/* ******************  News *************** */
	#newsLayer
	{
		position: relative;
		width: 300px;
		
		#newsOverview
		{
			position: relative;
			width: 100%;
			margin: 0px;
			padding: 0px;
			font-size: 12px;

			.pager
			{
				margin-top: 10px;
			}
			
			.number, .showEverything, .showPages, .next, .prev
			{
				font-size: 14px;
			}
		}
	}

	#search-loader 
	{
		position:absolute;
		left:0;
		top:0;
		z-index: 999;
		background: #fff;
		width: 100%;
		height: 100%;

		table
		{
			border-collapse: collapse;
			width: 100%;
			height: 100%;

			td
			{
				text-align: center;
				vertical-align: middle;

				img
				{
					float: none;
				}
			}
		}
	}
}
