﻿/*******************************************************************
 * 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 
 ******************************************************************/
 
 .windowTextBox
{
    font-family:arial,sans-serif;
    font-size:13px;
    height:20px;
    width:100%;
}
 .windowDropdown
{
    font-family:arial,sans-serif;
    font-size:13px;
    height:24px;
    width:100%;
}
.windowMemoBox
{
    font-family:arial,sans-serif;
    font-size:13px;
    height:160px;
    width:100%;
}
.windowLabel
{
    display:block; 
    font-weight:bold;
    font-family:arial,sans-serif;
    font-size:10pt;
}
.windowButton
{
    font-size:13px;
    font-family:arial,sans-serif;
    width: 65px;
}

.gaiax-window 
{
	margin: 0pt;
	padding: 0pt;
	border: 10px solid #C1D9FF;
	background-color: #FFFFFF;
	-moz-box-shadow: 0 7px 7px #666666;
    top: 393px;
    left: 160px;
}

.gaiax-window-draggable
{
	cursor: move;
}

.gaiax-window-tl
{
	/*background: transparent url(window-corners.png) no-repeat scroll 0pt 0pt;
	padding-left: 6px;*/
	background-color: #E0EDFE;
    color: #000000;
    cursor: pointer;
    font-size: 12pt;
    font-weight: bold;
    overflow: hidden;
    padding: 8px;
    position: relative;
    vertical-align: middle;
    border-bottom: solid 1px #C1D9FF;
}

.gaiax-window-tr
{
	/*background: transparent url(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: #000000;
	font-family:Arial,Helvetica,Tahoma,Sans-Serif, Monospace;
	font-size:12pt;
	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 
{
	position: relative;
}

.gaiax-window-ml 
{    
	/*background: #FFFFFF url(window-lr.png) repeat-y scroll 0pt 0pt;*/
	padding-left: 5px;
}
.gaiax-window-mr 
{
	/*background: #FFFFFF url(window-lr.png) repeat-y scroll right 0pt;*/
	padding-right: 5px;
}
.gaiax-window-mc 
{
    padding-top: 5px
	/*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;*/
}

.gaiax-window-bl
{
	/*background: #FFFFFF url(window-corners.png) no-repeat scroll 0pt bottom;*/
	display: none;
	background-color: Yellow;
	padding-left: 6px;	
}

.gaiax-window-br
{
	/*background: #FFFFFF url(window-corners.png) no-repeat scroll right bottom;*/
	padding-right: 6px;
}

.gaiax-window-bc
{
	height: 6px;
	/*background: #FFFFFF url(window-tb.png) repeat-x scroll 0pt bottom;*/
}
