/*
The contents of this file are subject to the Mozilla Public License Version 1.1
(the "License"); you may not use this file except in compliance with the
License. You may obtain a copy of the License at http://www.mozilla.org/MPL/

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.

The Original Code is comprised of the PT Calendar directory

The Initial Developer of the Original Code is
PaperThin, Inc. Copyright(C) 2010-2016.
All Rights Reserved.

By downloading, modifying, distributing, using and/or accessing any files 
in this directory, you agree to the terms and conditions of the applicable 
end user license agreement.
*/
/* ***************************************************************
Author: 	
	PaperThin, Inc.
	M. Carroll
Name:
	calendar-datetime-builder.css
ADF App:
	PT Calendar
History:
	2011-04-04 - MFC - Created
	2011-06-15 - GAC - Modified - Changed the date-time-builder block id to a class
*/
div.date-time-builder-block div.date-time-builder-box {
    background: url("/ADF/apps/pt_calendar/images/bg_chooser.png") repeat scroll left top transparent;
    border: 1px solid #BBBBBB;
    padding: 0 4px;
}
div.date-time-builder-block div.date-time-builder-item {
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #000000;
	padding: 5px;
	font-size: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
div.date-time-builder-block div.ui-button {
	padding: 1px 10px;
	text-decoration: none;
	margin: 0 0 10px;
	width: 135px;
	height: 16px;
	font-size: 10px;
}
div.date-time-builder-block div.date-time-text {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 10px;
}