﻿/*******************************************************************
 * Gaia Ajax - Ajax Control Library for ASP.NET  
 * Copyright (C) 2008 - 2009 Gaiaware AS
 * All rights reserved. 
 * This program is distributed under either GPL version 3 
 * as published by the Free Software Foundation or the
 * Gaia Commercial License version 1 as published by Gaiaware AS
 * read the details at http://gaiaware.net/product/dual-licensing 
 ******************************************************************/

/* Global "fixing bugs" styles 
body, ul, li, div, span, img
{
	padding:0;
	margin:0;
}
*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
img,body,html{border:0;}

ol,ul
{
	list-style:none;
}

/* IE bug http://www.gunlaug.no/contents/wd_additions_13.html  */
h1,h2,h3,h4,h5,h6{font-size:100%;} 

.gaiax-noselect, .gaiax-noselect * 
{
	-moz-user-select:none;
}

.gaiax-draggable
{
	cursor:move;
}

.span-for-image
{
	display: block;
	float: left;
}

.gaiax-clear
{
}

