/**********************************************************************************************************************
 * The contents of this file are subject to the SugarCRM Public License Version 1.1.3 ("License"); You may not use this
 * file except in compliance with the License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
 * Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either
 * express or implied.  See the License for the specific language governing rights and limitations under the License.
 *
 * All copies of the Covered Code must include on each user interface screen:
 *    (i) the "Powered by SugarCRM" logo and
 *    (ii) the SugarCRM copyright notice
 *    (iii) the SplendidCRM copyright notice
 * in the same form as they appear in the distribution.  See full license for requirements.
 *
 * The Original Code is: SplendidCRM Open Source
 * The Initial Developer of the Original Code is SplendidCRM Software, Inc.
 * Portions created by SplendidCRM Software are Copyright (C) 2005 SplendidCRM Software, Inc. All Rights Reserved.
 * Contributor(s): ______________________________________.
 *********************************************************************************************************************/

/* 01/02/2006 Paul.  IE is unstable and freezes often on MOBILE3.  Disable behaviors to see if they are the source of the problem. */
/*
img
{
	behavior: url(null);
}
*/
.checkbox INPUT, .radio INPUT
{
	border:0px;
	background-color: transparent;
	margin: 0px;
	vertical-align: bottom;
}
.searchButton
{
	cursor: hand;
}

ul.subMenu li a:hover
{
	background: #f8f8f8;
}

.evenListRowS1
{
	border-bottom: solid 1px #f6f6f6;
}

.oddListRowS1
{
	border-bottom: solid 1px #f6f6f6;
	background: #f6f6f6;
}

.welcome, .myArea
{
	color: inherit;
	background-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-right: none;
	border-bottom: none;
}

ul.tablist li a
{
	background-image: none;
}

/* 12/01/2007 Paul.  Something in Sugar's code is hiding the calendar. */
.Calendar
{
	display: inline;
}

.button-panel
{
	margin-bottom: 2px;
}

table.tabFrame
{
	width: 100%;
	border: none;
	border-collapse: collapse;
}
table.tabEditView
{
	width: 100%;
	border: none;
	border-collapse: collapse;
}
table.tabEditView td
{
	border: inherit;
}
table.tabEditView th
{
	margin-top: 0;
	padding-left: 0;
	padding-top: 0;
	text-align: left;
}
table.tabDetailView
{
	width: 100%;
	border: none;
	border-collapse: collapse;
}
table.tabSearchView
{
	width: 100%;
	border: none;
	border-collapse: collapse;
}
table.tabDetailView2
{
	width: 100%;
	border-collapse: collapse;
}

.ListSearchExtenderPrompt
{
	font-style: italic;
	padding-bottom: 3px;
}

.warning
{
	color: #ff0000;
}

.tooltip
{
	display: none;
	background-color:#ffffcc;
	border: #999999 solid 1px;
}

.ModuleActionsShadingTable
{
	width: 490px;
	border: 1px solid #9c9c9c;
}
.ModuleActionsShadingHorizontal
{
	height: 16px;
	background-color: #b6b6b6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.ModuleActionsShadingVertical
{
	width: 16px;
	background-color: #b6b6b6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.ModuleActionsInnerTable
{
	width: 100%;
	border: 1px solid #9c9c9c;
	background-color: White;
}
.ModuleActionsInnerCell
{
	width: 50%;
	vertical-align: top;
	padding: 8px 8px 8px 8px;
	border-left: solid 1px #cecece;
}
.ModuleActionsInnerHeader
{
	font-size: 10pt;
	color: #9c9c9c;
	display:block;
}
.ModuleActionsMenuItems, .ModuleActionsMenuItems:link, .ModuleActionsMenuItems:active, .ModuleActionsMenuItems:visited, .ModuleActionsMenuItems:hover
{
	padding: 1px 5px 1px 7px;
	color: #636363;
	text-decoration: none;
	line-height: 18px;
	display: block;
}
.ModuleActionsMenuItems:hover, .ModuleActionsMenuItems:active
{
	color: white;
	background-color: #31597b;
}
