﻿/*******************************************************************
 * Gaia Ajax - Ajax Control Library for ASP.NET  
 * Copyright (C) 2008 - 2011 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 
 ******************************************************************/

.gaiax-item
{
	cursor: pointer;
	height: 16px;
	width: 16px;
	margin-left: 2px; 
	overflow: hidden;
	position: absolute;
	text-decoration: none;
	/*border: 1px ridge silver;*/
	color: Black; 
	text-align: center;
	padding: 2px; 
	
}

.gaiax-item-close
{	
	background: transparent url(../../images/icons/close.png) no-repeat center right;
	right: 8px;
	/*top : 3px;*/
}

.gaiax-item-close:hover
{
	text-decoration: underline;
	
}

.gaiax-item-maximize 
{
	right: 33px;
	
	background: transparent url(../../images/icons/max.png) no-repeat center right;
}

.gaiax-item-maximize:hover
{
	text-decoration: underline;
}

.gaiax-item-minimize 
{
	
	right: 55px;

	background: transparent url(../../images/icons/min.png) no-repeat center right;
}

.gaiax-item-minimize:hover
{
	text-decoration: underline;
}


.gaiax-item-restore 
{
	right: 32px;
	background: transparent url(../../images/icons/restore.png) no-repeat center right;
}

.gaiax-item-restore:hover
{
	text-decoration: underline;
}

.gaiax-item-collapsed
{
	
	right: 5px;
	top: 2px;
}

.gaiax-item-collapsed:hover
{
	text-decoration: underline;
}

.gaiax-item-expanded
{
	right: 5px;
	top: 2px;
}

.gaiax-item-expanded:hover
{
	text-decoration: underline;
}