﻿/*
** Default CSS values applied to multiple controls
*/

/*
** Control Container
*/
.controlcontainer
{
/*	width: 100%;
	border: solid 1px #A7B0BF;*/
	clear: both;
}

/*
** Div representing a button
*/
.button_div
{
	float:left;
	font-size:11px;
	height: auto;
	border: solid 1px black;
	margin: 1px;
	padding: 1px; 
	text-align: center;
	cursor: pointer;
	background-color: ButtonFace;
}
.button_div button, .sortable_columnheader_button button
{
	display: none;
}
.accessibilitybutton
{
	display: none;
}
.navigation_selected
{
	background-color: ButtonHighlight;
}

.navigation_unselected
{
}
.navigation_disabled
{
	color: Gray;
	cursor: default;
}

.navigation_enabled
{
	cursor: pointer;
}
/*
** How to display rows in tables
*/
.table_row
{
}

.header_row
{
	background-color: #B7B7B7;
	color: White;
	font-weight: bold;
}

.header
{
	background-color: #B7B7B7;
	color: White;
	font-weight: bold;
}

.result_row
{
}

.result_odd_row
{
}

.result_even_row
{
	background-color:  #EBEEF3;
}

/*
** How to display result values
*/

.result_default
{
	text-align: center;
}

.result_string
{
	text-align: left;
}

.result_int
{
	text-align: right;
}

.result_decimal
{
	text-align: right;
}

.result_datetime
{
	text-align: center;
}

.result_ipaddress
{
	text-align: right;
}

/*
Toolbars
*/
.toolbar_element
{
	background-color: #F0F0F0;
	min-height: 2em;
	float:left; 
	border: solid 1px gray;
	margin: none;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

.toolbar_element_drop_down
{
	background-color: #F0F0F0;
	border: solid 1px black;
	position: absolute;
	display: none;
}

.drop_down_header
{
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 10%;
	margin-right: 10%;
	cursor: pointer;
	background: buttonface url(../images/ArrowDown.gif) no-repeat center right;
}

.toolbar_element_drop_down_header
{
	width: 80%;
}

.toolbar_element_apply_button_container
{
	border-top: dotted 1px gray;
	padding: 3px;
	margin: 3px;
}

.toolbar_element_apply_button
{
	padding-left: 10px;
	padding-right: 10px;
	float:right;
}

.clearboth
{
	clear: both;
	margin: 0px;
	padding: 0px;
}


.clearboth_span
{
	width: auto;
	height: auto;
	display: block; 
	_display: inline;
	clear: both;
}

.stand_alone_field_enumeration_radio_button
{
	padding-right:10px;
}

#tooltip, #tooltipdebug
{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	margin-right: 40px;
	color:#333;
	display:none;
	white-space: nowrap;
}
#tooltipdebug
{
	background:#D0EDF4;
}
.selectall_toolbar_element
{
    display: none;
}