/**
 * Copyright (C) 2009 eXo Platform SAS.
 * 
 * This is free software; you can redistribute it and/or modify it
 * under the terms of the GNU Lesser General Public License as
 * published by the Free Software Foundation; either version 2.1 of
 * the License, or (at your option) any later version.
 * 
 * This software is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this software; if not, write to the Free
 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
 */

@import url(control/Stylesheet.css);
@import url(customization/Stylesheet.css);
@import url(view/Stylesheet.css);
@import url(widget/Stylesheet.css);

html {
	margin: 0px; padding: 0px;
	*overflow-x: hidden;
}

body {
	background: #dedfdf;
	margin: 0px; padding: 0px;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow-x: hidden;
}

div, table, tr, td,img,form {
	padding: 0px; margin: 0px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
}

p,h1,h2,h3,h4,h5,h6 {
	margin: 10px 0;
}

table {
  width: 100%;
	border-spacing:	0px;
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
}

input, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
}

img {
	border: none; vertical-align: middle;
}

a {
	text-decoration: none;
	color: black;
}

/*###############################################################################################*/

.OverflowContainer {
	overflow: hidden;
	width: 100%;
}

.ClearFix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ClearFix {
  !display: inline-block;
  !zoom: 1;
  !display: block; 
}

.InlineContainer {
	overflow: hidden;
}

.AjaxLoadingMask {
  width: 180px; height: 110px;
  background: white;
  border: 1px solid #66667e;
  padding: 1px;
}

.AjaxLoadingMask .LoadingContainer {
  height: 108px;
  background: #ffffff;
  border: solid 1px #a8a9bb;
}

.AjaxLoadingMask .LoadingText {
  text-align: center;
  padding: 10px 0px 5px 0px;
}

.AjaxLoadingMask .LoadingProgressBar {
  width: 32px; height: 40px;
  background: url('../../../background/LoadingProgress.gif') no-repeat center;
  margin: auto;
  display: block;
}

.FL {
	float: left; /* orientation=lt */
	float: right; /* orientation=rt */
}

.FR {
	float: right; /* orientation=lt */
	float: left; /* orientation=rt */
}

.UIVirtualList {
	height: 300px;
}
