﻿/* 
 * Gaia Ajax Widgets, an Ajax Widget Library for ASP.NET 2.0
 * Copyright (C) 2007 - 2008 Gaiaware AS
 * All rights reserved.
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 3 as 
 * published by the Free Software Foundation.
 * 
 * Or if you have purchased the "Professional Edition" from Gaiaware
 * it is distributed to you in person under the Gaia Commercial License
 * which makes it possible for you to create closed source applications
 * and still be able to distribute those applications without creating 
 * restrictions for your source code.
 * 
 * Unless you're developing GPL software you should and probably legally
 * have to purchase a license of the Gaia Commercial License since otherwise
 * you might be forced to GPL license your derived works.
 * 
 * This program 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 General Public License for more details.
 * 
 * You should find a copy of both the GPL version 3 and the 
 * Gaia Commercial License on disc where you have extracted these files.
 * If not visit http://www.gnu.org for the GPL version or 
 * http://ajaxwidgets.com for the Gaia Commercial License.
 * 
 * Breaking the terms of whatever license you're entitled to use will cause
 * prosecution by Gaiaware AS. If possible we will demand to settle any 
 * law suits at a court in Norway.
 * 
 */

.gaiax-toolbar
{
	background: transparent url(Toolbar/toolbar-top-bottom.png) repeat-x 0 -1px;
    width:100%;
    display:block;
    position:relative;
    list-style-type:none;
    border:1px solid #99bbe8;
	height:24px;
	margin:0;
	padding:0;
}
.gaiax-toolbar:hover
{
	background: transparent url(Toolbar/toolbar-white-top-bottom-hover.png) repeat-x 0 -1px;
}
.gaiax-toolbar-item
{
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
    font-size:11px;
    font-weight:bold;
    -moz-user-select:none;
    cursor:pointer;
	color:#15428b;
}
.gaiax-toolbar-item:hover
{
	color:#00f;
}


.gaiax-toolbar-item-content a
{
	text-decoration:none;
}


.gaiax-toolbar-top-item
{
	display:inline;
	margin-right:5px;
	padding-left:15px;
	line-height:25px;
}


.gaiax-toolbar-top-item .gaiax-toolbar-item-el
{
	display:inline;
}

.gaiax-toolbar-top-item .gaiax-toolbar-item-icon
{
	display:none;
}

.gaiax-toolbar-top-item .gaiax-toolbar-item-content
{
	display:inline;
}

.gaiax-toolbar-child-item
{
	display:block;
	width:150px;
}

.gaiax-toolbar-child-item:hover
{
	background:Transparent url(Toolbar/toolbar-hover-child.png) repeat-x 0 -1px;
}

.gaiax-toolbar-child-item .gaiax-toolbar-item-el
{
	display:block;
	width:100%;
	padding-left:2px;
	height:28px;
}

.gaiax-toolbar-child-item .gaiax-toolbar-item-icon
{
	width:25px;
	height:100%;
	vertical-align:middle;
	display:inline;
	margin:0 10px 0 2px;
	height:25px;
	vertical-align:middle;
}

.gaiax-toolbar-child-item .gaiax-toolbar-item-content
{
	display:inline;
}

.gaiax-toolbar-child-container
{
	display:block;
	background:white url(Toolbar/toolbar-child-bg.png) repeat-y 0 0;
	position:absolute;
	margin-left:-1px;
    border:1px solid #99bbe8;
    padding:10px 0 10px 0;
    width:150px;
}
