﻿/* 
 * 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-window 
{
	margin: 0pt;
	padding:0pt;
}

.gaiax-window-draggable
{
	cursor: move;
}

.gaiax-window-tl
{
	background: transparent url(Window/window-corners.png) no-repeat scroll 0pt 0pt;
	padding-left: 6px;
	position: relative;
}

.gaiax-window-tr
{
	background: transparent url(Window/window-corners.png) no-repeat scroll right 0pt;
	padding-right: 6px;
}

.gaiax-window-tc
{
	background: transparent url(Window/tb.png) repeat-x 0pt 0pt;
	overflow: hidden;
}

/* this is the content header for the window */
.gaiax-window-top,
.gaiax-window-top-text 
{
	color:#15428B;
	font-family:Arial,Helvetica,Tahoma,Sans-Serif, Monospace;
	font-size:12px;
	font-weight:700;
	height:18px;
	padding:2px; 
	margin-top:3px;
}

.gaiax-window-icon
{
	background-position: 0pt 4pt;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.gaiax-window-contentwrapper 
{
	overflow: hidden;
	position: relative;
}

.gaiax-window-ml 
{
	background: transparent url(Window/lr.png) repeat-y scroll 0pt 0pt;
	padding-left: 5px;
}
.gaiax-window-mr 
{
	background: transparent url(Window/lr.png) repeat-y scroll right 0pt;
	padding-right: 5px;
}
.gaiax-window-mc 
{
	background: #E6F0FF none repeat scroll 0% 0%;
	border-color: #6593cf;
	border-style: solid none none solid;
	border-width: 1px 0px 0px 1px;
}

.gaiax-window-content
{
	background: transparent none repeat scroll 0% 0%;
	border-color: #6593cf;
	border-style: none solid solid none;
	border-width: 0px 1px 1px 0px;
	overflow:hidden;	
}

.gaiax-window-bl
{
	background: transparent url(Window/window-corners.png) no-repeat scroll 0pt bottom;
	padding-left: 6px;	
}

.gaiax-window-br
{
	background: transparent url(Window/window-corners.png) no-repeat scroll right bottom;
	padding-right: 6px;
}

.gaiax-window-bc
{
	height: 6px;
	background: transparent url(Window/tb.png) repeat-x scroll 0pt bottom;
}

.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;
}

.gaiax-item
{
	background: transparent url(Tools/tools-sprite.png) no-repeat scroll 0% 0%;
	cursor: pointer;
	height: 17px;
	width: 19px;
	margin-left: 2px; 
	overflow: hidden;
	position: absolute;
}

.gaiax-item-close
{
	background-position: -19px 0pt;
	right: 8px;
	top : 3px;
}

.gaiax-item-close:hover
{
	background-position: 0px 0px;
}

.gaiax-item-maximize 
{
	background-position: -19px -34px;
	right: 28px;
	top : 3px;
}

.gaiax-item-maximize:hover
{
	background-position: 0px -34px;
}

.gaiax-item-minimize 
{
	background-position: -19px -17px;
	right: 48px;
	top: 3px;
}

.gaiax-item-minimize:hover
{
	background-position: 0px -17px;
}


.gaiax-item-restore 
{
	background-position: -19px -51px;
	right: 28px;
	top : 3px;
}

.gaiax-item-restore:hover
{
	background-position: 0px -51px;
}

.gaiax-item-collapsed
{
	background-position: -14pt -68px;
	right: 5px;
	top: 2px;
}

.gaiax-item-collapsed:hover
{
	background-position: 0pt -68px;
}

.gaiax-item-expanded
{
	background-position: -14pt -85px;
	right: 5px;
	top: 2px;
}

.gaiax-item-expanded:hover
{
	background-position: 0pt -85px;
}