/*
 *  $Id: style.css,v 1.26.4.6 2012/01/16 19:07:06 pvk Exp $
 *
 *  This file is part of the OpenLink Software Ajax Toolkit (OAT) project.
 *
 *  Copyright (C) 2005-2012 OpenLink Software
 *
 *  See LICENSE file for details.
 */

@import url("menu.css");
@import url("../../styles/webclip.css");
@import url("../../styles/webdav.css");


/* tabs */

ul.tab {
	list-style-type: none;
	position:relative;
	left:-2px;
	_left:-4px;
}

li.tab {
	display: block;
	padding: 2px 3px;
	margin-right: 0.5em;
	cursor: pointer;
	height:20px;
	_height:28px;
	float:left;
	background-color: #aaa;
	padding: 3px 3px 4px;
}

li.tab_selected {
	background-color:#ededed;
	border-color:#333333 #333333 #ededed;
	border-left:1px solid #333333;
	border-style:solid solid none;
	border-width:1px 1px medium;
	color:#000000;
	padding:1px 3px 6px;
	position:relative;
	top:1px;}

li.tab:hover {
	background-color: #ccc;
	text-decoration: underline;
}

li.tab_selected:hover {
	background-color: #ededed;
	text-decoration: none;
}



/**/

#bind_sparql_query_container, #bind_sql_query_container {
	position:relative;
	width: 500px;
	height: 60px;
	margin-bottom: 8px;
}

.right {
	text-align: right;
}

#servertype table {
	font:menu;
}

#servertype td {
	border: none;
}

.ie_height_fix {
	height: expression(this.ieHeight ? eval(this.ieHeight.offsetHeight) : "0px");
}

body {
	font-family: verdana;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}

#ajax_alert {
	font-weight: bold;
}

#ajax_progress {
	background-image:url("../../images/progress.gif");
	height: 16px;
	width: 80%;
}

#corner {
	position: absolute;
	top: 1px;
	right: 35px;
	z-index: 900;
}

#webclip {
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 900;
}

ul, li {
	margin: 0px;
	padding: 0px;
}

thead td {
	font-weight: bold;
}

table {
	border-collapse: collapse;
}

td {
	border: 1px solid #000;
	font: menu;
	padding: 2px 3px;
}

input, select {
	font: menu;
}

.toolbox td {
	padding: 1px 1px;
}

.toolbox .cell_1 {
	background-color: #ddd;
}

.toolbox .cell_2 {
}

.toolbox .cell_single {
	font-weight: bold;
	background-color: #ccc;
}

.toolbox_ctr {
	min-height: 50px;
	border: 1px solid #333;	
}

.toolbox_ctr table {
	border: 0;
	width: 100%;
}

.oat_combo_list {
	display: inline;
}

.oat_combo_list_input {
	font: menu;
}

.oat_combo_list_list {
	border: 1px solid #000;
	background-color: #fff;
}

.oat_combo_list_option {
	font: menu;
	padding: 1px;
	width: 100px;
}

div.combo_list_option:hover {
	background-color: #dde;
}

#ds_tables {
	width: 300px;
}

#tbar_ctr {
	margin-top: 24px;
	_margin-top: 0px;
	height: 32px;
	
/*	background-color: #bbb;
	border-bottom: 1px solid #000;*/
}

.toolbar {
  float:left;
  clear: both;
  width: 100%;
  height: 32px;
  background-color: #bbb;
background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.38, rgb(125,119,171)),
    color-stop(0.71, rgb(193,192,219))
);
background: -moz-linear-gradient(
    center bottom,
    rgb(125,119,171) 38%,
    rgb(193,192,219) 71%
);
/*  background: -moz-linear-gradient(center bottom,rgb(203,203,214) 81%,rgb(167,167,194) 41%);
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0.81,rgb(203,203,214)),color-stop(0.41, rgb(167,167,194)));*/
  border-bottom: 1px solid #ddd;
}

.toolbar_icon {
	float: left;
	margin: 1px 3px;
	padding: 1px;
	cursor: pointer;
}

.toolbar_icon img {
	display: block;
	margin: auto;
	padding: 2px;
}

.toolbar_icon_down img {
	border:1px inset #555;
}

#form {
	position: relative;
	width: 100%;
}

#formbase {
	background-color: #bbb;
	background-image: url("../images/Form_back.gif");
	width: 100%;
	height: 600px;
	position: relative;
}

#footer {
	float:left;
	clear:both;
	background-color: #aaa;
	width: 100%;
	font-size: 8pt;
	text-align: right;
}

#about_dlg { display: none; }

p.about {
	font-size: 8pt;
	text-align: right;
	margin-right: 10px
}

.form {
	border: 2px dashed #888;
	background-color: #bbb;
	z-index: 2;
}

.form_selected {
	border: 2px ridge #888;
}

.bind {
	padding-left: 2em;
}

#bind_content label { float: left;clear:left;width: 14.5em;display: block;}
#bind_content input { margin-left: 0em }
#bind_content select { margin-left: 0em }
#bind_content input.ckb { display: block;float:left; clear:left; margin-left: 5px;}
#bind_content input.radio { display:block;float:left; clear:left; margin-left: 5px;}
#bind_content label.ckb {clear: none;display:inline;margin-left: 5px;}
#bind_content fieldset { clear: left;}

.tab_content { clear: left; border: 1px solid #333; margin-right: 6px;}

.tab_content_inner {margin:5px}

.toolbox li, #bind li {
	height: 14px;
}

.toolbox_ctr {
	background-color: #ededed;
	clear:both;
	width: 100%;
}

.toolbox_scope {
	color: #666;	
	margin-bottom: 2px;
}

p.copyright { margin-right: 8px }

.toolbox_scope span { color: #000; }

.ds_cols_hd { font-size: 10pt; margin: 5px 0px 2px 2px;}

.oat_dav_conn_dlg table { border: 0; }
.oat_dav_conn_dlg table td { border:0; }

span.formhelp {font-size: 8pt; color: blue;vertical-align: super;margin-left:3px}
span.formhelp:hover {color:green;cursor:pointer}

.err_dlg_cont_b { margin-top: 8px;}
.err_descr_ctr { font-style: monospace; font-size: smaller; color: #555}
.err_expln { margin-bottom: 8px; }